summaryrefslogtreecommitdiff
path: root/app/presenters
Commit message (Expand)AuthorAgeFilesLines
* Address naming suggestionOswaldo Ferreira2018-02-071-4/+3
* Remove duplicate calls of MergeRequest#can_be_reverted?Oswaldo Ferreira2018-02-071-2/+10
* Use `resource` in Group Variables routing schemeMatija Čupić2018-02-051-2/+2
* Use `resource` in Project Variables routing schemeMatija Čupić2018-02-051-2/+2
* Update CI Variable presenters pathsMatija Čupić2018-02-052-14/+6
* Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into 'securit...Douwe Maan2018-01-161-1/+1
* Backport 'Rebase' feature from EE to CEjprovazn-rebaseJan Provaznik2018-01-051-0/+18
* Present member collection at the controller leveltmlee/gitlab-ce-28004-consider-refactoring-member-view-by-using-presenterRémy Coutable2017-12-122-6/+19
* Refactor member view by using presenterTM Lee2017-12-113-0/+70
* Merge branch 'list-multiple-clusters' into 'master'Grzegorz Bizon2017-12-061-0/+4
|\
| * Move can_toggle_cluster? from helper to presenterMatija Čupić2017-12-051-0/+4
* | Use actual head pipeline on merge request serializerFelipe Artur2017-12-051-1/+1
|/
* This worksShinya Maeda2017-10-231-2/+2
* Merge branch 'master' into feature/sm/35954-create-kubernetes-cluster-on-gke-...Shinya Maeda2017-10-071-0/+11
|\
| * Improve specs for pipeline failure reason presenterGrzegorz Bizon2017-10-051-1/+5
| * Move part of pipeline presenter to main CE fileGrzegorz Bizon2017-10-051-1/+8
* | Add ClusterPresenter. Fix Static Analysys.Shinya Maeda2017-10-061-0/+9
|/
* Reduce method calls while evaluating Projects::MergeRequestsController#show.json36876-mr-show-json-controller-perf-improvementsOswaldo Ferreira2017-10-041-1/+1
* Move trigger_variables to presenterShinya Maeda2017-09-041-0/+11
* trigger_variables should consider trigger_request existstance alwaysShinya Maeda2017-09-041-11/+0
* Remove ci_trigger_request_with_variablesShinya Maeda2017-09-041-0/+11
* 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