summaryrefslogtreecommitdiff
path: root/db/schema.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'metrics-deployment-history' into 'master' Douwe Maan2017-05-021-0/+1
|\
| * Merge remote-tracking branch 'upstream/master' into 26914-add_deploy_history_...Pawel Chojnacki2017-04-201-3/+83
| |\
| * | Add endpoint that returns a list of deployments that happened within last 8.h...Pawel Chojnacki2017-03-281-1/+2
* | | Add index on ci_runners.contacted_atblackst0ne2017-04-281-1/+2
* | | Fill missing uuid on the application_settings table2246-uuid-is-nil-for-new-installationDouglas Barbosa Alexandre2017-04-261-1/+1
* | | Add index on ci_builds.user_idblackst0ne2017-04-261-0/+1
* | | Add index to webhooks type columnJames Lopez2017-04-251-1/+2
* | | Add index on ci_builds.updated_atblackst0ne2017-04-231-1/+2
* | | Start versioning cached markdown fieldsNick Thomas2017-04-211-0/+13
| |/ |/|
* | Merge branch 'sh-add-index-to-system-note-metadata' into 'master' Sean McGivern2017-04-191-1/+3
|\ \
| * | Add unique index for note_id to system note metadata tablesh-add-index-to-system-note-metadataStan Hu2017-04-191-1/+3
* | | Merge branch 'usage-ping-port' into 'master' Sean McGivern2017-04-191-0/+3
|\ \ \ | |/ / |/| |
| * | Add new ScheduleUpdateUserActivityWorker and UpdateUserActivityWorkerRémy Coutable2017-04-141-0/+1
| * | Remove user activities table and use redis instead of PG for recording activi...James Lopez2017-04-141-8/+0
| * | Add user activity service and spec. Also added relevant - NOT offline - migra...James Lopez2017-04-141-0/+8
| * | Port 'Add uuid to usage ping' to CESean McGivern2017-04-141-0/+1
| * | Port 'Add EE usage ping' to CESean McGivern2017-04-141-0/+1
* | | Add migration to remove orphaned notification settingsJames Lopez2017-04-191-1/+1
|/ /
* | Add foreign key on trigger requestszj-fk-ci-triggersZ.J. van de Weg2017-04-111-0/+2
* | Periodically clean up temporary upload files to recover storage spaceblackst0ne2017-04-101-1/+1
* | Merge branch 'master' into new-resolvable-discussionLuke "Jared" Bennett2017-04-071-1/+28
|\ \
| * \ Merge branch 'dosuken123/gitlab-ce-2989-run-cicd-pipelines-on-a-schedule-idea...Sean McGivern2017-04-071-1/+4
| |\ \
| | * | Update migrationsKamil Trzcinski2017-04-071-1/+2
| | * | Update tests to cover trigger scheduleKamil Trzcinski2017-04-071-1/+3
| * | | Merge branch '18471-restrict-tag-pushes-protected-tags' into 'master' Douwe Maan2017-04-071-0/+24
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags'Kushal Pandya2017-04-061-0/+32
| | |\ \
| | * \ \ Merge branch 'last-green-master' into 18471-restrict-tag-pushes-protected-tagsJames Edwards-Jones2017-04-061-1/+2
| | |\ \ \
| | * \ \ \ Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags'Kushal Pandya2017-04-061-5/+16
| | |\ \ \ \
| | * | | | | Renamed ProtectedTag push_access_levels to create_access_levelsJames Edwards-Jones2017-04-041-6/+6
| | * | | | | Removed unnecessary table ‘protected_tag_merge_access_levels’James Edwards-Jones2017-03-311-13/+9
| | * | | | | Database migrations for protected tagsJames Edwards-Jones2017-03-311-1/+29
* | | | | | | Update schema.rbDouwe Maan2017-04-071-1/+1
* | | | | | | Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussionLuke "Jared" Bennett2017-04-071-0/+5
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits...Lin Jen-Shin2017-04-071-0/+32
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Bump schema versionLin Jen-Shin2017-04-061-1/+1
| * | | | | | Also track auto-cancelling in jobs, detail:Lin Jen-Shin2017-04-061-0/+2
| * | | | | | Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits...Lin Jen-Shin2017-04-061-1/+2
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Restore schemaLin Jen-Shin2017-04-051-6/+6
| * | | | | | rename `auto_canceled_by` and add foreign keyRydkin Maxim2017-04-041-9/+10
| * | | | | | add auto-cancel for pending pipelines on branch, if they are not HEADRydkin Maxim2017-04-041-2/+4
| | |_|_|/ / | |/| | | |
* | | | | | Update schema.rb versionDouwe Maan2017-04-061-1/+1
* | | | | | Merge branch 'master' into new-resolvable-discussionDouwe Maan2017-04-061-0/+32
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge branch '2989-run-cicd-pipelines-on-a-schedule-idea1-basic-backend-imple...Kamil Trzciński2017-04-061-0/+16
| |\ \ \ \ \
| | * | | | | Fix unnecessary changes in schema.rbShinya Maeda2017-04-061-3/+3
| | * | | | | Rename cron_time_zone to cron_timezone. Separate add_concurrent_foreign_key.Shinya Maeda2017-04-061-1/+1
| | * | | | | Fix rubocop issues. Use add_concurrent_foreign_key.Shinya Maeda2017-04-061-1/+1
| | * | | | | Add ci_trigger_schedules tableShinya Maeda2017-04-061-0/+15
| | * | | | | Add ref to ci_triggersShinya Maeda2017-04-061-0/+1
| | * | | | | RollbackShinya Maeda2017-04-061-18/+0
| | * | | | | Add scheduled_trigger model. Add cron parser. Plus, specs.Shinya Maeda2017-04-061-3/+21
| | | |/ / / | | |/| | |