- 18 Oct, 2021 3 commits
-
-
Heinrich Lee Yu authored
When pushing jobs to Redis, Sidekiq client uses a Redis multi call. For scheduled jobs, this is actually not needed because we're only executing one Redis command. For other jobs, the commands don't need to be atomic. This reduces the work the Redis server needs to do. Changelog: performance
-
Evan Read authored
Fixed broken external links See merge request gitlab-org/gitlab!72462
-
Dylan Griffith authored
Remove feature flag: member_destroy_async_auth_refresh See merge request gitlab-org/gitlab!72338
-
- 17 Oct, 2021 17 commits
-
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/technical-writing/-/issues/492
-
Luke Duncalfe authored
Don't attempt Issue rate liming for CSV imports See merge request gitlab-org/gitlab!72260
-
Paul Slaughter authored
Fix MR draft RegEx See merge request gitlab-org/gitlab!72454
-
Evan Read authored
Remove "Note" wording from Note alert See merge request gitlab-org/gitlab!72432
-
Paul Slaughter authored
This prevents issues where the regex could match an empty string so the .test is true but the .replace doesn't replace anything.
-
Russell Dickenson authored
Style updates to Protected Environments page See merge request gitlab-org/gitlab!72407
-
Craig Norris authored
-
Paul Gascou-Vaillancourt authored
This fixes a RegEx that checks whether an MR is a draft in the MR edit/create page. The RegEx was recently changed in a way that prevents it from detecting the current MR state and breaks the toggle draft status feature.
-
Suzanne Selhorn authored
CTRT edits for Webhooks page - part 2 See merge request gitlab-org/gitlab!72374
-
Kati Paizee authored
-
Kerri Miller authored
Fix quote mark in postBuffer settings See merge request gitlab-org/gitlab!72379
-
Stan Hu authored
Improve Go language upgrade process documentation See merge request gitlab-org/gitlab!71124
-
Robert Marshall authored
-
Kati Paizee authored
Typo fix in background_migrations.md See merge request gitlab-org/gitlab!72445
-
Kati Paizee authored
Fix mmctl docs link See merge request gitlab-org/gitlab!72444
-
Ben Bodenmiller authored
-
Ben Bodenmiller authored
-
- 16 Oct, 2021 2 commits
-
-
Enrique Alcántara authored
Added v-scrolling to both editors See merge request gitlab-org/gitlab!71136
-
Dylan Griffith authored
Update pg_query to v2.1.1 See merge request gitlab-org/gitlab!72426
-
- 15 Oct, 2021 18 commits
-
-
Amy Qualls authored
Removed concurrent notes from File hooks page See merge request gitlab-org/gitlab!72431
-
Craig Norris authored
Remove "Note" wording from Note alert
-
Craig Norris authored
Removed concurrent notes from File hooks page
-
Suzanne Selhorn authored
Typo fix for incorrect grammar See merge request gitlab-org/gitlab!72352
-
Ben Bodenmiller authored
-
Amy Qualls authored
Resolve "Push option `merge_request.create` does not work for forks" See merge request gitlab-org/gitlab!72317
-
Kai Armstrong authored
-
Nick Gaskill authored
Style and version edits for Policies page See merge request gitlab-org/gitlab!72410
-
Amy Qualls authored
Add a note warning about issue 276930 See merge request gitlab-org/gitlab!72291
-
Amy Qualls authored
Note the Group Deploy Tokens' LFS bug See merge request gitlab-org/gitlab!72091
-
Amy Qualls authored
Various style edits to AsciiDoc page See merge request gitlab-org/gitlab!72408
-
Amy Qualls authored
Fix typo in readme.md See merge request gitlab-org/gitlab!71728
-
Elisha Hollander authored
-
Jacob Vosmaer authored
Implement Dependency proxy via Workhorse injectors See merge request gitlab-org/gitlab!71890
-
Bob Van Landuyt authored
Removed the resource boundary on StuckCiJobsWorker See merge request gitlab-org/gitlab!72384
-
Sean McGivern authored
Add Gitlab::Redis::Sessions Redis instance See merge request gitlab-org/gitlab!72221
-
Stan Hu authored
We disabled GC due in pg_query to work around https://github.com/pganalyze/pg_query/issues/226, but this turned out to be a bug where the Ruby garbage collector might incorrectly garbage collect an intermediate variable (https://bugs.ruby-lang.org/issues/18140#note-2). https://github.com/pganalyze/pg_query/pull/227 works around the problem by calling to_ary to ensure the Ruby interpreter does not do this. As a result, we can remove the workaround.
-
Igor Drozdov authored
Changelog: changed
-