summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into '33929-allow-to-enable-perf-bar-for-a-group'Sean McGivern2017-07-0763-278/+730
|\ | | | | | | # Conflicts: # db/schema.rb
| * Merge branch ↵Kamil Trzciński2017-07-0714-8/+243
| |\ | | | | | | | | | | | | | | | | | | | | | | | | '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-0727-41/+245
| | |\
| | * | Remove update|admin_pipeline_schedule from Project, and grant it in ↵Kamil Trzcinski2017-07-074-19/+10
| | | | | | | | | | | | | | | | PipelineSchedule
| | * | merge from masterShinya Maeda2017-07-07435-2621/+2702
| | |\ \
| | * | | Remove validates :key, uniqueness due to new validator covers the casefeature/intermediate/32568-adding-variables-to-pipelines-schedulesShinya Maeda2017-07-071-2/+0
| | | | |
| | * | | Update variable rows to be full width with extra buttonEric Eastwood2017-07-064-25/+47
| | | | | | | | | | | | | | | | | | | | See https://gitlab.slack.com/archives/C5XGWBRJA/p1499355359953774
| | * | | Implement ayufan validator2Shinya Maeda2017-07-061-0/+13
| | | | |
| | * | | Implement ayufan validatorShinya Maeda2017-07-062-42/+1
| | | | |
| | * | | Revert "Implement Ci::NestedUniquenessValidator"Shinya Maeda2017-07-065-32/+45
| | | | | | | | | | | | | | | | | | | | This reverts commit 8f0a2b6d780347a5ce258ac1a6a6902ce9695ca1.
| | * | | Revert unnecesarry changesShinya Maeda2017-07-051-2/+5
| | | | |
| | * | | Update scheduled variable translation stringsEric Eastwood2017-07-052-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12372#note_34142476
| | * | | Implement Ci::NestedUniquenessValidatorShinya Maeda2017-07-055-45/+32
| | | | |
| | * | | 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-051-1/+1
| | | | |
| | * | | Implement uniqueness_of_in_memory_validatorShinya Maeda2017-07-051-0/+5
| | | | |
| | * | | Exclude schedule variables from Import/Export featureShinya Maeda2017-07-051-1/+1
| | | | |
| | * | | Fix spec. Add PipelineScheduleVariable for import_exportShinya Maeda2017-07-051-1/+1
| | | | |
| | * | | Fix specShinya Maeda2017-07-051-1/+1
| | | | |
| | * | | Fix policy by new guild lineShinya Maeda2017-07-051-8/+10
| | | | |
| | * | | Schedule pipelines with variablesEric Eastwood2017-07-051-2/+3
| | | | | | | | | | | | | | | | | | | | 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
| | | | |
| | * | | 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-052-30/+3
| | | | |
| | * | | Remove _form.html.haml changeShinya Maeda2017-07-051-32/+0
| | | | |
| | * | | zj nice catchesShinya Maeda2017-07-052-1/+5
| | | | |
| | * | | 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-052-16/+8
| | | | |
| | * | | Implement variables_attributes create/update casesShinya Maeda2017-07-053-14/+31
| | | | |
| | * | | Controller logic. Delete before modification. Halfway.Shinya Maeda2017-07-054-18/+48
| | | | |
| | * | | pipeline_schedule_variables model/dbShinya Maeda2017-07-052-8/+7
| | | | |
| | * | | Remove unncessary if-statement, thanks @zjEric Eastwood2017-07-051-3/+2
| | | | |
| | * | | Implement uniqueness_of_in_memory_validatorShinya Maeda2017-07-052-0/+42
| | | | |
| | * | | Exclude schedule variables from Import/Export featureShinya Maeda2017-07-051-1/+1
| | | | |
| | * | | Fix spec. Add PipelineScheduleVariable for import_exportShinya Maeda2017-07-051-1/+1
| | | | |
| | * | | Fix specShinya Maeda2017-07-051-1/+1
| | | | |
| | * | | Fix policy by new guild lineShinya Maeda2017-07-051-8/+10
| | | | |
| | * | | Schedule pipelines with variablesEric Eastwood2017-07-056-0/+167
| | | | | | | | | | | | | | | | | | | | 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
| | | | |
| | * | | zh nich catches 2Shinya Maeda2017-07-052-3/+7
| | | | |