summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mark-legacy-git-access' into 'master'Sean McGivern2018-03-233-4/+4
|\
| * Route path lookups through legacy_disk_pathmark-legacy-git-accessJacob Vosmaer2018-03-213-4/+4
* | Merge branch 'master' into 'latest-security-to-master-21-03-18'James Lopez2018-03-226-33/+53
|\ \
| * \ Merge branch 'ab-44446-add-indexes-for-user-activity-queries' into 'master'Yorick Peterse2018-03-212-1/+43
| |\ \
| | * | Guard creation/removal with existence checks.Andreas Brandl2018-03-211-6/+16
| | * | Flip column order in new index.Andreas Brandl2018-03-212-3/+3
| | * | Patch MySQL's odd foreign key behavior.Andreas Brandl2018-03-211-1/+14
| | * | Add indexes for user activity queries.Andreas Brandl2018-03-212-1/+20
| * | | Shortcut concurrent foreign key creation if already exists.ab-43887-concurrent-migration-helpersAndreas Brandl2018-03-204-32/+10
| |/ /
* | | Merge branch 'fix/auth0-unsafe-login-10-6' into 'security-10-6'James Lopez2018-03-211-0/+25
* | | Merge branch 'fj-15329-services-callbacks-ssrf' into 'security-10-6'Douwe Maan2018-03-212-0/+19
|/ /
* | Address review comments.Andreas Brandl2018-03-161-5/+1
* | Simplify migration and add NOT NULL to project_id.Andreas Brandl2018-03-162-20/+4
* | Use bigserial for internal_ids table.Andreas Brandl2018-03-162-2/+2
* | Atomic generation of internal ids for issues.Andreas Brandl2018-03-162-0/+44
* | Merge branch 'issue_41724' into 'master'Sean McGivern2018-03-151-0/+103
|\ \
| * | Add labeled issues seedissue_41724Felipe Artur2018-03-151-0/+103
| |/
* | Fix concurrency issue with migration for user_interacted_projects table.ab-44205-user_interacted_projects-migrationAndreas Brandl2018-03-142-49/+97
|/
* Add partial indexes on todos to handle users with many todosadd-indexes-to-todos-for-heavy-users-like-seanGreg Stark2018-03-092-1/+31
* Merge branch 'jprovazn-commits-count-reschedule' into 'master'Yorick Peterse2018-03-092-1/+31
|\
| * Reschedule commits_count background migrationjprovazn-commits-count-rescheduleJan Provaznik2018-03-092-1/+31
* | Fix index name to Rails default to ensure idempotencysh-make-add-index-idempotentStan Hu2018-03-081-3/+4
|/
* Merge branch 'jprovazn-revert-commit-cleanup' into 'master'Sean McGivern2018-03-081-14/+0
|\
| * Revert "Cleanup after adding MR diff's commit_count"Jan Provaznik2018-03-081-14/+0
* | Merge branch '43802-ensure-foreign-keys-on-clusters-applications' into 'master'Yorick Peterse2018-03-082-0/+52
|\ \
| * | Ensure orphaned rows are deleted before adding the foreign key43802-ensure-foreign-keys-on-clusters-applicationsMayra Cabrera2018-03-072-2/+18
| * | Ensure foreign keys on Clusters ApplicationsMayra Cabrera2018-03-072-0/+36
* | | Merge branch 'sh-add-missing-acts-as-taggable-indices' into 'master'Yorick Peterse2018-03-082-0/+23
|\ \ \
| * | | Adding missing indexes on taggings tablesh-add-missing-acts-as-taggable-indicesStan Hu2018-03-072-0/+23
| | |/ | |/|
* | | Add index on section_name_id on ci_build_trace_sections tablesh-add-section-name-indexStan Hu2018-03-082-1/+24
|/ /
* | Add `allow_maintainer_to_push` to `merge_requests`Bob Van Landuyt2018-03-072-0/+19
|/
* Merge branch '43460-track-projects-a-user-contributed-to' into 'master'Yorick Peterse2018-03-073-0/+151
|\
| * Improve robustness of migration.Andreas Brandl2018-03-061-6/+39
| * For MySQL, foreign keys are dependent on index.Andreas Brandl2018-03-062-3/+6
| * Rename to UserInteractedProjects.Andreas Brandl2018-03-064-42/+42
| * Improve migration robustness and speed.Andreas Brandl2018-03-063-4/+10
| * Simpler migration strategy for MySQL.Andreas Brandl2018-03-061-29/+58
| * Add post-migration to populate user_contributed_projects table.Andreas Brandl2018-03-061-0/+48
| * Create user_contributed_projects table.Andreas Brandl2018-03-062-0/+32
* | Fix group boards migration nameSean McGivern2018-03-071-1/+1
* | Merge branch 'move-pipeline_default-update_head_pipeline_for_merge_request-qu...Kamil Trzciński2018-03-062-1/+16
|\ \
| * | Move update_head_pipeline_for_merge_request queue to pipeline_processing name...Shinya Maeda2018-03-072-1/+16
* | | Merge branch 'master' into 'issue_38337'Felipe Artur2018-03-066-1/+87
|\ \ \ | |/ /
| * | Integrate two workers into one ArchiveTraceWorker with pipeline_background qu...Shinya Maeda2018-03-062-1/+14
| * | Merge branch 'feature/sm/add-check-sum-to-job-artifacts' into 'master'Kamil Trzciński2018-03-062-0/+8
| |\ \
| | * | Change column to file_sha256. Add test. Add changelogShinya Maeda2018-03-062-2/+2
| | * | Revert logic of calculating checksumShinya Maeda2018-03-061-25/+0
| | * | Add post migration for checksum calculationShinya Maeda2018-03-061-0/+25
| | * | Change column type to binary from stringShinya Maeda2018-03-062-3/+2
| | * | Add checksum to ci_job_artifactsShinya Maeda2018-03-062-0/+9