An error occurred fetching the project authors.
- 26 Feb, 2019 1 commit
-
-
Rémy Coutable authored
Fix misspellings in app/spec comments See merge request gitlab-org/gitlab-ce!25517
-
- 25 Feb, 2019 2 commits
-
-
Michael Kozono authored
This reverts commit 9202bbd1, reversing changes made to 4b282e9c.
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
- 26 Jul, 2018 1 commit
-
-
gfyoung authored
Partially addresses #47424.
-
- 07 Jun, 2018 2 commits
-
-
Felipe Artur authored
-
Sean McGivern authored
First N+1: we may have loaded a user's notification settings already, but not have loaded their sources. Because we're iterating through, we'd potentially load sources that are completely unrelated, just because they belong to this user. Second N+1: we do a separate query for each user who could be subscribed to or unsubcribed from the target. It's actually more efficient in this case to get all subscriptions at once, as we will need to check most of them. We can fix both by the slightly unpleasant means of checking IDs manually, rather than object equality.
-
- 18 Apr, 2018 1 commit
-
-
🙈 jacopo beschi 🙉 authored
-
- 26 Mar, 2018 1 commit
-
-
YarNayar authored
Closes #23460
-
- 19 Mar, 2018 1 commit
-
-
Mario de la Ossa authored
-
- 22 Feb, 2018 1 commit
-
-
Bob Van Landuyt authored
-
- 17 Jan, 2018 1 commit
-
-
Mario de la Ossa authored
Adds `#build_notification_recipients` to `NotificationRecipientService` that returns the `NotificationRecipient` objects in order to be able to access the new attribute `reason`. This new attribute is used in the different notifier methods in order to add the reason as a header: `X-GitLab-NotificationReason`. Only the reason with the most priority gets sent.
-
- 11 Jan, 2018 1 commit
-
-
🙈 jacopo beschi 🙉 authored
-
- 21 Aug, 2017 1 commit
-
-
http://jneen.net/ authored
factor out #suitable_notification_level? and check manually by notification level. this makes the notification logic clear and actually reflect what is in the documentation as to what should happen with each setting.
-
- 11 Aug, 2017 2 commits
-
-
http://jneen.net/ authored
since we're just adding them as a member, the permission may still return false.
-
http://jneen.net/ authored
-
- 03 Aug, 2017 9 commits
-
-
http://jneen.net/ authored
-
http://jneen.net/ authored
-
http://jneen.net/ authored
-
http://jneen.net/ authored
-
http://jneen.net/ authored
-
http://jneen.net/ authored
-
http://jneen.net/ authored
it's not there in the case of personal snippets, f. ex., and we've already guarded against its being missing in #find_notification_setting
-
http://jneen.net/ authored
-
http://jneen.net/ authored
-