- 27 Jan, 2021 40 commits
-
-
Miguel Rincon authored
As having both `borderless` and `.add-border` class in the same element is contradictory, this change removed both from the MR widget icon. The appearance is almost the same, however, as the circle border is shown by the icon svg.
-
James Lopez authored
Fix exclude path for backup rsync command See merge request gitlab-org/gitlab!52503
-
Achilleas Pipinellis authored
Update UI links to docs util for new badges See merge request gitlab-org/gitlab!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 gitlab-org/gitlab!51804
-
Ezekiel Kigbo authored
Conditionally render policy alert editor See merge request gitlab-org/gitlab!52036
-
Sean McGivern authored
Suppress composite primary key warning See merge request gitlab-org/gitlab!52406
-
Olena Horal-Koretska authored
Consolidate incident SLA component See merge request gitlab-org/gitlab!45621
-
Tristan Read authored
-
Ezekiel Kigbo authored
Shallow mount components in 'roadmap_shell_spec.js' See merge request gitlab-org/gitlab!52653
-
Kushal Pandya authored
Apply new GitLab UI for report abuse button See merge request gitlab-org/gitlab!52049
-
Yogi authored
-
Kushal Pandya authored
Add btn-default class to button in project breadcrumb See merge request gitlab-org/gitlab!51910
-
Yogi authored
-
Kushal Pandya authored
Apply new GitLab UI for input fields in auth screens See merge request gitlab-org/gitlab!52167
-
Yogi authored
-
Kushal Pandya authored
Add btn-default class to MR edit button See merge request gitlab-org/gitlab!51879
-
Yogi authored
-
Kushal Pandya authored
Add gl-button to new issues and MR page buttons See merge request gitlab-org/gitlab!51295
-
Yogi authored
-
Bob Van Landuyt authored
Fix bug in personal snippet thread discussions See merge request gitlab-org/gitlab!52490
-
Rémy Coutable authored
Fix erroneous change directory for Gitpod See merge request gitlab-org/gitlab!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 gitlab-org/gitlab!52665
-
Dmytro Zaporozhets (DZ) authored
Replace OpenSSL constants with strings (CE) See merge request gitlab-org/gitlab!52432
-
Peter Leitzen authored
Fix regression with old wiki image uploads See merge request gitlab-org/gitlab!52656
-
GitLab Release Tools Bot authored
-
Phil Hughes authored
Remove the huge bottom margin for "expand file" button See merge request gitlab-org/gitlab!51802
-
Yogi authored
-
Nicolò Maria Mezzopera authored
Fix incorrect tooltip when drag comments enabled See merge request gitlab-org/gitlab!52595
-
Imre Farkas authored
Add `namespaces` to wide tables See merge request gitlab-org/gitlab!52153
-
Ash McKenzie authored
-
Mikołaj Wawrzyniak authored
Support GitLab FOSS for Gitpod See merge request gitlab-org/gitlab!51790
-
Mikołaj Wawrzyniak authored
Support GitLab FOSS for Gitpod See merge request gitlab-org/gitlab!51790
-
Illya Klymov authored
OKR: Improve CI/CD/General pipelines settings-related UI text See merge request gitlab-org/gitlab!51806
-
Marcel Amirault authored
Simplify settings text as part of OKR work. Reorders the settings to make settings easier to read, adds one more docs link, and moves coverage regex examples into the docs.
-
Ash McKenzie authored
-
Illya Klymov authored
Convert Approval Rules to use GlAccordion See merge request gitlab-org/gitlab!52031
-
Francisco Javier López authored
In personal snippets, there is a bug when starting a thread, the visual component to response is not displayed. This is because the object `@snippet` is not set in the controller and we end up in a policy check without object.
-
Francisco Javier López authored
-