summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* Throttle the number of UPDATEs triggered by touchYorick Peterse2017-12-064-2/+10
* Merge branch 'list-multiple-clusters' into 'master'Grzegorz Bizon2017-12-062-1/+23
|\
| * Merge remote-tracking branch 'origin/master' into list-multiple-clustersMatija Čupić2017-12-054-80/+346
| |\
| * \ Merge remote-tracking branch 'origin/master' into list-multiple-clustersKamil Trzcinski2017-12-051-3/+13
| |\ \
| * \ \ Merge remote-tracking branch 'origin/list-multiple-clusters' into cluster-pag...Kamil Trzcinski2017-12-051-1/+1
| |\ \ \
| | * | | Remove cluster from Project modelMatija Čupić2017-12-041-1/+1
| | * | | Merge branch 'master' into list-multiple-clustersFilipa Lacerda2017-12-0413-192/+397
| | |\ \ \
| * | \ \ \ Merge branch '35616-move-k8-to-cluster-page' into cluster-page-with-list-clus...Kamil Trzcinski2017-12-053-30/+46
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/list-multiple-clusters' into cluster-pag...Kamil Trzcinski2017-12-031-0/+22
| |\ \ \ \ \ \ | | | |/ / / / | | |/| / / / | | |_|/ / / | |/| | | |
| | * | | | Add created? to Cluster modelMatija Čupić2017-12-011-0/+22
* | | | | | Merge branch '37354-pipelines-update' into 'master'Kamil Trzciński2017-12-061-11/+38
|\ \ \ \ \ \
| * | | | | | use actual head pipeline on merge request presenterFelipe Artur2017-12-051-0/+14
| * | | | | | Use actual head pipeline on merge request serializerFelipe Artur2017-12-051-4/+4
| * | | | | | Check if head_pipeline is correct before mergingFelipe Artur2017-12-051-16/+21
| * | | | | | Ensure pippeline corresponds with the sha of an MRJarka Kadlecova2017-12-051-10/+18
* | | | | | | Merge branch 'feature/migrate-revert-to-gitaly' into 'master'Robert Speicher2017-12-051-22/+32
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Migrate Gitlab::Git::Repository#revert to Gitalyfeature/migrate-revert-to-gitalyAhmad Sherif2017-12-051-22/+32
| | |_|_|_|/ | |/| | | |
* | | | | | Perform SQL matching of Build&Runner tags to greatly speed-up job pickingKamil Trzcinski2017-12-051-0/+73
* | | | | | Merge branch 'feature/custom-text-for-new-projects' into 'master'Rémy Coutable2017-12-051-3/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add custom brand text on new project pagesMarkus Koller2017-12-041-3/+0
* | | | | | Merge branch 'zj-multiple-artifacts' into 'master'Grzegorz Bizon2017-12-053-77/+273
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix RubocopKamil Trzcinski2017-12-031-1/+1
| * | | | | Store expire_at in ci_job_artifactsKamil Trzcinski2017-12-032-1/+57
| * | | | | Remove hook set by carrierwave tooZeger-Jan van de Weg2017-12-031-6/+6
| * | | | | Add coverage on legacy artifacts for Ci::BuildZeger-Jan van de Weg2017-12-032-77/+190
| * | | | | Fix specs failures, and use factory with `:ci_job_artifact, :archive`Kamil Trzcinski2017-12-032-2/+2
| * | | | | Rename Artifact to JobArtifact, split metadata outZeger-Jan van de Weg2017-12-034-63/+36
| * | | | | Create Ci::ArtifactsZeger-Jan van de Weg2017-12-032-14/+63
| * | | | | WIPZeger-Jan van de Weg2017-12-031-0/+5
| | |/ / / | |/| | |
* | | | | Merge branch '32878-merge-request-from-email' into 'master'Sean McGivern2017-12-051-3/+13
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Create merge request from emailJan Provaznik2017-12-051-3/+13
| | |/ / | |/| |
* | | | Merge branch 'bvl-limit-fork-queries-on-project-show' into 'master'Sean McGivern2017-12-051-1/+9
|\ \ \ \
| * | | | Cache the forks in a namespace in the RequestStoreBob Van Landuyt2017-12-041-1/+9
| | |/ / | |/| |
* | | | Merge branch 'feature/migrate-cherry-pick-to-gitaly' into 'master'Robert Speicher2017-12-041-25/+35
|\ \ \ \ | |_|/ / |/| | |
| * | | Migrate Gitlab::Git::Repository#cherry_pick to GitalyAhmad Sherif2017-12-041-25/+35
| |/ /
* | | Merge branch 'sh-optimize-groups-api' into 'master'Douwe Maan2017-12-041-2/+1
|\ \ \
| * | | Fixed testFrancisco Lopez2017-12-011-2/+1
| |/ /
* | | Fix the fork project functionality for projects with hashed storageNick Thomas2017-12-041-2/+1
|/ /
* | Merge branch 'backstage/gb/build-pipeline-in-a-separate-class' into 'master'Kamil Trzciński2017-12-011-41/+38
|\ \
| * | Fix pipeline config source specs and test it explicitlyGrzegorz Bizon2017-11-301-41/+38
* | | Adds validation for Project#ci_config_path not to contain leading slashChristiaan Van den Poel2017-12-011-2/+3
|/ /
* | Merge branch '38668-revert-copied-kubernetesservice-logic' into 'master'Grzegorz Bizon2017-11-306-80/+229
|\ \
| * | Fix integraetion testsShinya Maeda2017-11-281-1/+0
| * | Fix unit testsShinya Maeda2017-11-282-1/+3
| * | Aling shared_exmaples to "same behavior between KubernetesService and Platfor...Shinya Maeda2017-11-284-61/+12
| * | Replce kubernetes_service and deployment_service to deployment_platformShinya Maeda2017-11-284-57/+88
| * | Duplicate spec for Platform::Kubernetes with kubernetes_projectShinya Maeda2017-11-282-9/+35
| * | Add test suit for platform::kubernetesShinya Maeda2017-11-281-5/+18
| * | Fix tests for Clusters::Platforms::KubernetesShinya Maeda2017-11-281-12/+4
| * | Revert KubernetesService logic in Platforms::KubernetesShinya Maeda2017-11-281-0/+135
| |/