An error occurred fetching the project authors.
- 30 Sep, 2021 1 commit
-
-
Miguel Rincon authored
This change removes the nav-links class from the project home. The quick-links class is also removed as the class was used to override those styles. Additionally quick-links is removed entirely.
-
- 16 Sep, 2021 1 commit
-
-
Mehul Sharma authored
-
- 25 Aug, 2021 1 commit
-
-
Jonston Chan authored
Unscopes i18n strings that are incorrectly scoped Changelog: changed
-
- 09 Aug, 2021 1 commit
-
-
Jonas Wälter authored
Changelog: added
-
- 19 Jul, 2021 1 commit
-
-
Robert May authored
Removes the badge cache from home panel as it is more expensive to expire the cache than the time saved by implementing it. Changelog: changed
-
- 30 Jun, 2021 1 commit
-
-
Jonas Waelter authored
Changelog: added
-
- 25 May, 2021 1 commit
-
-
Jonas Wälter authored
-
- 29 Apr, 2021 2 commits
-
-
Robert May authored
-
Robert May authored
-
- 29 Mar, 2021 1 commit
-
-
Taurie Davis authored
-
- 23 Mar, 2021 1 commit
-
-
- 03 Mar, 2021 1 commit
-
-
Jarek Ostrowski authored
Updates the project repo buttons, history button, and updates the CSS to use gl- flex classes. Also updates the mobile clone button to gl-button. MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/53260
-
- 02 Mar, 2021 1 commit
-
-
Doug Stull authored
- no longer needed.
-
- 26 Feb, 2021 1 commit
-
-
wortschi authored
- This enables the Vue notifications dropdown implementation by default and removes legacy code
-
- 12 Feb, 2021 1 commit
-
-
Sam Beckham authored
These changes were cherry-picked from https://gitlab.com/gitlab-org/gitlab/-/merge_requests/52183 Thanks to @garybell for the original contribution
-
- 29 Jan, 2021 1 commit
-
-
wortschi authored
- Renders a Vue notification dropdown component on the project overview page
-
- 19 Jan, 2021 1 commit
-
-
Doug Stull authored
- wasn't showing up due to incorrect helper logic
-
- 07 Jan, 2021 1 commit
-
-
Yogi authored
-
- 19 Nov, 2020 1 commit
-
-
- 18 Nov, 2020 1 commit
-
-
fjsanpedro authored
-
- 13 Nov, 2020 1 commit
-
-
Jackie Fraser authored
-
- 12 Nov, 2020 1 commit
-
-
Peter Hegman authored
Better UX and allows us to get rid of some legacy JS
-
- 10 Nov, 2020 1 commit
-
-
fjsanpedro authored
In this commit we add Schema markup to projects. In particular, the `itemptype` SoftwareSourceCode.
-
- 13 Oct, 2020 1 commit
-
-
Jean du Plessis authored
Instead of using `gl-mt-5.gl-mb-5` use `gl-my-5` instead.
-
- 08 Oct, 2020 1 commit
-
-
Jean du Plessis authored
Switches out some stylesheet rule properties in favor of using utility classes. Also decouples the .group-home-panel styles from the projects.scss file by moving it to group.scss.
-
- 10 Aug, 2020 1 commit
-
-
Justin Ho authored
`sprite_icon` now has a default `size` set to 16 when not passed, thus we don't need to specify it in this case.
-
- 29 Jul, 2020 1 commit
-
-
Justin Ho authored
- Change `vertical-align: text-bottom` to `-3px` which works better with text that has larger font size - Fix `visibility_level_icon` to properly accept the `class` property - Fix visibility icon on project overview page
-
- 22 Jul, 2020 1 commit
-
-
Justin Ho authored
Not needed with new GitLab SVG icons
-
- 07 Jul, 2020 1 commit
-
-
Jose Vargas authored
This replaces the append-right-5 utility class for the gl-mr-2 class from GitLab-UI
-
- 03 Jul, 2020 1 commit
-
-
Jose Vargas authored
This replaces append-right-default for gl-mr-3 utility class from GitLab-UI
-
- 29 Jun, 2020 1 commit
-
-
Jose Vargas authored
This replaces the append-bottom-5 CSS class and replaces it for the gl-mb-2 utility class from GitLab-UI
-
- 26 Jun, 2020 1 commit
-
-
Phil Hughes authored
This removes the Vue file list feature and also improves some performance around rendering the tree.
-
- 24 Jun, 2020 1 commit
-
-
Jose Vargas authored
This removes the append-right-4 CSS class and replaces it for the gl-mr-2 utility class from GitLab-UI
-
- 15 Jun, 2020 1 commit
-
-
Jose Vargas authored
This removes the append-bottom-8 CSS class and replaces it for gl-mb-3 utility class from GitLab-UI
-
- 29 May, 2020 1 commit
-
-
Jose Vargas authored
This removes the append-right-8 CSS class and replaces it with gl-mr-3 utility class from GitLab-UI
-
- 27 May, 2020 1 commit
-
-
Jose Vargas authored
This removes the prepend-left-8 CSS class and replaces it with gl-ml-3 utility class from GitLab-UI
-
- 26 May, 2020 2 commits
-
-
Jose Vargas authored
This removes the prepend-left-4 CSS class and replaces it for the GitLab-UI equivalent gl-ml-2 utility class
-
Jose Vargas authored
This removes the prepend-top-8 CSS class and replaces it for the gl-mt-3 utility class from GitLab-UI
-
- 17 Apr, 2020 1 commit
-
-
Robert Hunt authored
These get the title, description and color for each framework
-
- 14 Feb, 2020 1 commit
-
-
Mark Lapierre authored
Tests that if a fork is created and then the parent project is moved to a new gitaly storage/shard, another fork can be created after the move. See https://gitlab.com/gitlab-org/gitlab/issues/38264 Add the ability to create a fork via the API, check import status (to confirm when the fork is complete), and change repository storage. Resource::Fork needed to be updated, which also required updating Resource::MergeRequestFromFork and the test that uses it so that that test can still fabricate a fork via the UI.
-