- 31 May, 2017 10 commits
-
-
Douwe Maan authored
-
Alejandro Rodríguez authored
-
Douwe Maan authored
-
Kamil Trzcinski authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Douwe Maan authored
-
Alejandro Rodríguez authored
-
- 30 May, 2017 5 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Bob Van Landuyt authored
-
Rémy Coutable authored
This partially reverts be25bbc4. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Sean McGivern authored
The /unsubscribe slash command means that we check if the current user is subscribed to the issuable without having an explicit subscription. That means that we use the UserParser to find references to them in the notes. The UserParser (and all parsers inheriting from BaseParser) use RequestStore to cache ActiveRecord objects, so that we don't need to load the User object each time, if we're parsing references a bunch of times in the same request. However, it was always returning _all_ of the previously cached items, not just the ones matching the IDs passed. This would mean that we did two runs through with UserParser if you were mentioned in a comment, and then mentioned someone else in your comment while using /unsubscribe: 1. Because /unsubscribe was used, we see if you were mentioned in any comments. 2. Because you mentioned someone, we find them - but we would also get back your user, even if you didn't mention yourself. This would have the effect of creating a mention or directly addressed todo for yourself incorrectly. The fix is simple: only return values from the cache matching the IDs passed.
-
- 29 May, 2017 2 commits
-
-
Douwe Maan authored
-
Valery Sizov authored
-
- 26 May, 2017 1 commit
-
-
Douwe Maan authored
-
- 25 May, 2017 4 commits
-
-
Pawel Chojnacki authored
-
Nick Thomas authored
-
Ruben Davila authored
There was a race condition issue when the application was generating an email and was using a language that was previously being used in other request.
-
Alexander Randa authored
* implemented logging of project and system web hooks * implemented UI for user area (project hooks) * implemented UI for admin area (system hooks) * implemented retry of logged webhook * NOT imeplemented log remover
-
- 24 May, 2017 9 commits
-
-
Douwe Maan authored
This reverts commit b0498c17
-
Jarka Kadlecova authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 23 May, 2017 9 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-