- May 20, 2021
-
-
Achilleas Pipinellis authored
-
- May 19, 2021
-
-
Nick Gaskill authored
Tier badge updates for Omnibus logs page See merge request gitlab-org/omnibus-gitlab!5266
-
Craig Norris authored
Updates to tier badging for Omnibus logs page.
-
Marin Jankovski authored
Specify MIN_VERSION in upgrade-check via env variable See merge request gitlab-org/omnibus-gitlab!5263
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- May 18, 2021
-
-
DJ Mountney authored
Add logic to ignore deprecation warning if using specific values for settings See merge request gitlab-org/omnibus-gitlab!5258
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- May 17, 2021
-
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- May 18, 2021
-
-
Ian Baum authored
Fix an error where reconfigure would swap the praefect election strategy See merge request gitlab-org/omnibus-gitlab!5260
-
DJ Mountney authored
Changelog: fixed
-
Balasankar "Balu" C authored
Validate letsencrypt behavior against test ACME endpoint Closes #4359 See merge request gitlab-org/omnibus-gitlab!5158
-
Dustin Collins authored
-
Evan Read authored
Add link to JiHu install docs See merge request gitlab-org/omnibus-gitlab!5257
-
Anton Smith authored
-
- May 17, 2021
-
-
DJ Mountney authored
Upgrade mailroom to v0.0.12 See merge request gitlab-org/omnibus-gitlab!5250
-
- May 16, 2021
-
-
Stan Hu authored
This pulls in some minor upstream changes, particularly an improvement in the Microsoft Graph error handling: https://github.com/tpitale/mail_room/pull/127 Diff: https://my.diffend.io/gems/gitlab-mail_room/0.0.11/0.0.12 Changelog: changed
-
- May 17, 2021
-
-
DJ Mountney authored
Fix failing test in master See merge request gitlab-org/omnibus-gitlab!5254
-
DJ Mountney authored
Failure was a result of merge of two related MRs that didn't account for each other.
-
DJ Mountney authored
Merge branch 'jdrpereira-master-patch-54285' into 'master' See merge request gitlab-org/omnibus-gitlab!5243 Changelog: changed
-
- May 12, 2021
-
-
João Pereira authored
-
- May 17, 2021
-
-
DJ Mountney authored
Deprecate Praefect's failover_election_strategy config option See merge request gitlab-org/omnibus-gitlab!5228
-
- May 05, 2021
-
-
Sami Hiltunen authored
Praefect recently strated supporting electin a primary Gitaly node for each repository separately. This allows for scaling storage capacity horizontally and distributing the write load across Gitaly nodes. We intend to require all installation to use the new `per_repository` election strategy in 14.0. Doing so, we'd deprecate the existing election strategies which are the `sql` and `local` strategies. The migration requires users to shutdown Praefect's prior to changing the election strategy, so we can't simply default to the new strategy. Once everyone is on the new election strategy in 14.0, the `failover_election_strategy` option is no longer needed. As such, we'd remove that configuration key in 14.0. Given the above, the deprecation affects all installations regardless of the election strategy they are using: 1. `sql` and `local` strategies should be changed to the `per_repository` strategy following the migration steps in 13.12 to ensure smooth upgrade to 14.0. 2. `per_repository` election strategy users should no longer use the config option starting from 14.0 onwards. This commit adds a deprecation notice that is printed out if Praefect is enabled in the configuration. The notice prompts the users to switch to the new election strategy and to stop using the config key from 14.0 onwards. Changelog: deprecated
-
- May 14, 2021
-
-
DJ Mountney authored
Expired SSH key notification cron settings See merge request gitlab-org/omnibus-gitlab!5119
-
- Mar 22, 2021
-
-
Aishwarya Subramanian authored
This commit adds the following two cron jobs: Expired SSH key notification - Users who have already expired SSH keys - Runs at 2 AM everyday Expiring soon SSH key notification - Users who have SSH keys about to expire in the next 7 days - Runs at 1 AM everyday Co-authored-by:
Tan Le <tle@gitlab.com> Changelog: added
-
- May 14, 2021
-
-
DJ Mountney authored
Add enable_disk flag for Pages See merge request gitlab-org/omnibus-gitlab!5242
-
Jaime Martinez authored
-
- May 12, 2021
-
-
Jaime Martinez authored
Changelog: added
-
- May 14, 2021
-
-
DJ Mountney authored
Make S3 buckets configurable via environment variables See merge request gitlab-org/omnibus-gitlab!5244
-
vincent stchu authored
-
GitLab Release Tools Bot authored
[ci skip]
-
- May 13, 2021
-
-
DJ Mountney authored
Bump maximum package size to 975Mb Closes #6144 See merge request gitlab-org/omnibus-gitlab!5247
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar "Balu" C authored
Merge branch 'qmnguyen0711/1017-support-configuring-sidekiq-queue-re-routing-in-omnibus-and-charts' into 'master' Add Sidekiq routing_rules configuration See merge request gitlab-org/omnibus-gitlab!5202
-
Quang-Minh Nguyen authored
Changelog: added
-
Balasankar "Balu" C authored
Use backup_keep_time to prune configuration backups See merge request gitlab-org/omnibus-gitlab!5102
-
Jason Young authored
Changelog: changed
-
- May 12, 2021
-
-
Achilleas Pipinellis authored
Update CSP recommendations See merge request gitlab-org/omnibus-gitlab!5210
-
Dominic Couture authored
-
Ian Baum authored
Nginx build with security headers module Closes gitlab#254653 See merge request gitlab-org/omnibus-gitlab!5208
-