Open source software to collaborate on code
https://about.gitlab.com/
GitLab offers git repository management, code reviews, issue tracking, activity
feeds and wikis. Enterprises install GitLab on-premise and connect it with LDAP
and Active Directory servers for secure authentication and authorization. A
single GitLab server can handle more than 25,000 users but it is also possible
to create a high availability setup with multiple active servers.
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:darix:apps/gitlab-ce && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000139 139 Bytes | |
_service | 0000000900 900 Bytes | |
_servicedata | 0000000225 225 Bytes | |
bump-ruby-version.patch | 0000001845 1.8 KB | |
chalk-is-a-non-dev-dep.patch | 0000001138 1.11 KB | |
do-not-enter-the-danger-zone.patch | 0000000317 317 Bytes | |
dump-version-info.rb | 0000000320 320 Bytes | |
extensions.sql | 0000000123 123 Bytes | |
gettext_i18n_rails_js_tasks_override.rake | 0000001796 1.75 KB | |
gitlab-ce-migrate-services | 0000003071 3 KB | |
gitlab-ce-puma.service | 0000000686 686 Bytes | |
gitlab-ce-rpmlintrc | 0000000441 441 Bytes | |
gitlab-ce-sidekiq.service | 0000000691 691 Bytes | |
gitlab-ce-update | 0000001625 1.59 KB | |
gitlab-ce-update.service | 0000000413 413 Bytes | |
gitlab-ce.changes | 0000102990 101 KB | |
gitlab-ce.default_config.patch | 0000014386 14 KB | |
gitlab-ce.disable.dev_testing.patch | 0000002047 2 KB | |
gitlab-ce.less_strict.patch | 0000006949 6.79 KB | |
gitlab-ce.spec | 0000034858 34 KB | |
gitlab-ce.target | 0000000098 98 Bytes | |
gitlab-js-stuff.tar.xz | 0133748868 128 MB | |
gitlab-workhorse-pie.patch | 0000001060 1.04 KB | |
gitlab-workhorse.service | 0000000470 470 Bytes | |
no-ohai.patch | 0000002348 2.29 KB | |
series | 0000000225 225 Bytes | |
service.unused | 0000000565 565 Bytes |
Comments 8
Is mattermost included in this package and how to enable it?
no mattermost is not included. this is really just gitlab-ce
I try to install gitlab-ce on a sles12-sp2 but I get the following error:
zypper in gitlab-ce Refreshing service 'SMT-http_csc-install01_XXX'. Loading repository data... Reading installed packages... Resolving package dependencies...
Problem: nothing provides /usr/bin/ruby.ruby2.3 needed by gitlab-ce-10.0.4~git0.8ebd2dd93d-1.1.x86_64 Solution 1: do not install gitlab-ce-10.0.4~git0.8ebd2dd93d-1.1.x86_64 Solution 2: break gitlab-ce-10.0.4~git0.8ebd2dd93d-1.1.x86_64 by ignoring some of its dependencies
How can I fix it?
devel:languages:ruby
Thanks! Danke schön!
Migration process is broken now. If exclude "Technology.new(:ed25519, Net::SSH::Authentication::ED25519::PubKey, [256])" from "/srv/www/vhosts/gitlab-ce/lib/gitlab/ssh_public_key.rb:2" everything works like a charm. Maybe some dependencies are missing?
You might want to consider adding a dependency on postgresql-server and postgresql-contrib.
After updating to your latest version 12.0.2, the upgrade failed for me due to missing /usr/lib/postgresql11/lib64/pg_trgm.so.
No. The postgresql server does not have to run on the same machine as gitlab-ce. for the same reason we do not have a requires on redis.
even the requires on the subprojects for gitlab-ce (gitlab-workhorse...) are actually wrong as they can run on different machines.