- 29 Mar, 2022 22 commits
-
-
Tom Quirk authored
Make the project_list_item component pajamas-compliant. Changelog: changed
-
Marcel Amirault authored
Docs change: Limit CI/CD job token disabled by default See merge request gitlab-org/gitlab!83486
-
Michael Trainor authored
-
Thong Kuah authored
Move SSH page into the user docs See merge request gitlab-org/gitlab!83173
-
Marcel Amirault authored
This deals with how users can create and SSH keys to their account, so it should be in user/profile, not a top level directory by itself.
-
Marcel Amirault authored
Clarify rules:changes warning See merge request gitlab-org/gitlab!83765
-
Thong Kuah authored
Add task to copy CI db in development See merge request gitlab-org/gitlab!82364
-
Marcel Amirault authored
Fix doc for parallel:matrix See merge request gitlab-org/gitlab!83701
-
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 18 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
-