- 16 Jan, 2018 1 commit
-
-
Grzegorz Bizon authored
Ensure CI pipelines and builds have the correction project associations See merge request gitlab-org/gitlab-ee!4094
-
- 15 Jan, 2018 39 commits
-
-
Robert Speicher authored
CE upstream - Monday See merge request gitlab-org/gitlab-ee!4085
-
Luke Bennett authored
-
Luke Bennett authored
-
Rémy Coutable authored
Override module to specify that we're overriding Closes #1819 See merge request gitlab-org/gitlab-ee!3876
-
Achilleas Pipinellis authored
Docs: deprecates articles index See merge request gitlab-org/gitlab-ee!4093
-
Marcia Ramos authored
-
Stan Hu authored
-
Stan Hu authored
This should reduce the number of SQL queries and lookups needed to look up a project of a build and pipeline and vice versa. Before: ``` [1] pry(main)> Ci::Build.reflect_on_association(:project).has_inverse? => false [2] pry(main)> Project.reflect_on_association(:builds).has_inverse? => false [3] pry(main)> Ci::Pipeline.reflect_on_association(:project).has_inverse? => false [4] pry(main)> Project.reflect_on_association(:pipelines).has_inverse? => :project ``` After: ``` [1] pry(main)> Ci::Build.reflect_on_association(:project).has_inverse? => :builds [2] pry(main)> Project.reflect_on_association(:builds).has_inverse? => :project [3] pry(main)> Ci::Pipeline.reflect_on_association(:project).has_inverse? => :pipelines [4] pry(main)> Project.reflect_on_association(:pipelines).has_inverse? => :project ```
-
Robert Speicher authored
Improve various Geo FDW queries that need aggregate pushdown to be fast Closes #4491 See merge request gitlab-org/gitlab-ee!4024
-
Rémy Coutable authored
Use an at_exit hook to stop test gitaly See merge request gitlab-org/gitlab-ee!4088
-
Achilleas Pipinellis authored
Docs: fix duplicate sections (CI docs) See merge request gitlab-org/gitlab-ee!4090
-
Sean McGivern authored
Remove a changelog item that is added to CE (to prevent duplicating) See merge request gitlab-org/gitlab-ee!4086
-
Achilleas Pipinellis authored
Docs: move article "Undo possibilities in Git" into its topic-related dir See merge request gitlab-org/gitlab-ee!4089
-
Marcia Ramos authored
-
Marcia Ramos authored
-
Marcia Ramos authored
-
Marcia Ramos authored
-
Jacob Vosmaer authored
-
Marcia Ramos authored
Port the SAST DAST doc examples from EE to CE See merge request gitlab-org/gitlab-ee!4052
-
Achilleas Pipinellis authored
-
Valery Sizov authored
-
GitLab Bot authored
# Conflicts: # app/assets/javascripts/pages/projects/edit/index.js # app/assets/javascripts/pages/projects/issues/form.js [ci skip]
-
Phil Hughes authored
dynamic imports for projects:e/f/i See merge request gitlab-org/gitlab-ee!4077
-
Phil Hughes authored
dynamic imports for projects:e/f/i See merge request gitlab-org/gitlab-ce!16417
-
Grzegorz Bizon authored
Resolve "Count query for issues and MRs runs twice on group index" Closes #41546 See merge request gitlab-org/gitlab-ce!16314
-
Sean McGivern authored
[API] Fix creating issue when assignee_id is empty Closes gitlab-ce#42025 See merge request gitlab-org/gitlab-ee!4083
-
Marin Jankovski authored
CE upstream - Monday Closes gitaly#893 See merge request gitlab-org/gitlab-ee!4079
-
Simon Knox authored
-
-
Simon Knox authored
-
Simon Knox authored
-
Simon Knox authored
-
GitLab Bot authored
-
Simon Knox authored
-
Douwe Maan authored
Fixing request json mime type Closes #41598 See merge request gitlab-org/gitlab-ce!16427
-
Francisco Javier López authored
-
Phil Hughes authored
Refactor dispatcher for snippets:* See merge request gitlab-org/gitlab-ce!16390
-
Phil Hughes authored
Refactor dispatcher for snippets:* (EE Version) See merge request gitlab-org/gitlab-ee!4037
-
Phil Hughes authored
Refactor dispatcher project mr index path (EE) See merge request gitlab-org/gitlab-ee!4028
-