summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | Extend specs for code we use to calculate statusesGrzegorz Bizon2017-03-062-0/+40
| | | | | | | | | | | |
| * | | | | | | | | | | Extend pipeline retry specs with blocking actionsGrzegorz Bizon2017-03-061-11/+50
| | | | | | | | | | | |
| * | | | | | | | | | | Add some basic docs about blocking manual actionsGrzegorz Bizon2017-03-061-2/+15
| | | | | | | | | | | |
| * | | | | | | | | | | Add Changelog entry for blocking manual actionsGrzegorz Bizon2017-03-061-0/+4
| | | | | | | | | | | |
| * | | | | | | | | | | Add specs for presence of build commandsGrzegorz Bizon2017-03-061-0/+38
| | | | | | | | | | | |
| * | | | | | | | | | | Add specs for new pipeline and build action eventsGrzegorz Bizon2017-03-063-1/+32
| | | | | | | | | | | |
| * | | | | | | | | | | Improve specs for calculating pipeline result statusGrzegorz Bizon2017-03-061-2/+4
| | | | | | | | | | | |
| * | | | | | | | | | | Fix invalid description in commit status specsGrzegorz Bizon2017-03-062-2/+2
| | | | | | | | | | | |
| * | | | | | | | | | | Remove unused method that describes blocking jobGrzegorz Bizon2017-03-061-4/+0
| | | | | | | | | | | |
| * | | | | | | | | | | Ignore job by default if it is a manual actionGrzegorz Bizon2017-03-066-4/+146
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it possible to maintain backwards compatibility with configs created when manual actions were non-blocking. From now manual actions are blocking if configured with `allow_failure: false`, otherwise manual actions are optional, and their status is ignored.
| * | | | | | | | | | | Add migration for manual actions with skipped statusGrzegorz Bizon2017-03-062-1/+20
| | | | | | | | | | | |
| * | | | | | | | | | | Extend specs for pipelines with manual blocking actionsGrzegorz Bizon2017-03-062-0/+63
| | | | | | | | | | | |
| * | | | | | | | | | | Fix specs for detailed statuses for manual actionsGrzegorz Bizon2017-03-063-5/+4
| | | | | | | | | | | |
| * | | | | | | | | | | Fix specs for environments with manual actionsGrzegorz Bizon2017-03-063-19/+40
| | | | | | | | | | | |
| * | | | | | | | | | | Adjust pipeline retry specs to use manual statusesGrzegorz Bizon2017-03-061-4/+4
| | | | | | | | | | | |
| * | | | | | | | | | | Always actionize build when it is a manual actionGrzegorz Bizon2017-03-062-28/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not skip manual actions even if actions are optional.
| * | | | | | | | | | | Fix Rubocop offenses in pipeline processing specsGrzegorz Bizon2017-03-061-32/+32
| | | | | | | | | | | |
| * | | | | | | | | | | Reinstitute a core `manual` status for manual actionsGrzegorz Bizon2017-03-0610-35/+35
| | | | | | | | | | | |
| * | | | | | | | | | | Add support for blocking actions to CI/CD pipelineGrzegorz Bizon2017-03-065-26/+58
| | | | | | | | | | | |
| * | | | | | | | | | | Make pipeline processing specs more consistentGrzegorz Bizon2017-03-061-278/+316
| | | | | | | | | | | |
| * | | | | | | | | | | Fix Rubocop offense in CI/CD build state machineGrzegorz Bizon2017-03-061-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Fix pipeline retry specs for optional blocking actionsGrzegorz Bizon2017-03-061-8/+7
| | | | | | | | | | | |
| * | | | | | | | | | | Introduce core status for blocked manual actionsGrzegorz Bizon2017-03-061-3/+3
| | | | | | | | | | | |
| * | | | | | | | | | | Fix specs for pipeline processing with manual actionsGrzegorz Bizon2017-03-061-6/+6
| | | | | | | | | | | |
| * | | | | | | | | | | Remove duplication in process pipeline service specsGrzegorz Bizon2017-03-061-38/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will make it easier to extend this spec file to add new test examples covering blocking manual actions.
| * | | | | | | | | | | Refactor code related to pipeline blocking actionsGrzegorz Bizon2017-03-067-30/+36
| | | | | | | | | | | |
| * | | | | | | | | | | Fix lambda operatorKamil Trzcinski2017-03-061-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Make manual actions blockingKamil Trzcinski2017-03-067-14/+48
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'rs-fix-deployments-v3-namespace' into 'master' Robert Speicher2017-03-062-29/+31
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move `api/v3/deployments` to the correct namespace See merge request !9732
| * | | | | | | | | | | | Move `api/v3/deployments` to the correct namespaceRobert Speicher2017-03-062-29/+31
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch '24998-fix-typo-gitlab-config-file' into 'master' Rémy Coutable2017-03-062-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo in Gitlab application config file Closes #24998 See merge request !9702
| * | | | | | | | | | | | | Add changelog entrymedied2017-03-051-0/+4
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Fix typo in Gitlab application config filemedied2017-03-041-1/+1
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'revert-see-if-repro-29035' into 'master' Jacob Schatz2017-03-061-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert it See merge request !9737
| * | | | | | | | | | | | | | Revert itJacob Schatz2017-03-061-1/+0
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'see-if-repro-29035' into 'master' Jacob Schatz2017-03-061-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See if repro #29035 See merge request !9736
| * | | | | | | | | | | | | | See if repro #29035Jacob Schatz2017-03-061-0/+1
|/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | | | | | | | Merge branch 'see-if-repro-revert' into 'master' Jacob Schatz2017-03-061-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove Test if worked. #29035 See merge request !9735
| * | | | | | | | | | | | | | Remove Test if worked. #29035Jacob Schatz2017-03-061-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | | | | | | | | Merge branch 'cowbellerina-22562-todos-filters' into 'master' Annabel Dunstone Gray2017-03-065-11/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Sort dropdown reflow issue Closes #22562 See merge request !9728
| * | | | | | | | | | | | | | Fix Sort dropdown reflow issueJarkko Tuunanen2017-03-065-11/+28
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make Sort dropdown behave the same as filters in narrower viewports. Adjust dropdowns to fit on the same line in worst-case scenario ("Oldest created" selected). Closes #22562 See merge request !9533
* | | | | | | | | | | | | | Merge branch 'see-if-we-can-reproduce' into 'master' Jacob Schatz2017-03-061-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Testing #29035 See merge request !9734
| * | | | | | | | | | | | | | [ci skip]Jacob Schatz2017-03-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See if we can reproduce that problem
* | | | | | | | | | | | | | | Merge branch 'backup_storage_class' into 'master' Rémy Coutable2017-03-065-1/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add storage class configuration option for Amazon S3 remote backups See merge request !9599
| * | | | | | | | | | | | | | | Add storage class configuration option for Amazon S3 remote backupsJon Keys2017-02-285-1/+11
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'remove-vendored-raphael-library' into 'master' Filipa Lacerda2017-03-0612-10207/+425
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor network graph bundle to ES module syntax See merge request !9696
| * | | | | | | | | | | | | | | remove unnecessary IIFEremove-vendored-raphael-libraryMike Greiling2017-03-051-12/+10
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | refactor Network classMike Greiling2017-03-052-18/+15
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | refactor BranchGraph classMike Greiling2017-03-054-392/+388
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | remove manually vendored raphael library in favor of node moduleMike Greiling2017-03-055-9784/+0
| | | | | | | | | | | | | | | |