summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove validates :key, uniqueness due to new validator covers the casefeature/intermediate/32568-adding-variables-to-pipelines-schedulesShinya Maeda2017-07-072-36/+64
|
* Update variable rows to be full width with extra buttonEric Eastwood2017-07-064-25/+47
| | | | See https://gitlab.slack.com/archives/C5XGWBRJA/p1499355359953774
* Improve test on spec/models/ci/pipeline_schedule_spec.rbShinya Maeda2017-07-061-1/+1
|
* Revert unnecesary changes in doc/ci/variables/README.mdShinya Maeda2017-07-061-1/+1
|
* Reduce less meaningful test suits from pipeline_schedules_controller_spec.rbShinya Maeda2017-07-061-108/+0
|
* Implement ayufan validator2Shinya Maeda2017-07-061-0/+13
|
* Implement ayufan validatorShinya Maeda2017-07-063-44/+3
|
* Improve spec: use go instead of put :updateShinya Maeda2017-07-061-2/+1
|
* Revert "Implement Ci::NestedUniquenessValidator"Shinya Maeda2017-07-067-59/+47
| | | | This reverts commit 8f0a2b6d780347a5ce258ac1a6a6902ce9695ca1.
* Add translation string generated .potEric Eastwood2017-07-052-2/+26
|
* Revert unnecesarry changesShinya Maeda2017-07-053-10/+17
|
* Update scheduled variable translation stringsEric Eastwood2017-07-053-4/+16
| | | | | See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12372#note_34142476
* Implement Ci::NestedUniquenessValidatorShinya Maeda2017-07-057-47/+59
|
* Use each loop because index is no longer usedEric Eastwood2017-07-051-3/+2
| | | | | See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12372#note_34120330
* zj nice catchies 3Shinya Maeda2017-07-055-28/+34
|
* Improve specShinya Maeda2017-07-053-11/+11
|
* Fix specShinya Maeda2017-07-053-1/+6
|
* Implement uniqueness_of_in_memory_validatorShinya Maeda2017-07-052-37/+35
|
* Fix spec/lib/gitlab/import_export/all_models.ymlShinya Maeda2017-07-051-1/+1
|
* Exclude schedule variables from Import/Export featureShinya Maeda2017-07-052-3/+2
|
* Fix spec. Add PipelineScheduleVariable for import_exportShinya Maeda2017-07-055-5/+8
|
* Fix specShinya Maeda2017-07-052-2/+2
|
* Improved AccessMatchers and testsShinya Maeda2017-07-051-3/+3
|
* Fix policy by new guild lineShinya Maeda2017-07-053-135/+111
|
* Fix feature testsShinya Maeda2017-07-051-80/+21
|
* Add docs for scheduled pipeline variablesEric Eastwood2017-07-051-2/+2
| | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/32568
* Schedule pipelines with variablesEric Eastwood2017-07-052-2/+63
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32568
* Revert extra validation for duplication between same keys on a submitShinya Maeda2017-07-051-28/+2
|
* Remove _form.html.haml changeShinya Maeda2017-07-051-32/+0
|
* Implement variables_attributes create/update casesShinya Maeda2017-07-051-2/+28
|
* Controller logic. Delete before modification. Halfway.Shinya Maeda2017-07-051-0/+32
|
* Fix StaticAnlysysShinya Maeda2017-07-052-109/+59
|
* zh nich catches 2Shinya Maeda2017-07-052-3/+7
|
* revert trigger_request.user_variablesShinya Maeda2017-07-051-1/+1
|
* Revert extra validation for duplication between same keys on a submitShinya Maeda2017-07-053-59/+34
|
* Remove _form.html.haml changeShinya Maeda2017-07-051-32/+0
|
* zj nice catchesShinya Maeda2017-07-055-15/+12
|
* Remove dependent => :destroyShinya Maeda2017-07-051-1/+1
|
* Define authorize_update_pipeline_schedule and apply to :edit, ↵Shinya Maeda2017-07-051-4/+6
| | | | :take_ownership, :update
* Improve PipelineSchedulePolicyShinya Maeda2017-07-051-3/+7
|
* Eliminate condition cases in ci/build.rbShinya Maeda2017-07-051-5/+2
|
* Add functionality and security.Shinya Maeda2017-07-053-239/+312
|
* Implement variables_attributes create/update casesShinya Maeda2017-07-054-298/+315
|
* Controller logic. Delete before modification. Halfway.Shinya Maeda2017-07-054-18/+48
|
* pipeline_schedule_variables model/dbShinya Maeda2017-07-055-30/+24
|
* Remove unncessary if-statement, thanks @zjEric Eastwood2017-07-051-3/+2
|
* Improve specShinya Maeda2017-07-053-11/+11
|
* Fix specShinya Maeda2017-07-053-1/+6
|
* Implement uniqueness_of_in_memory_validatorShinya Maeda2017-07-053-37/+72
|
* Fix spec/lib/gitlab/import_export/all_models.ymlShinya Maeda2017-07-051-1/+1
|