- 23 Apr, 2018 25 commits
-
-
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 13 commits
-
-
Mike Greiling authored
Dedupe yarn dependencies See merge request gitlab-org/gitlab-ce!18477
-
Lukas Eipert authored
-
Robert Speicher authored
Downgrade MySQL CI service from 8.0 to 5.7 Closes #45606 See merge request gitlab-org/gitlab-ce!18512
-
Robert Speicher authored
add restart of gitlab-pages to apply gitlab pages settings See merge request gitlab-org/gitlab-ce!18455
-
Stan Hu authored
MySQL 8.0 made the default authentication mode `caching_sha2_password`, and this breaks our CI builds at the moment. Downgrade until we can figure out how to support this. Closes #45606
-
Yorick Peterse - OOO until May 4th authored
Atomic internal ids for all models Closes #44259 See merge request gitlab-org/gitlab-ce!18402
-
Andreas Brandl authored
-
Marin Jankovski authored
Add documentation on how to configure Redis Sentinel by persistent class See merge request gitlab-org/gitlab-ce!18441
-
Stan Hu authored
-
Douwe Maan authored
Don't include lfs_file_locks data in export bundle Closes #45502 See merge request gitlab-org/gitlab-ce!18495
-
Douwe Maan authored
Add an API endpoint to download git repository snapshots Closes #39345 See merge request gitlab-org/gitlab-ce!18173
-
Sean McGivern authored
Resolve "Show new branch/merge request button even if a branch / merge request already exists" Closes #42803 See merge request gitlab-org/gitlab-ce!17712
-
James Lopez authored
[ci skip]
-