summaryrefslogtreecommitdiff
path: root/db/schema.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix project member access levelsfix_project_member_access_levelsValery Sizov2016-10-211-1/+1
* Create project feature when project is createdissue_22944Felipe Artur2016-10-191-1/+1
* Split migration to create label prioritiesDouglas Barbosa Alexandre2016-10-191-1/+1
* Add label type to group and project labels listsDouglas Barbosa Alexandre2016-10-191-3/+2
* Add LabelPriority modelDouglas Barbosa Alexandre2016-10-191-2/+13
* Add GroupLabel modelDouglas Barbosa Alexandre2016-10-191-0/+4
* Merge remote-tracking branch 'origin/master' into 22191-delete-dynamic-envs-mr22191-delete-dynamic-envs-mrKamil Trzcinski2016-10-181-0/+1
|\
| * Add visibility level to project repositoryissue_19734_2Felipe Artur2016-10-171-1/+2
* | Add on_stop column [ci skip]Kamil Trzcinski2016-10-171-1/+1
* | Update `db/schema.rb`Kamil Trzcinski2016-10-171-1/+2
* | Refactor code to use available and stopped statuses and refactor views to use...Kamil Trzcinski2016-10-171-10/+1
* | Merge remote-tracking branch 'origin/master' into 22191-delete-dynamic-envs-mrKamil Trzcinski2016-10-171-564/+600
|\ \ | |/
| * Use activerecord_sane_schema_dumperRémy Coutable2016-10-121-587/+587
| * Precalculate trending projectsprecalculate-trending-projectsYorick Peterse2016-10-101-1/+8
| * Add markdown cache columns to the database, but don't use them yetNick Thomas2016-10-071-8/+28
* | Allow to close environmentsKamil Trzcinski2016-10-061-2/+3
|/
* Add organization field to user profileDmitriy Zaporozhets2016-09-271-1/+2
* Add index on labels titleAhmad Sherif2016-09-231-1/+2
* Update db/schema.rb per most recent migrationsupdate-db-schemaYorick Peterse2016-09-211-4/+5
* Update schema.rbTimothy Andrew2016-09-201-12/+12
* Merge remote-tracking branch 'origin/master' into 21170-cycle-analyticsTimothy Andrew2016-09-201-3/+6
|\
| * Merge branch 'master' into per-build-tokenKamil Trzcinski2016-09-191-4/+5
| |\
| | * Added missing db/schema changesKamil Trzcinski2016-09-191-1/+2
| | * Merge branch 'increase_artifact_size_column' into 'master' Yorick Peterse2016-09-161-2/+2
| | |\
| | | * Increase ci_builds artifacts_size column to 8-byte integer to allow larger filesDrew Blessing2016-09-151-2/+2
| | * | Added group-specific setting for LFS.Patricio Cano2016-09-151-0/+1
| | |/
| * | Merge remote-tracking branch 'origin/master' into per-build-tokenKamil Trzcinski2016-09-151-2/+2
| |\ \ | | |/
| | * Move pushes_since_gc to Redispushes-since-gc-redisYorick Peterse2016-09-131-2/+1
| * | Update db/schema.rbKamil Trzcinski2016-09-131-1/+3
| |/
| * Fix DB schema to match latest migrationsh-update-db-schemaStan Hu2016-09-081-1/+1
* | Improve performance of the cycle analytics page.Timothy Andrew2016-09-151-1/+14
* | Merge remote-tracking branch 'origin/master' into 21170-cycle-analyticsTimothy Andrew2016-09-071-46/+40
|\ \ | |/
| * Merge branch 'master' of https://dev.gitlab.org/gitlab/gitlabhqRémy Coutable2016-09-051-24/+26
| |\
| | * Add migration to set confidential issues events on web hooksDouglas Barbosa Alexandre2016-09-011-1/+1
| | * Add option to confidential issues events to trigger servicesDouglas Barbosa Alexandre2016-08-311-12/+13
| | * Add option to confidential issues events to trigger WebhooksDouglas Barbosa Alexandre2016-08-311-11/+12
| * | Project tools visibility levelFelipe Artur2016-09-011-6/+14
| |/
| * Remove not-null constraint on lock_version column if it existsStan Hu2016-08-301-1/+1
| * Merge branch 'project-specific-lfs' into 'master' Robert Speicher2016-08-301-0/+1
| |\
| | * Renamed `enable_lfs` to `lfs_enabled` for the Project field, and related fixes.project-specific-lfsPatricio Cano2016-08-301-1/+1
| | * Added project specific enable/disable setting for LFSPatricio Cano2016-08-301-0/+1
| * | Remove default value for lock_versionValery Sizov2016-08-301-1/+1
| |/
| * Drop unused CI tables and fileszj-remove-unused-ci-tablesZ.J. van de Weg2016-08-261-18/+1
* | Add the "Review" cycle analytics section.Timothy Andrew2016-08-261-0/+2
* | Add the "Code" Cycle Analytics section.Timothy Andrew2016-08-261-1/+12
* | Add an `Issue::Metrics` model.Timothy Andrew2016-08-261-1/+12
|/
* Add lock_version to merge_requests tableadd-lock-version-to-mr-schemaStan Hu2016-08-251-0/+1
* Merge branch 'dz-merge-request-version'Douwe Maan2016-08-251-2/+1
|\
| * Fix db schema via db:migrate:resetDmitriy Zaporozhets2016-08-221-18/+16
| * Merge branch 'master' into dz-merge-request-versionDmitriy Zaporozhets2016-08-221-2/+7
| |\