summaryrefslogtreecommitdiff
path: root/lib/extracts_path.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-0/+2
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-10/+0
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-5/+41
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-112/+12
* Validate refs used in controllers don't have spacessh-validate-ref-name-in-commitStan Hu2019-04-141-0/+3
* Remove `options` assignment from ExtractsPathRobert Speicher2018-11-271-5/+0
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-1/+1
* Enable more frozen string in lib/**/*.rbgfyoung2018-10-061-4/+8
* Fix rubocop Style/ZeroLengthPredicateSemyon Pupkov2018-09-181-1/+1
* Fix handling of annotated tags when Gitaly is not in useStan Hu2018-07-091-0/+5
* Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-011-2/+2
* Backport changes from EELin Jen-Shin2017-12-151-1/+1
* Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-12-151-1/+5
|\
| * moved lfs_blob_ids method into ExtractsPath modulelfs-badgePhil Hughes2017-12-141-0/+5
| * moved lfs blob fetch from extractspath filePhil Hughes2017-12-141-4/+0
| * fixed project homepage not having correct variablePhil Hughes2017-12-111-0/+3
* | Move ModuleWithInstanceVariables to Gitlab namespaceLin Jen-Shin2017-11-221-6/+6
* | Use StrongMemoize and enable/disable cops properlyLin Jen-Shin2017-11-181-7/+5
* | Allow simple ivar ||= form. Update accordinglyLin Jen-Shin2017-09-191-1/+4
* | Add cop to make sure we don't use ivar in a moduleLin Jen-Shin2017-09-181-0/+1
|/
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-2/+1
* Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-011-1/+1
* Stylistic tweaksDouwe Maan2017-02-231-1/+1
* Enable Performance/RedundantMatchDouwe Maan2017-02-231-1/+1
* Remove 'extended_sha1' option from ExtractsPath moduleHiroyuki Sato2016-11-061-12/+8
* Network page appear with an error message when entering nonexistent git revisionHiroyuki Sato2016-11-061-2/+2
* 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