summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sh-bring-back-option-to-be-notified-of-own-activity' into 'mast...Robert Speicher2017-03-272-0/+11
|\
| * Simplify migrationStan Hu2017-03-241-5/+1
| * Use default_value_for to set notified_of_own_activity instead of using a DB m...Stan Hu2017-03-242-21/+1
| * Merge branch 'master' into sh-bring-back-option-to-be-notified-of-own-activityStan Hu2017-03-245-32/+58
| |\
| * \ Merge branch 'master' into sh-bring-back-option-to-be-notified-of-own-activityStan Hu2017-03-209-102/+280
| |\ \
| * \ \ Merge branch 'master' into sh-bring-back-option-to-be-notified-of-own-activityStan Hu2017-03-172-0/+19
| |\ \ \
| * | | | Add separate post migration to change default of notified_of_own_activityStan Hu2017-03-173-2/+22
| * | | | Remove original migration and re-add required migration under a later timestampsh-bring-back-option-to-be-notified-of-own-activityStan Hu2017-03-162-3/+3
| * | | | Revert "Merge branch '8836-mr-revert' into 'master'Stan Hu2017-03-162-0/+15
* | | | | Do nothing if ci_builds.job_id isn't thereLin Jen-Shin2017-03-241-1/+1
| |_|_|/ |/| | |
* | | | Fix routes index migrationSean McGivern2017-03-211-2/+2
* | | | Add LIKE index for routes.pathYorick Peterse2017-03-212-4/+34
* | | | Merge branch 'dz-improve-rename-projects-migration' into 'master' Yorick Peterse2017-03-211-30/+1
|\ \ \ \
| * | | | Improve rename projects migrationDmitriy Zaporozhets2017-03-201-30/+1
| |/ / /
* | | | Merge branch 'perf/add-index-to-user-ghost' into 'master' Douwe Maan2017-03-212-3/+28
|\ \ \ \
| * | | | add an index to the ghost columnhttp://jneen.net/2017-03-202-3/+28
| | |_|/ | |/| |
* | | | Merge branch '29671-remove-useless-options' into 'master' Douwe Maan2017-03-211-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Remove useless options from db/fixtures/development/17_cycle_analytics.rbRémy Coutable2017-03-201-1/+1
* | | | Merge branch 'issue_27212' into 'master' Sean McGivern2017-03-202-1/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Add closed_at field to issuesFelipe Artur2017-03-172-1/+9
| | |/ | |/|
* | | All CI offline migrationsKamil Trzciński2017-03-178-102/+272
|/ /
* | Add ability to disable Merge Request URL on pushAlex Sanford2017-03-172-0/+19
|/
* Fix statements timeout in manual actions migrationfix/gb/fix-timeouts-in-manual-actions-migrationGrzegorz Bizon2017-03-161-0/+4
* Revert the AddNotifiedOfOwnActivityToUsers migrationrs-revert-notified-of-own-activity-migrationRobert Speicher2017-03-152-1/+25
* Revert "Merge branch 'option-to-be-notified-of-own-activity' into 'master'Stan Hu2017-03-152-15/+0
* Merge branch 'test-db-rollback' into 'master' Kamil Trzciński2017-03-1510-9/+20
|\
| * Use `remove_foreign_key :timelogs, name: '...'`Lin Jen-Shin2017-03-141-9/+2
| * Drop the index only for postgresql, becauseLin Jen-Shin2017-03-141-1/+2
| * Disable rubocop for down methodLin Jen-Shin2017-03-141-0/+1
| * Fix for postgresqlLin Jen-Shin2017-03-144-4/+12
| * Add a test which would rollback db and migrate againLin Jen-Shin2017-03-148-7/+19
* | Fixing two migrations that could not be rolled backfix-migration-rc1-rollbackDJ Mountney2017-03-142-2/+6
* | [Issue Sorting] Improve migrationValery Sizov2017-03-141-4/+3
* | Added migration to reset existing relative_position for issuesValery Sizov2017-03-141-0/+18
* | Merge branch 'dz-blacklist--names' into 'master' Douwe Maan2017-03-132-1/+102
|\ \
| * | Reserve few project and nested group pathsDmitriy Zaporozhets2017-03-132-1/+102
| |/
* | Trigger refreshing of permissions in a migrationrefresh-permissions-recent-usersYorick Peterse2017-03-131-0/+19
|/
* Merge branch 'master' into orderable-issuesDouwe Maan2017-03-0728-30/+224
|\
| * Merge branch 'dm-add-concurrent-index-cop' into 'master' Yorick Peterse2017-03-0719-22/+116
| |\
| | * Add downtime constantsdm-add-concurrent-index-copDouwe Maan2017-03-073-0/+6
| | * Add cop to ensure reversibility of add_concurrent_indexDouwe Maan2017-03-0719-22/+110
| * | Merge branch 'zj-variables-build-job' into 'master' Kamil Trzciński2017-03-071-2/+2
| |\ \
| | * | Rename BUILD to JOB in CI Variableszj-variables-build-jobZ.J. van de Weg2017-03-071-2/+2
| * | | Merge branch '28447-hybrid-repository-storages' into 'master' Sean McGivern2017-03-074-5/+5
| |\ \ \
| | * | | Update storage settings to allow extra values per shard28447-hybrid-repository-storagesAlejandro Rodríguez2017-03-034-5/+5
| * | | | Merge branch 'siemens/gitlab-ce-feature/openid-connect'Sean McGivern2017-03-073-0/+63
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Implement OpenID Connect identity providerMarkus Koller2017-03-073-0/+63
| | | |/ | | |/|
| * | | Merge remote-tracking branch 'origin/personal_access_token_api_and_impersonat...Douwe Maan2017-03-073-1/+38
| |\ \ \ | | |/ / | |/| |
| | * | apply codestyle and implementation changes to the respective feature codepersonal_access_token_api_and_impersonation_tokenTiago Botelho2017-03-061-1/+1
| | * | applies relevant changes to the code and code structureTiago Botelho2017-02-281-1/+1