- 22 Jul, 2021 40 commits
-
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!66623
-
Nicolò Maria Mezzopera authored
Fix Layout Shifts by managing priorities when enabling styles See merge request gitlab-org/gitlab!64806
-
Jannik Lehmann authored
-
Miguel Rincon authored
Merge branch '324085-move-placement-of-compliance-framework-setting-to-settings-general-after-badges' into 'master' Move placement of "Compliance Framework" setting to Settings->General after Badges See merge request gitlab-org/gitlab!66429
-
Mark Florian authored
Better links on the subscription details page See merge request gitlab-org/gitlab!66319
-
David Fernandez authored
Debian sign distribution service See merge request gitlab-org/gitlab!64926
-
GitLab Release Tools Bot authored
-
Denys Mishunov authored
Add link to GitLab Changelog With Version Check See merge request gitlab-org/gitlab!66486
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!66615
-
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
-
Mathieu Parent authored
Also remove unused current_user in GenerateDistributionKeyService. Changelog: added
-
GitLab Release Tools Bot authored
-
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
-