summaryrefslogtreecommitdiff
path: root/jenkinsapi/queue.py
AgeCommit message (Expand)AuthorFilesLines
2023-03-22port code from python2 to python3biao716.wang1-3/+3
2015-01-13Merge branch 'master' into unstableSalim Fadhley1-1/+1
2014-10-16Fix a typo in a function name in queingJulien Pivotto1-1/+1
2014-09-23Added use of tree api to node, job, queue and fixed testsAleksey Maksimov1-1/+2
2014-08-03Fix redefinition of id.Salim Fadhley1-2/+2
2014-08-03Lots of fixesSalim Fadhley1-1/+1
2014-08-03Cut out some more crap, but noticed that invocation of parameterizedSalim Fadhley1-2/+6
2014-08-03Fix many more bugsSalim Fadhley1-4/+4
2014-08-02Pep8 fixes + remove bogus importsSalim Fadhley1-15/+12
2014-08-02fix a bunch of testsSalim Fadhley1-11/+13
2014-08-02reducing the number of errors from the refactor of invocation/queuesSalim Fadhley1-10/+60
2014-04-10Fix for issue #268 and unit tests for itAleksey Maksimov1-7/+11
2013-10-14add get_parameters to QueueItem and fix get_queue_items_for_job in Queuelphoward1-2/+11
2013-10-10Rename exceptions to custom_exceptions (because exceptions screws up pylint)Hugh Brown1-1/+1
2013-10-10Implement methods with dict-like primitivesHugh Brown1-2/+10
2013-10-10Put dict to useHugh Brown1-4/+5
2013-10-10Add module and class docstringsHugh Brown1-0/+4
2013-10-10Remove unused importsHugh Brown1-2/+0
2013-10-10Fix indentation of blockHugh Brown1-5/+2
2013-10-10Fix whitespace issuesHugh Brown1-0/+1
2013-07-18fix for queue delete issuesalimfadhley1-8/+5
2013-06-24interim commit - pausing for the nightsalimfadhley1-1/+10
2013-06-23queues have been almost entirely refactored, still need docs & examplesSalim Fadhley1-1/+1
2013-06-23initial refactoring of queuesSalim Fadhley1-4/+29
2013-03-21Queue class to represent the Jenkins queue: lists the items and deletes themVictor GarcĂ­a1-0/+55