summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs-trailingwhitespace-cop' into 'master'Rémy Coutable2017-08-163-5/+5
|\
| * Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-153-5/+5
* | Don't create event in Merge Request Create ServiceJarka Kadlecova2017-08-162-1/+27
|/
* 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
* | Merge branch '36089-handle-ref-failure-better' into 'master'Douwe Maan2017-08-141-0/+2
|\ \
| * \ Merge remote-tracking branch 'upstream/master' into 36089-handle-ref-failure-...Lin Jen-Shin2017-08-1417-247/+348
| |\ \ | | |/
| * | Skip creating the merge request if repo is emptyLin Jen-Shin2017-08-111-0/+2
* | | Exclude existing offensesMichael Kozono2017-08-146-0/+6
| |/ |/|
* | Merge branch 'bvl-rollback-renamed-system-namespace' into 'master'Douwe Maan2017-08-148-237/+45
|\ \
| * | Move the personal snippet uploads from `system` to `-/system`bvl-rollback-renamed-system-namespaceBob Van Landuyt2017-08-111-0/+29
| * | Update migrations to move directly into the `-/system` folderBob Van Landuyt2017-08-116-5/+72
| * | Don't update upload paths twiceBob Van Landuyt2017-08-111-57/+0
| * | Don't rename the system namespaceBob Van Landuyt2017-08-111-231/+0
* | | Merge branch 'disable-project-export' into 'master'Rémy Coutable2017-08-112-1/+16
|\ \ \
| * | | Add option to disable project export on instance - db changesRobin Bobbitt2017-08-112-1/+16
| |/ /
* | | Better caching and indexing of broadcast messagesYorick Peterse2017-08-113-5/+45
|/ /
* | Merge branch 'split-events-into-push-events' into 'master'Sean McGivern2017-08-115-1/+206
|\ \
| * | Use a specialized class for querying eventsYorick Peterse2017-08-102-2/+39
| * | Migrate events into a new formatYorick Peterse2017-08-104-0/+168
| |/
* | Cache Appearance instances in Redisappearances-caching-and-schemaYorick Peterse2017-08-102-4/+37
|/
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-092-2/+2
* Merge branch '31207-clean-locked-merge-requests' into 'master'Stan Hu2017-08-083-2/+20
|\
| * Re-add column locked_at on migration rollback31207-clean-locked-merge-requestsOswaldo Ferreira2017-08-071-1/+1
| * Move locked_at removal to post-deployment migrationOswaldo Ferreira2017-08-072-2/+2
| * Store MergeWorker JID on merge request, and clean up stuck mergesOswaldo Ferreira2017-08-073-1/+19
* | Store & use ConvDev percentages returned by Version app35761-convdev-percJarka Kadlecova2017-08-073-0/+72
|/
* Merge branch 'reorganise-issues-indexes-for-sorting' into 'master'Sean McGivern2017-08-032-3/+47
|\
| * Re-organise "issues" indexes for faster orderingreorganise-issues-indexes-for-sortingYorick Peterse2017-08-032-3/+47
* | Migrate MR commits and diffs to new tablesmerge-request-commits-background-migrationSean McGivern2017-08-031-0/+33
|/
* Change project FK migration to skip existing FKsproject-foreign-keys-without-errorsYorick Peterse2017-08-021-8/+26
* Merge branch '33620-remove-events-from-notification_settings' into 'master'Douwe Maan2017-08-012-2/+10
|\
| * Remove events column from notification settings33620-remove-events-from-notification_settingsSean McGivern2017-07-312-2/+10
* | Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-011-0/+1
* | fixfix/sm/schema-fix-group-pipeline-schedule-variablesShinya Maeda2017-07-291-10/+10
|/
* Merge branch 'merge-issuable-reopened-into-opened-state' into 'master'Sean McGivern2017-07-281-0/+32
|\
| * Merge issuable "reopened" state into "opened"merge-issuable-reopened-into-opened-stateYorick Peterse2017-07-281-0/+32
* | initShinya Maeda2017-07-283-0/+47
|/
* Merge branch 'backport-ee-2456' into 'master'Robert Speicher2017-07-272-0/+16
|\
| * Backport gitlab-ee!2456Oswaldo Ferreira2017-07-272-0/+16
* | add unique index for gpg_signatures#commit_shaAlexis Reigel2017-07-272-2/+2
* | add unique indexes to gpg_keysAlexis Reigel2017-07-272-2/+4
* | 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-273-6/+6
* | use text instead of string for db columnsAlexis Reigel2017-07-272-4/+4
* | use ShaAttribute for gpg table columnsAlexis Reigel2017-07-274-8/+13
* | merge migrations to 1 single create per tableAlexis Reigel2017-07-275-55/+25
* | store gpg user name and email on the signatureAlexis Reigel2017-07-272-0/+13
* | gpg signature model for gpg verification cachingAlexis Reigel2017-07-272-0/+46