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/spec/db
AgeCommit message (Expand)Author
2019-08-30Rename epic column state to state_idFelipe Artur
2019-08-02Add commit_id to draft_notes tablePatrick Bajao
2019-07-29Backport EE changes for the schema specsYorick Peterse
2019-07-10Remove CommonMetricsImporter patchRyan Cobb
2019-07-10Move importers to lib folderRyan Cobb
2019-07-10Refactor common metrics importerRyan Cobb
2019-06-17Backport the EE schema and migrations to CEYorick Peterse
2019-06-13Create models for issue trackers dataJarka Košanová
2019-04-17Change the schema of the common_metrics.ymlrpereira2
2019-02-15Fix specsFelipe Artur
2019-01-07Add table and model for error tracking settingsReuben Pereira
2018-12-21Correct ordering of metricsrpereira2
2018-12-13Allow suggesting single line changes in diffsOswaldo Ferreira
2018-11-15Backport EE changesKamil Trzciński
2018-11-15Validate foreign keys being indexedKamil Trzciński
2018-09-11Use Rails.root for CommonMetricsImporterKamil Trzciński
2018-09-06Fix common_metrics.ymlKamil Trzciński
2018-09-05Test production/development fixtures seedKamil Trzciński
2018-09-04Fix static analysisKamil Trzciński
2018-09-04Add `# frozen_string_literal: true`Kamil Trzciński
2018-09-04Import common metrics into database.Kamil Trzciński
2018-05-07Enable prometheus metrics by defaultFelipe Artur
2018-04-16Set ENV['IN_MEMORY_APPLICATION_SETTINGS'] to 'true in spec/db/production/sett...Rémy Coutable
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable
2017-06-06Handle case where GITLAB_PROMETHEUS_METRICS_ENABLED is non boolean value by d...Pawel Chojnacki
2017-06-02Make PrometheusTextFormat return proper output terminated with '\n'Pawel Chojnacki
2017-06-02Make production settings fixture use Gitlab::CurrentSettings.current_applicat...Pawel Chojnacki
2017-06-02Allow enabling Prometheus metrics via ENV variable when db is seededPawel Chojnacki
2017-05-31Move rainbow monkey patch to String to spec_helperGabriel Mazetto
2017-01-09Introduce "stub_env" test helper for safely stubbing environment variablesAdam Niedzielski
2016-12-02Allow users to seed the initial runner registration token using an environmen...DJ Mountney