- 28 Mar, 2022 40 commits
-
-
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
-
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
-
Amy Qualls authored
Improve the list in attention docs See merge request gitlab-org/gitlab!83755
-
Marcin Sedlak-Jakubowski authored
-
Douglas Barbosa Alexandre authored
Update gitlab:db:configure for multiple databases See merge request gitlab-org/gitlab!83204
-
Amy Qualls authored
x509_signed_commits: Make 'gpgsm' command copy-pastable See merge request gitlab-org/gitlab!83102
-
Amy Qualls authored
Add warning about MR creation from issue See merge request gitlab-org/gitlab!83314
-
Annabel Dunstone Gray authored
Use the standard formatting for changes to a feature. Polish the wording, too. This work really should live elsewhere, but I'm trying to adhere to the original scope of this merge request.
-
Markus Koller authored
Unpack a previous backup for incremental backup See merge request gitlab-org/gitlab!83566
-
Andrew Fontaine authored
Selectively hide fork information a user shouldn't be able to see See merge request gitlab-org/gitlab!82639
-
Jose Ivan Vargas authored
Merge branch '354584-migrate-to-shared-alert-haml-partial-in-app-views-groups-settings-_remove_button-html-haml' into 'master' Migrate remove group alert to be Pajamas compliant See merge request gitlab-org/gitlab!83467
-
Lin Jen-Shin authored
Set all CODEOWNERS sections to optional See merge request gitlab-org/gitlab!83666
-
Jose Ivan Vargas authored
Merge branch '353749-make-spinners-in-app-views-groups-_subgroups_and_projects-html-haml-pajamas-compliant' into 'master' Migrate subgroups and projects list loading icon See merge request gitlab-org/gitlab!83479
-
Marcin Sedlak-Jakubowski authored
Enhance act as saas docs See merge request gitlab-org/gitlab!83507
-
Jannik Lehmann authored
-
Douglas Barbosa Alexandre authored
Changelog: changed EE: true
-
Achilleas Pipinellis authored
Document repository tag deletion limit See merge request gitlab-org/gitlab!83704
-
Andre Holston authored
-
Olena Horal-Koretska authored
Refactor environment empty state to use scope See merge request gitlab-org/gitlab!83422
-