summaryrefslogtreecommitdiff
path: root/db/schema.rb
Commit message (Expand)AuthorAgeFilesLines
* Add unique constraint to trending_projects#project_id.32283-trending-projects-unique-constraint2Andreas Brandl2018-02-011-2/+2
* 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
| |\
| | * User#projects_limit remove DB default and added NOT NULL constraintMario de la Ossa2017-12-301-2/+2
| * | Merge branch 'change-issues-closed-at-background-migration' into 'master'Sean McGivern2018-01-041-1/+1
| |\ \
| | * | Use a background migration for issues.closed_atchange-issues-closed-at-background-migrationYorick Peterse2018-01-031-1/+1
| * | | Cache merged and closed events data in merge_request_metrics tableOswaldo Ferreira2018-01-021-0/+5
| |/ /
| * | Fix user membership destroy relationFrancisco Javier López2018-01-021-0/+1
| * | Merge branch '39289-local-schema-rb-automatically-reverts-datetime-to-datetim...Sean McGivern2018-01-021-4/+4
| |\ \ | | |/ | |/|
| | * Prevent schema.rb reverting from datetime_with_timezone to datetime39289-local-schema-rb-automatically-reverts-datetime-to-datetime_with_timezone-after-migrationsJames Edwards-Jones2017-12-071-4/+4
* | | Rename Project#cache_index to jobs_cache_indexMatija Čupić2018-01-041-1/+1
* | | Remove default value from cache_index migrationMatija Čupić2017-12-221-1/+1
* | | Add cache_index migrationMatija Čupić2017-12-221-1/+2
|/ /
* | Extend Cluster Applications to allow installation of PrometheusMayra Cabrera2017-12-221-0/+9
* | Add index on namespaces lower(name) for UsersController#existsindex-namespaces-lower-nameGreg Stark2017-12-211-1/+1
* | LDAP extern_uids are not normalized when updated via APIFrancisco Javier López2017-12-211-1/+1
* | Remove unused queuesdm-dedicated-sidekiq-queuesDouwe Maan2017-12-131-1/+1
* | Remove issues.assignee_id columnValery Sizov2017-12-111-2/+0
* | Allow git pull/push on project redirectsMayra Cabrera2017-12-081-1/+3
* | Move the circuitbreaker check out in a separate processbvl-circuitbreaker-processBob Van Landuyt2017-12-081-4/+3
* | The API isn't using the appropriate services for managing forksFrancisco Javier López2017-12-071-1/+1
* | Merge branch 'mk-add-old-attachments-to-uploads-table' into 'master'Stan Hu2017-12-071-1/+1
|\ \ | |/ |/|
| * Fix uploads.path length for long filenamesMichael Kozono2017-12-011-1/+1
| * Exclude `untracked_files_for_uploads` from schemaMichael Kozono2017-12-011-10/+0
| * Rename table to untracked_files_for_uploadsMichael Kozono2017-12-011-3/+3
| * Add TrackUntrackedUploads post-deploy migrationMichael Kozono2017-12-011-0/+10
* | Merge branch 'feature/custom-text-for-new-projects' into 'master'Rémy Coutable2017-12-051-0/+2
|\ \
| * | Add custom brand text on new project pagesMarkus Koller2017-12-041-0/+2
| |/
* | Move config_source earlierKamil Trzcinski2017-12-051-1/+1
* | Merge index during table creationKamil Trzcinski2017-12-051-1/+1
* | Remove index on file_typeKamil Trzcinski2017-12-041-2/+0
* | Store expire_at in ci_job_artifactsKamil Trzcinski2017-12-031-1/+2
* | Add unique index on job_id and file_typeZeger-Jan van de Weg2017-12-031-1/+2
* | Fix most test failuresZeger-Jan van de Weg2017-12-031-2/+3
* | Rename Artifact to JobArtifact, split metadata outZeger-Jan van de Weg2017-12-031-15/+16