summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Use a helper to schedule pipeline stages migrationGrzegorz Bizon2018-02-161-5/+6
| * | | | Merge branch 'master' into 'backstage/gb/build-stages-catch-up-migration'Grzegorz Bizon2018-02-155-2/+73
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Recover from unique constraint violation in stages migrationGrzegorz Bizon2018-02-151-1/+1
| * | | | Schedule pipeline stages migration every 5 minutesGrzegorz Bizon2018-02-131-5/+13
| * | | | Move pipeline stages background migration in timeGrzegorz Bizon2018-02-122-1/+1
| * | | | Merge branch 'master' into backstage/gb/build-stages-catch-up-migrationGrzegorz Bizon2018-02-0937-78/+1165
| |\ \ \ \
| * | | | | Reduce batch size of stages we schedule for a migrationGrzegorz Bizon2018-01-061-1/+1
| * | | | | Update background stages migration timestampGrzegorz Bizon2018-01-062-2/+2
| * | | | | Schedule full build stage migration in the backgroundGrzegorz Bizon2018-01-061-0/+20
* | | | | | Merge branch 'master' into '29497-pages-custom-domain-dns-verification'Robert Speicher2018-02-231-0/+29
|\ \ \ \ \ \
| * | | | | | Optimise searching for users using short queriesYorick Peterse2018-02-222-1/+30
| | |_|_|/ / | |/| | | |
* | | | | | Add DNS verification to Pages custom domainsNick Thomas2018-02-239-1/+145
|/ / / / /
* | | | | Simplify down migration.Andreas Brandl2018-02-201-1/+1
* | | | | Add partial index on projects for index-only scans.Andreas Brandl2018-02-202-1/+23
| |_|/ / |/| | |
* | | | Remove root user 100 project limit to rely on default 100,00043271-remove-seeded-root-user-project-limitEric Eastwood2018-02-141-1/+0
| |_|/ |/| |
* | | Merge branch 'expired-ci-artifacts' into 'master'Grzegorz Bizon2018-02-142-0/+25
|\ \ \
| * | | Add indexes and change SQL for expired artifacts to deal with artifacts migra...Greg Stark2018-02-082-0/+25
* | | | Merge branch 'mk-fix-no-untracked-upload-files-error' into 'master'Douwe Maan2018-02-132-1/+48
|\ \ \ \
| * | | | Schedule PopulateUntrackedUploads if neededMichael Kozono2018-02-122-1/+48
| | |_|/ | |/| |
* | | | Fix a transient failure in db/post_migrate/20170717111152_cleanup_move_system...sh-no-cache-populate-migrationRémy Coutable2018-02-121-1/+1
|/ / /
* | | Early migrations populating fork-networks: no-opBob Van Landuyt2018-02-082-30/+2
|/ /
* | Backport of LFS File Locking APIrd-35856-backport-lfs-file-locking-apiRubén Dávila2018-02-072-0/+42
* | Merge branch 'fix/gb/fix-redundant-pipeline-stages' into 'master'Kamil Trzciński2018-02-072-1/+67
|\ \
| * | Disable statement timeout when removing redundant stagesGrzegorz Bizon2018-02-071-0/+2
| * | Merge commit '4457cf9d178dc9912fd9c16427ad81b389179d00' into fix/gb/fix-redun...fix/gb/fix-redundant-pipeline-stagesGrzegorz Bizon2018-02-072-1/+36
| |\ \
| * | | Remove old index after executing a query in stages migrationGrzegorz Bizon2018-02-071-1/+1
| * | | Improve exceptions messages in code creating stagesGrzegorz Bizon2018-02-061-1/+4
| * | | Add more specs for unique stages index migrationGrzegorz Bizon2018-02-061-1/+4
| * | | Merge branch 'master' into fix/gb/fix-redundant-pipeline-stagesGrzegorz Bizon2018-02-0611-4/+262
| |\ \ \
| * | | | Fix database schema version to match latest migrationGrzegorz Bizon2018-02-061-1/+1
| * | | | Retry migration removing stages in case of duplicatesGrzegorz Bizon2018-02-051-4/+17
| * | | | Revert create job service because of load balancingGrzegorz Bizon2018-02-052-21/+15
| * | | | Remove unique index not added in a migration from schemaGrzegorz Bizon2018-01-251-1/+0
| * | | | Fix indentation in migration removing duplicated stagesGrzegorz Bizon2018-01-251-1/+1
| * | | | Fix migration removing duplicate stages on MySQL againGrzegorz Bizon2018-01-251-0/+1
| * | | | Add an unique index on pipeline stage nameGrzegorz Bizon2018-01-252-2/+20
| * | | | Fix removing redundant pipeline stages on MySQLGrzegorz Bizon2018-01-251-4/+11
| * | | | Optimize SQL query that removes duplicated stagesGrzegorz Bizon2018-01-241-4/+4
| * | | | Remove redundant pipeline stages from the databaseGrzegorz Bizon2018-01-242-1/+27
* | | | | Merge branch '38175-add-domain-field-to-auto-devops-application-setting' into...Kamil Trzciński2018-02-072-0/+14
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge branch 'master' into 38175-add-domain-field-to-auto-devops-application-...Matija Čupić2018-02-025-3/+103
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into 38175-add-domain-field-to-auto-devops-application-...Matija Čupić2018-01-282-0/+16
| |\ \ \ \ \
| * | | | | | Add auto_devops_domain to ApplicationSettings modelMatija Čupić2018-01-222-1/+15
| | |_|/ / / | |/| | | |
* | | | | | Reset `events` table primary key sequence to make sure it’s correctdm-reset-event-pk-sequenceDouwe Maan2018-02-062-1/+36
| |_|_|/ / |/| | | |
* | | | | Merge branch 'better-issues-closed-at-cleanup' into 'master'Stan Hu2018-02-051-3/+16
|\ \ \ \ \
| * | | | | Handle EE edge cases in issues.closed_at migrationbetter-issues-closed-at-cleanupYorick Peterse2018-02-051-3/+16
* | | | | | Merge branch '32282-add-foreign-keys-to-todos' into 'master'Yorick Peterse2018-02-053-2/+69
|\ \ \ \ \ \
| * | | | | | Set todos#author_id to NOT NULL.32282-add-foreign-keys-to-todosAndreas Brandl2018-02-052-2/+28
| * | | | | | Add foreign keys to todos table.Andreas Brandl2018-02-052-0/+41
* | | | | | | Merge branch '42547-upload-store-mount-point' into 'master'Sean McGivern2018-02-052-0/+16
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |