- Jul 26, 2018
-
-
gfyoung authored
Partially addresses #47424.
-
- Jul 12, 2018
-
-
Felipe Artur authored
-
- Mar 30, 2018
-
-
Sean McGivern authored
-
- Mar 26, 2018
-
-
YarNayar authored
Closes #23460
-
- Aug 08, 2017
-
-
Brian Neel authored
-
- Jul 31, 2017
-
-
Sean McGivern authored
This was migrated to separate columns in 9.4, and now just needs to be removed for real.
-
- Jun 28, 2017
-
-
Tiago Botelho authored
-
- Jun 15, 2017
-
-
Sean McGivern authored
Create a post-deployment migration to update all existing notification settings with at least one custom level enabled to the new format. Also handle the same conversion when updating settings, to catch any stragglers.
-
Sean McGivern authored
Add columns for each custom notification level, defaulting to null. Read from those columns if non-null, otherwise fall back to the serialized column. Writing will write to the new column if `events` isn't manually set.
-
- Jun 07, 2017
-
-
Yorick Peterse authored
One should really use a separate table instead of using polymorphic associations. See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11168 for more information.
-
- Apr 03, 2017
-
-
Sean McGivern authored
1. Never send a pipeline email to anyone other than the user who created the pipeline. 2. Only send pipeline success emails to people with the custom notification setting for enabled. Watchers and participants will never receive this. 3. When custom settings are unset (for new settings and legacy ones), act as if failed_pipeline is set.
-
- Feb 23, 2017
-
-
Douwe Maan authored
-
- Jan 05, 2017
-
-
Lin Jen-Shin authored
for watchers. Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8176#note_20920905
-
- Oct 17, 2016
-
-
Lin Jen-Shin authored
This reverts commit 1404aa86.
-
- Sep 14, 2016
-
-
Lin Jen-Shin authored
-
- Sep 13, 2016
-
-
Lin Jen-Shin authored
-
- Jul 07, 2016
-
-
Sean McGivern authored
If the Sidekiq job fails for some reason, a project can be 'stuck' pending deletion. The project can't be viewed, so it shouldn't be available through the notification settings association as this will throw an exception when we try to show the link.
-
- Jun 16, 2016
-
-
James Lopez authored
This reverts commit 13e37a3e.
-
James Lopez authored
-
- Jun 15, 2016
-
-
Felipe Artur authored
-
- Jun 14, 2016
-
-
Felipe Artur authored
-
- Jun 13, 2016
-
-
Felipe Artur authored
-
Felipe Artur authored
-
Felipe Artur authored
-
- Jun 10, 2016
-
-
Felipe Artur authored
-
- Jun 07, 2016
-
-
Phil Hughes authored
This is part of #12758
-
- Jun 03, 2016
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- May 09, 2016
-
-
Jeroen van Baarsen authored
In 8278b763 the default behaviour of annotation has changes, which was causing a lot of noise in diffs. We decided in #17382 that it is better to get rid of the whole annotate gem, and instead let people look at schema.rb for the columns in a table. Fixes: #17382
-
- May 06, 2016
-
-
Zeger-Jan van de Weg authored
-
- Apr 11, 2016
-
-
Douglas Barbosa Alexandre authored
-
- Apr 08, 2016
-
-
Douglas Barbosa Alexandre authored
-
- Mar 30, 2016
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
* 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>
-
Dmitriy Zaporozhets authored
It will hold notification setting per group or per project. It will allow get rid of notification level stored in Member model Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-