summaryrefslogtreecommitdiffstats
path: root/jenkins_jobs/local_yaml.py
Commit message (Expand)AuthorAgeFilesLines
* Allow use of jinja templates in defaultsJames Harris2019-11-051-7/+21
* Auto-generated output from python-blackThanh Ha2019-09-091-63/+85
* Revert "Add support for rendering jinja template as yaml"Daniel Watkins2019-07-291-19/+0
* Add support for rendering jinja template as yamlPhilip Roche2019-07-121-0/+19
* Fix loader overwritingIvan Remizov2019-03-121-0/+5
* upgrade hacking moduleSorin Sbarnea2018-06-191-1/+1
* Add retain_anchors config option.Vicky Chijwani2018-05-311-2/+3
* Add helper tag to join arbitrary lists into stringsDarragh Bailey2018-04-121-0/+65
* Add support for {% include %} in Jinja2 templatesDaniel Watkins2018-02-231-3/+6
* Add !j2 directive to allow inline Jinja2 templatesDaniel Watkins2018-02-211-0/+17
* Merge "Revert "Move macro expansion into YamlParser.""Zuul2018-01-051-31/+3
|\
| * Revert "Move macro expansion into YamlParser."Thanh Ha2018-01-011-31/+3
* | Change file inclusion level from info to debugSorin Sbarnea2018-01-011-1/+1
|/
* Move macro expansion into YamlParser.Wayne Warren2017-08-241-3/+31
* Add !include-jinja2 for rendering templates with Jinja2Daniel Watkins2017-08-091-5/+45
* Fix !include parsing with variableAleksandr Charykov2017-04-201-2/+4
* Add note regarding a bug with !include-raw-escapeThanh Ha2017-03-161-0/+9
* Removed some deprecation warnings and enabled py35 on tox.Sorin Sbarnea2017-03-121-4/+4
* Merge "Improve logger output for expanding templates"Jenkins2016-11-101-1/+28
|\
| * Improve logger output for expanding templatesDarragh Bailey2016-09-141-1/+28
* | Merge "Support lazy resolving of include yaml tags"Jenkins2016-11-021-7/+92
|\ \ | |/ |/|
| * Support lazy resolving of include yaml tagsDarragh Bailey2016-08-151-7/+92
* | Cleanup various deprecation warnings.Wayne Warren2016-08-201-2/+2
|/
* Remove ordereddict support from py26Thomas Bechtold2016-02-091-4/+1
* Reorder imports to match hacking guidelinesDarragh Bailey2015-12-231-1/+3
* Separate out custom yaml tags into separate classesDarragh Bailey2015-09-181-73/+114
* Replace open() with io.open() and force 'utf-8'Darragh Bailey2015-07-251-7/+7
* Make include_path deterministicMax Rydahl Andersen2015-05-311-5/+5
* Merge "Allow inclusion of multiple files"Jenkins2015-05-291-0/+29
|\
| * Allow inclusion of multiple filesJan Hruban2015-04-201-0/+29
* | Allow use of aliases defined previously inside included filesVictor Seva2015-05-141-1/+26
|/
* Make JJB python 3 compatibleMarc Abramowitz2014-10-061-1/+1
* Merge "doc update: add references to yaml local include files"Jenkins2014-09-241-0/+24
|\
| * doc update: add references to yaml local include filesKhai Do2014-08-031-0/+24
* | Revert "Some tweaks to get closer to Python 3 compat"Clark Boylan2014-09-021-1/+1
* | Some tweaks to get closer to Python 3 compatMarc Abramowitz2014-09-011-1/+1
* | Ensure dict orders are deterministicDarragh Bailey2014-09-011-1/+48
* | Handle utf8 in JJBClark Boylan2014-08-291-1/+2
|/
* Use yaml local tags to support including filesDarragh Bailey2014-06-201-0/+159