summaryrefslogtreecommitdiffstats
path: root/tests/cmd/subcommands
Commit message (Expand)AuthorAgeFilesLines
* Fix the yaml load warning.Daniel Bengtsson2019-12-101-1/+1
* Auto-generated output from python-blackThanh Ha2019-09-095-267/+320
* upgrade hacking moduleSorin Sbarnea2018-06-191-1/+1
* Fixes delete-all command when no option is providedTruc Nguyen2018-05-311-2/+4
* Add a "list" subcommandMarc Abramowitz2018-03-091-0/+85
* Merge "Capture XML output from test"Zuul2018-03-071-1/+3
|\
| * Capture XML output from testDarragh Bailey2018-03-071-1/+3
* | re-raise the original Exception instead of raising a new oneEvgeni Golov2017-11-061-2/+2
|/
* Basic folder supportDarragh Bailey2017-10-231-6/+6
* change assert(Not)Equals to assert(Not)Equalzhangyangyang2017-09-131-1/+1
* Add option to make test output file layout match JenkinsPeter Eisentraut2017-05-271-0/+26
* Removed some deprecation warnings and enabled py35 on tox.Sorin Sbarnea2017-03-121-8/+8
* Merge "Test stream no encoding bug"Jenkins2016-12-011-0/+16
|\
| * Test stream no encoding bugDarragh Bailey2016-08-291-0/+16
* | Merge "Add view management functionality"Jenkins2016-11-101-2/+6
|\ \
| * | Add view management functionalityThanh Ha2016-10-141-2/+6
* | | Merge "user's input should not be interpreted"Jenkins2016-10-271-6/+2
|\ \ \
| * | | user's input should not be interpretedIsaac Beckman2016-10-261-6/+2
| |/ /
* | | Merge "Regression test for update command with --delete-old"Jenkins2016-10-251-7/+10
|\ \ \ | |/ / |/| |
| * | Regression test for update command with --delete-oldDarragh Bailey2016-09-161-7/+10
* | | Fix confirm() util true stateThanh Ha2016-09-201-0/+53
|/ /
* | Merge builder.Builder and builder.JenkinsWayne Warren2016-09-023-44/+26
* | Rename Builder.delete_job to Builder.delete_jobs.Wayne Warren2016-08-201-2/+2
* | Remove unused builder.Builder.update_job methodWayne Warren2016-08-201-14/+9
|/
* Factor XmlJobGenerator out of YamlParser.Wayne Warren2016-08-181-2/+4
* Disentangle YamlParser and ModuleRegistry classesWayne Warren2016-08-181-2/+2
* TestSubCommand inherit from UpdateSubCommand.Wayne Warren2016-08-051-2/+2
* Move subcommand logic into subcommand classes.Wayne Warren2016-08-053-8/+8
* Move 'delete' yaml parsing to JenkinsJobs.execute.Wayne Warren2016-08-051-2/+2
* Test at more appropriate boundaries for update.Wayne Warren2016-08-051-6/+13
* Simplify 'update and delete old jobs' testWayne Warren2016-07-223-57/+75
* Use JJBConfig in YamlParser.Wayne Warren2016-07-221-3/+8
* Finish removing code from jenkins_jobs.cmdWayne Warren2016-07-222-6/+8
* Untangle argparser and config objectsDarragh Bailey2016-07-221-5/+6
* Use JJBConfig for arg/config initialization.Wayne Warren2016-07-191-2/+2
* Fix documentation of --delete-old: affects only managed jobs.Jonathan Perret2016-07-131-4/+4
* Introduce modular implementation of subcommands.Wayne2016-07-083-231/+205
* Merge "Wrap stdout object only once with wrap_stream"Jenkins2016-04-211-1/+1
|\
| * Wrap stdout object only once with wrap_streamDarragh Bailey2016-01-111-1/+1
* | Merge "Replace deprecated assertEquals with assertEqual"Jenkins2016-04-182-16/+16
|\ \
| * | Replace deprecated assertEquals with assertEqualDavid Pursehouse2016-04-182-16/+16
| |/
* / cmd: Add a config file fallback to the user's home directorySebastian Schuberth2016-04-181-1/+25
|/
* Reorder imports to match hacking guidelinesDarragh Bailey2015-12-232-1/+2
* Add parallelization optionsDavid Caro2015-12-012-16/+20
* fix for python 3, decode job outputKhai Do2015-10-131-0/+21
* Wrap file objects with codecs to handle unicodeDarragh Bailey2015-10-091-4/+60
* Allow JJB to set connection timeout to jenkins serverKhai Do2015-09-211-0/+37
* Replace open() with io.open() and force 'utf-8'Darragh Bailey2015-07-251-5/+4
* Test update command with --delete-old optionDarragh Bailey2015-06-281-0/+101
* Revert "Added parallelization options"James E. Blair2015-05-051-15/+11