OSDN Git Service

Move graph module from lib or vendor directory to app directory.
authorSato Hiroyuki <sathiroyuki@gmail.com>
Tue, 26 Feb 2013 04:28:11 +0000 (13:28 +0900)
committerSato Hiroyuki <sathiroyuki@gmail.com>
Tue, 26 Feb 2013 11:31:39 +0000 (20:31 +0900)
commitd8a40d8c933da8e89013e989940f8b60d0f2e247
tree8ccafedef6f21a99c318615164209e7d5cbce9ea
parentc9b1df1201dccded5fdfb4835209af9c0f258c55
Move graph module from lib or vendor directory to app directory.

Because not autoloading lib directory at development mode.
app/assets/javascripts/branch-graph.js [moved from vendor/assets/javascripts/branch-graph.js with 100% similarity]
app/controllers/graph_controller.rb
app/controllers/projects_controller.rb
app/models/graph/commit.rb [new file with mode: 0644]
app/models/graph/json_builder.rb [new file with mode: 0644]
lib/gitlab/graph/commit.rb [deleted file]
lib/gitlab/graph/json_builder.rb [deleted file]