- 27 Jan, 2021 40 commits
-
-
Miguel Rincon authored
Update dependency @gitlab/eslint-plugin to v7 See merge request !52155
-
Dmytro Zaporozhets (DZ) authored
Support setting more attributes when forking a project See merge request !51962
-
Jan Provaznik authored
Modify requirements export CSV file columns See merge request !52118
-
Arturo Herrero authored
Improve Advanced Search counts queries See merge request !51971
-
Mark Florian authored
Update Dast Modal Button Styles See merge request !52245
-
Jannik Lehmann authored
-
James Lopez authored
Fix exclude path for backup rsync command See merge request !52503
-
Eugenia Grieff authored
- Change column names - Add column Created Date - Fix specs - Add to documentation
-
Nick Thomas authored
Name, description, path, and visibility level, are all simple to set when forking a project and open up a range of use cases (especially path). Add support for these four attributes to the API and to the Rails controller backend.
-
Achilleas Pipinellis authored
Update UI links to docs util for new badges See merge request !52651
-
Marcel Amirault authored
Docs links have new badges, so we have to allow for them
-
Markus Koller authored
Add CanMoveRepositoryStorage concern to Group See merge request !51804
-
Ezekiel Kigbo authored
Conditionally render policy alert editor See merge request !52036
-
Sean McGivern authored
Suppress composite primary key warning See merge request !52406
-
Olena Horal-Koretska authored
Consolidate incident SLA component See merge request !45621
-
Tristan Read authored
-
Ezekiel Kigbo authored
Shallow mount components in 'roadmap_shell_spec.js' See merge request !52653
-
Kushal Pandya authored
Apply new GitLab UI for report abuse button See merge request !52049
-
Yogi authored
-
Kushal Pandya authored
Add btn-default class to button in project breadcrumb See merge request !51910
-
Yogi authored
-
Kushal Pandya authored
Apply new GitLab UI for input fields in auth screens See merge request !52167
-
Yogi authored
-
Kushal Pandya authored
Add btn-default class to MR edit button See merge request !51879
-
Yogi authored
-
Kushal Pandya authored
Add gl-button to new issues and MR page buttons See merge request !51295
-
Yogi authored
-
Bob Van Landuyt authored
Fix bug in personal snippet thread discussions See merge request !52490
-
Rémy Coutable authored
Fix erroneous change directory for Gitpod See merge request !52659
-
Francisco Javier López authored
In this commit we add the necessary functionality to groups to interact with the `repository_read_only` column. Groups doesn't have the column in its table but in the `namespace_settings` one. That's why we need to override some methods and use them as proxy for this operation.
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request !52665
-
Dmytro Zaporozhets (DZ) authored
Replace OpenSSL constants with strings (CE) See merge request !52432
-
Mark Florian authored
-
Mark Florian authored
The existing violations of the @gitlab/no-runtime-template-compiler rule fall into a few different categories: - True violations - Explicit `template` options in Vue component definitions - Implicit violations by relying on the mounting element to contain the template, generated by the backend - False violations - Instantiating a Vue SFC by spreading it into `new Vue`, e.g.: `new Vue({ el, ...SomeVueSFC });` - EE components which use `extends` of a CE component, which itself correctly uses an ahead-of-time compiled template - Pretty much any file that defines a global Vue mixin The more straight-forward true violations have been fixed and verified as working, although there doesn't seem to be existing unit tests for them. The aren't many examples of false violations in the codebase, though it's feasible that the lint rule could be improved to not report these in future. The rule is disabled entirely for specs, since in that conte...
-
🤖 GitLab Bot 🤖 authored
-
Dmitry Gruzd authored
This MR changes ES queries that we use for counts (e.g. /search/count) to make them more performant.
-
Peter Leitzen authored
Fix regression with old wiki image uploads See merge request !52656
-
GitLab Release Tools Bot authored
-
Phil Hughes authored
Remove the huge bottom margin for "expand file" button See merge request !51802
-
Yogi authored
-