summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov2017-02-2416-26/+82
|\
| * Merge remote-tracking branch 'upstream/master' into 27762-add-default-artifac...Lin Jen-Shin2017-02-2413-24/+44
| |\
| | * Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-237-48/+48
| | * Revert "Enable Style/BarePercentLiterals"Douwe Maan2017-02-232-4/+4
| | * Exclude migrations from Style/MutableConstantDouwe Maan2017-02-2334-44/+44
| | * Enable Style/WordArrayDouwe Maan2017-02-231-2/+2
| | * Prefer leading style for Style/DotPositionDouwe Maan2017-02-237-48/+48
| | * Old migration doesn’t require downtimeDouwe Maan2017-02-231-0/+2
| | * Enable Style/BarePercentLiteralsDouwe Maan2017-02-232-4/+4
| | * Enable Security/JSONLoadDouwe Maan2017-02-233-4/+4
| | * Enable Style/MutableConstantDouwe Maan2017-02-2336-38/+38
| | * Merge branch '26570-optimize-latest-pipeline-query' into 'master' Kamil Trzciński2017-02-233-2/+20
| | |\
| | | * Add index for ci_commits for gl_project_id, ref, status26570-optimize-latest-pipeline-queryLin Jen-Shin2017-02-203-2/+20
| * | | Merge remote-tracking branch 'upstream/master' into 27762-add-default-artifac...Lin Jen-Shin2017-02-214-2/+31
| |\ \ \ | | |/ /
| | * | Improve performance of User Agent DetailZ.J. van de Weg2017-02-202-0/+16
| | |/
| | * Merge branch '26200-convert-sidebar-to-dropdown' into 'master'Sean McGivern2017-02-172-3/+11
| | |\
| | | * Remove comments in migrationAnnabel Dunstone Gray2017-02-162-21/+1
| | | * Fix borked db stuffAnnabel Dunstone Gray2017-02-152-2/+2
| | | * Move migration to post_migrate; fix shortcuts_specAnnabel Dunstone Gray2017-02-151-1/+1
| | | * Remove all instances of theme_id; require downtimeAnnabel Dunstone Gray2017-02-152-2/+2
| | | * Drop theme ID from users tableAnnabel Dunstone Gray2017-02-152-4/+32
| * | | 0 for unlimited, disallow blank, feedback:Lin Jen-Shin2017-02-162-4/+4
| * | | Update schemaLin Jen-Shin2017-02-161-0/+1
| * | | Merge remote-tracking branch 'upstream/master' into 27762-add-default-artifac...Lin Jen-Shin2017-02-163-2/+32
| |\ \ \ | | | |/ | | |/|
| * | | Use the same syntax for default expirationLin Jen-Shin2017-02-151-2/+2
| * | | Initial implementation for default artifacts expirationLin Jen-Shin2017-02-151-0/+11
* | | | Allow issues in boards to be orderedDouwe Maan2017-02-172-12/+56
| |_|/ |/| |
* | | Merge branch 'seed-abuse-reports' into 'master' Stan Hu2017-02-161-0/+5
|\ \ \ | |_|/ |/| |
| * | Seed abuse reportsseed-abuse-reportsEric Eastwood2017-02-151-0/+5
| |/
* | Merge branch 'master' into 'zj-remove-deprecated-ci-service'zj-remove-deprecated-ci-serviceDouwe Maan2017-02-153-1/+57
|\ \
| * \ Merge branch 'issue_25112' into 'master' Sean McGivern2017-02-152-1/+16
| |\ \ | | |/ | |/|
| | * Disable invalid service templatesissue_25112Felipe Artur2017-02-142-1/+16
| * | Use Gitlab::Database.with_connection_pool from !9192remove-inactive-default-email-servicesLin Jen-Shin2017-02-142-41/+24
| * | Disconnect the pool after doneLin Jen-Shin2017-02-141-0/+1
| * | Use threads directly, introduce pool later:Lin Jen-Shin2017-02-141-5/+33
| * | Revert "Bump schema to pass `rake db:setup`"Lin Jen-Shin2017-02-141-1/+1
| * | Introduce ThreadedConnectionPool for customized poolLin Jen-Shin2017-02-141-28/+17
| * | Bump schema to pass `rake db:setup`Lin Jen-Shin2017-02-141-1/+1
| * | Try this way to provide database connectionLin Jen-Shin2017-02-141-6/+3
| * | Use IS FALSE for both pg and mysql; Handle connectionsLin Jen-Shin2017-02-141-9/+11
| * | Run two threads to improve migration running timeLin Jen-Shin2017-02-141-3/+17
| * | Remove inactive default email servicesLin Jen-Shin2017-02-141-0/+27
| |/
* | Remove deprecated CI serviceZ.J. van de Weg2017-02-142-1/+16
|/
* Merge branch 'option-to-be-notified-of-own-activity' into 'master' Douwe Maan2017-02-132-0/+15
|\
| * Add notified_of_own_activity column to users tableRichard Macklin2017-02-012-0/+15
* | Merge branch 'sh-add-labels-index' into 'master' Yorick Peterse2017-02-132-0/+14
|\ \
| * | Add indices to improve loading of labels pagesh-add-labels-indexStan Hu2017-02-132-0/+14
* | | Enforce use of add_concurrent_foreign_keyconcurrent-foreign-keysYorick Peterse2017-02-103-3/+3
|/ /
* | Add index to ci_trigger_requests for commit_idsh-add-index-to-ci-trigger-requestsStan Hu2017-02-102-1/+14
* | Migration does not require downtimeDouwe Maan2017-02-081-0/+2