-
- Downloads
Move graph module from lib or vendor directory to app directory.
Because not autoloading lib directory at development mode.
parent
c9b1df12
No related branches found
No related tags found
Showing
- app/assets/javascripts/branch-graph.js 0 additions, 0 deletionsapp/assets/javascripts/branch-graph.js
- app/controllers/graph_controller.rb 1 addition, 1 deletionapp/controllers/graph_controller.rb
- app/controllers/projects_controller.rb 0 additions, 2 deletionsapp/controllers/projects_controller.rb
- app/models/graph/commit.rb 50 additions, 0 deletionsapp/models/graph/commit.rb
- app/models/graph/json_builder.rb 266 additions, 0 deletionsapp/models/graph/json_builder.rb
- lib/gitlab/graph/commit.rb 0 additions, 52 deletionslib/gitlab/graph/commit.rb
- lib/gitlab/graph/json_builder.rb 0 additions, 268 deletionslib/gitlab/graph/json_builder.rb
File moved
app/models/graph/commit.rb
0 → 100644
app/models/graph/json_builder.rb
0 → 100644
lib/gitlab/graph/commit.rb
deleted
100644 → 0
lib/gitlab/graph/json_builder.rb
deleted
100644 → 0
Please register or sign in to comment