tools/python-jenkinsapi.git
2014-03-20 Sateesh KumarMerge remote-tracking branch 'upstream/master'
2014-03-20 Sateeshminor fix to exception messages to improve readability.
2014-03-20 Aleksey MaksimovMerge pull request #254 from jvale/lazy_load_jobs
2014-03-17 Joao ValeAdd support to create Jenkins object without immediatel...
2014-02-23 Aleksey MaksimovMerge pull request #248 from Toumaz/master
2014-02-23 Tomas Olanderadd unit test for multiple top level folders
2014-02-23 Aleksey MaksimovChanged Jenkins URL to download LTS version
2014-02-23 Tomas Olanderresolve_job_folders skipping jobs fix
2014-02-05 Salim Fadhleymove the stuff out of readme
2014-02-05 Salim Fadhleyadded documentation about getting version info
2014-02-05 Salim FadhleyVersion bump
2014-02-05 Salim FadhleyAdded Aleksey to primary authors list
2014-02-05 Aleksey MaksimovMerge pull request #244 from makewhatis/issue_221
2014-02-05 Aleksey MaksimovMerge pull request #224 from jpiron/master
2014-02-05 David JohansenAddressing issue/221 - changing depth=1
2014-01-31 Aleksey MaksimovMerge pull request #242 from rocktavious/build_invoke_fix
2014-01-31 Kylemaking change more pythonic
2014-01-31 Aleksey MaksimovMerge pull request #236 from jvale/job_folders_support
2014-01-29 Aleksey MaksimovMerge pull request #241 from makewhatis/master
2014-01-29 David Johansenremoving debug message
2014-01-29 David JohansenAdding method to expose /computer/api/python
2014-01-29 Salim FadhleyMove @lechat up the list since he's the most active...
2014-01-29 Salim FadhleyRemove inactive developers from the main PROJECT_AUTHORS.
2014-01-29 Salim FadhleyVersion bump
2014-01-29 Aleksey MaksimovMerge pull request #239 from rocktavious/login_fix
2014-01-27 Kylefixing pylint failure
2014-01-27 Kylejob.get_build_triggerurl update
2014-01-27 Kyleget_build_triggerurl logic fix
2014-01-27 Kylelogging fix for invalid response
2014-01-27 Joao ValeFix tests.
2014-01-27 Aleksey MaksimovMerge pull request #238 from bhuvaneswaran/stories/237
2014-01-27 Bhuvan Arumugamfix for #237
2014-01-27 Joao ValeAdd support for Job Folders (CloudBees Folders Plugin).
2014-01-08 Aleksey MaksimovMerge pull request #226 from sateeshkumarb/hg_scm_fix
2014-01-03 Aleksey MaksimovMerge pull request #231 from lechat/master
2014-01-03 Aleksey MaksimovFixed PyLint errors
2014-01-03 Aleksey MaksimovMerge pull request #230 from larrycai/master
2014-01-03 Larry Caiupdate the create_view example to reflect the latest...
2014-01-03 Aleksey MaksimovMerge pull request #229 from Vobo/master
2014-01-02 Vladimir BogatyrevAdd the method for retrieving the last stable build
2013-12-12 Sateesh KumarCorrect name of testcase
2013-12-12 Sateesh KumarRemove sys.path changes added for debugging
2013-12-12 Sateesh Kumarfix for getting scm url and branch for hg repos
2013-12-10 jpironMerge branch 'dev'
2013-12-10 jpironOnly process non empty actions while getting job parameters
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
next