summaryrefslogtreecommitdiff
path: root/db/schema.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'expired-ci-artifacts' into 'master'Grzegorz Bizon2018-02-141-0/+2
|\
| * Add indexes and change SQL for expired artifacts to deal with artifacts migra...Greg Stark2018-02-081-0/+2
* | Schedule PopulateUntrackedUploads if neededMichael Kozono2018-02-121-1/+1
|/
* Backport of LFS File Locking APIrd-35856-backport-lfs-file-locking-apiRubén Dávila2018-02-071-0/+12
* Merge branch 'fix/gb/fix-redundant-pipeline-stages' into 'master'Kamil Trzciński2018-02-071-1/+1
|\
| * Merge commit '4457cf9d178dc9912fd9c16427ad81b389179d00' into fix/gb/fix-redun...fix/gb/fix-redundant-pipeline-stagesGrzegorz Bizon2018-02-071-1/+1
| |\
| * \ Merge branch 'master' into fix/gb/fix-redundant-pipeline-stagesGrzegorz Bizon2018-02-061-4/+19
| |\ \
| * | | Fix database schema version to match latest migrationGrzegorz Bizon2018-02-061-1/+1
| * | | Remove unique index not added in a migration from schemaGrzegorz Bizon2018-01-251-1/+0
| * | | Add an unique index on pipeline stage nameGrzegorz Bizon2018-01-251-2/+3
| * | | Remove redundant pipeline stages from the databaseGrzegorz Bizon2018-01-241-1/+1
* | | | Merge branch '38175-add-domain-field-to-auto-devops-application-setting' into...Kamil Trzciński2018-02-071-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'master' into 38175-add-domain-field-to-auto-devops-application-...Matija Čupić2018-02-021-3/+3
| |\ \ \
| * \ \ \ Merge branch 'master' into 38175-add-domain-field-to-auto-devops-application-...Matija Čupić2018-01-281-0/+1
| |\ \ \ \
| * | | | | Add auto_devops_domain to ApplicationSettings modelMatija Čupić2018-01-221-1/+2
| | |_|/ / | |/| | |
* | | | | Reset `events` table primary key sequence to make sure it’s correctdm-reset-event-pk-sequenceDouwe Maan2018-02-061-1/+1
| |_|_|/ |/| | |
* | | | Merge branch '32282-add-foreign-keys-to-todos' into 'master'Yorick Peterse2018-02-051-2/+5
|\ \ \ \
| * | | | Set todos#author_id to NOT NULL.32282-add-foreign-keys-to-todosAndreas Brandl2018-02-051-2/+2
| * | | | Add foreign keys to todos table.Andreas Brandl2018-02-051-0/+3
* | | | | Merge branch '42547-upload-store-mount-point' into 'master'Sean McGivern2018-02-051-0/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix the schema.rbMicaël Bergeron2018-02-021-0/+2
* | | | | Change UserCallout feautre_name to enumMatija Čupić2018-02-031-1/+1
* | | | | Merge branch 'master' into persistent-calloutsMatija Čupić2018-02-021-3/+3
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch '32283-trending-projects-unique-constraint2' into 'master'Yorick Peterse2018-02-021-1/+1
| |\ \ \ \
| | * | | | Add unique constraint to trending_projects#project_id.Andreas Brandl2018-02-021-1/+1
| | |/ / /
| * | | | fix schemaJames Lopez2018-02-021-1/+1
| |/ / /
| * | | Merge branch 'master' into '3867-port-to-ce'Sean McGivern2018-02-021-1/+1
| |\ \ \
| | * | | Finish any remaining jobs for issues.closed_atissues-closed-at-stealYorick Peterse2018-02-011-1/+1
| | | |/ | | |/|
| * | | fix the schema.rbMicaël Bergeron2018-02-011-3/+1
| * | | fix specsMicaël Bergeron2018-02-011-2/+4
| |/ /
* | | Rename Callout to UserCalloutMatija Čupić2018-02-021-11/+9
* | | Remove dismissed_state from Callout modelMatija Čupić2018-02-021-2/+1
* | | Update database schemaMatija Čupić2018-01-261-1/+13
|/ /
* | Use limit for search count queriessearch-100Jan Provaznik2018-01-231-1/+2
|/
* Merge branch 'fix-redirect-routes-schema' into 'master'Yorick Peterse2018-01-191-3/+1
|\
| * Rework indexes on redirect_routes to be more effective and enforce a case ins...fix-redirect-routes-schemaGreg Stark2018-01-181-3/+1
* | 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-161-1/+5
* | Last push widget will show banner for new pushes to previously merged branchDrew Blessing2018-01-151-0/+1
* | Display related merge requests in commit detail pageHiroyuki Sato2018-01-121-0/+1
|/
* Merge branch 'remove-soft-removals' into 'master'Douwe Maan2018-01-111-8/+0
|\
| * Remove soft removals related codeYorick Peterse2018-01-081-8/+0
* | Denormalize commits count for merge request diffs38068-commits-countJan Provaznik2018-01-101-1/+2
* | Merge branch 'jej/backport-authorized-keys-to-ce' into 'master'Douwe Maan2018-01-091-0/+1
|\ \ | |/ |/|
| * Backport authorized_keys_enabled defaults to true'Michael Kozono2018-01-081-1/+1
| * Backport option to disable writing to `authorized_keys` fileMichael Kozono2018-01-081-0/+1
* | Merge branch 'master' into 41249-clearing-the-cacheMatija Čupić2018-01-051-1/+2
|\ \ | |/
| * Backport 'Rebase' feature from EE to CEjprovazn-rebaseJan Provaznik2018-01-051-1/+2
* | Merge branch 'master' into 41249-clearing-the-cacheMatija Čupić2018-01-041-6/+12
|\ \ | |/
| * Merge branch 'mdelaossa/gitlab-ce-31995-project-limit-default-fix'Dmitriy Zaporozhets2018-01-041-2/+2
| |\