summaryrefslogtreecommitdiff
path: root/app/controllers/projects/refs_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable even more frozen string in app/controllersgfyoung2018-09-251-0/+2
* Properly fix an introduced N+1 SQL issue loading commit authorsNick Thomas2018-09-061-0/+3
* Extract tree summary logic out of RefsController#logs_treeNick Thomas2018-09-061-45/+20
* Deduplicate commits before rendering them in RefsController#logs_treeNick Thomas2018-09-061-14/+19
* Bulk-render commit titles in the tree view to improve performanceNick Thomas2018-09-061-1/+11
* Move leftovers from pipelines_settings_controller to settings/ci_cd_controllerTomasz Maczukin2018-04-041-1/+1
* fixed karma testmulti-file-editor-separate-commits-callPhil Hughes2017-11-061-1/+2
* fixed specsPhil Hughes2017-11-061-1/+1
* correctly updates commit data after committing changesPhil Hughes2017-11-061-2/+3
* Multi-file editor fetch log data from a different endpointPhil Hughes2017-11-061-1/+7
* Detect n+1 issues involving GitalyAndrew Newdigate2017-09-191-7/+10
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-9/+9
* Revert "Remove changes that are not absolutely necessary"Douwe Maan2017-05-241-1/+1
* Remove unused js response from refs controllerissue_27211Felipe Artur2017-01-261-6/+0
* Create PipelinesSettingsController for showing settings pageKamil Trzcinski2016-07-201-1/+1
* Move Pipelines settings under `gitlab.com/gitlab-org/gitlab-ce/pipelines/sett...Kamil Trzcinski2016-07-191-1/+1
* Update badges pathAnnabel Dunstone2016-07-191-1/+1
* Make it possible to switch ref in badges viewGrzegorz Bizon2016-04-061-0/+2
* Correctly checks if tree view is on screenPhil Hughes2016-02-231-1/+1
* Fixes issue with file view rows not clickable on project main viewfiles-view-row-clickPhil Hughes2016-02-231-3/+3
* Merge branch 'master' of github.com:gitlabhq/gitlabhqJacob Vosmaer2016-01-071-0/+2
* Fix error preventing displaying of commit data for a directory with a leading...Stan Hu2015-10-121-0/+7
* Fix commit data retrieval when branch name has single quotesStan Hu2015-07-261-0/+6
* Add ref switching support for graphsDaniel Gerhardt2015-07-061-11/+15
* Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-201-3/+3
* Render a 404 when RefsController#logs_tree gets an HTML requestRobert Speicher2015-04-061-0/+5
* Merge branch 'master' into rails-4.1.9Vinnie Okada2015-02-211-1/+1
|\
| * Move 'require_non_empty_project' filter to front so 'assign_ref_vars' doesn't...Douwe Maan2015-02-201-1/+1
* | Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-4/+6
|/
* Rubocop: Style/ElseAlignment enabledDmitriy Zaporozhets2015-02-021-4/+4
* Explicitly set before_filter for ref-related controllersDmitriy Zaporozhets2015-01-261-1/+1
* Append in place for strings and arraysCiro Santilli2015-01-011-3/+3
* remove auth duplicationValery Sizov2014-11-051-1/+0
* Factor authorize_push! and authorize_code_access!Ciro Santilli2014-10-131-1/+1
* Increase commit log amount for tree view from 10 to 25Dmitriy Zaporozhets2014-06-261-1/+1
* Load last commit for files per 10 items.Dmitriy Zaporozhets2014-06-121-3/+17
* Show last commit for Blob#showDmitriy Zaporozhets2014-02-101-1/+1
* Update code to work with gitlab_git 3Dmitriy Zaporozhets2013-10-011-1/+2
* Move projects controllers/views in Projects moduleDmitriy Zaporozhets2013-06-231-0/+43