summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | Move job variables config entry to new CI configGrzegorz Bizon2016-07-183-18/+6
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Move except and only job nodes to new CI configGrzegorz Bizon2016-07-184-3/+93
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Move job image and services nodes to new CI configGrzegorz Bizon2016-07-183-13/+14
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'master' into refactor/ci-config-move-job-entriesGrzegorz Bizon2016-07-18606-6485/+15078
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (522 commits) Fix CI yaml example Align cancel and retry buttons Remove deploy to production button Fix a bug where the project's repository path was returned instead of the wiki path Don't fail to highlight when Rouge doesn't have a lexer Revert "Merge branch 'gl-dropdown-issuable-form' into 'master'" Update tests Don't fail when Ci::Pipeline doesn't have a project Don't fail when a LegacyDiffNote didn't store the right diff Update CHANGELOG Use cattr_accessor instead duplicating code on NoteOnDiff concern Fix mentioned users list on diff notes Don't ask Heather to review documentation MR's add project name and namespace to filename on project export navbar_icon was renamed to custom_icon in: use %(...) and %[...] in favor of %<...> Fix spec Don't attempt to disable statement timeout on a MySQL DB Disable statement timeout outside of transaction and during adding concurrent index Disable PostgreSQL statement timeout during migrations Add visibility icon ...
| * | | | | | | | | | | | | | | Simplify abstract class for CI config entry nodesGrzegorz Bizon2016-07-155-43/+33
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Simplify CI config and remove logical validationGrzegorz Bizon2016-07-156-37/+12
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Add metadata to new CI config and expose job nameGrzegorz Bizon2016-07-1511-69/+60
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Remove job cache configfrom legacy yaml processorGrzegorz Bizon2016-07-143-25/+8
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Remove references to global entry in new CI configGrzegorz Bizon2016-07-145-15/+5
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Revert logical validation in CI job stage entryGrzegorz Bizon2016-07-145-84/+15
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Revert references to global node in CI job entryGrzegorz Bizon2016-07-145-144/+8
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Improve CI job entry validations in new configGrzegorz Bizon2016-07-149-39/+54
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Expose CI job commands and use in legacy processorGrzegorz Bizon2016-07-135-21/+33
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Add before script and commands to CI job entryGrzegorz Bizon2016-07-132-8/+124
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Fabricate CI entry with value, set attributes laterGrzegorz Bizon2016-07-131-8/+20
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Improve CI stage configuration entry validationsGrzegorz Bizon2016-07-133-10/+12
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Do not raise when getting value of invalid CI nodeGrzegorz Bizon2016-07-122-5/+3
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Fix using `try` on delegators in CI config entriesGrzegorz Bizon2016-07-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See: https://github.com/rails/rails/commit/af53280a4b5b3323ac87dc60deb2b1b781197b2b
| * | | | | | | | | | | | | | | Simplify undefined node definition in CI configGrzegorz Bizon2016-07-128-116/+58
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Add CI config node that is unspecified null entryGrzegorz Bizon2016-07-122-0/+59
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Prevalidate CI entries recursively on processedGrzegorz Bizon2016-07-122-4/+3
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Require parent when using node factory in CI configGrzegorz Bizon2016-07-105-20/+60
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Rename CI config job script entry node to commandsGrzegorz Bizon2016-07-103-5/+9
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Remove CI job script validation from legacy configGrzegorz Bizon2016-07-101-15/+0
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Move after script CI job confg to new processorGrzegorz Bizon2016-07-103-5/+11
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Add CI job script node in new config processorGrzegorz Bizon2016-07-106-8/+92
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Add before_script node to CI job entry configGrzegorz Bizon2016-07-103-17/+49
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Extend CI job entries fabrication and validationGrzegorz Bizon2016-07-098-24/+52
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Add comment for deprecated CI config `types` entryGrzegorz Bizon2016-07-092-5/+10
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Remove CI job stage code from legacy config processorGrzegorz Bizon2016-07-091-19/+9
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Use node factory to assemble global CI config entryGrzegorz Bizon2016-07-093-17/+25
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Integrate CI job stage entry into CI configurationGrzegorz Bizon2016-07-098-25/+68
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Improve name of CI entry validation context hookGrzegorz Bizon2016-07-083-3/+3
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Add CI config known stage validation for job stageGrzegorz Bizon2016-07-082-11/+56
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Extract CI entry node validator and improve namingGrzegorz Bizon2016-07-085-25/+29
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Extract global CI config entry configuration setupGrzegorz Bizon2016-07-081-9/+12
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Extract internal attributes validator for CI entryGrzegorz Bizon2016-07-083-9/+14
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Require reference to CI config for some entriesGrzegorz Bizon2016-07-072-9/+29
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Improve creating CI config entries for jobs configGrzegorz Bizon2016-07-071-6/+10
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Simplify CI config entry node factory, use attribsGrzegorz Bizon2016-07-077-54/+37
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Add scaffold of CI config for the job stage entryGrzegorz Bizon2016-07-072-0/+68
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Add undefined CI node strategies to handle defaultsGrzegorz Bizon2016-07-071-16/+35
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Improve validation of CI config entry if compositeGrzegorz Bizon2016-07-072-12/+4
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Delegate methods to default CI entry if undefinedGrzegorz Bizon2016-07-074-20/+79
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Use only node factory to create CI config entriesGrzegorz Bizon2016-07-074-27/+37
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Simplify legacy CI config processor a littleGrzegorz Bizon2016-07-061-9/+4
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Move CI job config validations to new classesGrzegorz Bizon2016-07-066-17/+59
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Move decision about relevant jobs to new CI configGrzegorz Bizon2016-07-061-2/+0
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Add hidden job in new CI config that is irrelevantGrzegorz Bizon2016-07-067-10/+112
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Create composite job entries in new CI configGrzegorz Bizon2016-07-053-2/+33
| | | | | | | | | | | | | | | |