summaryrefslogtreecommitdiff
path: root/db/schema.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename BUILD to JOB in CI Variableszj-variables-build-jobZ.J. van de Weg2017-03-071-2/+2
* Merge branch 'master' into 'rs-carrierwave-db'rs-carrierwave-dbDouwe Maan2017-03-061-0/+11
|\
| * Merge branch 'zj-create-mattermost-team' into 'master' Kamil Trzciński2017-03-061-0/+11
| |\
| | * Merge branch 'master' into 'zj-create-mattermost-team'Zeger-Jan van de Weg2017-03-061-2/+5
| | |\
| | * | Minor edits, incorporate reviewZ.J. van de Weg2017-03-061-3/+3
| | * | Merge branch 'master' into zj-create-mattermost-teamZ.J. van de Weg2017-03-021-1/+1
| | |\ \
| | * | | Improve UXZ.J. van de Weg2017-03-021-6/+8
| | * | | Merge branch 'master' into zj-create-mattermost-teamZ.J. van de Weg2017-02-241-2/+4
| | |\ \ \
| | * | | | Fix bad merge [ci skip]Z.J. van de Weg2017-02-201-4/+4
| | * | | | Merge branch 'master' into zj-create-mattermost-teamZ.J. van de Weg2017-02-201-3/+2
| | |\ \ \ \
| | * | | | | Create MM team for GitLab groupZ.J. van de Weg2017-02-161-0/+11
* | | | | | | Add Upload model and UploadChecksumWorker workerRobert Speicher2017-03-061-0/+14
|/ / / / / /
* | | | | | Merge branch 'pipeline-blocking-actions' into 'master' Kamil Trzciński2017-03-061-1/+1
|\ \ \ \ \ \
| * | | | | | Migrate legacy actions in post deployment migrationGrzegorz Bizon2017-03-061-1/+1
| * | | | | | Merge branch 'master' into pipeline-blocking-actionspipeline-blocking-actionsGrzegorz Bizon2017-03-061-2/+5
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Add migration for manual actions with skipped statusGrzegorz Bizon2017-03-061-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Remove unecessary defaults for uniq ip block, cleanup refactoring leftoversPawel Chojnacki2017-03-061-5/+4
* | | | | | align schema.rb with upstream and fix rubocop warning about not freezing muta...Pawel Chojnacki2017-03-061-2/+3
* | | | | | Remove unecessary calls to limit_user!, UniqueIps Middleware, and address MR ...Pawel Chojnacki2017-03-061-1/+1
* | | | | | Allow limiting logging in users from too many different IPs.Pawel Chojnacki2017-03-061-1/+4
| |/ / / / |/| | | |
* | | | | Move foreign key to separate migrationKamil Trzcinski2017-03-051-2/+2
* | | | | Update db/schemaKamil Trzcinski2017-03-051-3/+6
|/ / / /
* | | | Update occurrences of MWBS to MWPSfix/mwbs-to-mwpsJames Lopez2017-03-011-3/+3
* | | | Remove the default value for the `users.ghost` database column.Timothy Andrew2017-02-241-2/+2
* | | | Use a `ghost` boolean to track ghost users.Timothy Andrew2017-02-241-0/+1
* | | | Merge remote-tracking branch 'upstream/master' into 27762-add-default-artifac...Lin Jen-Shin2017-02-241-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch '26570-optimize-latest-pipeline-query' into 'master' Kamil Trzciński2017-02-231-2/+2
| |\ \ \
| | * | | Add index for ci_commits for gl_project_id, ref, status26570-optimize-latest-pipeline-queryLin Jen-Shin2017-02-201-2/+2
| | | |/ | | |/|
* | | | Merge remote-tracking branch 'upstream/master' into 27762-add-default-artifac...Lin Jen-Shin2017-02-211-2/+3
|\ \ \ \ | |/ / /
| * | | Improve performance of User Agent DetailZ.J. van de Weg2017-02-201-0/+2
| |/ /
| * | Remove comments in migrationAnnabel Dunstone Gray2017-02-161-1/+1
| * | Fix borked db stuffAnnabel Dunstone Gray2017-02-151-2/+2
| * | Remove all instances of theme_id; require downtimeAnnabel Dunstone Gray2017-02-151-1/+1
| * | Drop theme ID from users tableAnnabel Dunstone Gray2017-02-151-4/+3
| |/
* | 0 for unlimited, disallow blank, feedback:Lin Jen-Shin2017-02-161-2/+2
* | Update schemaLin Jen-Shin2017-02-161-0/+1
|/
* Merge branch 'master' into 'zj-remove-deprecated-ci-service'zj-remove-deprecated-ci-serviceDouwe Maan2017-02-151-1/+1
|\
| * Disable invalid service templatesissue_25112Felipe Artur2017-02-141-1/+1
* | Remove deprecated CI serviceZ.J. van de Weg2017-02-141-1/+1
|/
* Merge branch 'option-to-be-notified-of-own-activity' into 'master' Douwe Maan2017-02-131-0/+1
|\
| * Add notified_of_own_activity column to users tableRichard Macklin2017-02-011-0/+1
* | Add indices to improve loading of labels pagesh-add-labels-indexStan Hu2017-02-131-0/+2
* | Add index to ci_trigger_requests for commit_idsh-add-index-to-ci-trigger-requestsStan Hu2017-02-101-1/+3
* | Store group and project full name and full path in routes tabledz-refactor-full-pathDmitriy Zaporozhets2017-02-081-0/+1
* | Refactor migration to not require downtime26908-add-foreign-keys-to-timelogsRuben Davila2017-02-071-3/+3
* | Use normal associations instead of polymorphic.Ruben Davila2017-02-071-3/+6
* | Merge branch '21518_recaptcha_spam_issues' into 'master'Sean McGivern2017-02-071-1/+2
|\ \
| * | Use reCaptcha when an issue identified as spamJarka Kadlecova2017-02-071-1/+2
* | | Merge branch 'master' into 'jej-pages-to-ce'jej-pages-to-ceJames Edwards-Jones2017-02-061-1/+3
|\ \ \ | |/ /
| * | Introduce maximum session time for terminal websocket connectionterminal-max-session-timeAdam Niedzielski2017-02-061-0/+1