- 19 Sep, 2017 23 commits
-
-
Stan Hu authored
-
Stan Hu authored
This removes the need for a default scope that adds a "WHERE project_id = X" clause. This commit also includes an additional index for Environment#last_deployment, ensuring this query uses just an index scan instead of also applying a Filter. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/36877
-
Douwe Maan authored
Documentation for LFS object storage See merge request gitlab-org/gitlab-ee!2959
-
James Edwards-Jones authored
-
Rémy Coutable authored
fix transient failure in path_locks_spec.rb See merge request gitlab-org/gitlab-ee!2944
-
Dmitriy Zaporozhets authored
CE Upstream - Monday Closes gitaly#559, gitlab-ce#37916, and gitlab-ce#36877 See merge request gitlab-org/gitlab-ee!2948
-
Rémy Coutable authored
Detect n+1 issues involving Gitaly See merge request gitlab-org/gitlab-ee!2924
-
Andrew Newdigate authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Nick Thomas authored
Add upgrade notes for Geo in GitLab 10.0 See merge request gitlab-org/gitlab-ee!2951
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Stan Hu authored
[ci skip]
-
Jacob Schatz authored
- Expand EE license use for development and testing See merge request gitlab-org/gitlab-ee!2935
-
Fatih Acet authored
Fix MR ready to merge buttons/controls at mobile breakpoint -- EE merge edition Closes gitlab-ce#37259 See merge request gitlab-org/gitlab-ee!2923
-
- 18 Sep, 2017 17 commits
-
-
Eric Eastwood authored
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/37259 Conflicts: app/assets/stylesheets/pages/merge_requests.scss
-
Fatih Acet authored
Fix MR widget with external CI services/integrations -- EE merge edition Closes gitlab-ce#33287 See merge request gitlab-org/gitlab-ee!2922
-
kushalpandya authored
-
Micaël Bergeron authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Stan Hu authored
Update SSH database lookup instructions for CentOS 7.4 See merge request gitlab-org/gitlab-ee!2946
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Yorick Peterse authored
Eliminate N+1 queries in loading discussions.json endpoint Closes #37955 See merge request gitlab-org/gitlab-ce!14327
-
Annabel Dunstone Gray authored
Fix mini graph pipeline breaking in merge request view Closes #37590 See merge request gitlab-org/gitlab-ce!14306
-
Rémy Coutable authored
CE upstream - Wednesday Closes gitlab-ce#37652, gitaly#519, gitlab-ce#37653, #3389, gitlab-ce#37648 et gitlab-ce#35990 See merge request gitlab-org/gitlab-ee!2906
-
Tim Zallmann authored
Add missing import statements See merge request gitlab-org/gitlab-ce!14209
-
Tim Zallmann authored
Fixes milestone issuable assignee URL Closes #33124 See merge request gitlab-org/gitlab-ce!14292
-
Phil Hughes authored
Merge branch '37933-improve-new-project-page-description-explaining-what-a-project-is' into 'master' Resolve "Improve “New project“ page description explaining what a project is" Closes #37933 See merge request gitlab-org/gitlab-ce!14331
-
Rémy Coutable authored
Clean up read_registry scope changes Closes #37789 See merge request gitlab-org/gitlab-ce!14307
-
Nick Thomas authored
-
Achilleas Pipinellis authored
Fix docs for lightweight tag creation via API Closes #17499 See merge request gitlab-org/gitlab-ce!14328
-
Stan Hu authored
In #37955,we see that the profile had a number of N+1 queries from repeated access to `cross_reference_not_visible_for?`. This was optimized in previous versions of GitLab by rendering all notes at once, counting the number of visible references, and then using that number to check whether a system note should be fully redacted. There was also another N+1 query calling `ProjectTeam#member?`, which did not take advantage of an optimization in prepare_notes_for_rendering that would preload the maximum access level per project. Closes #37955
-