OSDN Git Service

Implemented code search feature
authorJavier Castro <javier.alejandro.castro@gmail.com>
Sun, 14 Apr 2013 17:07:11 +0000 (14:07 -0300)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Thu, 9 May 2013 08:47:08 +0000 (11:47 +0300)
commit7f57fe5034f6fdfbdd4e29745b50e7bfa1576bf5
tree29586c1f9dd79b73b88e1797e26b432f9d18fd40
parent4353babe61a57be128bd967731e7c536c9a55ba3
Implemented code search feature
.travis.yml
Gemfile
Gemfile.lock
app/contexts/search_context.rb
app/controllers/search_controller.rb
app/models/project.rb
app/views/layouts/_search.html.haml
app/views/search/_result.html.haml
features/project/source/search_code.feature [new file with mode: 0644]
features/steps/project/project_search_code.rb [new file with mode: 0644]
lib/gitlab/blob_snippet.rb [new file with mode: 0644]