summaryrefslogtreecommitdiff
path: root/app/models/ci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'max_retries_when' into 'master'Grzegorz Bizon2018-11-071-4/+22
|\
| * amend method description a little bitMarkus Doits2018-11-071-6/+5
| * fix failure in case of missing optionsMarkus Doits2018-11-071-1/+1
| * one more refactor after feedbackMarkus Doits2018-11-071-13/+13
| * handle old retry format in build (possibly saved in database)Markus Doits2018-11-071-2/+13
| * refactoring after latest feedbackMarkus Doits2018-11-071-6/+2
| * refactor retry logic to define any reason and more than one reason to retryMarkus Doits2018-11-071-9/+4
| * add `retry_failure?` option and use it to decide if to retry a build failureMarkus Doits2018-11-071-3/+14
| * add an option when to retry a build (unused yet)Markus Doits2018-11-071-0/+5
| * allow retries to be a hashMarkus Doits2018-11-071-1/+2
* | Merge branch 'fix-environment-status-in-merge-request-widget' into 'master'Sean McGivern2018-11-071-0/+1
|\ \ | |/ |/|
| * Execute BuildSuccessWorker after job succeededShinya Maeda2018-11-071-0/+1
* | Merge branch '21480-parallel-job-keyword-mvc' into 'master'Grzegorz Bizon2018-11-071-1/+3
|\ \ | |/ |/|
| * Make Rubocop and Danger happyMatija Čupić2018-11-021-1/+1
| * Move parallelized node index to job optionsMatija Čupić2018-11-011-5/+1
| * Implement POC config based parallelizationMatija Čupić2018-10-311-0/+6
| * Revert Seed based parallelization implementationMatija Čupić2018-10-301-6/+0
| * Add build specsMatija Čupić2018-10-271-2/+2
| * Refactor parallelization implementationMatija Čupić2018-10-271-0/+6
* | Merge branch 'support-project-security-dashboard' into 'master'Grzegorz Bizon2018-11-061-5/+14
|\ \
| * | Backport support project security dashboard changessupport-project-security-dashboardKamil Trzciński2018-11-061-5/+14
* | | Merge branch 'stateful_deployments' into 'master'Kamil Trzciński2018-11-061-12/+27
|\ \ \
| * | | Squashed commit of the following:Shinya Maeda2018-11-061-12/+27
| |/ /
* | | Backport generic methods to CEce-fix_vuln_list_on_group_dashboardOlivier Gonzalez2018-11-051-0/+4
|/ /
* | 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
| |\ \ \