tools/python-jenkinsapi.git
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
2013-10-10 Hugh BrownAdd docstring to class
2013-10-10 Hugh BrownRemove unneeded argument in internal method
2013-10-10 Hugh BrownSplit long lines
2013-10-10 Hugh BrownImplement methods with dict-like primitives
2013-10-10 Hugh BrownPut dict to use
2013-10-10 Hugh BrownFix pylint errors relating to collection implementation
2013-10-10 Hugh BrownUse dict.get to simplify test and iteration
2013-10-10 Hugh BrownChange class name jenkins_invoke to JenkinsInvoke ...
2013-10-10 Hugh BrownAdd module and class docstrings
2013-10-10 Hugh BrownRemove dead file
2013-10-10 Hugh BrownRemove unused imports
2013-10-10 Hugh BrownFix pylint error relating to logging
2013-10-10 Hugh BrownAdd module docstring
2013-10-10 Hugh BrownUse list comprehension; split long lines
2013-10-10 Hugh BrownMerge multiple docstrings
2013-10-10 Hugh BrownRemove unneeded imports
2013-10-10 Hugh BrownFix over-indentation
2013-10-10 Hugh BrownAdd pylint config
2013-10-10 Hugh BrownAdd pep8 and pylint to .travis.yml
2013-10-10 Hugh BrownChange import for pylint error
2013-10-10 Hugh BrownReformat __all__
2013-10-10 Hugh BrownFix really long lines
2013-10-10 Hugh BrownFix indentation of block
2013-10-10 Hugh BrownRemove use of has_key
2013-10-10 Hugh BrownSplit lines joined by semicolon
2013-10-10 Hugh BrownFix whitespace around operators
2013-10-10 Hugh BrownAdd trailing newline in file
2013-10-10 Hugh BrownFix whitespace issues
2013-10-10 Damien Nozayadd support for FILE parameters.
2013-10-06 salimfadhleyMerge branch 'folders_plugin_fix' of https://github...
2013-10-06 salimfadhleymerge some recent fixes
2013-10-06 salimfadhleyTry to be consistent about what type is returned
2013-10-06 Salim FadhleyMerge pull request #175 from Smartesting/fetch_all_builds
2013-10-04 Christophe... Fetch full build list when incomplete
2013-10-04 Christophe... ensure virtualenv installed and WORKSPACE defined
2013-10-04 Christophe... Add Plugins#__str__
2013-10-02 willthamesRaise NoBuildData when latestBuild etc. not even set
2013-10-01 salimfadhleyTemporarily disable a test.
2013-10-01 salimfadhleyMerge branch 'unstable' of https://github.com/salimfadh...
2013-10-01 salimfadhleyMerge branch 'master' of https://github.com/rocktavious...
2013-10-01 Petr KocandrleAdd kerberos authentication requester using requests_ke...
2013-10-01 Petr KocandrleKeep the same scheme (protocol) as was used in Jenkins...
2013-10-01 Salim FadhleyMerge pull request #172 from kworr/patch-1
2013-10-01 salimfadhleyMerge branch 'unstable' of https://github.com/salimfadh...
2013-10-01 Petr KocandrleAdd kerberos authentication requester using requests_ke...
2013-10-01 Petr KocandrleKeep the same scheme (protocol) as was used in Jenkins...
2013-10-01 kworrfix exceptions inheritance
2013-09-28 KyleBuild.get_downstream methods
2013-09-27 salimfadhleyadd license to setup file
2013-09-27 salimfadhleyversion bump
2013-09-27 Salim FadhleyMerge pull request #157 from pkocandr/unstable-krbrequester
2013-09-27 Salim FadhleyMerge pull request #167 from victorgp/master
2013-09-27 Salim FadhleyMerge pull request #170 from rocktavious/master
2013-09-27 KyleREADME work
2013-09-12 Victor Garcíachanging test to check the fix
2013-09-12 Victor Garcíaupdating and fixing tests
2013-09-12 Victor Garcíafixing queue url format, the api/python part was duplicated
2013-09-12 Victor Garcíafixing get_last_build when the build is running and...
next