- 13 Apr, 2021 40 commits
-
-
Markus Koller authored
Fix more N+1 on notification settings page See merge request gitlab-org/gitlab!59029
-
Markus Koller authored
Fix Rails/SaveBang Rubocop offenses for gitaly client models See merge request gitlab-org/gitlab!58089
-
Huzaifa Iftikhar authored
-
Heinrich Lee Yu authored
Merge branch '301116-group-push-permissions-can-enforce-project-level-insecure-settings' into 'master' Remove push rules lock on group and project level See merge request gitlab-org/gitlab!58195
-
Vitali Tatarintev authored
Update ruby version in EE specs to 3.0.1 See merge request gitlab-org/gitlab!59229
-
Markus Koller authored
Fix Rails/SaveBang offenses in ee/spec/graphql See merge request gitlab-org/gitlab!58092
-
Abdul Wadood authored
-
Adam Hegyi authored
This change fixes N+1 queries on the notification settings page related to the project notification settings models.
-
Heinrich Lee Yu authored
Revert "Merge branch 'release-tools/update-gitaly' into 'master'" See merge request gitlab-org/gitlab!59246
-
Amy Qualls authored
[Docs] Improve link in the Account and limit GitLab.com settings page See merge request gitlab-org/gitlab!58671
-
Joseph Joshua authored
-
Amy Qualls authored
Fix broken link to GitLab API Clients on API Docs page See merge request gitlab-org/gitlab!59188
-
Achilleas Pipinellis authored
Disambiguate Redis and PostgreSQL PaaS In 10K Reference Architecture See merge request gitlab-org/gitlab!59259
-
DarwinJS authored
-
Achilleas Pipinellis authored
Merge branch '325286-write-documentation-for-running-gitlab-pages-without-nfs-in-beta' into 'master' Document pages rake zip migrations See merge request gitlab-org/gitlab!59003
-
Vladimir Shushlin authored
Mentioning: * background migration * rake task migration * fixes by rake task * migraiton rollback
-
Natalia Tepluhina authored
Epic board sidebar - Confidentiality [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!58968
-
Florie Guibert authored
-
Rémy Coutable authored
This reverts commit 8554d7f1, reversing changes made to e689d458.
-
Heinrich Lee Yu authored
Reduce SQL requests number for issue links [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!57602
-
Kerri Miller authored
Externalize strings in admin/users/_head.html.haml See merge request gitlab-org/gitlab!58101
-
Marvin Karegyeya authored
-
Marcia Ramos authored
Docs: Use default instance-level settings before running e2e tests See merge request gitlab-org/gitlab!58740
-
Sanad Liaquat authored
-
Yannis Roussos authored
Add user index on spam logs See merge request gitlab-org/gitlab!59151
-
Natalia Tepluhina authored
Add Commonmark support to Content Editor See merge request gitlab-org/gitlab!58791
-
Enrique Alcántara authored
-
Savas Vedova authored
Correct typo of 'specify' on Policies tab of Threat Monitoring page See merge request gitlab-org/gitlab!58956
-
Lindsay Kerr authored
-
Rémy Coutable authored
This reverts merge request !59236
-
Kerri Miller authored
Resolve merge request todos asynchronously on update [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!58647
-
Marcel Amirault authored
Remove cached issue count section See merge request gitlab-org/gitlab!59242
-
Sanad Liaquat authored
Remove quarantine tag from the mTLS test See merge request gitlab-org/gitlab!59142
-
Nicolò Maria Mezzopera authored
Convert registration welcome CSS to utility classes See merge request gitlab-org/gitlab!59038
-
Alper Akgun authored
-
Phil Hughes authored
Update badge appearance in group runners See merge request gitlab-org/gitlab!59144
-
Yannis Roussos authored
Guard code path to execute only if attribute exists See merge request gitlab-org/gitlab!59114
-
Andreas Brandl authored
The column `total_tuple_count` has only been introduced after the migration helper had been used for the first time. That is, there is a preceding migration using the helper. This migration and its schema version does not know about the later column addition and hence the code path fails. We check if the attribute exists here, so we can safely work with it. This is only needed in code paths that are already being used in existing migrations. See https://gitlab.com/gitlab-org/gitlab/-/issues/327447
-
Tim Zallmann authored
Merge branch 'dreedy-use-find-verbiage-instead-of-get-verbiage-for-spec-helper-methods' into 'master' Use find rather than get verbiage for spec helpers See merge request gitlab-org/gitlab!59049
-
Phil Hughes authored
Add btn-icon class for GPG key delete button See merge request gitlab-org/gitlab!57974
-