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
2021-12-20Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot
2021-03-16Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot
2021-02-18Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot
2020-12-17Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot
2020-11-19Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot
2020-09-24Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot
2020-09-19Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-03-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-23Fix issuable sidebar icon of notification disabledPaul Slaughter
by adding the proper notification icon
2019-08-17UI for disabling group/project email notificationBrett Walker
- Adds UI to configure in group and project settings - Removes notification configuration for users when disabled at group or project level
2019-05-16Hide issue title on unsubscribe for anonymous usersAlexandru Croitor
2019-04-19Improvements to Project overview UIIllya Klymov
2018-09-07Enable frozen string for app/helpers/**/*.rbgfyoung
Partially addresses #47424.
2018-08-14Move N_ calls into separate filesMark Chao
These are dynamic translations, so has to be marked explicitly using `N_`, but they are not used in runtime, so can exist in separate file. https://github.com/grosser/gettext_i18n_rails#unfound-translations-with-rake-gettextfind
2018-08-14Add email_events to replace EMAIL_EVENTS because it needs to be dynamic,Mark Chao
allowing override for EE.
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