summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-05-06 13:46:22 +0200
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-05-06 13:46:22 +0200
commit350980168eea3b1ea4111368e5fdcfaca76b9ff5 (patch)
treeecb19f9464222a064fb7ac997a4f39d374c8e2e0
parentc9941dee39d6059079b90762ad45b617bc66a31e (diff)
downloadgitlab-ce-350980168eea3b1ea4111368e5fdcfaca76b9ff5.tar.gz
Improve Ci::Group class description
-rw-r--r--app/models/ci/group.rb9
1 files changed, 6 insertions, 3 deletions
diff --git a/app/models/ci/group.rb b/app/models/ci/group.rb
index aab0469706a..87898b086c6 100644
--- a/app/models/ci/group.rb
+++ b/app/models/ci/group.rb
@@ -1,7 +1,10 @@
module Ci
- # Currently this model is not persisted in the database, but derived from a
- # pipelines jobs. We might, but at the same time might not, persist this model
- # in the database later
+ ##
+ # This domain model is a representation of a group of jobs that are related
+ # to each other, like `rspec 0 1`, `rspec 0 2`.
+ #
+ # It is not persisted in the database.
+ #
class Group
include StaticModel