- Mar 27, 2018
-
-
-
Alessio Caiazza authored
-
- Mar 26, 2018
-
-
Mayra Cabrera authored
-
Tiago Botelho authored
-
YarNayar authored
Closes #23460
-
- Mar 23, 2018
-
-
Grzegorz Bizon authored
-
Andreas Brandl authored
For each event with `Event#target_type` of "Note", we had a query to load the associated instance `noteable`. For example, if `Note` was related to an issue, we'd load each `Issue` with its own query (N+1 problem). Closes #43150.
-
- Mar 22, 2018
-
-
Mayra Cabrera authored
- Change find_cluster_platform_kubernetes to ignore environment argument - Fix broken specs CE Port of: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5047/
-
Rob Watson authored
Closes #28857
-
Fabian Schneider authored
-
Micael Bergeron authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Micael Bergeron authored
-
Matija Čupić 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
-
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
-
Grzegorz Bizon authored
-
Dylan Griffith authored
This appears to reduce the number of queries in pipeline creation of gitlab-ce's .gitlab-ci.yml by 92 This also means we now need to mock this ci yaml file properly in the test because otherwise the yaml_errors stay on the object and make all the pipelines failed.
-
- Mar 20, 2018
-
-
Tomasz Maczukin authored
-
- Mar 19, 2018
-
-
Felipe Artur authored
-
Mario de la Ossa authored
-
Shinya Maeda authored
-
- Mar 18, 2018
-
-
Andreas Brandl authored
-
- Mar 17, 2018
-
-
Matija Čupić authored
-
Matija Čupić authored
-
- Mar 16, 2018
-
-
Tiago Botelho authored
and fixes the project description not being imported
-
Andreas Brandl authored
-
Andreas Brandl authored
We can extend this later, but for now we don't have the use case.
-
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
-