- 23 Apr, 2018 37 commits
-
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
don't differentiate between the different runner types, instead we rely on the Runner model to provide the available projects. scheduling is now applied to all runners equally.
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
instead of having the explicit logic duplicated from the scope we can use the scope instead.
-
Alexis Reigel authored
the scope `Ci::Runner.belonging_to_group` does not filter out the runners where the projects has `#group_runners_enabled` set to false anymore. it didn't show up in the runners UI anymore when group runners were disabled. this was confusing. the flag is only relevant when selecting appropriate runner for a build.
-
Alexis Reigel authored
-
Alexis Reigel authored
1. we don't want to migrate all existing groups 2. we generate the token when showing the runners page, as this is the first time that the token will be used.
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
as we're using UNION now we can use INNER JOIN.
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
the unions performs much better than the joins, and the execution time is constant with a growing number of records.
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Alexis Reigel authored
-
- 22 Apr, 2018 2 commits
-
-
Grzegorz Bizon authored
Removes 'Job log message' from build trace Closes #45625 See merge request gitlab-org/gitlab-ce!18523
-
Mayra Cabrera authored
'No job log' message is no longer necessary since we returned an image when a build does not have a trace. See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18278 for more details Closes #45625
-
- 20 Apr, 2018 1 commit
-
-
Mike Greiling authored
Dedupe yarn dependencies See merge request gitlab-org/gitlab-ce!18477
-