- 17 Sep, 2021 28 commits
-
-
Kati Paizee authored
Update Experiment Guide Code Review section See merge request gitlab-org/gitlab!70472
-
Eugie Limpin authored
-
Kati Paizee authored
Use find_each for better performance See merge request gitlab-org/gitlab!70556
-
Brandon Labuschagne authored
Merge branch '295674-y-axis-of-duration-for-last-30-commits-has-unclear-unit-of-measure-m' into 'master' Pipeline duration chart: Add yAxis formatter See merge request gitlab-org/gitlab!70373
-
Heinrich Lee Yu authored
Loosen TTL expectations in tests See merge request gitlab-org/gitlab!70570
-
Marcel Amirault authored
Use underscore instead of dash for the package infromation docs See merge request gitlab-org/gitlab!70571
-
Thong Kuah authored
Refactor migrations_paths of schema spec See merge request gitlab-org/gitlab!70455
-
Baodong authored
-
wortschi authored
Changelog: fixed
-
Ash McKenzie authored
Use golang 1.16 in default image See merge request gitlab-org/gitlab!70565
-
Evan Read authored
Docs: Clarify unavailability of internal visibility on GitLab.com See merge request gitlab-org/gitlab!70479
-
Katrin Leinweber authored
-
Achilleas Pipinellis authored
In https://gitlab.com/gitlab-org/gitlab/-/merge_requests/70537 we moved the docs from Omnibus into the GitLab project, but there was a typo in the directory name.
-
Stan Hu authored
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/70444 added some tests to verify the TTL of sessions, but tests may run slow so the timing may not be accurate to within a second. We loosen the check to ensure the value is within 5 seconds. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/341097
-
Heinrich Lee Yu authored
This fixes a workhorse compilation error in setup-test-env. This also makes it consistent with the images we use for other jobs.
-
Marcel Amirault authored
Add announcement date to release post body See merge request gitlab-org/gitlab!70527
-
David O'Regan authored
-
Ash McKenzie authored
Measure image scaler metric when serving cached images See merge request gitlab-org/gitlab!70483
-
Ash McKenzie authored
build: replace jwt-go with maintained fork See merge request gitlab-org/gitlab!69147
-
Marcel Amirault authored
Remove header gerund rule from Vale See merge request gitlab-org/gitlab!70524
-
Simon Knox authored
Merge branch '341092-cannot-move-order-reorder-issues-within-a-column-on-group-level-boards-that-are-grouped-by' into 'master' Fix D&D issue in swimlanes within the same list/epic See merge request gitlab-org/gitlab!70557
-
Marcel Amirault authored
Use new code quality version 0.85.24-gitlab.1 See merge request gitlab-org/gitlab!70325
-
Marcel Amirault authored
Add introduced in bullets to reset token topics See merge request gitlab-org/gitlab!70546
-
Evan Read authored
Updated nav steps to match standard See merge request gitlab-org/gitlab!70447
-
Suzanne Selhorn authored
-
Florie Guibert authored
-
Krasimir Angelov authored
Update the migration type See merge request gitlab-org/gitlab!70480
-
Harsh Chouraria authored
The use of model.all.each would cause the console to pull in all records into memory (as an array) which will either appear as a very slow operation or one that fails after a certain limit of memory is reached (killing the console) This change updates a specific troubleshooting snippet that was using model.all.each call The change does not break the snippet's original goals, just makes it use fewer machine resources
-
- 16 Sep, 2021 12 commits
-
-
Krasimir Angelov authored
Update migration_style_guide.md See merge request gitlab-org/gitlab!70538
-
Douglas Barbosa Alexandre authored
Associate successful DAST validations with sites See merge request gitlab-org/gitlab!70140
-
Farnoosh Seifoddini authored
Make date required See merge request gitlab-org/gitlab!70542
-
Michael Kozono authored
Remove track_all_ci_template_inclusions FF See merge request gitlab-org/gitlab!70380
-
Stan Hu authored
Keep namespace name in sync with CustomersDot See merge request gitlab-org/gitlab!69896
-
Vladlena Shumilo authored
-
Suzanne Selhorn authored
Add HTML comment to prevent breaking Rake task See merge request gitlab-org/gitlab!70426
-
Amy Qualls authored
-
Suzanne Selhorn authored
Add buildah to avoid running in privileged mode See merge request gitlab-org/gitlab!70539
-
Philip Cunningham authored
- Amends service to associate with existing validations - Updates specs to be easier to understand Changelog: changed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/70140 EE: true
-
Andy Soiron authored
Delete all associated validations upon revocation See merge request gitlab-org/gitlab!70360
-
Philip Cunningham authored
- Removes :passed filter to clear up more validation records
-