- 16 Aug, 2021 4 commits
-
-
Kerri Miller authored
Remove by default enabled feature flag See merge request gitlab-org/gitlab!68165
-
Simon Knox authored
Update details about variables in variables See merge request gitlab-org/gitlab!68133
-
Marcel Amirault authored
-
Evan Read authored
Doc | Adds steps for disabling 2fa for single user See merge request gitlab-org/gitlab!68136
-
- 15 Aug, 2021 10 commits
-
-
Thong Kuah authored
When sorting epics by title, do so in a case-insensitive way See merge request gitlab-org/gitlab!67125
-
Evan Read authored
Noted that roles should not be bold See merge request gitlab-org/gitlab!68197
-
Suzanne Selhorn authored
-
Paul Slaughter authored
Fix select2 form light borders See merge request gitlab-org/gitlab!67690
-
-
Paul Slaughter authored
Cleanup DAST profile forms specs See merge request gitlab-org/gitlab!67995
-
Paul Gascou-Vaillancourt authored
This refactors DAST profile forms specs by... * ...addings specs for BaseDastProfileForm. Those specs are responsible for testing shared behaviors like mutations, the cancel modal, etc. * ...removing or updating test cases in the form-specific specs to prevent redundant cases. * ...leveraging shallow wrappers whenever possible in the form-specific specs. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/67995
-
Paul Slaughter authored
Open addon purchase in the same window See merge request gitlab-org/gitlab!68009
-
Russell Dickenson authored
Add Conan to list of managers See merge request gitlab-org/gitlab!68178
-
Kati Paizee authored
Fix GLEX testing examples: on_any_instance => on_next_instance See merge request gitlab-org/gitlab!68118
-
- 14 Aug, 2021 5 commits
-
-
Andrew Smith authored
Changelog: fixed EE: true
-
Matija Čupić authored
Fix test for tags See merge request gitlab-org/gitlab!67870
-
Philippe Lafoucrière authored
-
Saikat Sarkar authored
Merge branch 'disable_individual_historical_vulnerability_statistics_update_by_default' into 'master' Disable individual historical vulnerability statistics update by default See merge request gitlab-org/gitlab!68189
-
Mehmet Emin INAC authored
Historical vulnerability statistics supposed to be updated once a day by a cronjob because updating them always for each update/insert of a vulnerability can reduce the throughput of our worker classes and API endpoints. With this change, to be able to observe the side effects of disabling the update logic of historical vulnerability statistics, we are moving it behind a feature flag. We will remove the logic and the feature flag eventually. Changelog: other EE: true
-
- 13 Aug, 2021 21 commits
-
-
Nick Gaskill authored
Updated nav to match standards See merge request gitlab-org/gitlab!68188
-
Suzanne Selhorn authored
-
Mayra Cabrera authored
Add organization SVG logo images for trial registration reassurance See merge request gitlab-org/gitlab!67382
-
Dallas Reedy authored
-
Nick Gaskill authored
Updated nav steps to match standards See merge request gitlab-org/gitlab!68191
-
Amy Qualls authored
Fixes vale errors regarding Date/Time formats See merge request gitlab-org/gitlab!68183
-
Mike Russo authored
-
Kerri Miller authored
Add Gitpod button to MR page See merge request gitlab-org/gitlab!43352
-
Cornelius Ludmann authored
-
Mayra Cabrera authored
Log message when async index creation completes See merge request gitlab-org/gitlab!68092
-
Mayra Cabrera authored
Add ability to filter pipelines by source in API See merge request gitlab-org/gitlab!67846
-
Mayra Cabrera authored
Resolve "N+1 noted around pipeline webhook event payload serialisation" See merge request gitlab-org/gitlab!67238
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/technical-writing/-/issues/454
-
Michael Kozono authored
Fix: Container repository geo syncs stuck in started state See merge request gitlab-org/gitlab!68080
-
Nick Gaskill authored
Updated nav steps to match standards See merge request gitlab-org/gitlab!68185
-
Nick Gaskill authored
Add note about invalid version error See merge request gitlab-org/gitlab!68144
-
Alexander Tanayno authored
-
Valery Sizov authored
We add Container Registry class to SyncTimeoutCronWorker as all the newer SSF registries. Changelog: fixed EE: true
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/technical-writing/-/issues/454
-
Patrick Bair authored
Use sub-batches in BackfillIntegrationsTypeNew background migration See merge request gitlab-org/gitlab!67971
-
Markus Koller authored
Previously we were ignoring the `sub_batch_size` argument and using `start_id` and `stop_id` directly, which led to timeouts on staging. The migration succeeded on production, but this change should help increase the chances for the migration to succeed on self-managed instances as well. Changelog: fixed
-