- 29 Mar, 2022 14 commits
-
-
Thomas Chandelle authored
-
Mark Lapierre authored
Update to different way to fetch list of runners See merge request gitlab-org/gitlab!82843
-
Richard Chong authored
-
Paul Slaughter authored
Merge branch '351268-feature-flag-rollout-of-admin_application_settings_service_usage_data_center' into 'master' Remove `admin_application_settings_service_usage_data_center` FF See merge request gitlab-org/gitlab!83265
-
Thong Kuah authored
Re-add shuffling for LFK cleanup See merge request gitlab-org/gitlab!83653
-
Evan Read authored
Tweak (alphabetise) doc/api/groups.md See merge request gitlab-org/gitlab!83404
-
Raimund Hook authored
Signed-off-by: Raimund Hook <raimund.hook@exfo.com>
-
Mark Lapierre authored
Skip quarantined open_fork_in_web_ide_spec See merge request gitlab-org/gitlab!83789
-
Evan Read authored
Update compliance framework permission string See merge request gitlab-org/gitlab!83764
-
Sam Kerr authored
(cherry picked from commit f724184a841cbe7d5180468d0813f5654dab5a3f)
-
Simon Knox authored
Consolidate boards into one Vue app See merge request gitlab-org/gitlab!83359
-
Florie Guibert authored
No user facing changes
-
Marcel Amirault authored
Add secure files project limit to API docs See merge request gitlab-org/gitlab!83777
-
Darby Frey authored
-
- 28 Mar, 2022 26 commits
-
-
Russell Dickenson authored
Edited for new menu See merge request gitlab-org/gitlab!83697
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/83041
-
Mayra Cabrera authored
Allow testing dev integrations See merge request gitlab-org/gitlab!83650
-
charlie ablett authored
Fix fixture max inserts See merge request gitlab-org/gitlab!82307
-
Anastasia McDonald authored
While leaving ability to run it manually on main
-
Peter Hegman authored
Allow spaces between number and unit in formatter See merge request gitlab-org/gitlab!83433
-
Miguel Rincon authored
This change adds a new configuration option to number formatters to have spaces (or other strings) separating the formatted number from units The new option is called `unitSeparator`, and it can be passed to formatters that use units, for example: ``` // default behavior expect(kilobytes(1, 0)).toBe('1.0kB'); // new behavior expect(kilobytes(1, 0, { unitSeparator: ' ' })).toBe('1.0 kB'); ```
-
Gabriel Mazetto authored
Add recipients validation using Devise See merge request gitlab-org/gitlab!81377
-
Leni Kadali Mutungi authored
E-mail validation is using Devise's regexp pattern instead of checking for the existence of `@` symbol Changelog: changed
-
charlie ablett authored
Remove ProjectMember#owner? method See merge request gitlab-org/gitlab!83506
-
Andrew Fontaine authored
Refactor formatUsageSize to use a simple function See merge request gitlab-org/gitlab!83393
-
Douglas Barbosa Alexandre authored
Default multi_json to Oj See merge request gitlab-org/gitlab!83762
-
Simon Knox authored
Fix typo in milestones empty state See merge request gitlab-org/gitlab!83736
-
Peter Hegman authored
Refactor securityReportsMixin to constants See merge request gitlab-org/gitlab!83469
-
Jannik Lehmann authored
This commit solves: https://gitlab.com/gitlab-org/gitlab/-/issues/342895 It refactors the securityReportsMixin into the grouped_security_reports constants.
-
Mayra Cabrera authored
Ensure project backfilling has finished See merge request gitlab-org/gitlab!82176
-
Ethan Urie authored
Fix BackgroundMigration::BackfillWorkItemTypeIdForIssues See merge request gitlab-org/gitlab!83662
-
Paul Slaughter authored
Tabs > HAML > Migrate app/views/groups/show.html.haml to GlTabs See merge request gitlab-org/gitlab!81253
-
Alexandru Croitor authored
As projects now have project_namespace_id column in order to mass generate projects we also need to mass generate corresponding project namespaces. Because we generate massive number of projects and project namespaces and corresponding routes and feature settings the transaction becomes a bit too big which leads to timeouts or transaction taking too long to commit, that is why splitting the generation of corresponding associations(routes, features, etc) into separate files helps make the transactions smaller.
-
Matija Čupić authored
SAST flawfinder: add missing extensions See merge request gitlab-org/gitlab!68348
-
Achilleas Pipinellis authored
Fix link to triage operations See merge request gitlab-org/gitlab!83766
-
Paul Slaughter authored
-
Ethan Urie authored
Move compliance framework auditor to a new class See merge request gitlab-org/gitlab!82589
-
Harsimar Sandhu authored
EE: true Changelog: other
-
Rémy Coutable authored
Update yamllint job to check metrics definitions See merge request gitlab-org/gitlab!80770
-
Michael Kozono authored
Geo migrations settings are included by default if database settings is present See merge request gitlab-org/gitlab!83350
-