- Feb 12, 2018
-
-
Rubén Dávila authored
This reverts commit a58f8c32, reversing changes made to cd5d75c3.
-
- Feb 08, 2018
-
-
Gregory Stark authored
Artifacts are in the middle of being migrated from ci_builds to ci_job_artifacts. The expiration date is currently visible in both of these tables and the test for whether an expired artifact is present for a job is complex as it requires checking both the of the tables. Add two new indexes, one on ci_builds.artifacts_expire_at and one on ci_job_artifacts.expire_at to enable finding expired artifacts efficiently. And until the migration is finished, replace the SQL for finding expired and non-expired artifacts with a hand-crafted UNION ALL based query instead of using OR. This overcomes a database optimizer limitation that prevents it from using these indexes. When the migration is finished the next version should remove this query and replace it with a much simpler query on just ci_job_artifacts. See https://gitlab.com/gitlab-org/gitlab-ce/issues/42561 for followup.
-
- Feb 07, 2018
-
-
Rubén Dávila authored
-
Nick Thomas authored
-
Pawel Chojnacki authored
+ address small nitpicks
-
- Feb 06, 2018
-
-
Shinya Maeda authored
-
Shinya Maeda authored
This reverts commit 3603e7c3a2cfd88e8441c5d76303645776349117.
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
- Feb 05, 2018
-
-
Nick Thomas authored
-
- Feb 02, 2018
-
-
Matija Čupić authored
-
Matija Čupić authored
-
Micael Bergeron authored
-
Matija Čupić authored
-
- Feb 01, 2018
-
-
Rubén Dávila authored
-
Micael Bergeron authored
-
Micael Bergeron authored
-
- Jan 31, 2018
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jan 30, 2018
-
-
Pawel Chojnacki authored
-
- Jan 26, 2018
-
-
Matija Čupić authored
-
- Jan 17, 2018
-
-
Pawel Chojnacki authored
-
Douwe Maan authored
[10.3] Migrate `can_push` column from `keys` to `deploy_keys_project` See merge request gitlab/gitlabhq!2276 (cherry picked from commit f6ca52d31bac350a23938e0aebf717c767b4710c) 1f2bd3c0 Backport to 10.3
-
- Jan 11, 2018
-
-
Michael Kozono authored
-
-
- Jan 04, 2018
-
-
Mayra Cabrera authored
-
- Jan 03, 2018
-
-
Lin Jen-Shin authored
-
- Dec 22, 2017
-
-
Mayra Cabrera authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Dec 21, 2017
-
-
Kamil Trzcińśki authored
-
- Dec 14, 2017
-
-
Rémy Coutable authored
I've followed the [upgrade guide](https://github.com/thoughtbot/factory_bot/blob/4-9-0-stable/UPGRADE_FROM_FACTORY_GIRL.md ) and ran these two commands: ``` grep -e FactoryGirl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|FactoryGirl|FactoryBot|" grep -e factory_girl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|factory_girl|factory_bot|" ``` Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Dec 13, 2017
-
-
Jacopo authored
Allows ordering in GET api/v4/projects/:project_id/repository/contributors through `order_by` and `sort` params. The available `order_by` options are: name|email|commits. The available `sort` options are: asc|desc.
-
- Dec 08, 2017
-
-
Douwe Maan authored
Fixes project visibility guidelines See merge request gitlab/gitlabhq!2226 (cherry picked from commit 877c42c0aaf3298d6001614c9706bc366ae4014c) e4fd1c26 Ensure project wiki visibility guidelines are met
-
- Dec 07, 2017
-
-
micael.bergeron authored
-
Jarka Kadlecova authored
-
- Dec 05, 2017
-
-
- Dec 04, 2017
-
-
Markus Koller authored
-
- Dec 03, 2017
-
-
Kamil Trzcińśki authored
-