- 05 Feb, 2021 40 commits
-
-
Igor Drozdov authored
Gitaly keyset pagination returns a limited number of branches. We can use it instead of fetching all branches and then paginating them manually. Projects::BranchesByModeService is introduced. It uses Gitaly page-token pagination in order to optimally fetch branches. The drawback of the page-token pagination is that it doesn't provide an option of going to the previous page of the collection. That's why we need to fall back to offset pagination when previous page is requested.
-
Mark Florian authored
Update ESLint and related (major) See merge request gitlab-org/gitlab!53367
-
Natalia Tepluhina authored
Edited strings to be sentence case See merge request gitlab-org/gitlab!53323
-
Suzanne Selhorn authored
In Settings > Repository and CI/CD Most of the section titles are sentence case But not all. This changes them all to sentence case.
-
Natalia Tepluhina authored
Update doc links in usage quotas See merge request gitlab-org/gitlab!53279
-
Vitaly Slobodin authored
-
Natalia Tepluhina authored
Update design patterns doc and discourage Singleton See merge request gitlab-org/gitlab!49046
-
Paul Slaughter authored
Singletons have been the source of many ills.
-
Imre Farkas authored
Support setting customizable timeouts for git CLI 2FA via UI & API See merge request gitlab-org/gitlab!52769
-
Manoj M J authored
This change allows setting `git_two_factor_session_expiry` via UI/API
-
Marcia Ramos authored
[RUN AS-IF-FOSS] Remove merge_request_reviewers feature flag [RUN ALL RSPEC] See merge request gitlab-org/gitlab!52468
-
David Kim authored
-
Rémy Coutable authored
Add workhorse CI jobs See merge request gitlab-org/gitlab!53355
-
Jacob Vosmaer authored
-
Miguel Rincon authored
Support multi-line strings when running pipeline with variables See merge request gitlab-org/gitlab!53292
-
Payton Burdette authored
Use textarea to support multiple lines over using an input.
-
Mikołaj Wawrzyniak authored
Add Jira proxy settings columns See merge request gitlab-org/gitlab!52119
-
Markus Koller authored
designs: return error if uploading filenames with special chars See merge request gitlab-org/gitlab!44136
-
Sushil khanchi authored
This fixes a ActiveRecord::RecordNotUnique error when uploading designs which end up with the same filename after sanitization. https://gitlab.com/gitlab-org/gitlab/-/issues/219113
-
Shinya Maeda authored
Introduce report type in pipeline artifact See merge request gitlab-org/gitlab!53273
-
Maxime Orefice authored
This commit refactors our pipeline artifacts by renaming methods for a better abstraction.
-
Jan Provaznik authored
Change pipeline empty state language See merge request gitlab-org/gitlab!53281
-
Vitali Tatarintev authored
Fix Style/FrozenStringLiteralComment violations in Rake tasks See merge request gitlab-org/gitlab!53268
-
Markus Koller authored
Auto-corrected with Rubocop
-
Albert Salim authored
Use a dedicated project token for the 'review-cleanup' job See merge request gitlab-org/gitlab!53352
-
charlie ablett authored
Fix Merge Request analytics query optimization See merge request gitlab-org/gitlab!53203
-
Phil Hughes authored
Merge branch '300701-changing-issues-confidentiality-errors-are-not-taken-into-account-on-frontend' into 'master' Show graphql error on confidential mutation See merge request gitlab-org/gitlab!53106
-
Savas Vedova authored
Apply new GitLab UI for input field in user personal access token settings See merge request gitlab-org/gitlab!52426
-
Yogi authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Savas Vedova authored
Add maven duplicates settings to package group settings See merge request gitlab-org/gitlab!52472
-
Nicolò Maria Mezzopera authored
- group settings app - update optimist response signature
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Martin Wortschack authored
Remove btn-build class See merge request gitlab-org/gitlab!53155
-
charlie ablett authored
General code improvements See merge request gitlab-org/gitlab!53316
-
Etienne Baqué authored
Support Resrouce Group in Cross-Project/Parent-Child pipelines See merge request gitlab-org/gitlab!53007
-
Stan Hu authored
Update Gitaly version See merge request gitlab-org/gitlab!53428
-
Miguel Rincon authored
This change adds gl-icon class to icons in buttons so they maintain the secondary class color.
-
Vitaly Slobodin authored
Resolve ESLint warning about unexpected unnamed functions.
-