- 21 Jun, 2017 15 commits
-
-
Phil Hughes authored
Fix transient remove issue from board and see milestone removed spec Closes #2660 See merge request !2139
-
Jacob Schatz authored
Fix Vue warnings in the MR Widget (EE) See merge request !2192
-
Jacob Schatz authored
Fix Vue warnings about string idKey in Related Issues See merge request !2190
-
Achilleas Pipinellis authored
Add instructions for setting up a custom version of OpenSSH for Geo See merge request !2191
-
Achilleas Pipinellis authored
-
Rémy Coutable authored
Speed up counting approvers when some are specified See merge request !2196
-
Kamil Trzciński authored
Change GitLab version for object storage See merge request !2197
-
Marin Jankovski authored
Document the manual steps needed to use repmgr See merge request !2172
-
Ian Baum authored
-
Timothy Andrew authored
[ci skip]
-
Timothy Andrew authored
[ci skip]
-
Achilleas Pipinellis authored
[ci skip]
-
Sean McGivern authored
When some approvers are specified, we still need to check the potential set of approvers, including people with developer access and up. Doing that with an OR took a long time (over 500ms) on GitLab.com, even when only one approver was specified. By doing a UNION instead, we get much faster results (less than 10ms). Also, as we are using UNION and not UNION ALL, we don't need to exclude the approvers specified from the query to get everyone with access.
-
Phil Hughes authored
Fix bad connector - verify if both new and resolved issues are present before adding the connector. Closes #2676 See merge request !2187
-
Filipa Lacerda authored
-
- 20 Jun, 2017 23 commits
-
-
Stan Hu authored
[ci skip]
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
``` [Vue warn]: Invalid prop: type check failed for prop "idKey". Expected Number, got String. ``` We now fail on Vue warnings, https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12163/
-
Jacob Schatz authored
Re-enable autocomplete for milestones, tags, releases, and wiki -- EE merge edition Closes gitlab-ce#33598 See merge request !2170
-
Filipa Lacerda authored
Resolve "Cross-project pipelines are broken" Closes #2682 See merge request !2166
-
Douwe Maan authored
Fix avatar images in pipeline and approval emails See merge request !2182
-
-
Robert Speicher authored
Fix some failing specs on master Closes #2694 See merge request !2180
-
Marcia Ramos authored
Add docs for multi-project pipelines graphs See merge request !2136
-
Achilleas Pipinellis authored
-
Marcia Ramos authored
Add link to issue for MySQL/subgroups drop support See merge request !2184
-
Achilleas Pipinellis authored
-
Marcia Ramos authored
Fix quoted example in triggers docs Closes #2686 See merge request !2171
-
Marcia Ramos authored
Mention limitations of MySQL in docs See merge request !2165
-
Marcia Ramos authored
Add info about artifacts object storage in docs Closes #2311 See merge request !2147
-
Bryce Johnson authored
-
Sean McGivern authored
-
Nick Thomas authored
-
Rémy Coutable authored
Change a few missing `login_as` to `gitlab_sign_in` See merge request !2176
-
Stan Hu authored
-
Douwe Maan authored
[EE] Prepare for bypassing GitLab sign in in feature specs See merge request !2140
-
Jacob Schatz authored
Enable autocomplete on project snippets -- EE merge edition See merge request !2174
-
- 19 Jun, 2017 2 commits
-
-
Robert Speicher authored
CE upstream: Thursday Closes gitlab-ce#31782, gitlab-ce#33529, gitlab-ce#32861, gitlab-ce#33483, #2525, gitlab-ce#31263, gitlab-ce#33403, and gitlab-ce#33106 See merge request !2137
-
Eric Eastwood authored
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1210 disabled autocomplete for personal snippets and project snippets. But we want autocomplete on project snippets.
-