summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* Reset `events` table primary key sequence to make sure it’s correctdm-reset-event-pk-sequenceDouwe Maan2018-02-062-1/+36
* Merge branch 'better-issues-closed-at-cleanup' into 'master'Stan Hu2018-02-051-3/+16
|\
| * Handle EE edge cases in issues.closed_at migrationbetter-issues-closed-at-cleanupYorick Peterse2018-02-051-3/+16
* | Merge branch '32282-add-foreign-keys-to-todos' into 'master'Yorick Peterse2018-02-053-2/+69
|\ \
| * | Set todos#author_id to NOT NULL.32282-add-foreign-keys-to-todosAndreas Brandl2018-02-052-2/+28
| * | Add foreign keys to todos table.Andreas Brandl2018-02-052-0/+41
* | | Merge branch '42547-upload-store-mount-point' into 'master'Sean McGivern2018-02-052-0/+16
|\ \ \ | |/ / |/| |
| * | fix the schema.rbMicaël Bergeron2018-02-021-0/+2
| * | add the uploader context to the upload modelMicaël Bergeron2018-02-021-0/+14
* | | Merge branch 'persistent-callouts' into 'master'Kamil Trzciński2018-02-052-0/+25
|\ \ \ | |_|/ |/| |
| * | Change UserCallout feautre_name to enumMatija Čupić2018-02-032-2/+2
| * | Merge branch 'master' into persistent-calloutsMatija Čupić2018-02-025-3/+103
| |\ \
| * | | Rename Callout to UserCalloutMatija Čupić2018-02-022-14/+12
| * | | Remove timestamps from CalloutsMatija Čupić2018-02-021-2/+0
| * | | Remove dismissed_state from Callout modelMatija Čupić2018-02-022-4/+2
| * | | Update database schemaMatija Čupić2018-01-261-1/+13
| * | | Add Callout modelMatija Čupić2018-01-261-0/+19
* | | | fix rubocopfix-migration-timestampJames Lopez2018-02-031-0/+2
* | | | add migration before 20171207150343James Lopez2018-02-031-0/+19
| |/ / |/| |
* | | Merge branch '32283-trending-projects-unique-constraint2' into 'master'Yorick Peterse2018-02-022-1/+20
|\ \ \
| * | | Add unique constraint to trending_projects#project_id.Andreas Brandl2018-02-022-1/+20
| | |/ | |/|
* | | fix schemaJames Lopez2018-02-021-1/+1
* | | add migrationJames Lopez2018-02-021-0/+19
|/ /
* | Merge branch 'master' into '3867-port-to-ce'Sean McGivern2018-02-022-1/+43
|\ \
| * | Finish any remaining jobs for issues.closed_atissues-closed-at-stealYorick Peterse2018-02-012-1/+43
| |/
* | fix the migration from not reverting correctlyMicaël Bergeron2018-02-011-2/+2
* | fix the schema.rbMicaël Bergeron2018-02-011-3/+1
* | fix specsMicaël Bergeron2018-02-012-4/+6
* | port of 594e6a0a625^..f74c90f68c6Micaël Bergeron2018-02-011-0/+20
|/
* Use limit for search count queriessearch-100Jan Provaznik2018-01-232-1/+17
* Merge branch 'fix-redirect-routes-schema' into 'master'Yorick Peterse2018-01-192-3/+69
|\
| * Rework indexes on redirect_routes to be more effective and enforce a case ins...fix-redirect-routes-schemaGreg Stark2018-01-182-3/+69
* | Get rid of a Rails 5 deprecation warning in db/migrate/20170425112128_create_...Rémy Coutable2018-01-181-1/+1
* | Applied fixFrancisco Javier López2018-01-172-28/+68
* | Resolve conflicts in VERSION, db/schema.rb, and spec/models/service_spec.rbStan Hu2018-01-161-4/+0
* | Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into 'securit...Douwe Maan2018-01-165-1/+124
* | Last push widget will show banner for new pushes to previously merged branchDrew Blessing2018-01-152-0/+19
* | Display related merge requests in commit detail pageHiroyuki Sato2018-01-122-0/+18
|/
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-114-0/+5
* Merge branch 'remove-soft-removals' into 'master'Douwe Maan2018-01-113-8/+239
|\
| * Added tests for removing soft removed objectsremove-soft-removalsYorick Peterse2018-01-101-12/+10
| * Remove soft removals related codeYorick Peterse2018-01-083-8/+241
* | Denormalize commits count for merge request diffs38068-commits-countJan Provaznik2018-01-102-1/+31
* | Merge branch 'jej/backport-authorized-keys-to-ce' into 'master'Douwe Maan2018-01-093-0/+37
|\ \
| * | Avoid adding index if already existsPaco Guzman2018-01-081-1/+2
| * | Backport authorized_keys_enabled defaults to true'Michael Kozono2018-01-082-5/+9
| * | Backport option to disable writing to `authorized_keys` fileMichael Kozono2018-01-082-0/+16
| * | Backport authorized_keys branch 'find-key-by-fingerprint'Pablo Carranza2018-01-081-0/+16
* | | Merge branch 'osw-merge-request-metrics-population-scheduler-improvement' int...Stan Hu2018-01-081-31/+1
|\ \ \
| * | | Remove unnecessary queries on Merge Request Metrics population schedulerOswaldo Ferreira2018-01-081-31/+1
| | |/ | |/|