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
2015-09-08Use new routing helperDouwe Maan
2015-07-07Add `feature` tag to feature specsRobert Speicher
Not to be confused with the RSpec `type: :feature` tag, this tag is used by the `spec:feature` Rake task for filtering/grouping specs.
2015-06-22Fix features syntaxRobert Speicher
2015-06-15Add `allowing_for_delay` helper method for feature specsRobert Speicher
2015-06-14Add feature specs for default dashboard preferenceRobert Speicher
2015-06-14Simplify the javascript behavior for Preference updatingRobert 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.
2015-06-14Move the "Design" templates and logic to PreferencesRobert Speicher