summaryrefslogtreecommitdiff
path: root/app/models/repository.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix specdm-fix-web-edit-new-linesDouwe Maan2017-02-241-77/+21
* We don't need these checks anymoreDouwe Maan2017-02-241-19/+0
* Address reviewDouwe Maan2017-02-241-2/+2
* Rename commit_file, commit_dir and remove_file and update specsDouwe Maan2017-02-241-8/+6
* Consistently create, update, and delete files, taking CRLF settings into accountDouwe Maan2017-02-241-100/+28
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-6/+6
* Enable Rails/DelegateDouwe Maan2017-02-231-6/+2
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-6/+6
* Enable Style/ColonMethodCallDouwe Maan2017-02-231-1/+1
* Enable Style/MutableConstantDouwe Maan2017-02-231-2/+2
* Respect autocrlf setting when creating/updating file through web UIdm-quick-fix-web-edit-new-linesDouwe Maan2017-02-131-0/+8
* Address feedbackDouwe Maan2017-02-061-14/+11
* Add feature specsDouwe Maan2017-02-061-1/+3
* Improve performance of finding last deployed environmentDouwe Maan2017-02-061-0/+2
* Add testsDouwe Maan2017-02-061-2/+2
* Add 'View on [env]' link to blobs and individual files in diffsDouwe Maan2017-02-061-0/+17
* Backport changes from EE squashSean McGivern2017-02-031-2/+2
* Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...fix-git-hooks-when-creating-fileLin Jen-Shin2017-02-021-1/+12
|\
| * Fix Error 500 when repositories contain annotated tags pointing to blobssh-fix-annotated-tags-pointing-to-blobStan Hu2017-01-261-1/+12
* | Use commit rather than branch, and rename to avoid confusionLin Jen-Shin2017-01-261-8/+8
* | Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2017-01-261-0/+5
|\ \ | |/
| * Expire related caches after changing HEADpmq20/gitlab-ce-psvr/head/cacheMinqi Pan2017-01-151-0/+5
* | Rename from base to start because base could mean merge baseLin Jen-Shin2017-01-061-39/+39
* | Rename source to base to avoid confusion from MRLin Jen-Shin2017-01-061-39/+39
* | Remove tag with git hooksLin Jen-Shin2017-01-051-8/+11
* | Introduce Repository#with_repo_branch_commitLin Jen-Shin2017-01-051-9/+16
* | Indent the way rubocop likesLin Jen-Shin2017-01-051-1/+1
* | Merge branch 'master' into fix-git-hooks-when-creating-fileLin Jen-Shin2017-01-041-2/+10
|\ \ | |/
| * Merge two methods.Hiroyuki Sato2016-12-201-7/+4
| * Rename sha to idHiroyuki Sato2016-12-201-5/+5
| * Cache last commit sha for pathHiroyuki Sato2016-12-201-2/+13
* | Also check blob path from source branchLin Jen-Shin2016-12-141-18/+39
* | Not sure why, but apparently SHA works betterLin Jen-Shin2016-12-121-2/+2
* | Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2016-12-101-1/+1
|\ \ | |/
| * Merge branch 'jej-23867-use-mr-finder-instead-of-access-check' into 'security'Douwe Maan2016-12-081-1/+1
* | Pass source_commit so that we save a few lookupsLin Jen-Shin2016-12-101-33/+18
* | Use rugged.references.delete to delete referenceLin Jen-Shin2016-12-091-3/+3
* | Introduce git_action and normalize previous_pathLin Jen-Shin2016-12-091-26/+46
* | Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2016-12-081-13/+1
|\ \ | |/
| * Remove caching of Repository#has_visible_content?remove-has-visible-content-cachingYorick Peterse2016-12-061-13/+1
* | Introduce Repository#with_tmp_ref which we needLin Jen-Shin2016-12-081-0/+15
* | Cleanup parameters, easier to understand andLin Jen-Shin2016-12-081-43/+48
* | find the commit properly and replicate gitlab_gitLin Jen-Shin2016-12-081-1/+5
* | Spaces around hash bracesLin Jen-Shin2016-12-081-9/+9
* | We need to normalize the path for all actionsLin Jen-Shin2016-12-081-4/+6
* | Use branch_name to find the branch rather than refLin Jen-Shin2016-12-081-2/+2
* | Restore the check for update in commit_fileLin Jen-Shin2016-12-081-0/+8
* | Use commit_file for commit_dirLin Jen-Shin2016-12-081-14/+24
* | Use multi_action to commit which doesn't need toLin Jen-Shin2016-12-071-63/+36
* | Not sure why rubocop prefers this but anywayLin Jen-Shin2016-12-071-2/+2