summaryrefslogtreecommitdiff
path: root/spec/controllers
Commit message (Collapse)AuthorAgeFilesLines
* Support multiple Redis instances based on queue typePaul Charlton2017-07-113-3/+31
|
* Merge branch ↵Kamil Trzciński2017-07-071-36/+294
|\ | | | | | | | | | | | | | | | | 'feature/intermediate/32568-adding-variables-to-pipelines-schedules' into 'master' Add variables to pipelines schedules Closes #32568 See merge request !12372
| * Merge from master(Fix conflicts)Shinya Maeda2017-07-073-3/+78
| |\
| * \ merge from masterShinya Maeda2017-07-0719-65/+55
| |\ \
| * | | Remove validates :key, uniqueness due to new validator covers the casefeature/intermediate/32568-adding-variables-to-pipelines-schedulesShinya Maeda2017-07-071-34/+64
| | | |
| * | | Reduce less meaningful test suits from pipeline_schedules_controller_spec.rbShinya Maeda2017-07-061-108/+0
| | | |
| * | | Implement ayufan validatorShinya Maeda2017-07-061-2/+2
| | | |
| * | | Improve spec: use go instead of put :updateShinya Maeda2017-07-061-2/+1
| | | |
| * | | Revert "Implement Ci::NestedUniquenessValidator"Shinya Maeda2017-07-061-16/+2
| | | | | | | | | | | | | | | | This reverts commit 8f0a2b6d780347a5ce258ac1a6a6902ce9695ca1.
| * | | Implement Ci::NestedUniquenessValidatorShinya Maeda2017-07-051-2/+16
| | | |
| * | | zj nice catchies 3Shinya Maeda2017-07-051-25/+25
| | | |
| * | | Improve specShinya Maeda2017-07-051-10/+9
| | | |
| * | | Implement uniqueness_of_in_memory_validatorShinya Maeda2017-07-051-37/+30
| | | |
| * | | Improved AccessMatchers and testsShinya Maeda2017-07-051-3/+3
| | | |
| * | | Fix policy by new guild lineShinya Maeda2017-07-051-106/+81
| | | |
| * | | Fix StaticAnlysysShinya Maeda2017-07-051-108/+58
| | | |
| * | | Revert extra validation for duplication between same keys on a submitShinya Maeda2017-07-051-29/+31
| | | |
| * | | Add functionality and security.Shinya Maeda2017-07-051-223/+304
| | | |
| * | | Implement variables_attributes create/update casesShinya Maeda2017-07-051-284/+284
| | | |
| * | | Improve specShinya Maeda2017-07-051-10/+9
| | | |
| * | | Implement uniqueness_of_in_memory_validatorShinya Maeda2017-07-051-37/+30
| | | |
| * | | Improved AccessMatchers and testsShinya Maeda2017-07-051-3/+3
| | | |
| * | | Fix policy by new guild lineShinya Maeda2017-07-051-106/+81
| | | |
| * | | Fix StaticAnlysysShinya Maeda2017-07-051-108/+58
| | | |
| * | | Revert extra validation for duplication between same keys on a submitShinya Maeda2017-07-051-29/+31
| | | |
| * | | Add functionality and security.Shinya Maeda2017-07-051-223/+304
| | | |
| * | | Implement variables_attributes create/update casesShinya Maeda2017-07-051-8/+345
| | | |
* | | | Merge branch '34590-fix-dashboard-labels-dropdown' into 'master'Sean McGivern2017-07-071-0/+25
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix dashboard labels dropdown Closes #34590 See merge request !12708
| * | | | Fix dashboard labels dropdownNick Thomas2017-07-071-0/+25
| | |/ / | |/| |
* | | | Native group milestonesFelipe Artur2017-07-072-17/+135
| | | |
* | | | Resolve "Inconsistent location of members page between groups and projects"Tim Zallmann2017-07-073-25/+10
| |_|/ |/| |
* | | gb nice catchesShinya Maeda2017-07-072-2/+2
| | |
* | | Basic BE changeShinya Maeda2017-07-073-2/+77
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Re-enable polling for environmentsenable-polling-envFilipa Lacerda2017-07-061-4/+2
| |
* | Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-0519-61/+53
|/
* Merge branch '34116-milestone-filtering-on-group-issues' into 'master'Sean McGivern2017-07-031-0/+15
|\ | | | | | | | | | | | | Use correct milestones for filtering on Group Issues Closes #34116 See merge request !12374
| * Add tests for Groups::MilestonesController#indexTakuya Noguchi2017-06-261-0/+15
| |
* | Merge branch 'hb-fix-abuse-report-on-stale-user-profile' into 'master'Douwe Maan2017-06-291-0/+25
|\ \ | | | | | | | | | | | | | | | | | | Fix errors caused by attempts to report already blocked or deleted users Closes #8928 See merge request !12502
| * | Fix errors caused by attempts to report already blocked or deleted usersHoracio Bertorello2017-06-281-0/+25
| | |
* | | Merge branch ↵Douwe Maan2017-06-291-0/+53
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '33082-use-update_pipeline_schedule-for-edit-and-take_ownership-in-pipelineschedulescontroller' into 'master' Use authorize_update_pipeline_schedule in PipelineSchedulesController Closes #33082 See merge request !11846
| * | | Fix saShinya Maeda2017-06-281-3/+1
| | | |
| * | | use go instead of let procShinya Maeda2017-06-281-45/+39
| | | |
| * | | Fixed typo and hash alighmentShinya Maeda2017-06-281-1/+3
| | | |
| * | | Fix static analysisShinya Maeda2017-06-281-1/+1
| | | |
| * | | IMprove access_matchersShinya Maeda2017-06-281-1/+2
| | | |
| * | | Fix static analysysShinya Maeda2017-06-281-3/+3
| | | |
| * | | Add changelog. Add AccessMatchersForControllerShinya Maeda2017-06-281-0/+58
| |/ /
* | | Split up MergeRequestsControllerdm-merge-request-creations-controllerDouwe Maan2017-06-285-598/+599
|/ /
* | update preferences controllerJames Lopez2017-06-231-2/+3
|/
* Merge remote-tracking branch 'upstream/master' into ↵28717-additional-metrics-review-branchPawel Chojnacki2017-06-2219-190/+193
|\ | | | | | | 28717-additional-metrics-review-branch