summaryrefslogtreecommitdiff
path: root/spec/controllers/projects
Commit message (Collapse)AuthorAgeFilesLines
* 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-071-3/+2
| |\
| * \ merge from masterShinya Maeda2017-07-0716-61/+51
| |\ \
| * | | 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
| | | |
* | | | Native group milestonesFelipe Artur2017-07-071-0/+34
| | | |
* | | | Resolve "Inconsistent location of members page between groups and projects"Tim Zallmann2017-07-073-25/+10
| |_|/ |/| |
* | | gb nice catchesShinya Maeda2017-07-071-1/+1
| | |
* | | Basic BE changeShinya Maeda2017-07-071-2/+1
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-0516-57/+49
|/
* 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
|/
* Merge remote-tracking branch 'upstream/master' into ↵28717-additional-metrics-review-branchPawel Chojnacki2017-06-2211-70/+72
|\ | | | | | | 28717-additional-metrics-review-branch
| * Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-2111-67/+67
| |
| * Disable environment list polling as it breaks deployboardKamil Trzcinski2017-06-211-2/+4
| |
| * Rename "Slash commands" to "Quick actions"Eric Eastwood2017-06-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand`
* | Make queries not die when underlying data cannot be foundPawel Chojnacki2017-06-201-2/+2
| |
* | Move Prometheus service to project modelPawel Chojnacki2017-06-162-2/+2
| |
* | Merge remote-tracking branch 'upstream/master' into ↵Pawel Chojnacki2017-06-1614-167/+285
|\ \ | |/ | | | | 28717-additional-metrics-review-branch
| * Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-149-54/+166
| |
| * Merge remote-tracking branch 'upstream/master' into 33149-rename-more-buildsLin Jen-Shin2017-06-141-7/+30
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (34 commits) Revert "Merge branch 'karma-headless-chrome' into 'master'" Make small pipeline schedules UI enhancements. Remove js classes from vue component that are not needed in vue component Update tests and application Adds "Pipeline" to job's sidebar Change border color of job's scroll controllers to $border-color Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_timezone' Added Tectonic to the page. Always check read_issue permissions when loading issue Handle legacy jobs without name Do not expose internal artifacts hash in build entity Use wait_for_requests instead of sleep 0.3 Limit wiki container width Fix migrations testing support RSpec hooks order Rename BuildEntity to JobEntity Fix support for external_url for commit statuses Allow to access pipelines even if they are disabled, but only present jobs and commit statuses without giving ability to access them add CHANGELOG.md entry for !12036 remove phantomjs-specific test hacks update karma job to use chrome build image created by gitlab-build-images!41 ...