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-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
2016-09-15Added group-specific setting for LFS.Patricio Cano
2016-09-15Refactor LFS token logic to use a Redis key instead of a DB field, making it ...Patricio Cano
2016-09-15Added LFS support to SSHPatricio Cano
2016-09-15Merge branch 'fix-old-migration-repos-path-key' into 'master' Robert Speicher
2016-09-15Merge branch 'group-similar' into 'master' Rémy Coutable
2016-09-15Merge remote-tracking branch 'origin/master' into per-build-tokenKamil Trzcinski
2016-09-15Improve performance of the cycle analytics page.Timothy Andrew
2016-09-15Update references to deprecated `repos_path` configuration key to avoidAlejandro Rodríguez
2016-09-14Fix migration for removing MR diff indexesYorick Peterse
2016-09-14wip: perfTimothy Andrew
2016-09-14Add a `seed_fu` fixture to generate data for cycle analytics.Timothy Andrew
2016-09-13Move pushes_since_gc to RedisYorick Peterse
2016-09-13Update db/schema.rbKamil Trzcinski
2016-09-13Use a permissions of user to access all dependent projects from CI jobs (this...Kamil Trzcinski
2016-09-08Fix DB schema to match latest migrationStan Hu
2016-09-07Group similar buildsKamil Trzcinski
2016-09-07Merge remote-tracking branch 'origin/master' into 21170-cycle-analyticsTimothy Andrew
2016-09-06Support empty PG database tooZ.J. van de Weg
2016-09-05Don't fail on an empty databaseZ.J. van de Weg
2016-09-05Support MySQL too, when removing gitorious from import_sourcesZ.J. van de Weg
2016-09-05Remove gitorious from import_sources on ApplicationSetting modelZ.J. van de Weg
2016-09-05Merge branch 'master' of https://dev.gitlab.org/gitlab/gitlabhqRémy Coutable
2016-09-01Project tools visibility levelFelipe Artur
2016-09-01Add migration to set confidential issues events on web hooksDouglas Barbosa Alexandre
2016-09-01Add option to confidential issues events to trigger servicesDouglas Barbosa Alexandre
2016-09-01Add option to confidential issues events to trigger WebhooksDouglas Barbosa Alexandre
2016-08-31Remove not-null constraint on lock_version column if it existsStan Hu
2016-08-31Merge branch 'project-specific-lfs' into 'master' Robert Speicher
2016-08-31Renamed `enable_lfs` to `lfs_enabled` for the Project field, and related fixes.Patricio Cano
2016-08-31Added project specific enable/disable setting for LFSPatricio Cano
2016-08-30Remove default value for lock_versionValery Sizov
2016-08-26Drop unused CI tables and filesZ.J. van de Weg