summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fix the schema.rbMicaël Bergeron2018-02-021-0/+2
| * | | | | add the uploader context to the upload modelMicaël Bergeron2018-02-021-0/+14
* | | | | | Merge branch 'persistent-callouts' into 'master'Kamil Trzciński2018-02-052-0/+25
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Change UserCallout feautre_name to enumMatija Čupić2018-02-032-2/+2
| * | | | | Merge branch 'master' into persistent-calloutsMatija Čupić2018-02-025-3/+103
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Rename Callout to UserCalloutMatija Čupić2018-02-022-14/+12
| * | | | | Remove timestamps from CalloutsMatija Čupić2018-02-021-2/+0
| * | | | | Remove dismissed_state from Callout modelMatija Čupić2018-02-022-4/+2
| * | | | | Update database schemaMatija Čupić2018-01-261-1/+13
| * | | | | Add Callout modelMatija Čupić2018-01-261-0/+19
| | |_|_|/ | |/| | |
* | | | | fix rubocopfix-migration-timestampJames Lopez2018-02-031-0/+2
* | | | | add migration before 20171207150343James Lopez2018-02-031-0/+19
| |/ / / |/| | |
* | | | Merge branch '32283-trending-projects-unique-constraint2' into 'master'Yorick Peterse2018-02-022-1/+20
|\ \ \ \
| * | | | Add unique constraint to trending_projects#project_id.Andreas Brandl2018-02-022-1/+20
| | |/ / | |/| |
* | | | fix schemaJames Lopez2018-02-021-1/+1
* | | | add migrationJames Lopez2018-02-021-0/+19
|/ / /
* | | Merge branch 'master' into '3867-port-to-ce'Sean McGivern2018-02-022-1/+43
|\ \ \
| * | | Finish any remaining jobs for issues.closed_atissues-closed-at-stealYorick Peterse2018-02-012-1/+43
| |/ /
* | | fix the migration from not reverting correctlyMicaël Bergeron2018-02-011-2/+2
* | | fix the schema.rbMicaël Bergeron2018-02-011-3/+1
* | | fix specsMicaël Bergeron2018-02-012-4/+6