Vladislav Kaverin
fee5e17fe0
Print notes number explained.
...
Printing just `[<number>]` was confusing - it looks like a ghost branch or something.
Add `note` (or `notes`, depending on number of notes) to give some details of what this number means.
Refactor code to follow DRY principle.
2017-09-08 11:36:58 +04:00
Rémy Coutable
c946ee1282
Enable the Layout/SpaceBeforeBlockBraces cop
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-08-09 11:52:22 +02:00
Z.J. van de Weg
9b2ae90d2c
Remove references to build in pipeline charts
...
Being the good boyscouts, but mainly because of [the comment in the
review](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12378#note_33302115 )
the words used for classes and variables are changed to not use builds
anymore.
2017-06-23 14:50:03 +02:00
Z.J. van de Weg
13d39971f3
Improve performance for pipeline charts
...
Achieved by using another table, which both has better indexes and
is smaller. Now the data provided for the user is more valueable too.
2017-06-23 11:46:55 +02:00
Kamil Trzcinski
e80e3f5372
Migrate CI::Project to Project
2015-12-11 18:02:09 +01:00
Stan Hu
150fb81ef9
Remove git refs used internally by GitLab from network graph
...
Closes #2702
2015-09-23 08:56:32 -07:00
Ciro Santilli
33c9f05c6b
Append in place for strings and arrays
2015-01-01 21:12:00 +01:00
Hiroyuki Sato
fd0afcc996
Remove the dependancy of grit from class Network::Graph
2013-08-20 12:05:23 +09:00
Sato Hiroyuki
63b58b9491
Reducing database access.
2013-04-24 15:06:31 +00:00
Sato Hiroyuki
b49c1cb161
Display note count on network graph.
2013-03-26 09:51:39 +09:00
Sato Hiroyuki
784aa266bd
Refactor: grouping parent and their space by including array.
2013-03-07 15:19:42 +09:00
Sato Hiroyuki
2f7f46b256
Refactor: replace "render :json = graph.to_json" to view template(show.json.erb).
...
Because model shouldn't know about view logic.
2013-03-07 15:19:32 +09:00