- 22 Jul, 2021 1 commit
-
-
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
-
- 21 Jul, 2021 12 commits
-
-
Ezekiel Kigbo authored
Remove unnecessary yarn resolution See merge request gitlab-org/gitlab!66455
-
Tiger Watson authored
Add security scanners column into See merge request gitlab-org/gitlab!66114
-
Evan Read authored
Clarify RPC concurrency limit details See merge request gitlab-org/gitlab!65388
-
Ben Bodenmiller authored
-
Mayra Cabrera authored
Default on GraphQL boards feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!63118
-
Florie Guibert authored
-
Mayra Cabrera authored
Re-schedule `latest_pipeline_id` population with logger See merge request gitlab-org/gitlab!66050
-
Mehmet Emin INAC authored
-
Evan Read authored
Add authentication note to releases API See merge request gitlab-org/gitlab!66499
-
Jaime Martinez authored
-
Russell Dickenson authored
Refine moderate users content See merge request gitlab-org/gitlab!66417
-
Evan Read authored
-
- 20 Jul, 2021 27 commits
-
-
Zamir Martins Filho authored
approval_project_rules table. nil is supported for existing records. Changelog: added
-
Simon Knox authored
Fix audit events empty space See merge request gitlab-org/gitlab!52590
-
Mark Lapierre authored
Restrict omnibus self-managed registry test to pipeline main See merge request gitlab-org/gitlab!66350
-
Mayra Cabrera authored
Update background migration to use main instead of master [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!66492
-
Stan Hu authored
https://gitlab.com/gitlab-org/gitaly/-/merge_requests/3537 updated the default branch to be `master` instead of `main`. This broke `backfill_snippet_repositories_spec.rb` because it expected to create commits in `master`, but the default branch was `main`. Since `main` is now the default, we should target the initial commit for that branch. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/336538
-
Gabriel Mazetto authored
Fix CRON setting when using gitaly-backup See merge request gitlab-org/gitlab!65695
-
Andrew Fontaine authored
Create Form for Issue and Epic in Boards See merge request gitlab-org/gitlab!65048
-
Robert Speicher authored
Allow updating merged results pipelines and merge trains via API [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!56237
-
Stan Hu authored
Move API CI related classes under Ci namespace See merge request gitlab-org/gitlab!66263
-
Mayra Cabrera authored
Add SAML provider search to UsersFinder See merge request gitlab-org/gitlab!66162
-
Jackie Fraser authored
-
Nick Gaskill authored
Remove helm doc warnings See merge request gitlab-org/gitlab!66484
-
Amy Qualls authored
Add details about project feature settings See merge request gitlab-org/gitlab!54276
-
Ben Bodenmiller authored
-
Steve Abrams authored
-
Douglas Barbosa Alexandre authored
Update GitLab Runner Helm Chart to 0.31.0/14.1.0 See merge request gitlab-org/gitlab!66447
-
Sarah Groff Hennigh-Palermo authored
Fix line numbers not being calculated properly See merge request gitlab-org/gitlab!66475
-
Marcin Sedlak-Jakubowski authored
Add project-level VSA for deploy metrics See merge request gitlab-org/gitlab!65378
-
Larissa Lane authored
-
Nick Gaskill authored
Resolve "Evaluate master/main usage and resolve issues - Package" See merge request gitlab-org/gitlab!66469
-
Craig Norris authored
Document wiki default branch behavior See merge request gitlab-org/gitlab!66404
-
Amy Qualls authored
-
Miguel Rincon authored
Remove marketing email opt-in for self-managed See merge request gitlab-org/gitlab!66255
-
Miguel Rincon authored
Clean up data-testid and use findByRole See merge request gitlab-org/gitlab!66379
-
Marcin Sedlak-Jakubowski authored
Add a note about sub group data See merge request gitlab-org/gitlab!65365
-
Larissa Lane authored
-
Tim Rizzi authored
-