tools/python-jenkinsapi.git
10 years agoBest guess at why a variable is undefined
Hugh Brown [Thu, 10 Oct 2013 23:13:33 +0000 (19:13 -0400)]
Best guess at why a variable is undefined

10 years agoUse longer variable name
Hugh Brown [Thu, 10 Oct 2013 23:11:12 +0000 (19:11 -0400)]
Use longer variable name

10 years agoUse longer variable name
Hugh Brown [Thu, 10 Oct 2013 23:11:03 +0000 (19:11 -0400)]
Use longer variable name

10 years agoUse good variable name
Hugh Brown [Thu, 10 Oct 2013 23:08:46 +0000 (19:08 -0400)]
Use good variable name

10 years agoUse longer variable name
Hugh Brown [Thu, 10 Oct 2013 23:07:13 +0000 (19:07 -0400)]
Use longer variable name

10 years agoFix use of for-else with no break
Hugh Brown [Thu, 10 Oct 2013 23:04:20 +0000 (19:04 -0400)]
Fix use of for-else with no break

10 years agoFool with pylintrc
Hugh Brown [Thu, 10 Oct 2013 23:02:20 +0000 (19:02 -0400)]
Fool with pylintrc

10 years agoSplit overlong line
Hugh Brown [Thu, 10 Oct 2013 23:02:06 +0000 (19:02 -0400)]
Split overlong line

10 years agoLookup in dict
Hugh Brown [Thu, 10 Oct 2013 22:55:55 +0000 (18:55 -0400)]
Lookup in dict

10 years agoMove docstring before code
Hugh Brown [Thu, 10 Oct 2013 22:53:35 +0000 (18:53 -0400)]
Move docstring before code

10 years agoModify over-long lines
Hugh Brown [Thu, 10 Oct 2013 22:49:26 +0000 (18:49 -0400)]
Modify over-long lines

10 years agoRenaming variable that masks one in outer scope
Hugh Brown [Thu, 10 Oct 2013 22:47:41 +0000 (18:47 -0400)]
Renaming variable that masks one in outer scope

10 years agoInitialize instance variable inside ctor
Hugh Brown [Thu, 10 Oct 2013 22:45:18 +0000 (18:45 -0400)]
Initialize instance variable inside ctor

10 years agoFix dangerous default argument
Hugh Brown [Thu, 10 Oct 2013 22:43:14 +0000 (18:43 -0400)]
Fix dangerous default argument

10 years agoAdd docstring to class
Hugh Brown [Thu, 10 Oct 2013 22:39:10 +0000 (18:39 -0400)]
Add docstring to class

10 years agoRemove unneeded argument in internal method
Hugh Brown [Thu, 10 Oct 2013 22:37:04 +0000 (18:37 -0400)]
Remove unneeded argument in internal method

10 years agoSplit long lines
Hugh Brown [Thu, 10 Oct 2013 22:32:42 +0000 (18:32 -0400)]
Split long lines

10 years agoImplement methods with dict-like primitives
Hugh Brown [Thu, 10 Oct 2013 22:29:12 +0000 (18:29 -0400)]
Implement methods with dict-like primitives

10 years agoPut dict to use
Hugh Brown [Thu, 10 Oct 2013 22:26:55 +0000 (18:26 -0400)]
Put dict to use

10 years agoFix pylint errors relating to collection implementation
Hugh Brown [Thu, 10 Oct 2013 22:07:54 +0000 (18:07 -0400)]
Fix pylint errors relating to collection implementation

10 years agoUse dict.get to simplify test and iteration
Hugh Brown [Thu, 10 Oct 2013 22:00:49 +0000 (18:00 -0400)]
Use dict.get to simplify test and iteration

10 years agoChange class name jenkins_invoke to JenkinsInvoke (camelcase)
Hugh Brown [Thu, 10 Oct 2013 21:52:39 +0000 (17:52 -0400)]
Change class name jenkins_invoke to JenkinsInvoke (camelcase)

10 years agoAdd module and class docstrings
Hugh Brown [Thu, 10 Oct 2013 21:47:56 +0000 (17:47 -0400)]
Add module and class docstrings

10 years agoRemove dead file
Hugh Brown [Thu, 10 Oct 2013 21:39:45 +0000 (17:39 -0400)]
Remove dead file

10 years agoRemove unused imports
Hugh Brown [Thu, 10 Oct 2013 21:23:29 +0000 (17:23 -0400)]
Remove unused imports

10 years agoFix pylint error relating to logging
Hugh Brown [Thu, 10 Oct 2013 21:19:05 +0000 (17:19 -0400)]
Fix pylint error relating to logging

10 years agoAdd module docstring
Hugh Brown [Thu, 10 Oct 2013 21:11:42 +0000 (17:11 -0400)]
Add module docstring

10 years agoUse list comprehension; split long lines
Hugh Brown [Thu, 10 Oct 2013 21:08:55 +0000 (17:08 -0400)]
Use list comprehension; split long lines

10 years agoMerge multiple docstrings
Hugh Brown [Thu, 10 Oct 2013 21:00:42 +0000 (17:00 -0400)]
Merge multiple docstrings

10 years agoRemove unneeded imports
Hugh Brown [Thu, 10 Oct 2013 20:59:28 +0000 (16:59 -0400)]
Remove unneeded imports

10 years agoFix over-indentation
Hugh Brown [Thu, 10 Oct 2013 20:58:08 +0000 (16:58 -0400)]
Fix over-indentation

10 years agoAdd pylint config
Hugh Brown [Thu, 10 Oct 2013 20:49:10 +0000 (16:49 -0400)]
Add pylint config

10 years agoAdd pep8 and pylint to .travis.yml
Hugh Brown [Thu, 10 Oct 2013 20:46:55 +0000 (16:46 -0400)]
Add pep8 and pylint to .travis.yml

10 years agoChange import for pylint error
Hugh Brown [Thu, 10 Oct 2013 20:25:18 +0000 (16:25 -0400)]
Change import for pylint error

10 years agoReformat __all__
Hugh Brown [Thu, 10 Oct 2013 20:19:49 +0000 (16:19 -0400)]
Reformat __all__

10 years agoFix really long lines
Hugh Brown [Thu, 10 Oct 2013 20:19:34 +0000 (16:19 -0400)]
Fix really long lines

10 years agoFix indentation of block
Hugh Brown [Thu, 10 Oct 2013 20:08:46 +0000 (16:08 -0400)]
Fix indentation of block

10 years agoRemove use of has_key
Hugh Brown [Thu, 10 Oct 2013 20:04:13 +0000 (16:04 -0400)]
Remove use of has_key

10 years agoSplit lines joined by semicolon
Hugh Brown [Thu, 10 Oct 2013 19:50:32 +0000 (15:50 -0400)]
Split lines joined by semicolon

10 years agoFix whitespace around operators
Hugh Brown [Thu, 10 Oct 2013 19:47:46 +0000 (15:47 -0400)]
Fix whitespace around operators

10 years agoAdd trailing newline in file
Hugh Brown [Thu, 10 Oct 2013 19:44:10 +0000 (15:44 -0400)]
Add trailing newline in file

10 years agoFix whitespace issues
Hugh Brown [Thu, 10 Oct 2013 19:43:07 +0000 (15:43 -0400)]
Fix whitespace issues

10 years agoMerge pull request #175 from Smartesting/fetch_all_builds
Salim Fadhley [Sun, 6 Oct 2013 21:30:57 +0000 (14:30 -0700)]
Merge pull request #175 from Smartesting/fetch_all_builds

Fetch full build list of job when incomplete

10 years agoFetch full build list when incomplete
Christophe Bliard [Fri, 4 Oct 2013 16:12:18 +0000 (18:12 +0200)]
Fetch full build list when incomplete

By default, Jenkins returns the last 100 builds. If there are more
builds, an extra api call is made to have all builds in the job object

10 years agoensure virtualenv installed and WORKSPACE defined
Christophe Bliard [Fri, 4 Oct 2013 13:38:13 +0000 (15:38 +0200)]
ensure virtualenv installed and WORKSPACE defined

10 years agoAdd Plugins#__str__
Christophe Bliard [Fri, 4 Oct 2013 12:23:07 +0000 (14:23 +0200)]
Add Plugins#__str__

Because when doing jenkins.get_plugins() in an interactive python shell,
the behavior was to use the JenkinsBase#__str__ which throws a
NotImplementedError

10 years agoMerge pull request #172 from kworr/patch-1
Salim Fadhley [Tue, 1 Oct 2013 22:54:20 +0000 (15:54 -0700)]
Merge pull request #172 from kworr/patch-1

fix exceptions inheritance

10 years agofix exceptions inheritance
kworr [Tue, 1 Oct 2013 13:37:49 +0000 (16:37 +0300)]
fix exceptions inheritance

Traceback (most recent call last):
  File "./jenkins.py", line 12, in <module>
    print(jenkins[jobName].get_scm_type())
  File "build/bdist.freebsd-9.2-STABLE-amd64/egg/jenkinsapi/job.py", line 324, in get_scm_type
NameError: global name 'exceptions' is not defined

10 years agoadd license to setup file
salimfadhley [Fri, 27 Sep 2013 22:48:29 +0000 (23:48 +0100)]
add license to setup file

10 years agoversion bump
salimfadhley [Fri, 27 Sep 2013 21:32:58 +0000 (22:32 +0100)]
version bump

10 years agoMerge pull request #167 from victorgp/master
Salim Fadhley [Fri, 27 Sep 2013 21:03:15 +0000 (14:03 -0700)]
Merge pull request #167 from victorgp/master

Fixing queue url generation, fixing get_build_dict and updating tests

10 years agoMerge pull request #170 from rocktavious/master
Salim Fadhley [Fri, 27 Sep 2013 20:58:36 +0000 (13:58 -0700)]
Merge pull request #170 from rocktavious/master

README work

10 years agoREADME work
Kyle [Fri, 27 Sep 2013 14:36:20 +0000 (09:36 -0500)]
README work

Adding nice badges to the readme that will show up on github and pypi.  Cleaned up some of the code blocks to format better.  Added myself as a contributor because i love this package and want to help it!

10 years agochanging test to check the fix
Victor García [Thu, 12 Sep 2013 17:17:16 +0000 (19:17 +0200)]
changing test to check the fix

10 years agoupdating and fixing tests
Victor García [Thu, 12 Sep 2013 17:09:37 +0000 (19:09 +0200)]
updating and fixing tests

10 years agofixing queue url format, the api/python part was duplicated
Victor García [Thu, 12 Sep 2013 16:35:43 +0000 (18:35 +0200)]
fixing queue url format, the api/python part was duplicated

10 years agofixing get_last_build when the build is running and fixing is_running method as well
Victor García [Thu, 12 Sep 2013 16:35:01 +0000 (18:35 +0200)]
fixing get_last_build when the build is running and fixing is_running method as well

10 years agoupdating with original repo
Victor García [Thu, 12 Sep 2013 16:34:00 +0000 (18:34 +0200)]
updating with original repo

10 years agoMerge pull request #163 from TageNielsen/master
Aleksey Maksimov [Sun, 8 Sep 2013 08:41:42 +0000 (01:41 -0700)]
Merge pull request #163 from TageNielsen/master

Pip 1.4+ compatibility with pytz

10 years agoPip 1.4+ compatibility with pytz
Tage Nielsen [Sat, 7 Sep 2013 21:26:03 +0000 (14:26 -0700)]
Pip 1.4+ compatibility with pytz

10 years agoMerge pull request #162 from kbriggs/topic-matrix-runs
Aleksey Maksimov [Sat, 31 Aug 2013 09:14:26 +0000 (02:14 -0700)]
Merge pull request #162 from kbriggs/topic-matrix-runs

Add method to get sub-builds for a matrix job

10 years agoAdd Build.get_matrix_runs()
Kieron Briggs [Fri, 30 Aug 2013 03:51:36 +0000 (13:51 +1000)]
Add Build.get_matrix_runs()

Add a method to get the individual sub-builds for a matrix build.

10 years agoMake test_jenkins_artifacts more forgiving
Kieron Briggs [Fri, 30 Aug 2013 00:46:46 +0000 (10:46 +1000)]
Make test_jenkins_artifacts more forgiving

On some systems, 127.0.0.1 reverse-resolves to an actual hostname, and
not to 'localhost'. Hence, match the output by the IP address instead.

10 years agoVersion bump
salimfadhley [Thu, 22 Aug 2013 23:44:21 +0000 (00:44 +0100)]
Version bump

10 years agoMerge pull request #161 from lechat/block_fix
Aleksey Maksimov [Sun, 18 Aug 2013 15:30:27 +0000 (08:30 -0700)]
Merge pull request #161 from lechat/block_fix

Fixed get_build_number() in invocation as reported in issue #158

10 years agoFixed last build number in invocation
Aleksey Maksimov [Sun, 18 Aug 2013 15:21:08 +0000 (23:21 +0800)]
Fixed last build number in invocation

10 years agoMerge pull request #154 from pkocandr/unstable-sslnoverify
Aleksey Maksimov [Fri, 16 Aug 2013 02:40:02 +0000 (10:40 +0800)]
Merge pull request #154 from pkocandr/unstable-sslnoverify

10 years agoMerge pull request #154 from pkocandr/unstable-sslnoverify
Aleksey Maksimov [Fri, 16 Aug 2013 02:32:02 +0000 (19:32 -0700)]
Merge pull request #154 from pkocandr/unstable-sslnoverify

Allow no verification of server certificate when using https

10 years agoMerge pull request #159 from lechat/invoke_fix
Aleksey Maksimov [Sun, 4 Aug 2013 16:10:46 +0000 (09:10 -0700)]
Merge pull request #159 from lechat/invoke_fix

Fixed problem with get_build_number (Issue #158)

10 years agoFixed problem with get_build_number (Issue #158)
Aleksey Maksimov [Sun, 4 Aug 2013 16:00:50 +0000 (00:00 +0800)]
Fixed problem with get_build_number (Issue #158)

10 years agoRemoved debug printout
Aleksey Maksimov [Sun, 4 Aug 2013 15:59:55 +0000 (23:59 +0800)]
Removed debug printout

11 years agoMerge branch 'master' of github.com:lechat/jenkinsapi
Aleksey Maksimov [Sun, 28 Jul 2013 07:35:21 +0000 (15:35 +0800)]
Merge branch 'master' of github.com:lechat/jenkinsapi

11 years agoAllow no verification of server certificate when using https
Petr Kocandrle [Fri, 26 Jul 2013 11:01:37 +0000 (13:01 +0200)]
Allow no verification of server certificate when using https

11 years agoMerge pull request #151 from lechat/plugins
Aleksey Maksimov [Wed, 24 Jul 2013 17:47:09 +0000 (10:47 -0700)]
Merge pull request #151 from lechat/plugins

Added ability to query for installed plugins

11 years agoAdded ability to query for installed plugins
Aleksey Maksimov [Wed, 24 Jul 2013 16:19:15 +0000 (00:19 +0800)]
Added ability to query for installed plugins

11 years agoVersion bump
salimfadhley [Thu, 18 Jul 2013 22:51:34 +0000 (23:51 +0100)]
Version bump

11 years agoThis whole file is disabled for now.
salimfadhley [Thu, 18 Jul 2013 22:43:49 +0000 (23:43 +0100)]
This whole file is disabled for now.

11 years agofix for queue delete issue
salimfadhley [Thu, 18 Jul 2013 22:26:48 +0000 (23:26 +0100)]
fix for queue delete issue

11 years agoMore files to ignore
Aleksey Maksimov [Fri, 12 Jul 2013 07:14:58 +0000 (15:14 +0800)]
More files to ignore

11 years agoMerge pull request #147 from lechat/pythonic_views
Aleksey Maksimov [Wed, 10 Jul 2013 16:30:45 +0000 (09:30 -0700)]
Merge pull request #147 from lechat/pythonic_views

Changed views() to property views

11 years agoChnged views() to views in tests and examples
Aleksey Maksimov [Wed, 10 Jul 2013 16:10:32 +0000 (00:10 +0800)]
Chnged views() to views in tests and examples

11 years agoMade views() a property, added safety in case view doesn't have subviews
lechat [Wed, 10 Jul 2013 15:18:27 +0000 (23:18 +0800)]
Made views() a property, added safety in case view doesn't have subviews

11 years agoAdded nested-view plugin and systest for it
lechat [Tue, 9 Jul 2013 17:13:06 +0000 (01:13 +0800)]
Added nested-view plugin and systest for it

Plus added __contains__ for View

11 years agoVersion bump
salimfadhley [Tue, 9 Jul 2013 22:48:28 +0000 (23:48 +0100)]
Version bump

11 years agoAdded another way of adding a view and example for it
lechat [Tue, 9 Jul 2013 17:12:30 +0000 (01:12 +0800)]
Added another way of adding a view and example for it

11 years agoAdded job removal example
lechat [Tue, 9 Jul 2013 17:12:00 +0000 (01:12 +0800)]
Added job removal example

11 years agoMoved addjob.xml to make examples working
lechat [Tue, 9 Jul 2013 17:11:39 +0000 (01:11 +0800)]
Moved addjob.xml to make examples working

11 years agoMerge pull request #145 from lechat/examples
Aleksey Maksimov [Tue, 9 Jul 2013 16:07:01 +0000 (09:07 -0700)]
Merge pull request #145 from lechat/examples

Added example for creating nested view

11 years agoAdded example for creating nested view
lechat [Tue, 9 Jul 2013 16:03:43 +0000 (00:03 +0800)]
Added example for creating nested view

11 years agoMerge pull request #144 from lechat/view_fix
Aleksey Maksimov [Tue, 9 Jul 2013 16:00:57 +0000 (09:00 -0700)]
Merge pull request #144 from lechat/view_fix

Fix to get view.views() actually working

11 years agoFix to get view.views() actually working
lechat [Tue, 9 Jul 2013 15:50:39 +0000 (23:50 +0800)]
Fix to get view.views() actually working

11 years agoMerge pull request #143 from lechat/views_fix
Aleksey Maksimov [Tue, 9 Jul 2013 15:15:34 +0000 (08:15 -0700)]
Merge pull request #143 from lechat/views_fix

Views fix

11 years agoFixed tests, reformatted View with PEP8, added more tests
lechat [Tue, 9 Jul 2013 13:50:43 +0000 (21:50 +0800)]
Fixed tests, reformatted View with PEP8, added more tests

11 years agoAdded ability to create nested views
Aleksey Maksimov [Tue, 2 Jul 2013 10:16:18 +0000 (18:16 +0800)]
Added ability to create nested views

11 years agoAdded view.views() method to get nested Views object
Aleksey Maksimov [Tue, 2 Jul 2013 10:15:40 +0000 (18:15 +0800)]
Added view.views() method to get nested Views object

11 years agoAdded code to debug HTTP requests (commented)
Aleksey Maksimov [Tue, 2 Jul 2013 10:14:38 +0000 (18:14 +0800)]
Added code to debug HTTP requests (commented)

11 years agoConvert config to str if it is unicode
Aleksey Maksimov [Fri, 28 Jun 2013 05:51:17 +0000 (13:51 +0800)]
Convert config to str if it is unicode

11 years agotweak to one unit test
salimfadhley [Fri, 5 Jul 2013 23:44:45 +0000 (00:44 +0100)]
tweak to one unit test

11 years agoversion bump
salimfadhley [Fri, 5 Jul 2013 23:08:20 +0000 (00:08 +0100)]
version bump

11 years agoMerge branch 'unstable'
salimfadhley [Fri, 5 Jul 2013 23:07:57 +0000 (00:07 +0100)]
Merge branch 'unstable'