| Commit message (Expand) | Author | Age | Files | Lines |
* | Restore get_id in ExtractsPath | winniehell | 2016-08-24 | 1 | -3/+10 |
* | Do not escape URI when extracting path (!5878) | winniehell | 2016-08-19 | 1 | -9/+3 |
* | Fix front-end for branches that happen to contain urlencoding escape characte...10772-fix-urlencoded-branchname | Elliot | 2016-08-11 | 1 | -1/+1 |
* | Only render 404 page from /publicinified_404_error | Valery Sizov | 2015-10-13 | 1 | -1/+1 |
* | Fix "Network" and "Graphs" pages for branches with encoded slashes | Stan Hu | 2015-08-02 | 1 | -1/+1 |
* | Extract the longest-matching ref from a commit path when multiple matches occur | Stan Hu | 2015-07-01 | 1 | -2/+6 |
* | Upgrade to Rails 4.1.9 | Vinnie Okada | 2015-02-14 | 1 | -1/+2 |
* | Explicitly set before_filter for ref-related controllers | Dmitriy Zaporozhets | 2015-01-26 | 1 | -8/+0 |
* | Improve code according to new gitlab_git | Dmitriy Zaporozhets | 2014-02-04 | 1 | -1/+1 |
* | Fix blob and repo stuff after gitlab_git v3 | Dmitriy Zaporozhets | 2013-10-01 | 1 | -0/+2 |
* | Update code to work with gitlab_git 3 | Dmitriy Zaporozhets | 2013-10-01 | 1 | -3/+5 |
* | A little improvement | Hiroyuki Sato | 2013-08-21 | 1 | -3/+3 |
* | Render not found when failing to look for a commit | Hiroyuki Sato | 2013-08-21 | 1 | -6/+10 |
* | Update main calls to gitlab_git | Dmitriy Zaporozhets | 2013-08-05 | 1 | -4/+0 |
* | Set @options in assing_ref_vars | Sato Hiroyuki | 2013-05-13 | 1 | -0/+5 |
* | Refactor: remove dup code | Sato Hiroyuki | 2013-05-13 | 1 | -3/+15 |
* | Fix Gitlab::Git::Repository#commit returns wrong commit, if commit_id is "tag... | Sato Hiroyuki | 2013-04-25 | 1 | -3/+1 |
* | Gitlab::Git::Tree & Blob added | Dmitriy Zaporozhets | 2013-04-02 | 1 | -1/+1 |
* | store commits for MR as array of hashes | Dmitriy Zaporozhets | 2013-04-02 | 1 | -1/+1 |
* | Project.repository should never be nil so you can call repository.exists? or ... | Dmitriy Zaporozhets | 2013-04-01 | 1 | -2/+2 |
* | Extend models functionality with old decorator methods. Use Repository model | Dmitriy Zaporozhets | 2013-03-31 | 1 | -2/+0 |
* | Fix tests and remove app/models/repository.rb | Dmitriy Zaporozhets | 2013-03-31 | 1 | -2/+2 |
* | Fix 404 error while displaying json files. | Sato Hiroyuki | 2013-03-21 | 1 | -19/+6 |
* | Don't set format manually, bacause set in routing. | Sato Hiroyuki | 2013-03-06 | 1 | -6/+0 |
* | draper raise now RuntimeError instead of NoMethodError | Dmitriy Zaporozhets | 2013-03-01 | 1 | -1/+1 |
* | Fix bug when it has been switched to tag. | Sato Hiroyuki | 2013-02-05 | 1 | -1/+4 |
* | Switchable the main branch on network graph | Sato Hiroyuki | 2013-01-30 | 1 | -1/+2 |
* | Remove relative_url_root from path. Fixes #2602 | Jun Futagawa | 2013-01-23 | 1 | -0/+2 |
* | Merge pull request #2484 from netdata/fix_url_encode | Dmitriy Zaporozhets | 2013-01-09 | 1 | -1/+1 |
|\ |
|
| * | Fixing request.fullpath URL encoding | Wouter D'Haeseleer | 2013-01-04 | 1 | -1/+1 |
* | | Fixed tree logs for branches with slash. Fixed remember of path when switch b... | Dmitriy Zaporozhets | 2013-01-09 | 1 | -1/+1 |
* | | REpostiry, Team models | Dmitriy Zaporozhets | 2013-01-03 | 1 | -3/+3 |
|/ |
|
* | Improve Extract path | Dmitriy Zaporozhets | 2013-01-02 | 1 | -2/+4 |
* | Fix routing issues when navigating over tree, commits etc | Dmitriy Zaporozhets | 2012-12-25 | 1 | -1/+11 |
* | ExtractsPath: Use ref_names instead of branches+tags | Robert Speicher | 2012-10-04 | 1 | -5/+5 |
* | Fix bug with branches whose name contains slash | Valeriy Sizov | 2012-10-04 | 1 | -7/+7 |
* | ExtractPaths - Only call assign_ref_vars on show action | Robert Speicher | 2012-09-26 | 1 | -1/+1 |
* | Rename RefExtractor to ExtractsPath | Robert Speicher | 2012-09-26 | 1 | -0/+114 |