- 21 Jun, 2017 13 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
* master: (26 commits) Document the manual steps needed to use repmgr Update CHANGELOG.md for 9.2.7 Update CHANGELOG-EE.md for 9.2.7-ee Change GitLab version for object storage Speed up counting approvers when some are specified Fix bad connector - verify if both new and resolved issues are present before adding the connector. Re-enable autocomplete for milestones, tags, releases, and wiki Clarify that only when using CI_JOB_TOKEN multi-project pipelines exist Add link to issue for MySQL/subgroups drop support Fix duplicate testing of vm.triggered. Fix avatar images in pipeline and approval emails Fix some failing specs on master Change a few missing `login_as` to `gitlab_sign_in` Shush eslint. Add specs for coercing triggeredBy into a collection. Fix up specs that depend on triggered_by. Fix up propsData refs to triggered_by. Shush eslint. Update expected format for linked_pipelines_mack_data. Coerce triggered_by response into collection. ... Conflicts: spec/helpers/application_helper_spec.rb
-
Grzegorz Bizon 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 19 commits
-
-
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 8 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.
-
Clement Ho authored
Disable autocomplete on snippets comments -- EE merge edition Closes gitlab-ce#33594 See merge request !2167
-
Bryce Johnson authored
-
Bryce Johnson authored
-
Bryce Johnson authored
-
Bryce Johnson authored
-
Bryce Johnson authored
-