summaryrefslogtreecommitdiff
path: root/lib/extracts_path.rb
Commit message (Expand)AuthorAgeFilesLines
* Improve ExtractsPath logic related to atom formatdz-fix-extract-pathDmitriy Zaporozhets2016-10-151-8/+9
* Allow browsing branches that end with '.atom'Sean McGivern2016-10-111-2/+31
* Restore get_id in ExtractsPathwinniehell2016-08-241-3/+10
* Do not escape URI when extracting path (!5878)winniehell2016-08-191-9/+3
* Fix front-end for branches that happen to contain urlencoding escape characte...10772-fix-urlencoded-branchnameElliot2016-08-111-1/+1
* Only render 404 page from /publicinified_404_errorValery Sizov2015-10-131-1/+1
* Fix "Network" and "Graphs" pages for branches with encoded slashesStan Hu2015-08-021-1/+1
* Extract the longest-matching ref from a commit path when multiple matches occurStan Hu2015-07-011-2/+6
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-1/+2
* Explicitly set before_filter for ref-related controllersDmitriy Zaporozhets2015-01-261-8/+0
* Improve code according to new gitlab_gitDmitriy Zaporozhets2014-02-041-1/+1
* Fix blob and repo stuff after gitlab_git v3Dmitriy Zaporozhets2013-10-011-0/+2
* Update code to work with gitlab_git 3Dmitriy Zaporozhets2013-10-011-3/+5
* A little improvementHiroyuki Sato2013-08-211-3/+3
* Render not found when failing to look for a commitHiroyuki Sato2013-08-211-6/+10
* Update main calls to gitlab_gitDmitriy Zaporozhets2013-08-051-4/+0
* Set @options in assing_ref_varsSato Hiroyuki2013-05-131-0/+5
* Refactor: remove dup codeSato Hiroyuki2013-05-131-3/+15
* Fix Gitlab::Git::Repository#commit returns wrong commit, if commit_id is "tag...Sato Hiroyuki2013-04-251-3/+1
* Gitlab::Git::Tree & Blob addedDmitriy Zaporozhets2013-04-021-1/+1
* store commits for MR as array of hashesDmitriy Zaporozhets2013-04-021-1/+1
* Project.repository should never be nil so you can call repository.exists? or ...Dmitriy Zaporozhets2013-04-011-2/+2
* Extend models functionality with old decorator methods. Use Repository modelDmitriy Zaporozhets2013-03-311-2/+0
* Fix tests and remove app/models/repository.rbDmitriy Zaporozhets2013-03-311-2/+2
* Fix 404 error while displaying json files.Sato Hiroyuki2013-03-211-19/+6
* Don't set format manually, bacause set in routing.Sato Hiroyuki2013-03-061-6/+0
* draper raise now RuntimeError instead of NoMethodErrorDmitriy Zaporozhets2013-03-011-1/+1
* Fix bug when it has been switched to tag.Sato Hiroyuki2013-02-051-1/+4
* Switchable the main branch on network graphSato Hiroyuki2013-01-301-1/+2
* Remove relative_url_root from path. Fixes #2602Jun Futagawa2013-01-231-0/+2
* Merge pull request #2484 from netdata/fix_url_encodeDmitriy Zaporozhets2013-01-091-1/+1
|\
| * Fixing request.fullpath URL encodingWouter D'Haeseleer2013-01-041-1/+1
* | Fixed tree logs for branches with slash. Fixed remember of path when switch b...Dmitriy Zaporozhets2013-01-091-1/+1
* | REpostiry, Team modelsDmitriy Zaporozhets2013-01-031-3/+3
|/
* Improve Extract pathDmitriy Zaporozhets2013-01-021-2/+4
* Fix routing issues when navigating over tree, commits etcDmitriy Zaporozhets2012-12-251-1/+11
* ExtractsPath: Use ref_names instead of branches+tagsRobert Speicher2012-10-041-5/+5
* Fix bug with branches whose name contains slashValeriy Sizov2012-10-041-7/+7
* ExtractPaths - Only call assign_ref_vars on show actionRobert Speicher2012-09-261-1/+1
* Rename RefExtractor to ExtractsPathRobert Speicher2012-09-261-0/+114