summaryrefslogtreecommitdiff
path: root/app/presenters
Commit message (Expand)AuthorAgeFilesLines
* Make commits behind text a link to the target branch commits pageClement Ho2017-07-111-0/+6
* Convert target branch link to use treeClement Ho2017-07-111-2/+2
* MR branch link now links to tree instead of commitsClement Ho2017-07-101-1/+1
* Use new project_variables_path in this MRShinya Maeda2017-07-071-2/+2
* Adopt project_variable_path instead of namespace_project_variable_path. (Reso...Shinya Maeda2017-07-071-2/+2
* Basic BE changeShinya Maeda2017-07-072-0/+50
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-16/+11
* Display issue state in issue links section of merge request widget33381-display-issue-state-in-mr-widget-issue-linksAdam Niedzielski2017-06-091-2/+14
* Merge branch '3191-deploy-keys-update' into 'master'Rémy Coutable2017-06-071-11/+3
|\
| * Implement ability to update deploy keysAlexander Randa2017-06-021-11/+3
* | Use sum instead of map + injectAdam Niedzielski2017-06-021-1/+1
* | Add Conversational Development Index page to admin panelTaurie Davis, Simon Knox and Adam Niedzielski2017-06-011-0/+144
|/
* Fix conflict resolution from corrupted upstreamfix-conflict-resolution-with-corrupt-reposSean McGivern2017-05-121-1/+5
* Merge request widget redesignFatih Acet2017-05-091-0/+168
* Merge remote-tracking branch 'origin/29667-deploy-keys' into deploy-keys-load...Jacob Schatz2017-04-271-0/+11
|\
| * Project deploy keys json end pointJarka Kadlecova2017-03-241-0/+11
* | Also track auto-cancelling in jobs, detail:Lin Jen-Shin2017-04-062-3/+5
* | Add test for presentersLin Jen-Shin2017-04-061-4/+0
* | Fix test and only show job status title if it'sLin Jen-Shin2017-04-051-0/+6
* | rename pipeline_presenterRydkin Maxim2017-04-041-1/+1
* | remove redundant `pipeline`Rydkin Maxim2017-04-041-1/+1
* | add presenter for status badgeRydkin Maxim2017-04-041-0/+13
|/
* Added delegations to comply with the new rubocop rulesJose Ivan Vargas2017-03-061-12/+3
* Added tests for the repository_controller and repository_helperJose Ivan Vargas2017-03-061-0/+4
* Introduced the deploy keys presenterGrzegorz Bizon2017-03-061-0/+65
* Don't override presentee methods for Gitlab::View::Presenter::DelegatedRémy Coutable2017-01-241-3/+3
* More improvements to presenters23563-document-presentersRémy Coutable2017-01-184-28/+19
* Fix typos and improve presenters documentationRémy Coutable2017-01-181-39/+28
* Improve presenter architectureRémy Coutable2017-01-184-20/+24
* Document presentersRémy Coutable2017-01-183-0/+185