Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-01-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-06-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2018-10-22Enable frozen string for lib/gitlab/*.rbgfyoung
2018-06-07Restore navigation theme orderGeorge Tsiolis
2018-06-07Resolve "Introduce new navigation themes in GitLab 11.0"Annabel Gray
2017-09-11Revert "Merge branch 'revert-f2421b2b' into 'master'"Annabel Dunstone Gray
This reverts merge request !14148
2017-09-08Revert "Merge branch ↵Rubén Dávila
'35012-navigation-add-option-to-change-navigation-color-palette' into 'master'" This reverts merge request !13619
2017-09-07Small refactor after last code review.Ruben Davila
2017-09-07Use indigo as default themeAnnabel Dunstone Gray
2017-09-06Add previews in preferencesAnnabel Dunstone Gray
2017-09-06Fix specs; start on light themeAnnabel Dunstone Gray
2017-09-06Add blue themeAnnabel Dunstone Gray
2017-09-06Add functionality for two themesAnnabel Dunstone Gray
2017-09-06Restore some changes from !9199Rubén Dávila
2017-02-15Remove all gitlab theme related codeAnnabel Dunstone Gray
2016-12-06rename theme to match actual colorsBM5k
2016-07-19Refactor gitlab themes module to make it singletonGrzegorz Bizon
2015-08-26Add `count` to Themes and ColorSchemesRobert Speicher
2015-08-26Add `Gitlab::Themes.for_user`Robert Speicher
2015-06-14Add Gitlab::Themes module; remove Gitlab::ThemeRobert Speicher
Now we can simply loop through all themes, among other things. This also removes the `dark_theme` / `light_theme` classes and the `theme_type` helper, since they weren't used anywhere.