- 22 Jul, 2021 40 commits
-
-
Rémy Coutable authored
I believe 19672217 did change the permissions to allow maintainers to change the `reject_unsigned_commits` and `commit_committer_check` settings even when it's enabled globally, but the controller spec wasn't change accordingly. Interestingly, the specs were always failing on first try (expected), but passed on retry, probably due to rspec-retry which doesn't completely resets the state between retries. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Mark Florian authored
Update help text in runner update form See merge request gitlab-org/gitlab!66148
-
Heinrich Lee Yu authored
Flag ActiveSupport::JSON in Gitlab::Json Cop See merge request gitlab-org/gitlab!66531
-
Matthias Käppler authored
-
Robert May authored
Convert old GraphQL types to newer type names (Part 3) [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!66463
-
Kushal Pandya authored
Migrate the deprecated "urlParamsToObject" to "queryToObject" See merge request gitlab-org/gitlab!65916
-
Kushal Pandya authored
Migrate the deprecated "urlParamsToObject" to "queryToObject" See merge request gitlab-org/gitlab!65914
-
Kushal Pandya authored
Migrate the deprecated "urlParamsToObject" to "queryToObject" See merge request gitlab-org/gitlab!65902
-
Kushal Pandya authored
Migrate the deprecated "urlParamsToObject" to "queryToObject" See merge request gitlab-org/gitlab!65900
-
Kushal Pandya authored
Removes `mr_collapsed_approval_rules` feature flag See merge request gitlab-org/gitlab!66457
-
Rémy Coutable authored
Convert old GraphQL types to newer type names (Part 5) [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!66496
-
Miguel Rincon authored
Changelog: other
-
Mikołaj Wawrzyniak authored
Change license management jobs metric category See merge request gitlab-org/gitlab!66480
-
Rémy Coutable authored
Fix broken review-cleanup job See merge request gitlab-org/gitlab!66599
-
Mikołaj Wawrzyniak authored
Remove unused method InstanceSecurityDashboard#all_pipelines See merge request gitlab-org/gitlab!66503
-
Tetiana Chupryna authored
Fix deprecation warning about quoting AR objects See merge request gitlab-org/gitlab!66328
-
David Fernandez authored
Fix 400 errors not being logged in multipart middleware See merge request gitlab-org/gitlab!66595
-
Dylan Griffith authored
Change to db_config.name for logging metrics per database See merge request gitlab-org/gitlab!66515
-
Albert Salim authored
The automated clean up job required ruby 3.0.0. However, the image with ruby 3.0.0 does not contain `gcloud`, which is also needed in the job. This changes the script to be compatible with ruby that is lower than 3.0.0 and reverts the image used.
-
Simon Knox authored
Edit Grafana UI text See merge request gitlab-org/gitlab!66405
-
Russell Dickenson authored
Changelog: changed
-
Kati Paizee authored
Add Cloud Native Hybrid instructions on 3k users RA page See merge request gitlab-org/gitlab!66185
-
Nailia Iskhakova authored
-
Fabio Pitino authored
Move Minutes Usage Update to Async Job See merge request gitlab-org/gitlab!65780
-
Allison Browne authored
-
Simon Knox authored
Clean up unused legacy cycle analytics components See merge request gitlab-org/gitlab!66256
-
Ezekiel Kigbo authored
In https://gitlab.com/gitlab-org/gitlab/-/merge_requests/66189 we replaced the project VSA stage table with the shared table used for group VSA, we can now remove all the old project level table components
-
Simon Knox authored
Blob refactor: Expose initAuxiliaryViewer method See merge request gitlab-org/gitlab!66528
-
Simon Knox authored
Merge branch '336626-epic-boards-sidebar-queries-do-not-include-full-path-when-on-sub-group' into 'master' Fix subgroup epic path on epic boards See merge request gitlab-org/gitlab!66587
-
Stan Hu authored
In https://gitlab.com/gitlab-com/gl-infra/production/-/issues/5194, we saw that Workhorse was logging 400 errors, but we could not see an associated error in the API logs to explain why this was happening. According to https://github.com/rack/rack/blob/master/SPEC.rdoc#label-The+Body, Rack v2.1+ now requires: ``` The Body must respond to `each` and must only yield String values ``` Since the response returned returned a plain string, we would only see this mysterious error in the Puma stderr logs: ``` Read: #<NoMethodError: undefined method `each' for <String:0x1234> ``` Making things worse, Puma didn't display the backtrace, and this exception wasn't caught by Sentry because the exception was happening outside of the middleware chain. We fix this by wrapping the string in an array. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/336609 Changelog: fixed
-
Albert Salim authored
Merge branch '336524-consider-setting-the-crystalball-variable-only-for-the-2-hour-scheduled-pipelines-via' into 'master' ci: Set CRYSTALBALL on 2-hourly scheduled pipelines See merge request gitlab-org/gitlab!66465
-
Dylan Griffith authored
Change links to docs from readme to index See merge request gitlab-org/gitlab!66129
-
Marcel Amirault authored
-
Mark Lapierre authored
Fix alpine permission and refactor test See merge request gitlab-org/gitlab!66579
-
Mark Lapierre authored
Refactor Page::Component invite member modal actions See merge request gitlab-org/gitlab!66402
-
Tiffany Rea authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Evan Read authored
Removed and so on as a suggestion See merge request gitlab-org/gitlab!66576
-
Suzanne Selhorn authored
-
Florie Guibert authored
Changelog: fixed EE: true
-