summaryrefslogtreecommitdiff
path: root/db/schema.rb
Commit message (Expand)AuthorAgeFilesLines
* Re-allow appearances.description_html to be NULLrevert-appearances-description-html-not-nullYorick Peterse2017-08-241-2/+2
* Removed some useless code, codestyle changes and removed an indexGabriel Mazetto2017-08-221-1/+0
* Enable automatic hashed storage for new projects by application settingsGabriel Mazetto2017-08-221-0/+1
* New storage is now "Hashed" instead of "UUID"Gabriel Mazetto2017-08-221-3/+2
* Add UUID Storage to ProjectGabriel Mazetto2017-08-221-0/+3
* Merge branch 'backstage/gb/migrate-stages-statuses' into 'master'Kamil Trzciński2017-08-211-0/+2
|\
| * Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-08-161-24/+68
| |\
| * \ Merge commit '9a3b283402b8cc1c86802c526f19a459ce09c2e3' into backstage/gb/mig...Grzegorz Bizon2017-07-311-1/+49
| |\ \
| * \ \ Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-261-1/+1
| |\ \ \
| * | | | Add optimistic locking column to ci_stages tableGrzegorz Bizon2017-07-201-1/+2
| * | | | Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-201-2/+3
| |\ \ \ \
| * | | | | Update version number of stages statuses migrationGrzegorz Bizon2017-07-111-1/+1
| * | | | | Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-101-8/+88
| |\ \ \ \ \
| * | | | | | Add initial changes for stages statuses migrationGrzegorz Bizon2017-06-301-1/+2
* | | | | | | Fix Error 500s when attempting to destroy a protected tagStan Hu2017-08-201-2/+2
* | | | | | | Don't create event in Merge Request Create ServiceJarka Kadlecova2017-08-161-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'disable-project-export' into 'master'Rémy Coutable2017-08-111-1/+2
|\ \ \ \ \ \
| * | | | | | Add option to disable project export on instance - db changesRobin Bobbitt2017-08-111-1/+2
* | | | | | | Better caching and indexing of broadcast messagesYorick Peterse2017-08-111-5/+7
|/ / / / / /
* | | | | | Merge branch 'split-events-into-push-events' into 'master'Sean McGivern2017-08-111-1/+32
|\ \ \ \ \ \
| * | | | | | Use a specialized class for querying eventsYorick Peterse2017-08-101-2/+2
| * | | | | | Migrate events into a new formatYorick Peterse2017-08-101-0/+31
* | | | | | | Cache Appearance instances in Redisappearances-caching-and-schemaYorick Peterse2017-08-101-4/+4
|/ / / / / /
* | | | | | Merge branch '31207-clean-locked-merge-requests' into 'master'Stan Hu2017-08-081-2/+2
|\ \ \ \ \ \
| * | | | | | Move locked_at removal to post-deployment migrationOswaldo Ferreira2017-08-071-1/+1
| * | | | | | Store MergeWorker JID on merge request, and clean up stuck mergesOswaldo Ferreira2017-08-071-1/+1
* | | | | | | Store & use ConvDev percentages returned by Version app35761-convdev-percJarka Kadlecova2017-08-071-0/+10
|/ / / / / /
* | | | | | Re-organise "issues" indexes for faster orderingreorganise-issues-indexes-for-sortingYorick Peterse2017-08-031-3/+4
* | | | | | Merge branch '33620-remove-events-from-notification_settings' into 'master'Douwe Maan2017-08-011-2/+1
|\ \ \ \ \ \
| * | | | | | Remove events column from notification settings33620-remove-events-from-notification_settingsSean McGivern2017-07-311-2/+1
| | |_|_|_|/ | |/| | | |
* | | | | | fixfix/sm/schema-fix-group-pipeline-schedule-variablesShinya Maeda2017-07-291-10/+10
|/ / / / /
* | | | | initShinya Maeda2017-07-281-0/+12
* | | | | Merge branch 'backport-ee-2456' into 'master'Robert Speicher2017-07-271-0/+1
|\ \ \ \ \
| * | | | | Backport gitlab-ee!2456Oswaldo Ferreira2017-07-271-0/+1
* | | | | | add unique index for gpg_signatures#commit_shaAlexis Reigel2017-07-271-1/+1
* | | | | | add unique indexes to gpg_keysAlexis Reigel2017-07-271-1/+2
* | | | | | use db's on_delete instead of has_many :dependentAlexis Reigel2017-07-271-3/+3
* | | | | | use text instead of string for db columnsAlexis Reigel2017-07-271-2/+2
* | | | | | use ShaAttribute for gpg table columnsAlexis Reigel2017-07-271-4/+4
* | | | | | merge migrations to 1 single create per tableAlexis Reigel2017-07-271-7/+7
* | | | | | store gpg user name and email on the signatureAlexis Reigel2017-07-271-0/+2
* | | | | | gpg signature model for gpg verification cachingAlexis Reigel2017-07-271-0/+17
* | | | | | add primary keyid attribute to gpg keysAlexis Reigel2017-07-271-0/+2
* | | | | | add gpg key modelAlexis Reigel2017-07-271-0/+11
|/ / / / /
* | | | | Fix saving diffs that are not valid UTF-835539-can-t-create-a-merge-request-containing-a-binary-file-with-non-utf-8-charactersSean McGivern2017-07-261-1/+2
* | | | | Merge branch '29289-project-destroy-clean-up-after-failure' into 'master'Sean McGivern2017-07-261-0/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Handle errors while a project is being deleted asynchronously.Timothy Andrew2017-07-201-0/+1
| | |_|/ | |/| |
* | | | Add lower path index to redirect_routesmk-add-lower-path-index-to-redirect-routesMichael Kozono2017-07-251-1/+1
|/ / /
* | | Add a background migration to rename `uploads` in the uploads tableBob Van Landuyt2017-07-181-1/+1
* | | Move the `uploads/system` folder to `uploads/-/system`Bob Van Landuyt2017-07-181-1/+1