summaryrefslogtreecommitdiff
path: root/spec/db/schema_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-0/+3
|
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-1/+2
|
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-1/+14
|
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-2/+2
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-5/+2
|
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-2/+8
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-0/+2
|
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-2/+3
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-16/+0
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-1/+38
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-3/+2
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-0/+5
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-3/+89
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-2/+3
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-9/+9
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-021-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-181-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-131-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-151-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-151-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-101-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-051-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-281-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-191-1/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-081-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-081-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-241-0/+46
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-161-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
|
* Rename epic column state to state_idFelipe Artur2019-08-301-1/+1
| | | | | Rename epic column state to state_id to be consistent with issues and merge requests
* Add commit_id to draft_notes tablePatrick Bajao2019-08-011-1/+1
| | | | CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14520
* Backport EE changes for the schema specsYorick Peterse2019-07-291-0/+2
| | | | | | This backports two EE specific changes made to the schema changes. We do not yet backport the EE prepend, as this will/can be done when https://gitlab.com/gitlab-org/gitlab-ce/issues/58170 is implemented.
* Backport the EE schema and migrations to CEYorick Peterse2019-06-171-4/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This backports all EE schema changes to CE, including EE migrations, ensuring both use the same schema. == Updated tests A spec related to ghost and support bot users had to be modified to make it pass. The spec in question assumes that the "support_bot" column exists when defining the spec. In the single codebase setup this is not the case, as the column is backported in a later migration. Any attempt to use a different schema version or use of "around" blocks to conditionally disable specs won't help, as reverting the backport migration would also drop the "support_bot" column. Removing the "support_bot" tests entirely appears to be the only solution. We also need to update some foreign key tests now that we have backported the EE columns. Fortunately, these changes are very minor. == Backporting migrations This commit moves EE specific migrations (except those for the Geo tracking database) and related files to CE, and also removes any traces of the ee/db directory. Some migrations had to be modified or removed, as they no longer work with the schema being backported. These migrations were all quite old, so we opted for removing them where modifying them would take too much time and effort. Some old migrations were modified in EE, while also existing in CE. In these cases we took the EE code, and in one case removed them entirely. It's not worth spending time trying to merge these changes somehow as we plan to remove old migrations around the release of 12.0, see https://gitlab.com/gitlab-org/gitlab-ce/issues/59177 for more details.
* Create models for issue trackers data58886-issue-tracker-fieldsJarka Košanová2019-06-131-0/+1
| | | | | - create tables for storing issue trackers properties - add model and basic logic & spec
* Fix specsFelipe Artur2019-02-151-2/+2
|
* Add table and model for error tracking settingsReuben Pereira2019-01-071-0/+7
|
* Allow suggesting single line changes in diffsOswaldo Ferreira2018-12-131-1/+2
|
* Backport EE changesKamil Trzciński2018-11-151-1/+7
|
* Validate foreign keys being indexedKamil Trzciński2018-11-151-0/+90