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
2017-11-16Adds Rubocop rule for line break after guard clauseJacopo
Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
2017-06-07Translate project & repository pagesBob Van Landuyt
2016-10-17Show it as successful pipeline, rather than success pipelineLin Jen-Shin
Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6342#note_16132150
2016-06-29merge master into issue_3359_3Felipe Artur
2016-06-17Re-use notifications dropdown/modal for user profileFelipe Artur
2016-06-17Re-use notifications dropdown on user profileFelipe Artur
2016-06-16Added description to custom option in notification dropdownPhil Hughes
Always shows the custom option in the dropdown
2016-06-10Remove notification level fild from users, improve migrations and specsFelipe Artur
2016-06-10Remove notification level from user modelFelipe Artur
2016-06-07Notifications dropdown on project page now has descriptionsPhil Hughes
This is part of #12758
2016-03-30Refactor notification helper and fix notification serviceDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-30Small refactoring and cleanup of notification logicDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-30Introduce NotificationSetting to user interfaceDmitriy Zaporozhets
* visiting project will create notification setting if missing * change notification setting per project even without membership * use notification settings instead of membership on profile page Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-11-16Fix wrong variable nameDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-11-16Fix code duplication in NotificationsHelperDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-20Minor code cleanupDouwe Maan
2015-09-17Added Global to the drop downs and updated the label of the button to show ↵Patricio Cano
the current level instead of `Notifications`
2015-09-15Notification dropdown now shows currently active level, and also shows what ↵Patricio Cano
the actual value of `global` is, if the project has the notification level set to global.
2015-09-15Corrected `case` indentation to conform with RubocopPatricio Cano
2015-09-15Added spacing to icons in Notification drop downPatricio Cano
2015-09-15Notification level can now be saved from within the project view.Patricio Cano
2015-09-15Fixed notification level list item helper.Patricio Cano
2015-09-15PAtrially working notification buttonDarby
2015-06-22Update mock and stub syntax for specsRobert Speicher
2015-01-28Use `icon` helper method in helper modulesRobert Speicher
2014-10-03Upgrade to Font Awesome v4.2Sullivan SENECHAL
2014-06-03Remove color-named css classesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-17Improve notification settings pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-07-31Improve Notifications page. Much easier to find muted projects nowDmitriy Zaporozhets
2013-03-27notification scaffoldDmitriy Zaporozhets