- 29 Mar, 2022 30 commits
-
-
Natalia Tepluhina authored
Do that thing with the dependencies (deduplication) Stupid peer dependencies :shakes_angry_fist: Fixed devops adoption spec Fixed order summary spec Fixed add edit schedule spec Fixed subscription activation form spec Fixed install agent modal spec Fixed release index app spec Fixed devops adoption add dropdown spec Fixed sec configuration app spec Fixed alert settings wrapper Fixed design management spec Fixed release app spec Moved console error mock Fixed states table actions spec Fixed oncall update query test Added comment about console error Fixed comment on console error
-
Jan Provaznik authored
Merge branch '356389-bug-compliance-violations-merged_before-merged_after-filters-excluding-the-filter-dates' into 'master' Fix compliance violations mergedBefore/mergedAfter filters so the filtering date is included properly See merge request gitlab-org/gitlab!83288
-
David Fernandez authored
Gracefully handle non-existing repos during registry phase 2 migration See merge request gitlab-org/gitlab!83746
-
Natalia Tepluhina authored
Update frontend to use new license compliance backend values See merge request gitlab-org/gitlab!82865
-
Ezekiel Kigbo authored
Merge branch '353758-make-spinners-in-app-views-users-show-html-haml-pajamas-compliant' into 'master' Migrate user activity loading icon to be Pajamas compliant See merge request gitlab-org/gitlab!83477
-
Peter Hegman authored
-
Thong Kuah authored
Fix metrics related race condition in sidekiq-cluster See merge request gitlab-org/gitlab!83720
-
Anastasia McDonald authored
Saving max 20 variables to dotenv See merge request gitlab-org/gitlab!83665
-
Tiffany Rea authored
-
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 10 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
-