- 20 Sep, 2017 6 commits
-
-
Eric Eastwood authored
Updated to match CE doc updates, see https://gitlab.com/gitlab-org/gitlab-ce/commit/59944b66b8947c207ebb98ad84ab4aa56ba509e7
-
-
Eric Eastwood authored
See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/14272 Conflicts: ee/app/views/projects/ee/_merge_request_settings.html.haml
-
Eric Eastwood authored
Otherwise it would throw "invalid project feature :fast_forward_merge" when visiting `/namespace/repo/edit`
-
Valery Sizov authored
-
Valery Sizov authored
-
- 19 Sep, 2017 26 commits
-
-
Yorick Peterse authored
EE: Reorganize indexes for the "deployments" table Closes gitlab-ce#36877 See merge request gitlab-org/gitlab-ee!2955
-
Stan Hu authored
Do not perform hard check (presence of file on storage) Closes gitlab-ce#37945 See merge request gitlab-org/gitlab-ee!2960
-
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
-
Kamil Trzcinski authored
Instead perform soft check (the column set to indicate that file does exist)
-
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 8 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
-