summaryrefslogtreecommitdiff
path: root/app/helpers/submodule_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-12/+17
| | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* show diff in submodulesHeadless2015-01-191-2/+2
|
* Refactor some search scopes to prevent wierd behaviour and PG::Error issuesDmitriy Zaporozhets2014-06-051-0/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* simplify link urlTimm Drevensek2014-02-281-4/+3
|
* fixed regex to match url pointing to a user repoTimm Drevensek2014-02-261-3/+3
|
* Add support for relative submodulesTimm Drevensek2014-02-251-0/+17
|
* Fix submodule_helper specsDmitriy Zaporozhets2014-02-101-3/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix submodulesDmitriy Zaporozhets2014-02-101-5/+8
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Better submodule links.Jason Hollingsworth2014-02-051-0/+42
Detect if submodule is hosted on this GitLab server, gitlab.com or github.com. Hash links directly to commit in repo.