summaryrefslogtreecommitdiff
path: root/spec/factories
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge branch 'refactor-clusters' into 38464-k8s-appsAlessio Caiazza2017-11-061-0/+2
|\ \ \ | |/ /
| * | Fix spec failure. MySQL does not bite trueShinya Maeda2017-11-031-0/+2
| | |
* | | Add Clusters::Appplications::CheckInstallationProgressService testsAlessio Caiazza2017-11-061-0/+5
| | |
* | | Add Clusters::Applications::Helm testsAlessio Caiazza2017-11-031-0/+35
|/ /
* | Fix some testsShinya Maeda2017-11-031-15/+3
| |
* | Merge branch 'master' into refactor-clustersShinya Maeda2017-11-013-1/+8
|\ \ | |/
| * Ci::Build tag is a trait instead of an own factoryZeger-Jan van de Weg2017-10-301-1/+1
| | | | | | | | | | | | | | | | | | Minor annoyance of mine, and there were a couple of things wrong, for example: 1. Switching on a property is just a trait 2. It didn't inherrit from its parent Find and replace through the code based fixed all occurances.
| * Merge branch 'api-configure-jira' into 'master'Douwe Maan2017-10-261-0/+2
| |\ | | | | | | | | | | | | | | | | | | Validate username/pw for Jiraservice, require them in the API Closes #36621 See merge request gitlab-org/gitlab-ce!15025
| | * Factories need to set required attributesRobert Schilling2017-10-241-0/+2
| | |
| * | Added ssh fingerprint, gitlab ci and pages information in an instance ↵Francisco Lopez2017-10-251-0/+5
| |/ | | | | | | | | | | configuration page Closes #25142
* | specs for controller. Improved validationShinya Maeda2017-10-312-9/+8
| |
* | specs for services. Improved details.Shinya Maeda2017-10-303-7/+24
| |
* | specs for models. Improved details.Shinya Maeda2017-10-304-38/+85
| |
* | This worksShinya Maeda2017-10-231-34/+34
|/
* add specmicael.bergeron2017-10-111-0/+6
|
* Merge branch 'tc-geo-read-only-idea' into 'master'Douwe Maan2017-10-071-1/+1
|\ | | | | | | | | | | | | Create idea of read-only database Closes #37534 See merge request gitlab-org/gitlab-ce!14688
| * Create idea of read-only databasetc-geo-read-only-ideaToon Claes2017-10-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | In GitLab EE, a GitLab instance can be read-only (e.g. when it's a Geo secondary node). But in GitLab CE it also might be useful to have the "read-only" idea around. So port it back to GitLab CE. Also having the principle of read-only in GitLab CE would hopefully lead to less errors introduced, doing write operations when there aren't allowed for read-only calls. Closes gitlab-org/gitlab-ce#37534.
* | Find forks within users/namespaces using fork membershipsBob Van Landuyt2017-10-071-0/+5
| |
* | Merge branch 'master' into '37970-ci-sections-tracking'Kamil Trzciński2017-10-077-1/+61
|\ \ | | | | | | | | | # Conflicts: # db/schema.rb
| * | Commenting on image diffsFelipe Artur2017-10-071-0/+5
| |/
| * Merge branch 'master' into ↵Shinya Maeda2017-10-074-1/+16
| |\ | | | | | | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| | * Merge branch '36829-gpg-commit-not-verified-if-signed-with-a-subkey' into ↵Douwe Maan2017-10-063-1/+15
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Add support for GPG subkeys in signature verification Closes #36829 See merge request gitlab-org/gitlab-ce!14517
| | | * Invalidate GpgSignatures associated to GpgKeySubkeys when revoking the GpgKeyRubén Dávila2017-10-051-1/+1
| | | |
| | | * Fix some broken specsRubén Dávila2017-10-051-2/+2
| | | |
| | | * Add some basic specs and refactor model and validationsRubén Dávila2017-10-052-0/+14
| | | |
| | * | Merge branch 'backstage/gb/move-some-pipelines-code-from-ee-to-ee' into 'master'Grzegorz Bizon2017-10-061-0/+1
| | |\ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | Move to CE some EE pipelines-related code that belongs to CE Closes gitlab-ee#3616 See merge request gitlab-org/gitlab-ce!14699
| | | * Add feature specs for pipeline failure reason badgeGrzegorz Bizon2017-10-051-0/+1
| | | |
| * | | Merge remote-tracking branch 'origin/master' into ↵Kamil Trzcinski2017-10-051-0/+2
| |\ \ \ | | |/ / | | | | | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| | * | Merge branch 'master' into ↵Douwe Maan2017-10-055-1/+44
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | digitalmoksha/gitlab-ce-feature/verify_secondary_emails # Conflicts: # app/controllers/admin/users_controller.rb # app/controllers/confirmations_controller.rb # app/controllers/profiles/emails_controller.rb # app/models/user.rb # app/services/emails/base_service.rb # app/services/emails/destroy_service.rb # app/views/devise/mailer/confirmation_instructions.html.haml # lib/api/users.rb # spec/services/emails/destroy_service_spec.rb
| | * | Make GPG signature verification work with non-primary email (#36959)Brett Walker2017-09-231-0/+2
| | | |
| * | | integrate_cluster_service_spec. provision_cluster_service_spec. ↵Shinya Maeda2017-10-051-1/+10
| | | | | | | | | | | | | | | | update_cluster_service_spec.
| * | | Merge branch 'master' into ↵Shinya Maeda2017-10-051-1/+1
| |\ \ \ | | | |/ | | |/| | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| * | | Remove status enum from Gcp::Cluster, use state_machine#stateKamil Trzcinski2017-10-041-0/+6
| | | |
| * | | Add spec/models/gcp/cluster_spec.rbShinya Maeda2017-10-041-0/+23
| | | |
* | | | Add CI build trace sections extractorAlessio Caiazza2017-10-051-0/+6
| |/ / |/| |
* | | Let fetch_ref pull from Gitaly instead of from diskJacob Vosmaer2017-10-041-1/+1
|/ /
* | Add a factory for `Gitaly::GitCommit`sAlejandro Rodríguez2017-09-302-0/+26
| |
* | Merge branch 'hashed-storage-migration-path' into 'master'Douwe Maan2017-09-281-0/+10
|\ \ | | | | | | | | | | | | | | | | | | Hashed storage migration path Closes gitlab-ee#3118 See merge request gitlab-org/gitlab-ce!14067
| * | Add support to migrate existing projects to Hashed Storage asynchashed-storage-migration-pathGabriel Mazetto2017-09-281-1/+7
| | |
| * | [Backported from EE] Readonly flag for ProjectsGabriel Mazetto2017-09-281-0/+4
| |/ | | | | | | | | This is used in EE for the storage migration, and we want to use this in CE as well to be able to migrate projects to hashed_storage.
* | Support custom attributes on usersMarkus Koller2017-09-281-0/+7
|/
* Merge remote-tracking branch 'origin/master' into ↵Kamil Trzcinski2017-09-071-0/+4
|\ | | | | | | zj/gitlab-ce-zj-auto-devops-table
| * Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Simon Knox2017-09-068-13/+66
| |\ | | | | | | | | | ee_issue_928_backport
| * | Backport specsFelipe Artur2017-08-311-0/+4
| | |
* | | Add tests to cover all introduced changesKamil Trzcinski2017-09-061-0/+1
| | |
* | | Merge branch 'master' into zj-auto-devops-tableZeger-Jan van de Weg2017-09-066-11/+17
|\ \ \ | | |/ | |/|
| * | use new #verification_statusAlexis Reigel2017-09-051-1/+1
| | |
| * | Remove ci_trigger_request_with_variablesShinya Maeda2017-09-043-9/+1
| | |
| * | Fix specShinya Maeda2017-09-042-6/+5
| | |
| * | Revert autheticate! in Trigger APIShinya Maeda2017-09-042-10/+9
| | |