summaryrefslogtreecommitdiff
path: root/db/migrate
Commit message (Expand)AuthorAgeFilesLines
* Removed some useless code, codestyle changes and removed an indexGabriel Mazetto2017-08-221-2/+0
* Moving away from the "extend" based factory to a more traditional one.Gabriel Mazetto2017-08-221-1/+0
* Enable automatic hashed storage for new projects by application settingsGabriel Mazetto2017-08-221-0/+18
* New storage is now "Hashed" instead of "UUID"Gabriel Mazetto2017-08-221-22/+2
* Add UUID Storage to ProjectGabriel Mazetto2017-08-221-0/+39
* Merge branch 'backstage/gb/migrate-stages-statuses' into 'master'Kamil Trzciński2017-08-212-0/+18
|\
| * Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-08-1622-241/+358
| |\
| * \ Merge commit '9a3b283402b8cc1c86802c526f19a459ce09c2e3' into backstage/gb/mig...Grzegorz Bizon2017-07-317-0/+108
| |\ \
| * \ \ Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-261-0/+34
| |\ \ \
| * | | | Add optimistic locking column to ci_stages tableGrzegorz Bizon2017-07-201-0/+9
| * | | | Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-201-0/+18
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-203-0/+120
| |\ \ \ \ \
| * | | | | | Update version number of stages statuses migrationGrzegorz Bizon2017-07-111-0/+0
| * | | | | | Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-1018-0/+571
| |\ \ \ \ \ \
| * | | | | | | Add initial changes for stages statuses migrationGrzegorz Bizon2017-06-301-0/+9
* | | | | | | | Fix Error 500s when attempting to destroy a protected tagStan Hu2017-08-201-0/+35
* | | | | | | | Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-151-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge branch 'fix-broadcast-messages-migration' into 'master'Douwe Maan2017-08-151-1/+13
|\ \ \ \ \ \ \
| * | | | | | | Remove invalid broadcast messages before migratingfix-broadcast-messages-migrationYorick Peterse2017-08-141-1/+13
* | | | | | | | Exclude existing offensesMichael Kozono2017-08-146-0/+6
|/ / / / / / /
* | | | | | | Merge branch 'bvl-rollback-renamed-system-namespace' into 'master'Douwe Maan2017-08-143-232/+11
|\ \ \ \ \ \ \
| * | | | | | | Update migrations to move directly into the `-/system` folderBob Van Landuyt2017-08-112-1/+11
| * | | | | | | Don't rename the system namespaceBob Van Landuyt2017-08-111-231/+0
* | | | | | | | Merge branch 'disable-project-export' into 'master'Rémy Coutable2017-08-111-0/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | Add option to disable project export on instance - db changesRobin Bobbitt2017-08-111-0/+14
| |/ / / / / / /
* | | | | | | | Better caching and indexing of broadcast messagesYorick Peterse2017-08-112-0/+38
|/ / / / / / /
* | | | | | | Merge branch 'split-events-into-push-events' into 'master'Sean McGivern2017-08-113-0/+134
|\ \ \ \ \ \ \
| * | | | | | | Use a specialized class for querying eventsYorick Peterse2017-08-101-0/+37
| * | | | | | | Migrate events into a new formatYorick Peterse2017-08-102-0/+97
* | | | | | | | Cache Appearance instances in Redisappearances-caching-and-schemaYorick Peterse2017-08-101-0/+33
|/ / / / / / /
* | | | | | | Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-1/+1
* | | | | | | Merge branch '31207-clean-locked-merge-requests' into 'master'Stan Hu2017-08-081-0/+7
|\ \ \ \ \ \ \
| * | | | | | | Move locked_at removal to post-deployment migrationOswaldo Ferreira2017-08-071-11/+0
| * | | | | | | Store MergeWorker JID on merge request, and clean up stuck mergesOswaldo Ferreira2017-08-072-0/+18
* | | | | | | | Store & use ConvDev percentages returned by Version app35761-convdev-percJarka Kadlecova2017-08-071-0/+32
|/ / / / / / /
* | | | | | | Re-organise "issues" indexes for faster orderingreorganise-issues-indexes-for-sortingYorick Peterse2017-08-031-0/+43
* | | | | | | Change project FK migration to skip existing FKsproject-foreign-keys-without-errorsYorick Peterse2017-08-021-8/+26
* | | | | | | Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-011-0/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | initShinya Maeda2017-07-282-0/+35
* | | | | | Merge branch 'backport-ee-2456' into 'master'Robert Speicher2017-07-271-0/+15
|\ \ \ \ \ \
| * | | | | | Backport gitlab-ee!2456Oswaldo Ferreira2017-07-271-0/+15
* | | | | | | add unique index for gpg_signatures#commit_shaAlexis Reigel2017-07-271-1/+1
* | | | | | | add unique indexes to gpg_keysAlexis Reigel2017-07-271-1/+2
* | | | | | | no more more :length due to mysql set_index hackAlexis Reigel2017-07-271-13/+0
* | | | | | | length constrain on the index, not on the columnAlexis Reigel2017-07-273-11/+20
* | | | | | | use db's on_delete instead of has_many :dependentAlexis Reigel2017-07-272-3/+3
* | | | | | | use text instead of string for db columnsAlexis Reigel2017-07-271-2/+2
* | | | | | | use ShaAttribute for gpg table columnsAlexis Reigel2017-07-273-4/+9
* | | | | | | merge migrations to 1 single create per tableAlexis Reigel2017-07-274-48/+18
* | | | | | | store gpg user name and email on the signatureAlexis Reigel2017-07-271-0/+11