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
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-01-28 18:03:22 +0300
committerShinya Maeda <shinya@gitlab.com>2018-02-06 09:50:08 +0300
commitabc64da90cc4341607b48c09b0920296b5fb9663 (patch)
tree5c781efd1d3e119bd3c702b7213527c0776d39b6 /lib/gitlab/ci
parent62e257f53ac801b5f30c84f3cb8ed359d7350826 (diff)
Rename CreateArtifactsTraceService to CreateTraceArtifactService
Diffstat (limited to 'lib/gitlab/ci')
-rw-r--r--lib/gitlab/ci/trace.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/gitlab/ci/trace.rb b/lib/gitlab/ci/trace.rb
index 3d093a7f135..f2e5124c8a8 100644
--- a/lib/gitlab/ci/trace.rb
+++ b/lib/gitlab/ci/trace.rb
@@ -1,11 +1,3 @@
-##
-# Current status of paths
-# Era 1: Live/Full traces in database (ci_builds.trace)
-# Era 2: Live/Full traces in `setting_root/YYYY_MM/project_ci_id/job_id.log`
-# Era 3: Live/Full traces in `setting_root/YYYY_MM/project_id/job_id.log`
-# Era 4: Live traces in `setting_root/YYYY_MM/project_id/job_id.log`. Full traces in JobArtifactUploader#default_path(FileStorage/ObjectStorage).
-#
-# The legacy paths are to be migrated to the latest era.
module Gitlab
module Ci
class Trace