tools/python-jenkinsapi.git
2014-03-20 Sateeshminor fix to exception messages to improve readability.
2013-12-08 Aleksey MaksimovMerge pull request #223 from sateeshkumarb/version_query
2013-12-08 Sateesh KumarFix pep8 violation
2013-12-08 Sateesh KumarMake version a property
2013-12-07 Sateesh KumarFix pylint warnings
2013-12-07 Sateesh KumarUpdate to show version usage
2013-12-07 Sateesh KumarAdd method to return Jenkins Version
2013-11-29 Aleksey MaksimovMerge pull request #214 from lechat/delete_view_by_url_fix
2013-11-29 Aleksey MaksimovMoved delete_view_by_url back to jenkins object
2013-11-27 Salim FadhleyMerge pull request #213 from pdunnigan/master
2013-11-26 pdunniganfix for block until queued error on jenkins server...
2013-11-26 Aleksey MaksimovMerge pull request #207 from lechat/json_change
2013-11-23 Aleksey MaksimovMerge pull request #208 from lechat/fix_api
2013-11-23 Aleksey MaksimovUpdated api module
2013-11-23 Aleksey MaksimovMerge pull request #206 from linnik/master
2013-11-23 Aleksey MaksimovFix: error message was not giving job name
2013-11-23 Aleksey MaksimovChanged eval() to ast.literal_eval() for safety
2013-11-22 Vyacheslav... add unit test for jobs without first build
2013-11-22 Vyacheslav... Jobs without the first build can throw error
2013-11-20 Aleksey MaksimovMerge pull request #202 from lechat/git_branch
2013-11-20 Aleksey MaksimovRemoved unused import
2013-11-20 Aleksey MaksimovAdded another delay to let Jenkins catchup
2013-11-20 Aleksey MaksimovAdded delay to let Jenkins to catchup with invocation
2013-11-20 Aleksey MaksimovMade invocation.get_job_number to poll job
2013-11-20 Aleksey MaksimovAdded build.get_revision_branch method (Git only)
2013-10-31 Salim FadhleyMerge pull request #194 from adamreid/master
2013-10-31 Salim FadhleyMerge pull request #191 from makewhatis/executor_module
2013-10-30 David JohansenAdding myself as a contributor
2013-10-30 Adam ReidRandomize jenkins http port for systests to avoid colli...
2013-10-29 David JohansenAdded systests for executor feature. Other fixes.
2013-10-29 David JohansenAdded ability to query slaves for executors.
2013-10-26 salimfadhleymade the wait-period longer for this test.
2013-10-26 salimfadhleySome tidy-ups
2013-10-25 salimfadhleyTidy up this test - still quite bad & useless.
2013-10-23 Salim FadhleyMerge pull request #189 from saschpe/master-contributors
2013-10-23 Sascha PeilickeAdd myself to contributors as requested
2013-10-23 Salim FadhleyMerge pull request #188 from saschpe/master-nose-fixup
2013-10-23 Sascha PeilickeFixup commit 2b14616c6a9577b4
2013-10-21 Salim FadhleyMerge pull request #185 from saschpe/master-nose
2013-10-21 Sascha PeilickeMove nose from setup_requires to test_requires
2013-10-17 salimfadhleyadd a new doc
2013-10-17 salimfadhleyChanged authors to the more correct 'contributors'
2013-10-17 salimfadhleyAdded a reminder not to contact authors directly.
2013-10-17 salimfadhleyadded installation notes
2013-10-17 salimfadhleyversion bump
2013-10-16 salimfadhleyAdd some more comments.
2013-10-16 salimfadhleytidy up imports
2013-10-16 salimfadhleyAdd warnings to functions with 0% coverage.
2013-10-16 salimfadhleyMerge branch 'master' of https://github.com/salimfadhle...
2013-10-16 salimfadhleyAdded a borderline useless test to matrix jobs.
2013-10-15 Salim FadhleyMerge pull request #179 from lphoward/178
2013-10-15 lphowardadded tests for parameterized builds for issue [#178]
2013-10-15 lphowardpep8
2013-10-14 lphowardrespect parameterized builds when checking build reques...
2013-10-14 lphowardadd get_parameters to QueueItem and fix get_queue_items...
2013-10-12 salimfadhleyget rid of unpleasent use of Super
2013-10-12 salimfadhleydisable an annoying pylint warning
2013-10-12 salimfadhleymore lint fixes
2013-10-12 salimfadhleyAdd some missing doctext.
2013-10-12 salimfadhleymany pep8 violations fixed
2013-10-12 salimfadhleyfix up some imports
2013-10-11 salimfadhleystill broken
2013-10-11 salimfadhleyversion bump
2013-10-11 salimfadhleyfix up some tests
2013-10-11 salimfadhleyresolve conflicts
2013-10-11 salimfadhleytidy ups
2013-10-11 Salim FadhleyMerge pull request #177 from hughdbrown/master
2013-10-11 Hugh BrownChange id() call to identifier()
2013-10-11 Hugh BrownRevert overreaching change
2013-10-11 Hugh BrownRemove passing now-deleted parameter (deleted because...
2013-10-11 Hugh BrownRename Result.id() to Result.identifier (builtin id)
2013-10-11 Hugh Brownpylint fixes for jenkinsapi_tests/
2013-10-11 Hugh Brownpylint fixes for jenkinsapi/
2013-10-11 Hugh BrownFix None comparisons and arithmetic spacing
2013-10-11 Hugh BrownFix pep8 errors in examples/
2013-10-11 Hugh BrownFix pep8 errors in examples/
2013-10-11 Hugh Brownpep8 fixes in test and utils directories
2013-10-11 Hugh BrownFix pep8 errors in setup.py
2013-10-11 Hugh BrownPatch tests and utils: exceptions to custom_exceptions
2013-10-11 Hugh BrownPatch tests and utils: exceptions to custom_exceptions
2013-10-11 Hugh BrownDisable I0011 pylint message
2013-10-11 Hugh BrownRename exceptions to custom_exceptions (because excepti...
2013-10-10 Hugh BrownDisable 'Unexpected keyword arg' error
2013-10-10 Hugh BrownUnnecessary lambda?
2013-10-10 Hugh BrownDo not use variables that clash with builtins (id,...
2013-10-10 Hugh BrownBest guess at using unused variable
2013-10-10 Hugh BrownBest guess at why a variable is undefined
2013-10-10 Hugh BrownUse longer variable name
2013-10-10 Hugh BrownUse longer variable name
2013-10-10 Hugh BrownUse good variable name
2013-10-10 Hugh BrownUse longer variable name
2013-10-10 Hugh BrownFix use of for-else with no break
2013-10-10 Hugh BrownFool with pylintrc
2013-10-10 Hugh BrownSplit overlong line
2013-10-10 Hugh BrownLookup in dict
2013-10-10 Hugh BrownMove docstring before code
2013-10-10 Hugh BrownModify over-long lines
2013-10-10 Hugh BrownRenaming variable that masks one in outer scope
2013-10-10 Hugh BrownInitialize instance variable inside ctor
2013-10-10 Hugh BrownFix dangerous default argument
next