summaryrefslogtreecommitdiffstats
path: root/tests/base.py
Commit message (Expand)AuthorAgeFilesLines
* Adding view for the Delivery Pipeline PluginJiri Tyr2020-02-071-0/+3
* Support sectioned viewsJan Zerebecki2019-10-281-0/+3
* Support nested viewsJan Zerebecki2019-10-241-4/+28
* Auto-generated output from python-blackThanh Ha2019-09-091-88/+121
* Avoid ResourceWarning by closing file handlers when finishedPhilip Roche2019-07-291-1/+2
* Add support for All view-typeThanh Ha2018-11-121-1/+4
* adopt pre-commit hooksSorin Sbarnea2018-07-121-5/+6
* Symlink folders001.xml to deduplicate the test xmlSorin Sbarnea2018-06-291-2/+2
* Add multibranch project-typeJoost van der Griendt2018-03-151-0/+5
* tests/base: Use plugins_info in SingleJobTestCase as wellTomas Janousek2018-02-011-1/+9
* tests/base: Drop "is not None"Tomas Janousek2018-02-011-1/+1
* docs: sphinx upgrade and warnings as errosSorin Sbarnea2018-01-261-1/+1
* Improve test resiliencySorin Sbarnea2018-01-181-1/+4
* Basic folder supportDarragh Bailey2017-10-231-15/+61
* use alphanum sorting for jobs and viewsSorin Sbarnea2017-08-091-2/+2
* Merge "Add view management functionality"Jenkins2016-11-101-1/+13
|\
| * Add view management functionalityThanh Ha2016-10-141-1/+13
* | Improve logger output for expanding templatesDarragh Bailey2016-09-141-1/+1
|/
* Refactor base test classes inheritance for reuseDarragh Bailey2016-09-141-14/+17
* Factor XmlJobGenerator out of YamlParser.Wayne Warren2016-08-181-4/+7
* Disentangle YamlParser and ModuleRegistry classesWayne Warren2016-08-181-10/+15
* Use JJBConfig in YamlParser.Wayne Warren2016-07-221-3/+4
* Use JJBConfig for arg/config initialization.Wayne Warren2016-07-191-8/+4
* Compatibility support for older maven project pluginsDarragh Bailey2016-05-031-17/+18
* Reorder imports to match hacking guidelinesDarragh Bailey2015-12-231-17/+19
* Capture logs with FakeLogging FixtureDarragh Bailey2015-09-301-4/+11
* Merge "Allow whitespace to be significant"Jenkins2015-08-261-4/+0
|\
| * Allow whitespace to be significantDarragh Bailey2015-08-111-4/+0
* | Merge "Ensure tests run with ConfigParser object"Jenkins2015-08-261-10/+13
|\ \
| * | Ensure tests run with ConfigParser objectDarragh Bailey2015-08-111-10/+13
| |/
* | Merge "Document that jjb supports json job definitions"Jenkins2015-08-121-1/+1
|\ \ | |/ |/|
| * Document that jjb supports json job definitionsKhai Do2015-07-281-1/+1
* | Merge "Replace open() with io.open() and force 'utf-8'"Jenkins2015-08-101-6/+6
|\ \
| * | Replace open() with io.open() and force 'utf-8'Darragh Bailey2015-07-251-6/+6
| |/
* / Support for externaljob project-type for monitoring external jobsSomay Jain2015-08-011-1/+4
|/
* Merge "Remove YamlParser from jenkins_jobs.builder"Jenkins2015-04-231-1/+2
|\
| * Remove YamlParser from jenkins_jobs.builderWayne2015-04-221-1/+2
* | Treat non-existant output files as empty filesDarragh Bailey2015-03-231-6/+7
|/
* Add tests for yaml anchor behaviourDarragh Bailey2015-03-101-1/+29
* Implement recursive search for test fixtures.Wayne2015-02-051-17/+14
* Add plugins_info to module registry object.Wayne2015-02-041-6/+35
* Use mock in a Python 3.4 compatible wayJeremy Stanley2015-01-291-0/+6
* Start libification of jjbJoshua Hesketh2014-10-161-2/+3
* Make JJB python 3 compatibleMarc Abramowitz2014-10-061-7/+6
* Merge "Fix method name call when files cannot be found"Jenkins2014-09-031-2/+2
|\
| * Fix method name call when files cannot be foundDarragh Bailey2014-07-121-2/+2
* | Revert "Some tweaks to get closer to Python 3 compat"Clark Boylan2014-09-021-6/+7
* | Some tweaks to get closer to Python 3 compatMarc Abramowitz2014-09-011-7/+6
* | Handle utf8 in JJBClark Boylan2014-08-291-14/+11
|/
* Use yaml local tags to support including filesDarragh Bailey2014-06-201-23/+47