An error occurred fetching the project authors.
- 22 Mar, 2018 1 commit
-
-
Grzegorz Bizon authored
-
- 14 Mar, 2018 4 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 13 Mar, 2018 1 commit
-
-
Grzegorz Bizon authored
-
- 07 Mar, 2018 1 commit
-
-
Grzegorz Bizon authored
-
- 06 Mar, 2018 1 commit
-
-
Mayra Cabrera authored
-
- 07 Feb, 2018 1 commit
-
-
Mayra Cabrera authored
-
- 15 Jan, 2018 1 commit
-
-
Stan Hu authored
-
- 14 Jan, 2018 1 commit
-
-
Stan Hu authored
-
- 22 Dec, 2017 2 commits
-
-
blackst0ne authored
-
Vitaliy @blackst0ne Klachkov authored
-
- 18 Dec, 2017 1 commit
-
-
Christiaan Van den Poel authored
-
- 14 Dec, 2017 2 commits
-
-
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>
-
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>
-
- 06 Dec, 2017 1 commit
-
-
Shinya Maeda authored
-
- 04 Dec, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 01 Dec, 2017 1 commit
-
-
Shinya Maeda authored
commit 7277b3b3 Author: Shinya Maeda <shinya@gitlab.com> Date: Tue Nov 28 03:06:38 2017 +0900 Fix feature spec commit b4c4e1bd Author: Shinya Maeda <shinya@gitlab.com> Date: Tue Nov 28 02:01:41 2017 +0900 Fix integraetion tests commit 54c70a77 Author: Shinya Maeda <shinya@gitlab.com> Date: Tue Nov 28 01:26:14 2017 +0900 Fix static analysys commit f6d9dcf8 Author: Shinya Maeda <shinya@gitlab.com> Date: Mon Nov 27 23:55:25 2017 +0900 Fix unit tests commit c36d7842 Author: Shinya Maeda <shinya@gitlab.com> Date: Mon Nov 27 23:19:16 2017 +0900 Aling shared_exmaples to "same behavior between KubernetesService and Platform::Kubernetes" commit 53da3d97 Author: Shinya Maeda <shinya@gitlab.com> Date: Mon Nov 27 22:35:16 2017 +0900 Replce kubernetes_service and deployment_service to deployment_platform commit 1d7e3ef1 Author: Shinya Maeda <shinya@gitlab.com> Date: Mon Nov 27 21:48:54 2017 +0900 Duplicate spec for Platform::Kubernetes with kubernetes_project commit 5324383d Author: Shinya Maeda <shinya@gitlab.com> Date: Wed Nov 22 23:21:02 2017 +0900 Add test for checking interchangeability between KubernetesService and Clusters::Platform::Kubernetes commit 45f2d0af Author: Shinya Maeda <shinya@gitlab.com> Date: Wed Nov 22 18:31:07 2017 +0900 Add test suit for platform::kubernetes commit a8e2094c Author: Shinya Maeda <shinya@gitlab.com> Date: Tue Nov 21 23:29:33 2017 +0900 Remove logic which glues with KubernetesService, from Platforms::Kubernetes commit 3cf53cc6 Author: Shinya Maeda <shinya@gitlab.com> Date: Tue Nov 21 22:53:36 2017 +0900 Fix comments commit cff5eadd Author: Shinya Maeda <shinya@gitlab.com> Date: Tue Nov 21 22:52:05 2017 +0900 Add deployment platform selector commit cff4a50e Author: Shinya Maeda <shinya@gitlab.com> Date: Tue Nov 21 22:33:25 2017 +0900 Fix tests for Clusters::Platforms::Kubernetes commit 0d95ce51 Author: Shinya Maeda <shinya@gitlab.com> Date: Tue Nov 21 22:03:07 2017 +0900 Check diff between KubernetesService and Platforms::Kubernetes. Synchronize again. commit 8a55d2c5 Author: Shinya Maeda <shinya@gitlab.com> Date: Tue Nov 21 21:09:55 2017 +0900 Revert KubernetesService logic in Platforms::Kubernetes
-
- 30 Nov, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 28 Nov, 2017 2 commits
-
-
Shinya Maeda authored
-
Shinya Maeda authored
-
- 21 Nov, 2017 1 commit
-
-
Yorick Peterse authored
This changes Ci::Pipeline#latest_builds_with_artifacts so it returns an Array instead of a relation. Whenever we use this data we do so in two steps: 1. Count the number of rows 2. If this number is greater than 0, iterate over the rows By returning an Array instead we only execute 1 query of which the total time/work is less than running either just a COUNT(*) or both queries (in the worst case). On GitLab.com this change should save us a few milliseconds per request to ProjectsController#show.
-
- 16 Nov, 2017 1 commit
-
-
Yorick Peterse authored
This adds an optimised way of getting the latest pipeline status for a list of Commit objects (or just a single one).
-
- 14 Nov, 2017 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 01 Nov, 2017 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 05 Oct, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 29 Sep, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 19 Sep, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 18 Sep, 2017 1 commit
-
-
Grzegorz Bizon authored
Use project full path that can be received from a pipeline object
-
- 15 Sep, 2017 1 commit
-
-
Yorick Peterse authored
This ensures that if a pipeline is present for the last commit on a project's homepage we only run 1 query to get the builds, instead of running 2 queries. See https://gitlab.com/gitlab-org/gitlab-ce/issues/36878#note_40073339 for more information.
-
- 14 Sep, 2017 1 commit
-
-
Yorick Peterse authored
This ensures that if a pipeline is present for the last commit on a project's homepage we only run 1 query to get the builds, instead of running 2 queries. See https://gitlab.com/gitlab-org/gitlab-ce/issues/36878#note_40073339 for more information.
-
- 06 Sep, 2017 3 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Zeger-Jan van de Weg authored
-
- 01 Sep, 2017 2 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 31 Aug, 2017 3 commits
-
-
Zeger-Jan van de Weg authored
Given the user can soon have multiple config sources for CI, we now store what type at the time of the pipeline run we chose. This will give us insight into what triggered the new pipeline so we can display it to the enduser.
-
Zeger-Jan van de Weg authored
Behind an application setting, which defaults to false, this commit implements the implied CI/CD config. Which means that in the case we can't find the `.gitlab-ci.yml` on the commit we want to start a pipeline for, we fall back to an implied configuration. For now the Bash template has been copied to `Auto-Devops.gitlab-ci.yml` so the tests actually work. Fixes #34777
-
Grzegorz Bizon authored
-