summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* Fix reply-by-email not working due to queue name mismatchsh-fix-mailroom-configStan Hu2016-10-232-1/+64
* Re-organize queues to use for Sidekiqseparate-sidekiq-queuesYorick Peterse2016-10-211-0/+109
* Merge branch 'fix_project_member_access_levels' into 'master' Sean McGivern2016-10-212-1/+16
|\
| * Fix project member access levelsfix_project_member_access_levelsValery Sizov2016-10-212-1/+16
* | Fix broken label uniqueness label migrationStan Hu2016-10-211-2/+2
|/
* Create project feature when project is createdissue_22944Felipe Artur2016-10-192-1/+29
* Split migration to create label prioritiesDouglas Barbosa Alexandre2016-10-194-32/+55
* Add label type to group and project labels listsDouglas Barbosa Alexandre2016-10-192-3/+34
* Add LabelPriority modelDouglas Barbosa Alexandre2016-10-192-2/+68
* Add column type to labels and do the batch update in the same migrationDouglas Barbosa Alexandre2016-10-192-18/+6
* Add ProjectLabel modelDouglas Barbosa Alexandre2016-10-191-0/+17
* Add GroupLabel modelDouglas Barbosa Alexandre2016-10-193-0/+26
* Merge remote-tracking branch 'origin/master' into 22191-delete-dynamic-envs-mr22191-delete-dynamic-envs-mrKamil Trzcinski2016-10-182-0/+15
|\
| * Add visibility level to project repositoryissue_19734_2Felipe Artur2016-10-172-1/+16
* | Add on_stop column [ci skip]Kamil Trzcinski2016-10-172-22/+2
* | 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-174-13/+33
* | Merge remote-tracking branch 'origin/master' into 22191-delete-dynamic-envs-mrKamil Trzcinski2016-10-173-564/+676
|\ \ | |/
| * Use activerecord_sane_schema_dumperRémy Coutable2016-10-121-587/+587
| * Precalculate trending projectsprecalculate-trending-projectsYorick Peterse2016-10-102-1/+46
| * Add markdown cache columns to the database, but don't use them yetNick Thomas2016-10-072-8/+66
* | Allow to close environmentsKamil Trzcinski2016-10-062-2/+4
* | Make environments to be close ableKamil Trzcinski2016-10-061-2/+8
* | Initial support for closing environmentsKamil Trzcinski2016-10-061-0/+9
|/
* Fix pipeline fixtures and calls to removed methodGrzegorz Bizon2016-10-041-1/+1
* Allow Member.add_user to handle access requestersRémy Coutable2016-09-281-1/+1
* Improvements to user organization field feature after code reviewDmitriy Zaporozhets2016-09-271-17/+0
* Add organization field to user profileDmitriy Zaporozhets2016-09-272-1/+31
* Merge branch 'fix/database-seeds' into 'master' Rémy Coutable2016-09-231-8/+3
|\
| * Limit test environment size to one project in CIGrzegorz Bizon2016-09-231-8/+3
* | Add index on labels titleAhmad Sherif2016-09-232-1/+13
|/
* Update db/schema.rb per most recent migrationsupdate-db-schemaYorick Peterse2016-09-211-4/+5
* Implement a second round of review comments from @DouweM.Timothy Andrew2016-09-211-1/+1
* Update schema.rbTimothy Andrew2016-09-201-12/+12
* Fix `ON DELETE CASCADE` migrations.Timothy Andrew2016-09-203-4/+4
* Implement review comments from @yorickpeterseTimothy Andrew2016-09-204-9/+9
* Merge remote-tracking branch 'origin/master' into 21170-cycle-analyticsTimothy Andrew2016-09-2010-10/+111
|\
| * Merge branch 'master' into per-build-tokenKamil Trzcinski2016-09-195-5/+42
| |\
| | * Cleanup changesKamil Trzcinski2016-09-191-20/+0
| | * Added missing db/schema changesKamil Trzcinski2016-09-191-1/+2
| | * Add support for dynamic environmentsKamil Trzcinski2016-09-191-0/+29
| | * Merge branch 'increase_artifact_size_column' into 'master' Yorick Peterse2016-09-162-2/+17
| | |\
| | | * Increase ci_builds artifacts_size column to 8-byte integer to allow larger filesDrew Blessing2016-09-152-2/+17
| | * | Merge branch 'group-specific-lfs-settings' into 'master' Rémy Coutable2016-09-162-0/+13
| | |\ \
| | | * | Improved helper methods, better flow for `project.lfs_enabled?`, and UI fixes.Patricio Cano2016-09-151-17/+0
| | | * | Added group-specific setting for LFS.Patricio Cano2016-09-152-0/+30
| | | |/
| | * | Fix undefined method when reverting migration RemoveProjectsPushesSinceGcfix/irreversible-migrationDouglas Barbosa Alexandre2016-09-151-1/+1
| | |/
| * | Merge remote-tracking branch 'origin/lfs-support-for-ssh' into per-build-tokenKamil Trzcinski2016-09-152-4/+11
| |\ \
| | * | Refactor LFS token logic to use a Redis key instead of a DB field, making it ...Patricio Cano2016-09-152-32/+0
| | * | Added LFS support to SSHPatricio Cano2016-09-152-0/+32
| | |/