summaryrefslogtreecommitdiff
path: root/spec/helpers/submodule_helper_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* fixes part1 of files to start using active tensetiagonbotelho2016-08-091-14/+14
|
* Fix Error 500 when relative submodule resolves to a namespace that has a ↵Stan Hu2015-06-231-1/+1
| | | | | | different name from its path Closes #1849
* Update mock and stub syntax for specsRobert Speicher2015-06-221-13/+13
|
* Fix broken file browsing with relative submodule in personal projectsStan Hu2015-04-231-4/+11
| | | | Closes https://github.com/gitlabhq/gitlabhq/issues/7554
* Fix broken file browsing with a submodule that has a relative linkStan Hu2015-04-091-0/+35
| | | | Closes #775
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-5/+5
| | | | | | 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.
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-17/+17
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Fix failing submodule test.Marin Jankovski2014-06-031-1/+2
|
* Fix submodule_helper specsDmitriy Zaporozhets2014-02-101-34/+43
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Better submodule links.Jason Hollingsworth2014-02-051-0/+109
Detect if submodule is hosted on this GitLab server, gitlab.com or github.com. Hash links directly to commit in repo.