Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Expand)Author
2016-10-24Fix reply-by-email not working due to queue name mismatchStan Hu
2016-10-21Re-organize queues to use for SidekiqYorick Peterse
2016-10-21Merge branch 'fix_project_member_access_levels' into 'master' Sean McGivern
2016-10-21Fix broken label uniqueness label migrationStan Hu
2016-10-21Fix project member access levelsValery Sizov
2016-10-20Create project feature when project is createdFelipe Artur
2016-10-19Split migration to create label prioritiesDouglas Barbosa Alexandre
2016-10-19Add label type to group and project labels listsDouglas Barbosa Alexandre
2016-10-19Add LabelPriority modelDouglas Barbosa Alexandre
2016-10-19Add column type to labels and do the batch update in the same migrationDouglas Barbosa Alexandre
2016-10-19Add ProjectLabel modelDouglas Barbosa Alexandre
2016-10-19Add GroupLabel modelDouglas Barbosa Alexandre
2016-10-18Merge remote-tracking branch 'origin/master' into 22191-delete-dynamic-envs-mrKamil Trzcinski
2016-10-17Add visibility level to project repositoryFelipe Artur
2016-10-17Add on_stop column [ci skip]Kamil Trzcinski
2016-10-17Update `db/schema.rb`Kamil Trzcinski
2016-10-17Refactor code to use available and stopped statuses and refactor views to use...Kamil Trzcinski
2016-10-17Merge remote-tracking branch 'origin/master' into 22191-delete-dynamic-envs-mrKamil Trzcinski
2016-10-12Use activerecord_sane_schema_dumperRémy Coutable
2016-10-10Precalculate trending projectsYorick Peterse
2016-10-07Add markdown cache columns to the database, but don't use them yetNick Thomas
2016-10-06Allow to close environmentsKamil Trzcinski
2016-10-06Make environments to be close ableKamil Trzcinski
2016-10-06Initial support for closing environmentsKamil Trzcinski
2016-10-04Fix pipeline fixtures and calls to removed methodGrzegorz Bizon
2016-09-28Allow Member.add_user to handle access requestersRémy Coutable
2016-09-27Improvements to user organization field feature after code reviewDmitriy Zaporozhets
2016-09-27Add organization field to user profileDmitriy Zaporozhets
2016-09-23Merge branch 'fix/database-seeds' into 'master' Rémy Coutable
2016-09-23Add index on labels titleAhmad Sherif
2016-09-23Limit test environment size to one project in CIGrzegorz Bizon
2016-09-21Update db/schema.rb per most recent migrationsYorick Peterse
2016-09-20Implement a second round of review comments from @DouweM.Timothy Andrew
2016-09-20Update schema.rbTimothy Andrew
2016-09-20Fix `ON DELETE CASCADE` migrations.Timothy Andrew
2016-09-20Implement review comments from @yorickpeterseTimothy Andrew
2016-09-20Merge remote-tracking branch 'origin/master' into 21170-cycle-analyticsTimothy Andrew
2016-09-20Miscellaneous cycle-analytics-related changes.Timothy Andrew
2016-09-19Merge branch 'master' into per-build-tokenKamil Trzcinski
2016-09-19Cleanup changesKamil Trzcinski
2016-09-19Added missing db/schema changesKamil Trzcinski
2016-09-19Add support for dynamic environmentsKamil Trzcinski
2016-09-19Remove unused merge request metrics.Timothy Andrew
2016-09-17Add a "populate metrics directly" option to the cycle analytics seed.Timothy Andrew
2016-09-16Merge branch 'increase_artifact_size_column' into 'master' Yorick Peterse
2016-09-16Merge branch 'group-specific-lfs-settings' into 'master' Rémy Coutable
2016-09-16Increase ci_builds artifacts_size column to 8-byte integer to allow larger filesDrew Blessing
2016-09-16Fix undefined method when reverting migration RemoveProjectsPushesSinceGcDouglas Barbosa Alexandre
2016-09-15Merge remote-tracking branch 'origin/lfs-support-for-ssh' into per-build-tokenKamil Trzcinski
2016-09-15Improved helper methods, better flow for `project.lfs_enabled?`, and UI fixes.Patricio Cano