- Apr 06, 2020
-
-
Heinrich Lee Yu authored
Defaults to the same default Redis instance but also allows specifying a separate Redis instance
-
- Apr 09, 2020
-
-
Balasankar "Balu" C authored
Upgrade to Git 2.26.0 See merge request gitlab-org/omnibus-gitlab!4039
-
- Mar 26, 2020
-
-
Christian Couder authored
Gitaly now supports new version of Git, please see: https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/4039 Part of: https://gitlab.com/gitlab-org/gitaly/-/issues/2497
-
- Apr 09, 2020
-
-
DJ Mountney authored
Bump Container Registry to v2.9.0-gitlab See merge request gitlab-org/omnibus-gitlab!4071
-
João Pereira authored
-
- Apr 08, 2020
-
-
Marcel Amirault authored
Add further checks from GitLab project See merge request gitlab-org/omnibus-gitlab!4073
-
Evan Read authored
-
- Apr 07, 2020
-
-
DJ Mountney authored
Update gitlab-org/gitlab-exporter from 6.1.0 to 7.0.1 See merge request gitlab-org/omnibus-gitlab!4065
-
- Apr 06, 2020
-
-
deps authored
-
- Apr 07, 2020
-
-
- Apr 03, 2020
-
-
P authored
Added Open Telekom Cloud example config
-
- Apr 07, 2020
-
-
Achilleas Pipinellis authored
Update docker installation path in documentation See merge request gitlab-org/omnibus-gitlab!4037
-
Silvester Wainaina authored
-
Ian Baum authored
Update smtp.md documentation with example for Uberspace 6 See merge request gitlab-org/omnibus-gitlab!4064
-
- Apr 05, 2020
-
-
Christian Brandel authored
-
- Apr 06, 2020
-
-
Achilleas Pipinellis authored
Documentation: Add additional maintenance commands See merge request gitlab-org/omnibus-gitlab!4055
-
- Apr 01, 2020
-
-
Wei-Meng Lee authored
-
- Apr 06, 2020
-
-
Balasankar "Balu" C authored
introduce gitlab-redis-cli See merge request gitlab-org/omnibus-gitlab!4020
-
Igor authored
-
Balasankar "Balu" C authored
Merge branch '5057-reconfigure-is-not-creating-all-90-omnibus-gitlab-files-in-opt-gitlab-embedded-etc' into 'master' Resolve "Reconfigure is not creating all 90-omnibus-gitlab-* files in /opt/gitlab/embedded/etc" Closes #5057 See merge request gitlab-org/omnibus-gitlab!3921
-
Alexander Strachan authored
-
Marcel Amirault authored
Updates Markdownlint configuration from GitLab project See merge request gitlab-org/omnibus-gitlab!4060
-
Evan Read authored
-
- Apr 03, 2020
-
-
DJ Mountney authored
Conditionally start sidekiq-cluster named Sidekiq See merge request gitlab-org/omnibus-gitlab!4053
-
- Mar 31, 2020
-
-
Bob Van Landuyt authored
When configuring Sidekiq to run in cluster mode, using `sidekiq['cluster'] = true`, we would previously start up a service called `sidekiq-cluster`. This might be confusing to administrator, as the service they configured is `sidekiq` rather than `sidekiq-cluster`. This changes that behaviour, if sidekiq-cluster was started using the new configuration: sidekiq['enable'] = true sidekiq['cluster'] = true Then the service that will run sidekiq-cluster will be called `sidekiq` rather than `sidekiq-cluster` Configuring sidekiq-cluster using the soon-to-be deprecated configuration sidekiq_cluster['enable'] = true would still result in a service called `sidekiq-cluster`. It is not possible to start sidekiq-cluster twice with conflicting configuration. So we know when `node['gitlab']['sidekiq']['cluster']` is set and `sidekiq_cluster` is enabled that this will be the only sidekiq-cluster process that will be started.
-
- Apr 03, 2020
-
-
DJ Mountney authored
Note upgrade recommendations for docker upgrade See merge request gitlab-org/omnibus-gitlab!4029
-
Greg Myers authored
Link suggested upgrade paths for GitLab Docker upgrades
-
Marcel Amirault authored
Fix redirected links in docs See merge request gitlab-org/omnibus-gitlab!4062
-
Marcin Sedlak-Jakubowski authored
-
DJ Mountney authored
Add more optimized gitconfig See merge request gitlab-org/omnibus-gitlab!4050
-
Son Luong Ngoc authored
-
- Mar 31, 2020
-
-
Son Luong Ngoc authored
Enable git to write a commit graph on git fetch. This should helps the server to write a CommitGraph during mirror clone/fetch activities, consistent with current `core` and `gc` commit-graph configs set within Gitaly. Git-commit-graph enable faster connectivity check which makes faster git merge-base, git push -f, and git log --graph. Reference: https://git-scm.com/docs/git-config#Documentation/git-config.txt-corecommitGraph
-
Son Luong Ngoc authored
Added pack.useSparse as default config in order to help performance of git-pack-objects References: see https://git-scm.com/docs/git-pack-objects#Documentation/git-pack-objects.txt---sparse
-
- Apr 03, 2020
-
-
DJ Mountney authored
Upgrade Mattermost to 5.21.0 See merge request gitlab-org/omnibus-gitlab!4044
-
- Mar 26, 2020
-
-
Harrison Healey authored
-
- Apr 02, 2020
-
-
DJ Mountney authored
Do not run pipelines on auto-deploy branches Closes #5216 See merge request gitlab-org/omnibus-gitlab!4059
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankarc@autistici.org>
-
- Apr 01, 2020
-
-
Ian Baum authored
Build AMIs for all tags except RC and auto-deploy ones See merge request gitlab-org/omnibus-gitlab!4036
-
Balasankar "Balu" C authored
Initially we wanted to only have the latest AMI available at any point of time. So we wrote the code to delete the earlier images, but marked it as dry run to ensure it did its job without actually touching anything. But we never removed that dry run flag. Also, since we have customers who may intentionally remain on older versions, we do have to maintain older images. So there is no need for this code anymore.
-
DJ Mountney authored
Upgrade to OpenSSL v1.1.1f Closes gitlab#212998 See merge request gitlab-org/omnibus-gitlab!4056
-