Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | Extend specs for code we use to calculate statuses | Grzegorz Bizon | 2017-03-06 | 2 | -0/+40 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Extend pipeline retry specs with blocking actions | Grzegorz Bizon | 2017-03-06 | 1 | -11/+50 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Add some basic docs about blocking manual actions | Grzegorz Bizon | 2017-03-06 | 1 | -2/+15 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Add Changelog entry for blocking manual actions | Grzegorz Bizon | 2017-03-06 | 1 | -0/+4 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Add specs for presence of build commands | Grzegorz Bizon | 2017-03-06 | 1 | -0/+38 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Add specs for new pipeline and build action events | Grzegorz Bizon | 2017-03-06 | 3 | -1/+32 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Improve specs for calculating pipeline result status | Grzegorz Bizon | 2017-03-06 | 1 | -2/+4 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Fix invalid description in commit status specs | Grzegorz Bizon | 2017-03-06 | 2 | -2/+2 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Remove unused method that describes blocking job | Grzegorz Bizon | 2017-03-06 | 1 | -4/+0 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Ignore job by default if it is a manual action | Grzegorz Bizon | 2017-03-06 | 6 | -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 status | Grzegorz Bizon | 2017-03-06 | 2 | -1/+20 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Extend specs for pipelines with manual blocking actions | Grzegorz Bizon | 2017-03-06 | 2 | -0/+63 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Fix specs for detailed statuses for manual actions | Grzegorz Bizon | 2017-03-06 | 3 | -5/+4 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Fix specs for environments with manual actions | Grzegorz Bizon | 2017-03-06 | 3 | -19/+40 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Adjust pipeline retry specs to use manual statuses | Grzegorz Bizon | 2017-03-06 | 1 | -4/+4 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Always actionize build when it is a manual action | Grzegorz Bizon | 2017-03-06 | 2 | -28/+51 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not skip manual actions even if actions are optional. | |||||
| * | | | | | | | | | | | Fix Rubocop offenses in pipeline processing specs | Grzegorz Bizon | 2017-03-06 | 1 | -32/+32 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Reinstitute a core `manual` status for manual actions | Grzegorz Bizon | 2017-03-06 | 10 | -35/+35 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Add support for blocking actions to CI/CD pipeline | Grzegorz Bizon | 2017-03-06 | 5 | -26/+58 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Make pipeline processing specs more consistent | Grzegorz Bizon | 2017-03-06 | 1 | -278/+316 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Fix Rubocop offense in CI/CD build state machine | Grzegorz Bizon | 2017-03-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Fix pipeline retry specs for optional blocking actions | Grzegorz Bizon | 2017-03-06 | 1 | -8/+7 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Introduce core status for blocked manual actions | Grzegorz Bizon | 2017-03-06 | 1 | -3/+3 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Fix specs for pipeline processing with manual actions | Grzegorz Bizon | 2017-03-06 | 1 | -6/+6 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Remove duplication in process pipeline service specs | Grzegorz Bizon | 2017-03-06 | 1 | -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 actions | Grzegorz Bizon | 2017-03-06 | 7 | -30/+36 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Fix lambda operator | Kamil Trzcinski | 2017-03-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Make manual actions blocking | Kamil Trzcinski | 2017-03-06 | 7 | -14/+48 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'rs-fix-deployments-v3-namespace' into 'master' | Robert Speicher | 2017-03-06 | 2 | -29/+31 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move `api/v3/deployments` to the correct namespace See merge request !9732 | |||||
| * | | | | | | | | | | | | Move `api/v3/deployments` to the correct namespace | Robert Speicher | 2017-03-06 | 2 | -29/+31 | |
| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch '24998-fix-typo-gitlab-config-file' into 'master' | Rémy Coutable | 2017-03-06 | 2 | -1/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo in Gitlab application config file Closes #24998 See merge request !9702 | |||||
| * | | | | | | | | | | | | | Add changelog entry | medied | 2017-03-05 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Fix typo in Gitlab application config file | medied | 2017-03-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge branch 'revert-see-if-repro-29035' into 'master' | Jacob Schatz | 2017-03-06 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert it See merge request !9737 | |||||
| * | | | | | | | | | | | | | | Revert it | Jacob Schatz | 2017-03-06 | 1 | -1/+0 | |
|/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge branch 'see-if-repro-29035' into 'master' | Jacob Schatz | 2017-03-06 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See if repro #29035 See merge request !9736 | |||||
| * | | | | | | | | | | | | | | See if repro #29035 | Jacob Schatz | 2017-03-06 | 1 | -0/+1 | |
|/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] | |||||
* | | | | | | | | | | | | | | Merge branch 'see-if-repro-revert' into 'master' | Jacob Schatz | 2017-03-06 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove Test if worked. #29035 See merge request !9735 | |||||
| * | | | | | | | | | | | | | | Remove Test if worked. #29035 | Jacob Schatz | 2017-03-06 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] | |||||
* | | | | | | | | | | | | | | | Merge branch 'cowbellerina-22562-todos-filters' into 'master' | Annabel Dunstone Gray | 2017-03-06 | 5 | -11/+28 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Sort dropdown reflow issue Closes #22562 See merge request !9728 | |||||
| * | | | | | | | | | | | | | | Fix Sort dropdown reflow issue | Jarkko Tuunanen | 2017-03-06 | 5 | -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 Schatz | 2017-03-06 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Testing #29035 See merge request !9734 | |||||
| * | | | | | | | | | | | | | | [ci skip] | Jacob Schatz | 2017-03-06 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See if we can reproduce that problem | |||||
* | | | | | | | | | | | | | | | Merge branch 'backup_storage_class' into 'master' | Rémy Coutable | 2017-03-06 | 5 | -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 backups | Jon Keys | 2017-02-28 | 5 | -1/+11 | |
| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge branch 'remove-vendored-raphael-library' into 'master' | Filipa Lacerda | 2017-03-06 | 12 | -10207/+425 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor network graph bundle to ES module syntax See merge request !9696 | |||||
| * | | | | | | | | | | | | | | | remove unnecessary IIFEremove-vendored-raphael-library | Mike Greiling | 2017-03-05 | 1 | -12/+10 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | refactor Network class | Mike Greiling | 2017-03-05 | 2 | -18/+15 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | refactor BranchGraph class | Mike Greiling | 2017-03-05 | 4 | -392/+388 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | remove manually vendored raphael library in favor of node module | Mike Greiling | 2017-03-05 | 5 | -9784/+0 | |
| | | | | | | | | | | | | | | | |