- 28 Jul, 2017 40 commits
-
-
Rémy Coutable authored
Fixup POST /v3/:id/hooks and PUT /v3/:id/hooks/:hook_id See merge request !12673
-
Richard Clamp authored
-
Grzegorz Bizon authored
Merge branch '35695-comment-appears-in-a-wrong-place-after-changing-diff-view-to-inline' into 'master' Resolve "Comment appears in a wrong place after changing diff view to inline" Closes #35695 See merge request !13156
-
Rémy Coutable authored
This makes the default sort order for branches 'recently updated' rather than by name. Closes #26890 See merge request !8666
-
Sean McGivern authored
Fix 500 error when rendering avatar for deleted project creator See merge request !13110
-
Athar Hameed authored
-
Sean McGivern authored
Merge issuable "reopened" state into "opened" See merge request !12972
-
Rémy Coutable authored
added article from techbeacon on CI See merge request !10452
-
Rémy Coutable authored
Update gitlab_flow.md, Teatro seems to be completely dead, see also… See merge request !13157
-
Rémy Coutable authored
Log web hook execution timeout events See merge request !13134
-
Rémy Coutable authored
Docs: fix HAProxy name and exporter's link See merge request !13091
-
Sean McGivern authored
Add log messages to clarify log messages about API CSRF token verification failure Closes #35705 See merge request !13158
-
Douwe Maan authored
-
bart authored
Update gitlab_flow.md, Teatro seems to be completely dead, see also https://forum.gitlab.com/t/gitlab-flow-documentation-teatro/7774
-
Rémy Coutable authored
Make access level for protected tag factories more compatible with EE See merge request !13133
-
Sean McGivern authored
When you change the diff view (inline / side-by-side), we set a cookie based on that new view. When you add a comment, we choose the style to use in the response based on that cookie. However, when you have just changed diff style, the request cookie will contain the old value, so we should use the view param instead.
-
Filipa Lacerda authored
Resolve "Images in Wiki display have wrong size" Closes #35691 See merge request !13153
-
James Edwards-Jones authored
[ci skip]
-
Filipa Lacerda authored
Fixed the breadcrumb title for help pages Closes #35679 See merge request !13151
-
Tim Zallmann authored
Removed inline JS in shared HAML files See merge request !13073
-
Kamil Trzciński authored
Follow-up from "Allow to use cross project pipelines" ver 2 Closes #35282, gitlab-ee#2604, and #35584 See merge request !13102
-
Tim Zallmann authored
-
Yorick Peterse authored
Having two states that essentially mean the same thing is very much like having a boolean "true" and boolean "mostly-true": it's rather silly. This commit merges the "reopened" state into the "opened" state while taking care of system notes still showing messages along the lines of "Alice reopened this issue". A big benefit from having only two states (opened and closed) is that indexing and querying becomes simpler and more performant. For example, to get all the opened queries we no longer have to query both states: SELECT * FROM issues WHERE project_id = 2 AND state IN ('opened', 'reopened'); Instead we can query a single state directly, which can be much faster: SELECT * FROM issues WHERE project_id = 2 AND state = 'opened'; Further, only having two states makes indexing easier as we will only ever filter (and thus scan an index) using a single value. Partial indexes could help but aren't supported on MySQL, complicating the development process and not being helpful for MySQL.
-
Lin Jen-Shin authored
So the behaviour would be similar in CE and EE
-
Rémy Coutable authored
Use `:empty_project` where possible in feature specs See merge request !13118
-
Douwe Maan authored
Remove Mattermost team with GitLab group Closes #30023 See merge request !11362
-
Shinya Maeda authored
-
Phil Hughes authored
Global nav (9.0) UI improvement Closes #34921 See merge request !12772
-
Takuya Noguchi authored
-
Sean McGivern authored
Support the fact that Gitaly uses bundler See merge request !13135
-
Douwe Maan authored
[Backport from EE] Refactors GitPushService spec code See merge request !13148
-
Shinya Maeda authored
-
Douwe Maan authored
Backport some recent changes related to LDAP from EE See merge request !13119
-
Shinya Maeda authored
-
Shinya Maeda authored
This reverts commit 5ec3b63bfc6f341df040ae08be4858c7181bcacf.
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-