summaryrefslogtreecommitdiff
path: root/spec/support/helpers/migrations_helpers.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-01-051-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-10-201-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-05-131-0/+7
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-05-091-4/+10
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-03-031-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-02-281-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-10-261-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-09-161-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-07-291-0/+17
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-05-111-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-151-0/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-291-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-271-0/+35
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
|
* Add frozen_string_literal to spec/supportThong Kuah2019-07-251-0/+2
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Upgrade to Rails 5.2upgrade-rails-5-2-ceHeinrich Lee Yu2019-07-121-5/+8
| | | | Updates changed method names and fixes spec failures
* Use fake application settings for migration testsLin Jen-Shin2018-12-191-0/+16
|
* Prevent attr_encrypted models from being overridenStan Hu2018-11-071-5/+17
| | | | | | | | | | | | | | Fix failing spec in spec/controllers/admin/hooks_controller_spec.rb attr_encrypted expects models to have their attribute methods defined, or it will override them with standard Ruby accessors. Migration specs that rolled back the state of the database after columns were migrated to encrypted values were interfering with these definitions. To ensure that the SystemHook specs pass, we need to call `SystemHook.define_attribute_methods` to ensure that attr_encrypted sees the right methods that reflect the latest state of the database. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/8234
* Add name definition for table methodJarka Košanová2018-09-241-0/+4
|
* Use data_source_exists? instead of table_exists?rails5-databaseJarka Kadlecová2018-06-141-4/+0
| | | | Use data_source_exists? where possible instead of table_exists? in order to be Rails5 compatible
* Add changelog for pipeline build foreign keyGrzegorz Bizon2018-05-081-1/+0
|
* Add database foreign key between pipelines and buildsGrzegorz Bizon2018-05-081-0/+11
|
* Move spec helpers/matchers/shared examples/contexts to their relevant folderRémy Coutable2018-04-231-0/+92
Signed-off-by: Rémy Coutable <remy@rymai.me>