Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-13Only render 404 page from /publicValery Sizov
2015-08-02Fix "Network" and "Graphs" pages for branches with encoded slashesStan Hu
Closes #1359
2015-07-01Extract the longest-matching ref from a commit path when multiple matches occurStan Hu
Closes #1839
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada
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.
2015-01-27Explicitly set before_filter for ref-related controllersDmitriy Zaporozhets
2014-02-04Improve code according to new gitlab_gitDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-10-01Fix blob and repo stuff after gitlab_git v3Dmitriy Zaporozhets
2013-10-01Update code to work with gitlab_git 3Dmitriy Zaporozhets
2013-08-21A little improvementHiroyuki Sato
1. Replace params key 'q' with 'extended_sha1'. A extended SHA1 syntax is explained in 'man gitrevisions'. 2. Change the placeholder of looking for commit. 3. Change the label of ref filter.
2013-08-21Render not found when failing to look for a commitHiroyuki Sato
2013-08-05Update main calls to gitlab_gitDmitriy Zaporozhets
2013-05-13Set @options in assing_ref_varsSato Hiroyuki
@options enable to keep params when switching ref.
2013-05-13Refactor: remove dup codeSato Hiroyuki
2013-04-26Fix Gitlab::Git::Repository#commit returns wrong commit, if commit_id is ↵Sato Hiroyuki
"tag name".
2013-04-02Gitlab::Git::Tree & Blob addedDmitriy Zaporozhets
2013-04-02store commits for MR as array of hashesDmitriy Zaporozhets
2013-04-01Project.repository should never be nil so you can call repository.exists? or ↵Dmitriy Zaporozhets
repository.empty? Also specify separate project factory for project with filled repo
2013-04-01Extend models functionality with old decorator methods. Use Repository modelDmitriy Zaporozhets
2013-03-31Fix tests and remove app/models/repository.rbDmitriy Zaporozhets
2013-03-21Fix 404 error while displaying json files.Sato Hiroyuki
It uses params[:id] instead of request.fullpath. It should fix #3132.
2013-03-06Don't set format manually, bacause set in routing.Sato Hiroyuki
2013-03-01draper raise now RuntimeError instead of NoMethodErrorDmitriy Zaporozhets
2013-02-05Fix bug when it has been switched to tag.Sato Hiroyuki
2013-01-30Switchable the main branch on network graphSato Hiroyuki
2013-01-23Remove relative_url_root from path. Fixes #2602Jun Futagawa
Files and Commits render a 404 when running with relative_url_root.
2013-01-09Merge pull request #2484 from netdata/fix_url_encodeDmitriy Zaporozhets
Fixing request.fullpath URL encoding
2013-01-09Fixed tree logs for branches with slash. Fixed remember of path when switch ↵Dmitriy Zaporozhets
branch
2013-01-04Fixing request.fullpath URL encodingWouter D'Haeseleer
Let's assume your path is = "project/tree/master/This%20Is%20valid" In this case gitlab renders a 404. To fix this we should decode the path so that it looks like "project/tree/master/This Is valid"
2013-01-03REpostiry, Team modelsDmitriy Zaporozhets
2013-01-03Improve Extract pathDmitriy Zaporozhets
2012-12-25Fix routing issues when navigating over tree, commits etcDmitriy Zaporozhets
2012-10-04ExtractsPath: Use ref_names instead of branches+tagsRobert Speicher
2012-10-04Fix bug with branches whose name contains slashValeriy Sizov
2012-09-27ExtractPaths - Only call assign_ref_vars on show actionRobert Speicher
2012-09-27Rename RefExtractor to ExtractsPathRobert Speicher
Update docs a bit