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.
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000139 139 Bytes | over 1 year |
_service | 0000000749 749 Bytes | 10 days |
_servicedata | 0000000193 193 Bytes | 7 months |
dump-version-info.rb | 0000000283 283 Bytes | about 2 years |
extensions.sql | 0000000123 123 Bytes | 8 months |
gettext_i18n_rails_js_tasks_override.rake | 0000001833 1.79 KB | about 2 years |
gitlab-ce-puma.service | 0000000687 687 Bytes | about 2 years |
gitlab-ce-rpmlintrc | 0000000441 441 Bytes | about 2 years |
gitlab-ce-sidekiq.service | 0000000744 744 Bytes | about 2 years |
gitlab-ce-unicorn.service | 0000000704 704 Bytes | about 2 years |
gitlab-ce-update | 0000001275 1.25 KB | about 2 years |
gitlab-ce-update.service | 0000000414 414 Bytes | almost 3 years |
gitlab-ce.changes | 0000102541 100 KB | 8 months |
gitlab-ce.default_config.patch | 0000016621 16.2 KB | 10 days |
gitlab-ce.disable.dev_testing.patch | 0000006338 6.19 KB | 10 days |
gitlab-ce.less_strict.patch | 0000005582 5.45 KB | 10 days |
gitlab-ce.spec | 0000024608 24 KB | 10 days |
gitlab-ce.target | 0000000061 61 Bytes | 10 days |
gitlab-js-stuff.tar.xz | 0155925808 149 MB | 10 days |
gitlab-workhorse-pie.patch | 0000000703 703 Bytes | 10 days |
gitlab-workhorse.service | 0000000471 471 Bytes | 10 days |
no-ohai.patch | 0000001840 1.8 KB | 10 days |
series | 0000000136 136 Bytes | 10 days |
service.unused | 0000000565 565 Bytes | about 4 years |
vendor.tar.xz | 0003673196 3.5 MB | 10 days |
Comments for gitlab-ce 8
m407 wrote almost 4 years ago
Is mattermost included in this package and how to enable it?
darix wrote almost 4 years ago
no mattermost is not included. this is really just gitlab-ce
erlenw wrote over 3 years ago
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 over 3 years ago
devel:languages:ruby
erlenw wrote over 3 years ago
Thanks! Danke schön!
m407 wrote almost 3 years ago
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 almost 2 years ago
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 almost 2 years ago
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.