- Feb 14, 2018
-
-
Jarka Kadlecova authored
-
- Feb 08, 2018
-
-
Lin Jen-Shin authored
-
-
Hassan Zamani authored
-
Constance Okoghenun authored
-
Stan Hu authored
MergeRequest#rebase_in_progress? and MergeRequest#rebase_path were called twice each time per request. This memoization helps reduce the overall number of queries. See https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/51616319 as a failing job. Closes gitlab-org/gitlab-ee#4857
-
Shah El-Rahman authored
-
Shah El-Rahman authored
-
Shah El-Rahman authored
-
Shah El-Rahman authored
-
Shah El-Rahman authored
Fix tests Address code review feedback Fix tests
-
- Feb 07, 2018
-
-
Simon Knox authored
-
Clement Ho authored
-
Oswaldo Ferreir authored
-
Oswaldo Ferreir authored
-
Phil Hughes authored
-
Kushal Pandya authored
-
Ahmad Sherif authored
Fixes #37439 Fixes gitaly#1000
-
Ahmad Sherif authored
This reduces the number of RefExists RPC call.
-
Zeger-Jan van de Weg authored
The refs hash is used to determine what branches and tags have a commit as head in the network graph. The previous implementation depended on Rugged#references. The problem with this implementation was that it depended on rugged, but also that it iterated over all references and thus loading more data than needed if for example the project uses CI/CD environments, Pipelines, or Merge Requests. Given only refs are checked the network cares about the GraphHelper#refs method has no need to reject those, simplifying the method. Closes gitlab-org/gitaly#880
-
Rubén Dávila authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
-
Kushal Pandya authored
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Pawel Chojnacki authored
-
Dylan Griffith authored
-
Pawel Chojnacki authored
+ address small nitpicks
-
Pawel Chojnacki authored
-
- Feb 06, 2018
-
-
Andreas Brandl authored
Closes #40755.
-
Dylan Griffith authored
- Move the exception handling as close to the source as possible to avoid leaking Psych ahstraction - Also remove unnecessary rescue all statement from LintsController. This should not be necessary anymore since any YAML errors should all be caught by the #validation_message method.
-
Mike Greiling authored
-
Douwe Maan authored
-