summaryrefslogtreecommitdiff
path: root/app/presenters
Commit message (Collapse)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. ↵Shinya Maeda2017-07-071-2/+2
| | | | (Resolve confilct from master)
* Basic BE changeShinya Maeda2017-07-072-0/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix static-snalysis Move the precedence of group secure variable before project secure variable. Allow project_id to be null. Separate Ci::VariableProject and Ci::VariableGroup Add the forgotton files Add migration file to update type of ci_variables Fix form_for fpr VariableProject Fix test Change the table structure according to the yorik advice Add necessary migration files. Remove unnecessary migration spec. Revert safe_model_attributes.yml Fix models Fix spec Avoid self.variable. Use becomes for correct routing. Use unique index on group_id and key Add null: false for t.timestamps Fix schema version Rename VariableProject and VariableGroup to ProjectVariable and GroupVariable Rename the rest of them Add the rest of files Basic BE change Fix static-snalysis Move the precedence of group secure variable before project secure variable. Allow project_id to be null. Separate Ci::VariableProject and Ci::VariableGroup Add the forgotton files Add migration file to update type of ci_variables Fix form_for fpr VariableProject Fix test Change the table structure according to the yorik advice Add necessary migration files. Remove unnecessary migration spec. Revert safe_model_attributes.yml Fix models Fix spec Avoid self.variable. Use becomes for correct routing. Use unique index on group_id and key Add null: false for t.timestamps Fix schema version Rename VariableProject and VariableGroup to ProjectVariable and GroupVariable Rename the rest of them Add the rest of files Implement CURD Rename codes related to VariableGroup and VariableProject FE part Remove unneccesary changes Make Fe code up-to-date Add protected flag to migration file Protected group variables essential package Update schema Improve doc Fix logic and spec for models Fix logic and spec for controllers Fix logic and spec for views(pre feature) Add feature spec Fixed bugs. placeholder. reveal button. doc. Add changelog Remove unnecessary comment godfat nice catches Improve secret_variables_for arctecture Fix spec Fix StaticAnlysys & path_regex spec Revert "Improve secret_variables_for arctecture" This reverts commit c3216ca212322ecf6ca534cb12ce75811a4e77f1. Use ayufan suggestion for secret_variables_for Use find instead of find_by Fix spec message for variable is invalid Fix spec remove variable.group_id = group.id godffat spec nitpicks Use include Gitlab::Routing.url_helpers for presenter spec
* 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 keys Closes #3191 See merge request !10383
| * 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
| | | | | | | | | | | | | | | | | I don't know why this happens exactly, but given an upstream and fork repository from a customer, both of which required GC, resolving conflicts would corrupt the fork so badly that it couldn't be cloned. This isn't a perfect fix for that case, because the MR may still need to be merged manually, but it does ensure that the repository is at least usable. My best guess is that when we generate the index for the conflict resolution (which we previously did in the target project), we obtain a reference to an OID that doesn't exist in the source, even though we already fetch the refs from the target into the source. Explicitly setting the source project as the place to get the merge index from seems to prevent repository corruption in this way.
* Merge request widget redesignFatih Acet2017-05-091-0/+168
|
* Merge remote-tracking branch 'origin/29667-deploy-keys' into ↵Jacob Schatz2017-04-271-0/+11
|\ | | | | | | deploy-keys-load-async
| * 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
| | | | | | | | | | | | | | | | Not only tracking auto-cancelling in pipelines, we'll also track this in jobs because pipelines could be retried and the information would get lost when this happened. Also erase auto-cancelling relation for pipelines when they're retried.
* | 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
| | | | | | | | cancelled and the pipeline is auto-cancelled.
* | 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
| | | | | Also fixed the deploy_keys view and moved the code from the repository_helper to the repository_controller
* Added tests for the repository_controller and repository_helperJose Ivan Vargas2017-03-061-0/+4
| | | | | | | | Added specs for the deploy_keys_presenter and added a new method in the presenter called #key_available? Fixed some minor UX inconsistencies and added a concern to handle redirection
* 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
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* More improvements to presenters23563-document-presentersRémy Coutable2017-01-184-28/+19
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix typos and improve presenters documentationRémy Coutable2017-01-181-39/+28
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Improve presenter architectureRémy Coutable2017-01-184-20/+24
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Document presentersRémy Coutable2017-01-183-0/+185
Signed-off-by: Rémy Coutable <remy@rymai.me>