summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* Add table for files in merge request diffsSean McGivern2017-06-164-1/+53
* Migration - Remove position field from issues and merge requestsFelipe Artur2017-06-162-3/+9
* Deserialise existing custom notification settingsdeserialize-custom-notificationsSean McGivern2017-06-152-1/+56
* Add columns for custom notification settingsSean McGivern2017-06-152-0/+38
* Help landing page customizations - db changesRobin Bobbitt2017-06-133-0/+21
* Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_time...32054-rails-should-use-timestamptz-database-type-for-postgresqlblackst0ne2017-06-1336-0/+41
* Bring in security changes from the 9.2.5 releaseDJ Mountney2017-06-076-2/+455
* Sync email address from specified omniauth provider - db changesRobin Bobbitt2017-06-074-2/+42
* Merge branch 'feature/gb/migrate-pipeline-stages' into 'master'Kamil TrzciƄski2017-06-076-1/+126
|\
| * Fix reverting builds stage ref migration on MySQLGrzegorz Bizon2017-06-061-1/+1
| * Migrate stages only with correct foreign referencesGrzegorz Bizon2017-06-061-1/+4
| * Create index on pipeline stages after migrating stagesGrzegorz Bizon2017-06-061-0/+0
| * Improve indexes and refs in pipeline stages migrationsGrzegorz Bizon2017-06-065-43/+31
| * Fix typo in build stages reference migrationGrzegorz Bizon2017-06-061-1/+1
| * Improve order of columns in pipeline stages tableGrzegorz Bizon2017-06-061-1/+1
| * Make pipeline stages ref migration more readableGrzegorz Bizon2017-06-061-3/+5
| * Use the latest migration version as a schema versionGrzegorz Bizon2017-06-051-1/+1
| * Remove stage index concurrently on migration rollbackGrzegorz Bizon2017-06-051-1/+1
| * Disable timeouts in foreign keys for stages migrationGrzegorz Bizon2017-06-051-0/+2
| * Remove obsolete stages/build before adding foreign keysGrzegorz Bizon2017-06-051-0/+16
| * Create indexes on pipeline stages before migrationGrzegorz Bizon2017-06-051-0/+0
| * Migrate stage_id only it job does not have it alreadyGrzegorz Bizon2017-06-051-1/+3
| * Migrate pipeline stages only when not migrated alreadyGrzegorz Bizon2017-06-051-3/+3
| * Merge branch 'master' into feature/gb/migrate-pipeline-stagesGrzegorz Bizon2017-06-0529-34/+535
| |\
| * | Reorder pipeline stages-related migrationsGrzegorz Bizon2017-05-263-1/+1
| * | Create foreign keys for pipeline stages in migrationGrzegorz Bizon2017-05-262-1/+20
| * | Migrate build stage reference in a separate migrationGrzegorz Bizon2017-05-263-9/+22
| * | Add stage_id column to ci_builds in a separate migrationGrzegorz Bizon2017-05-262-2/+9
| * | Use a separate migration to create pipeline stages indexGrzegorz Bizon2017-05-262-10/+15
| * | Add pipeline stages post deployment migrationGrzegorz Bizon2017-05-263-2/+48
| * | Simplify migrations for specific database schemaGrzegorz Bizon2017-05-252-2/+10
| * | Add PoC of ActiveRecord migration testingGrzegorz Bizon2017-05-251-0/+14
* | | Merge branch 'instrument-infra' into 'master'Grzegorz Bizon2017-06-073-7/+34
|\ \ \
| * | | Handle case where GITLAB_PROMETHEUS_METRICS_ENABLED is non boolean value by d...Pawel Chojnacki2017-06-061-1/+1
| * | | Make production settings fixture use Gitlab::CurrentSettings.current_applicat...Pawel Chojnacki2017-06-021-13/+10
| * | | Make fixture message more descriptivePawel Chojnacki2017-06-021-1/+1
| * | | Allow enabling Prometheus metrics via ENV variable when db is seededPawel Chojnacki2017-06-021-7/+20
| * | | Make login_counter instance variable instead of class one.Pawel Chojnacki2017-06-021-0/+1
| * | | Mark migration as requiring no downtimePawel Chojnacki2017-06-021-0/+2
| * | | Add Prometheus metrics configurationPawel Chojnacki2017-06-021-0/+13
| * | | Prometheus settingsPawel Chojnacki2017-06-021-0/+1
* | | | Merge branch '12910-snippets-description' into 'master'Phil Hughes2017-06-072-0/+14
|\ \ \ \
| * | | | Support descriptions for snippetsJarka Kadlecova2017-05-312-0/+14
* | | | | Fix error while seeding projects in databaseda-fix-db-seedDouglas Barbosa Alexandre2017-06-061-1/+3
| |_|_|/ |/| | |
* | | | Merge branch 'fix-realtime-edited-text-for-issues-9-3' into 'master'Phil Hughes2017-06-051-1/+1
|\ \ \ \
| * | | | Fix up merge issuesfix-realtime-edited-text-for-issues-9-3Luke "Jared" Bennett2017-06-021-1/+1
| | |/ / | |/| |
* | | | Merge branch 'sidekiq-transaction' into 'master'Sean McGivern2017-06-051-1/+10
|\ \ \ \
| * | | | Fix keys seedDouwe Maan2017-06-021-1/+10
| |/ / /
* | | | Merge branch '30469-convdev-index' into 'master'Sean McGivern2017-06-053-0/+104
|\ \ \ \
| * | | | Add Conversational Development Index page to admin panelTaurie Davis, Simon Knox and Adam Niedzielski2017-06-013-0/+104