summaryrefslogtreecommitdiff
path: root/spec/migrations/migrate_gcp_clusters_to_new_clusters_architectures_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Resolve Naming/UncommunicativeMethodLin Jen-Shin2018-07-091-2/+2
|
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
|
* Merge branch 'jej/mattermost-notification-confidentiality-10-6' into ↵Douwe Maan2018-04-051-2/+18
| | | | | | | | | | 'security-10-6' [10.6] Prevent notes on confidential issues from being sent to chat See merge request gitlab/gitlabhq!2366 # Conflicts: # app/helpers/services_helper.rb
* Prevent cluster migration spec from interfering with later specsSean McGivern2018-01-051-16/+16
| | | | | | | | | If a later spec tries to set a field that is added to any of these models by a later migration than the GCP clusters migration, it will fail because the model's columns are cached. We should always refer to models in migration specs by either their class in the migration, or the table directly, using the `table` helper.
* Create models directly in migration specsbvl-backport-migration-spec-changes-to-ceBob Van Landuyt2017-12-121-6/+5
| | | | | | Instead of using the factories. Since the factories might be using columns that aren't available in the schema at version the particular spec is running in.
* Remove references of project.cluster from specsMatija Čupić2017-12-041-2/+2
|
* Move migration file to post-migration. Use EachBatch. batch_size 1Shinya Maeda2017-11-041-13/+3
|
* Fix MigrateGcpClustersToNewClustersArchitectures. Improve specShinya Maeda2017-11-031-76/+164
|
* Fix spec failure. MySQL does not bite trueShinya Maeda2017-11-031-2/+2
|
* Improve migration file. Add migration spec. Reorder columns of the table.Shinya Maeda2017-11-011-0/+88