- 21 Jun, 2017 1 commit
-
-
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.
-
- 20 Jun, 2017 4 commits
-
-
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 22 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
-
Eric Eastwood authored
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33594 Was supposedly fixed in MR for https://gitlab.com/gitlab-org/gitlab-ce/issues/32086 but seeing this pop up again
-
Douwe Maan authored
adds prometheus metrics to both mirro and remote mirror features See merge request !2118
-
Douwe Maan authored
removes ignore column sync time logic from remote mirror model See merge request !1850
-
Robert Speicher authored
Not sure why this fails with the full login flow, but it's not necessary and would've been changed eventually anyway, so whatever!
-
Robert Speicher authored
-
Robert Speicher authored
Change `logout_direct` uses to `gitlab_sign_out_direct`
-
Robert Speicher authored
Change single `login_via` use to `gitlab_sign_in_via`
-
Robert Speicher authored
-
Robert Speicher authored
- [x] Rename `login_as` to `gitlab_sign_in` - [x] Rename `login_with` to `gitlab_sign_in_with` - [x] Rename `login_via` to `gitlab_sign_in_via` - [x] Rename `logout` to `gitlab_sign_out` - [x] Rename `logout_direct` to `gitlab_sign_out_direct` - [x] Make `gitlab_login_with` (née `login_with`) private - [x] Make `mock_auth_hash` private
-
Marcia Ramos authored
Document the Delete Merged Branches functionality See merge request !2149
-
Marcia Ramos authored
Add ConvDev docs See merge request !2148
-
Nick Thomas authored
-
Douwe Maan authored
Geo: prevent Gitlab::Git::Repository::NoRepository from stucking replication Closes #2635 See merge request !2115
-
Douwe Maan authored
Port of mk-add-project-moved-errors-for-git to EE See merge request !1870
-
Nick Thomas authored
-
Tiago Botelho authored
-
Tiago Botelho authored
-
Rémy Coutable authored
Fix admin_audit_logs_spec transient See merge request !2157
-
Nick Thomas authored
-
- 17 Jun, 2017 1 commit
-
-
Michael Kozono authored
-
- 16 Jun, 2017 12 commits
-
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Luke "Jared" Bennett authored
-
Stan Hu authored
Refresh LDAP-users project authorizations on group sync Closes #2662 See merge request !2145
-
Douwe Maan authored
Add namespace license checks for Service Desk (EEP) Closes #2565 See merge request !2109
-
Douwe Maan authored
Don't track historical data when license is trial See merge request !2138
-
Nick Thomas authored
-
Nick Thomas authored
-
Nick Thomas authored
-