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.
-
2
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 | 0000000193 193 Bytes | |
bump-ruby-version.patch | 0000001841 1.8 KB | |
do-not-enter-the-danger-zone.patch | 0000000367 367 Bytes | |
dump-version-info.rb | 0000000320 320 Bytes | |
extensions.sql | 0000000123 123 Bytes | |
gettext_i18n_rails_js_tasks_override.rake | 0000001833 1.79 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 | 0000000743 743 Bytes | |
gitlab-ce-update | 0000001488 1.45 KB | |
gitlab-ce-update.service | 0000000413 413 Bytes | |
gitlab-ce.changes | 0000102758 100 KB | |
gitlab-ce.default_config.patch | 0000013267 13 KB | |
gitlab-ce.disable.dev_testing.patch | 0000001558 1.52 KB | |
gitlab-ce.less_strict.patch | 0000004806 4.69 KB | |
gitlab-ce.spec | 0000029927 29.2 KB | |
gitlab-ce.target | 0000000098 98 Bytes | |
gitlab-js-stuff.tar.xz | 0079486192 75.8 MB | |
gitlab-workhorse-pie.patch | 0000001674 1.63 KB | |
gitlab-workhorse.service | 0000000470 470 Bytes | |
no-ohai.patch | 0000002154 2.1 KB | |
series | 0000000196 196 Bytes | |
service.unused | 0000000565 565 Bytes | |
vendor.tar.xz | 0005407156 5.16 MB |
Comments 8
m407 wrote
Is mattermost included in this package and how to enable it?
darix wrote
no mattermost is not included. this is really just gitlab-ce
erlenw wrote
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?
darix wrote
devel:languages:ruby
erlenw wrote
Thanks! Danke schön!
m407 wrote
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?
frispete wrote
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.
darix wrote
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.