summaryrefslogtreecommitdiff
path: root/app/models/ci
Commit message (Expand)AuthorAgeFilesLines
* Squashed commit of the following:Shinya Maeda2018-11-061-12/+27
* Merge branch 'fix-codequality' into 'master'testing-review-app-passwordGrzegorz Bizon2018-11-051-1/+1
|\
| * Fix invalid artifact path for codequalityfix-codequalityKamil Trzciński2018-11-051-1/+1
* | Allow to make builds soft-archived.disallow-retry-of-old-buildsKamil Trzciński2018-11-051-3/+19
|/
* Merge branch 'scheduled-manual-jobs-environment-play-buttons' into 'master'Tim Zallmann2018-11-051-1/+5
|\
| * Merge branch 'master' into scheduled-manual-jobs-environment-play-buttonsWinnie Hellmann2018-10-221-6/+11
| |\
| * \ Merge remote-tracking branch 'gitlab.com/master' into scheduled-manual-jobs-e...Winnie Hellmann2018-10-094-4/+43
| |\ \
| * | | Add scheduled actions in deployment entityShinya Maeda2018-10-041-1/+5
* | | | Remove ci_enable_scheduled_build feature flagShinya Maeda2018-11-021-2/+1
* | | | Renaming Secret Variables in the codebaseMarcel Amirault2018-10-301-2/+2
* | | | Merge branch 'support-license-management-and-performance' into 'master'Grzegorz Bizon2018-10-231-3/+9
|\ \ \ \
| * | | | Support licenses and performancesupport-license-management-and-performanceKamil Trzciński2018-10-221-3/+9
| | |_|/ | |/| |
* | | | Merge branch '42611-removed-branch-link' into 'master'Grzegorz Bizon2018-10-231-2/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Do not raise error when checking pipeline reference42611-removed-branch-linkGrzegorz Bizon2018-10-221-0/+2
| * | | Fix pipeline reference existence check and add specsGrzegorz Bizon2018-10-221-3/+3
| * | | Creates ref_exists? method for Pipeline classFilipa Lacerda2018-10-081-0/+4
| | |/ | |/|
* | | Make all legacy security reports to use raw formatuse-raw-file-formatKamil Trzciński2018-10-161-6/+11
|/ /
* | Render log artifact files in GitLabZeger-Jan van de Weg2018-10-081-1/+1
* | Merge branch 'scheduled-manual-jobs' into 'master'Kamil Trzciński2018-10-053-4/+53
|\ \
| * \ Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-051-0/+28
| |\ \
| * \ \ Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-051-0/+4
| |\ \ \
| * | | | Make Ci::Stage status transition event consistent with Ci::PipelineShinya Maeda2018-10-041-2/+2
| * | | | Enable ci_enable_scheduled_build feature flag by defaultShinya Maeda2018-10-041-1/+1
| | |_|/ | |/| |
| * | | Rename event :schedule to event :delay in Ci::Pipeline to avoid conflicts wit...Shinya Maeda2018-10-041-2/+2
| * | | Revert "Avoid conflicts between enumlator's schedule! method and state machin...Shinya Maeda2018-10-041-1/+1
| * | | Avoid conflicts between enumlator's schedule! method and state machine's sche...Shinya Maeda2018-10-041-1/+1
| * | | Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-032-1/+11
| |\ \ \
| * | | | Add scheduled_actions as an explicit group of actionsShinya Maeda2018-10-022-1/+3
| * | | | Include delayed jobs action into manual actionsShinya Maeda2018-10-021-1/+1
| * | | | Add Spec for ProcessPipelineServiceShinya Maeda2018-10-021-1/+1
| * | | | Add unit tests for Ci::Build. Fix validation on state transitionShinya Maeda2018-10-021-5/+3
| * | | | Add feature flag to schedulable? methodShinya Maeda2018-10-021-1/+2
| * | | | Introduce ProceedBuildServiceShinya Maeda2018-10-021-2/+2
| * | | | Introduce enqueue_scheduled eventShinya Maeda2018-10-022-40/+18
| * | | | Update pipelines and stages status as wellShinya Maeda2018-10-023-2/+12
| * | | | Add a new status to ci_builds.statusShinya Maeda2018-10-022-23/+29
| * | | | Ensure that execute_in of a build schedule is not negativeWinnie Hellmann2018-10-021-1/+1
| * | | | Make schedule and unschedule consistentShinya Maeda2018-10-021-5/+5
| * | | | Rename delayed to scheduledShinya Maeda2018-10-021-8/+15
| * | | | Support new syntaxShinya Maeda2018-10-021-7/+8
| * | | | Squashed commit of the following:Shinya Maeda2018-10-022-0/+46
* | | | | Merge branch '46050_add_new_ci_predefined_variables_for_gitlab_version' into ...Douglas Barbosa Alexandre2018-10-051-0/+7
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Add variables to CI jobs for GitLab version componentsGilbert Roulot2018-10-051-0/+7
| | |/ / | |/| |
* | | | Merge branch 'master' into 'feature/gb/pipeline-only-except-with-modified-paths'feature/gb/pipeline-only-except-with-modified-pathsKamil Trzciński2018-10-044-1/+19
|\ \ \ \ | | |_|/ | |/| |
| * | | Add pipeline.default_branch? mehodOlivier Gonzalez2018-10-041-0/+4
| |/ /
| * | CE Resolve "Refactor code quality similar to JUnit tests"Matija Čupić2018-10-022-1/+11
| |/
| * Add variables on pipeline webhookPierre Tardy2018-10-011-0/+4
* | Few minor fixed in code and docs for only: changesGrzegorz Bizon2018-10-031-1/+1
* | Expose paths modified by a push from a pipeline classGrzegorz Bizon2018-10-021-0/+28
|/
* Extend reports to support security featuresOlivier Gonzalez2018-09-272-27/+74