summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | Resolve "Enable privileged mode for Runner installed on Kubernetes"Mayra Cabrera2018-03-062-1/+20
| |/ /
| * | Projects and groups badges APIFrancisco Javier López2018-03-052-0/+32
| |/
| * Cleanup after adding MR diff's commit_countJan Provaznik2018-03-052-1/+15
* | Address review commentsFelipe Artur2018-03-051-19/+14
* | Bring one group board to CEFelipe Artur2018-03-032-1/+43
|/
* Extend Cluster Applications to install GitLab Runner to Kubernetes clusterMayra Cabrera2018-03-012-0/+47
* Merge branch '42643-persist-external-ip-of-ingress-controller-gke' into 'master'Kamil Trzciński2018-03-012-0/+10
|\
| * Merge branch 'master' into 42643-persist-external-ip-of-ingress-controller-gkeDylan Griffith2018-02-232-1/+23
| |\
| * | Refactor ingress IP address waiting code (#42643)Dylan Griffith2018-02-201-22/+0
| * | [ci skip] Merge branch 'master' into 42643-persist-external-ip-of-ingress-con...Filipa Lacerda2018-02-191-1/+0
| |\ \
| * | | Persist external IP of ingress controller created for GKE (#42643)Dylan Griffith2018-02-152-1/+33
* | | | Update schema with latest migrationDmitriy Zaporozhets2018-03-011-2/+2
* | | | Make project#namespace_id not nulldz-namespace-id-not-nullDmitriy Zaporozhets2018-03-011-0/+29
* | | | Persist runner IP address on contact (#43489)Dylan Griffith2018-02-282-1/+11
* | | | Merge branch 'backstage/gb/build-stages-catch-up-migration' into 'master'Kamil Trzciński2018-02-273-0/+57
|\ \ \ \
| * \ \ \ Merge branch 'master' into 'backstage/gb/build-stages-catch-up-migration'Grzegorz Bizon2018-02-222-1/+23
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Create index on id instead of stage_id in migrationGrzegorz Bizon2018-02-212-6/+6
| * | | | Separate adding and removing index from stages migrationGrzegorz Bizon2018-02-204-6/+29