- Mar 22, 2018
-
-
Rob Watson authored
Closes #28857
-
Fabian Schneider authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- Mar 21, 2018
-
-
Sean McGivern authored
Previously, this would issue a query for each unique `diff_refs_or_sha` passed. This was because we didn't want to load other MR diffs into memory, as they had some very large columns. Now they are actually very small, and it's more efficient to just load them all at once and do the finding in Ruby.
-
Jacob Vosmaer (GitLab) authored
-
Server Side Request Forgery in Services and Web Hooks See merge request gitlab/gitlabhq!2337
-
Grzegorz Bizon authored
This is a first step to decouple pipeline from YAML processing. It reduces the coupling by removing some methods that introduce coupling and by moving logic into separate chain element that is being used to populate pipelines with stages and builds.
-
Grzegorz Bizon authored
-
- Mar 20, 2018
-
-
Tomasz Maczukin authored
-
Pirate Praveen authored
-
- Mar 18, 2018
-
-
Andreas Brandl authored
-
- Mar 16, 2018
-
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
The specs are based on a schema version that doesn't know about `internal_ids` table. However, the actual code being execute relies on it.
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
-
- Mar 15, 2018
-
-
Sean McGivern authored
Previously, we kept them all in the cache. We don't need the highlight results for older diffs - if someone does view that (which is rare), we can do the highlighting on the fly.
-
Shinya Maeda authored
-
Pirate Praveen authored
-
- Mar 14, 2018
-
-
Michael Kozono authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Zeger-Jan van de Weg authored
Prior to this change, this method was called add_namespace, which broke the CRUD convention and made it harder to grep for what I was looking for. Given the change was a find and replace kind of fix, this was changed without opening an issue and on another feature branch. If more dynamic calls are made to add_namespace, these could've been missed which might lead to incorrect bahaviour. However, going through the commit log it seems thats not the case.
-
- Mar 13, 2018
-
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- Mar 08, 2018
-
-
Oswaldo Ferreir authored
-
Oswaldo Ferreir authored
-
- Mar 07, 2018
-
-
Douwe Maan authored
-
Micael Bergeron authored
-
Micael Bergeron authored
-
Bob Van Landuyt authored
We only allow users that can merge the merge request to push to the fork.
-