- 04 Sep, 2017 6 commits
-
-
winh authored
-
winh authored
-
Phil Hughes authored
spacing updates to expander button sub-title fixes
-
winh authored
-
Clement Ho authored
-
- 03 Sep, 2017 15 commits
-
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
Remove access_level index from runner. Add protected on ci_pipelines. Add protected index on ci_builds.
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
Re-organize schema. Drop protected from runner. Add access_level to runner. Drop protected from pipeline. Add protected to ci_bilds.
-
Shinya Maeda authored
-
Shinya Maeda authored
Solution 1. Persists protected(ref) flag on ci_pipelines table. builds_for_shared_runner and builds_for_specific_runner read the flag instead of executing protected_for? one by one.
-
Shinya Maeda authored
-
- 01 Sep, 2017 7 commits
-
-
Robert Speicher authored
-
Annabel Dunstone Gray authored
-
Mike Bartlett authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer (GitLab) authored
-
Grzegorz Bizon authored
-
Tiago Botelho authored
-
- 31 Aug, 2017 12 commits
-
-
Manolis Mavrofidis authored
Update to add all issues to be updated. Added functionality, proper tests, documentation and changelog.
-
Felipe Artur authored
-
Bryce Johnson authored
-
Eric Eastwood authored
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/37194 It looks like this regressed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12601 when we switched from `fa-caret-down` to `fa-chevron-down`
-
Jacob Vosmaer authored
-
Grzegorz Bizon authored
-
Sean McGivern authored
The initializers including this were doing so at the top level, so every object loaded after them had a `current_application_settings` method. However, if someone had rack-attack enabled (which was loaded before these initializers), it would try to load the API, and fail, because `Gitlab::CurrentSettings` didn't have that method. To fix this: 1. Don't include `Gitlab::CurrentSettings` at the top level. We do not need `Object.new.current_application_settings` to work. 2. Make `Gitlab::CurrentSettings` explicitly `extend self`, as we already use it like that in several places. 3. Change the initializers to use that new form.
-
Tiago Botelho authored
-
Grzegorz Bizon authored
-
Sean McGivern authored
We're going to cache the total open count separately, and then just perform these counts on the list. We already do that to get the pagination information, through Kaminari, and a future change will make Kaminari reuse the query results from earlier in the request.
-
winh authored
-
winh authored
-