summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* 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
* | add primary keyid attribute to gpg keysAlexis Reigel2017-07-272-0/+19
* | add gpg key modelAlexis Reigel2017-07-272-0/+24
|/
* 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-262-1/+11
* Merge branch '29289-project-destroy-clean-up-after-failure' into 'master'Sean McGivern2017-07-262-0/+8
|\
| * Add specs for ProjectDestroyWorkerTiago Botelho2017-07-201-24/+0
| * Handle errors while a project is being deleted asynchronously.Timothy Andrew2017-07-202-0/+32
* | Add lower path index to redirect_routesmk-add-lower-path-index-to-redirect-routesMichael Kozono2017-07-252-1/+35
* | Merge branch 'backstage/gb/build-stage-id-ref-bg-migration-cleanup' into 'mas...Yorick Peterse2017-07-201-0/+18
|\ \ | |/ |/|
| * Merge branch 'master' into backstage/gb/build-stage-id-ref-bg-migration-cleanupbackstage/gb/build-stage-id-ref-bg-migration-cleanupGrzegorz Bizon2017-07-195-1/+167
| |\
| * | Fix database schema version numberGrzegorz Bizon2017-07-181-1/+1
| * | Remove migration dependency from stage_id migrationGrzegorz Bizon2017-07-181-4/+1
| * | Rename stage_id reference clean up migrationGrzegorz Bizon2017-07-181-1/+1
| * | Implement build stage_id reference migration clean upGrzegorz Bizon2017-07-182-1/+22
* | | Merge branch '33359-pers-snippet-files-location' into 'security-9-3'Sean McGivern2017-07-191-0/+91
* | | Merge branch 'bvl-remove-appearance-symlink' into 'security-9-3'Douwe Maan2017-07-192-1/+53
| |/ |/|
* | Add a background migration to rename `uploads` in the uploads tableBob Van Landuyt2017-07-182-1/+21
* | Move the `uploads/system` folder to `uploads/-/system`Bob Van Landuyt2017-07-183-1/+101
* | Use batching to clear orphans in head_pipeline migrationbackstage/gb/add-index-and-foreign-key-to-merge-requestsGrzegorz Bizon2017-07-181-3/+12
* | Nullify orphaned head_pipeline_ids in merge_requestsGrzegorz Bizon2017-07-181-0/+8
* | Add a foreign key to `merge_requests.head_pipeline_id`Grzegorz Bizon2017-07-182-1/+30
|/
* Merge branch 'fixes-for-internal-auth-disabled' into 'master'Sean McGivern2017-07-143-1/+31
|\
| * Fixes needed when GitLab sign-in is not enabledRobin Bobbitt2017-07-133-1/+31
* | Support multiple Redis instances based on queue typePaul Charlton2017-07-111-2/+2
|/
* Merge branch 'fix/gb/stage-id-reference-background-migration' into 'master'Grzegorz Bizon2017-07-081-0/+33
|\
| * Merge branch 'master' into 'fix/gb/stage-id-reference-background-migration'Grzegorz Bizon2017-07-077-2/+149
| |\
| * | Do not schedule bg migration when it is not neededGrzegorz Bizon2017-07-071-1/+1
| * | Schedule stage_id bg migrations in batches of 10Grzegorz Bizon2017-07-071-3/+6
| * | Use new `each_batch` helper instead of custom oneGrzegorz Bizon2017-07-071-6/+8
| * | Merge remote-tracking branch 'origin/active-record-each-batch' into fix/gb/st...Grzegorz Bizon2017-07-075-5/+327
| |\ \
| * | | Schedule stage_id background migration in rangesGrzegorz Bizon2017-07-071-9/+8
| * | | Reduce a delay between stage_id scheduled migrationsGrzegorz Bizon2017-07-071-1/+1
| * | | Do not override original AR5 batching interfaceGrzegorz Bizon2017-07-071-2/+5
| * | | Improve specs for background stage_id ref migrationGrzegorz Bizon2017-07-071-6/+5
| * | | Perform stage_id ref backgound migration in bulksGrzegorz Bizon2017-07-071-3/+3