- Sep 27, 2022
-
-
Hossein Pursultani authored
Merge branch 'security-grafana-patch' into 'master' See merge request gitlab-org/security/omnibus-gitlab!233 Changelog: security
-
- Sep 13, 2022
-
-
Robert Marshall authored
Run FIPS staging upload jobs on EE nightlies See merge request gitlab-org/omnibus-gitlab!6331
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Update dependency_decisions.yml for new license_finder Closes #7083 See merge request gitlab-org/omnibus-gitlab!6323
-
- Sep 08, 2022
-
-
Andrew Patterson authored
Updated dependency_decisions.yml to to account for new go packages found by newer versions of license_finder (>= 6.6.2).
-
- Sep 13, 2022
-
-
Balasankar 'Balu' C authored
API should return JSON on errors even if custom error pages are used See merge request gitlab-org/omnibus-gitlab!6276
-
Ercan Ucan authored
Changelog: fixed
-
Balasankar 'Balu' C authored
Use database attributes for consul watchers Closes #6587, #3792, and #6562 See merge request gitlab-org/omnibus-gitlab!6258
-
Robert Marshall authored
- Refactors the consul watcher recipe for easier reading. - Fixes the example in the gitlab.rb template which shows configuring a complete watcher in the watchers section, when it's really used as just a list of strings that indicate which watcher is enabled - Move the default watcher definition for postgresql into the helper because it is directly tied to static values the user cannot change such as the name of the failover_pgbouncer template - Accomodate the potential for folks who may have created their own watcher, though if they did it was following a very strict set of rules as the ERB template path was hardcoded. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6562 Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/3792 Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6587 Changelog: changed Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- Sep 12, 2022
-
-
Robert Marshall authored
Bump Golang version to 1.17.13 Closes #6770 See merge request gitlab-org/omnibus-gitlab!6329
-
Balasankar 'Balu' C authored
Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6770 Changelog: changed Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Robert Marshall authored
Cache gems for generate-facts job See merge request gitlab-org/omnibus-gitlab!6328
-
- Sep 11, 2022
-
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Ensure generate-facts jobs can run in child pipelines See merge request gitlab-org/omnibus-gitlab!6326
-
DJ Mountney authored
-
- Sep 10, 2022
-
-
Robert Marshall authored
Ensure the qa-test job run in the main child pipeline See merge request gitlab-org/omnibus-gitlab!6325
-
DJ Mountney authored
Adds the qa test job to the child pipeline when running in the main project instead of the mirror.
-
- Sep 08, 2022
-
-
Robert Marshall authored
CI: Replace YAML anchors with extends and references See merge request gitlab-org/omnibus-gitlab!6284
-
Balasankar 'Balu' C authored
Using extends and reference tags allows the continuous integration configuration files to be split without losing any functionality. Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Robert Marshall authored
Use child pipeline for package-and-qa runs See merge request gitlab-org/omnibus-gitlab!6296
-
Balasankar 'Balu' C authored
Replaces the multi-project pipelines used during package-and-qa jobs with child pipelines. Pipelines will no longer require the presence of the commit SHAs in omnibus-gitlab-mirror, a process which is periodically broken when mirroring stops during a security release. Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6985 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Sep 07, 2022
-
-
Robert Marshall authored
Update chef-classroom to 1.0.5 Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6980 See merge request gitlab-org/omnibus-gitlab!6274
-
Takuya Noguchi authored
Upgrade from 1.0.4 to 1.0.5 adds Ruby 3.0 support Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6980 Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com> Changelog: other
-
- Sep 06, 2022
-
-
Balasankar 'Balu' C authored
Raise default Geo base backup timeout to 12 hours See merge request gitlab-org/omnibus-gitlab!6308
-
- Sep 01, 2022
-
-
Stan Hu authored
Previously the default shell timeout was 10 minutes, which would abruptly kill `pg_basebackup` running on a large database. Since there's no way to disable the timeout outright, raise it to a large value that should cover most databases. Changelog: changed
-
- Sep 06, 2022
-
-
DJ Mountney authored
Ensure AWS Marketplace Release jobs run automatically See merge request gitlab-org/omnibus-gitlab!6315
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
DJ Mountney authored
Add workaround for SLES package-check jobs See merge request gitlab-org/omnibus-gitlab!6311
-
- Sep 03, 2022
-
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Sep 05, 2022
-
-
Marcin Sedlak-Jakubowski authored
Fix invalid Markdown that causes some Nanoc build warnings See merge request gitlab-org/omnibus-gitlab!6312
-
Evan Read authored
-
- Sep 01, 2022
-
-
Robert Marshall authored
Update omnibus version to fetch Git ref before trying to check it out Closes #6482 See merge request gitlab-org/omnibus-gitlab!6309
-
Balasankar 'Balu' C authored
Changelog: changed Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
GitLab Release Tools Bot authored
[ci skip]
-
Robert Marshall authored
Update libyaml from 0.1.7 to 0.2.5 See merge request gitlab-org/omnibus-gitlab!6253
-
Takuya Noguchi authored
Bump libyaml version from 0.1.7 to 0.2.5. Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com> Changelog: other
-
Balasankar 'Balu' C authored
Add support for Gitaly GPG signing See merge request gitlab-org/omnibus-gitlab!6294
-
- Aug 23, 2022
-
-
Will Chandler authored
Gitaly recently added the option to GPG sign all commits created by GitLab, such as changes made via the WebIDE, merge commits, etc. This commit adds a new `gitaly['gpg_signing_key_path']` option to make the new setting accessible in Omnibus. Changelog: added
-
- Aug 31, 2022
-
-
DJ Mountney authored
Fix CACHE_EDITION, for real this time See merge request gitlab-org/omnibus-gitlab!6306
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-