tools/python-jenkinsapi.git
13 years agoMerge pull request #32 from jollychang/master
Salim Fadhley [Mon, 4 Jun 2012 13:47:14 +0000 (06:47 -0700)]
Merge pull request #32 from jollychang/master

fix copy job, delete_job and delete_view_by_url

13 years agoadd original init arguments
William Zhang [Mon, 4 Jun 2012 03:46:08 +0000 (11:46 +0800)]
add original init arguments

13 years agoMerge pull request #3 from anrs/master
William Zhang [Mon, 4 Jun 2012 03:42:39 +0000 (20:42 -0700)]
Merge pull request #3 from anrs/master

fix: copy_obj() shouldn't ignore original init arguments

13 years agofix: copy_job() missing arguments
Anrs Hu [Mon, 4 Jun 2012 03:13:27 +0000 (11:13 +0800)]
fix: copy_job() missing arguments

13 years agofix typo
William Zhang [Sat, 2 Jun 2012 09:54:56 +0000 (17:54 +0800)]
fix typo

13 years agoDoc version bump.
salimfadhley [Thu, 31 May 2012 19:42:09 +0000 (20:42 +0100)]
Doc version bump.

13 years agoVersion bump.
salimfadhley [Thu, 31 May 2012 19:39:55 +0000 (20:39 +0100)]
Version bump.

13 years agoMerge pull request #31 from jollychang/master
Salim Fadhley [Thu, 31 May 2012 10:42:05 +0000 (03:42 -0700)]
Merge pull request #31 from jollychang/master

fix post data

13 years agojoin url by urlparse.urljoin(
William Zhang [Thu, 31 May 2012 08:52:38 +0000 (16:52 +0800)]
join url by urlparse.urljoin(

13 years agoMerge pull request #2 from anrs/master
William Zhang [Thu, 31 May 2012 07:08:34 +0000 (00:08 -0700)]
Merge pull request #2 from anrs/master

fix: post data by form

13 years agopost should be get_opener() first
Anrs Hu [Thu, 31 May 2012 07:04:26 +0000 (15:04 +0800)]
post should be get_opener() first

13 years agoMerge pull request #1 from anrs/master
William Zhang [Thu, 31 May 2012 06:21:33 +0000 (23:21 -0700)]
Merge pull request #1 from anrs/master

form login

13 years agoclean codes
Anrs Hu [Thu, 31 May 2012 06:17:46 +0000 (14:17 +0800)]
clean codes

13 years agoform login
Anrs Hu [Thu, 31 May 2012 06:11:05 +0000 (14:11 +0800)]
form login

13 years agoMany changes to aid doc-building & release process.
salimfadhley [Wed, 30 May 2012 23:47:49 +0000 (00:47 +0100)]
Many changes to aid doc-building & release process.

13 years agoMerge pull request #30 from victorgp/master
Salim Fadhley [Wed, 30 May 2012 21:07:54 +0000 (14:07 -0700)]
Merge pull request #30 from victorgp/master

Adding support to get upstream jobs and builds

13 years agofixing some indentation issues
Victor Garcia [Wed, 30 May 2012 17:37:40 +0000 (19:37 +0200)]
fixing some indentation issues

13 years agoadding support to get upstream jobs and builds (direct upstream jobs or master jobs)
Victor Garcia [Wed, 30 May 2012 17:20:13 +0000 (19:20 +0200)]
adding support to get upstream jobs and builds (direct upstream jobs or master jobs)

13 years agoMerge pull request #28 from jollychang/master
Salim Fadhley [Wed, 30 May 2012 15:41:45 +0000 (08:41 -0700)]
Merge pull request #28 from jollychang/master

create view and add job to view

13 years agoMerge pull request #29 from simplylizzz/master
Salim Fadhley [Wed, 30 May 2012 13:43:05 +0000 (06:43 -0700)]
Merge pull request #29 from simplylizzz/master

fix for Job.is_running method

13 years agofixed error in Job.is_running in case when there is no any builds of this job
Anton V. Yanchenko [Wed, 30 May 2012 12:06:50 +0000 (16:06 +0400)]
fixed error in Job.is_running in case when there is no any builds of this job

13 years agosupport for create my view
William Zhang [Wed, 30 May 2012 10:26:08 +0000 (18:26 +0800)]
support for create my view

13 years agofix for include jobs
William Zhang [Wed, 30 May 2012 09:58:19 +0000 (17:58 +0800)]
fix for include jobs

13 years agomove add job to view from jenkins.py to view.py for nest view
William Zhang [Wed, 30 May 2012 08:40:49 +0000 (16:40 +0800)]
move add job to view from jenkins.py to view.py for nest view

fix get_view_by_url and get_view init url

13 years agoignore *.Ds_Store
William Zhang [Wed, 30 May 2012 08:30:26 +0000 (16:30 +0800)]
ignore *.Ds_Store

13 years agoadd get_jobs_list,has_job, add_job_to_view
William Zhang [Mon, 28 May 2012 10:43:00 +0000 (18:43 +0800)]
add get_jobs_list,has_job, add_job_to_view

13 years agoadd docstring and comment for viewExistsCheck message
William Zhang [Mon, 28 May 2012 08:43:21 +0000 (16:43 +0800)]
add docstring and comment for viewExistsCheck message

13 years agoadd create view
William Zhang [Mon, 28 May 2012 08:34:54 +0000 (16:34 +0800)]
add create view

13 years agoMerge branch 'master' of github.com:jollychang/jenkinsapi
William Zhang [Wed, 23 May 2012 01:53:25 +0000 (09:53 +0800)]
Merge branch 'master' of github.com:jollychang/jenkinsapi

13 years agoadd myself to the list of contributors :)
William Zhang [Wed, 23 May 2012 01:51:24 +0000 (09:51 +0800)]
add myself to the list of contributors :)

13 years agoMerge pull request #27 from jollychang/master
Salim Fadhley [Tue, 22 May 2012 10:47:22 +0000 (03:47 -0700)]
Merge pull request #27 from jollychang/master

new instance for delete job, and add get/del view_by_url api

13 years agoadd delete_view_by_url
William Zhang [Thu, 17 May 2012 05:59:34 +0000 (13:59 +0800)]
add delete_view_by_url

13 years agoadd get_view_by_url for myview or Nested View,what ever
William Zhang [Thu, 17 May 2012 03:23:41 +0000 (11:23 +0800)]
add get_view_by_url for myview or Nested View,what ever

13 years agoafter delete job renew obj
William Zhang [Tue, 15 May 2012 07:24:29 +0000 (15:24 +0800)]
after delete job renew obj

13 years agoMerge pull request #26 from jollychang/master
Salim Fadhley [Fri, 11 May 2012 09:58:51 +0000 (02:58 -0700)]
Merge pull request #26 from jollychang/master

copy job and delete job

13 years agocopy job return job obj
William Zhang [Fri, 11 May 2012 08:10:10 +0000 (16:10 +0800)]
copy job return job obj

13 years agocopy/delete job
William Zhang [Fri, 11 May 2012 06:35:10 +0000 (14:35 +0800)]
copy/delete job

13 years agoadd raise
William Zhang [Fri, 11 May 2012 06:34:31 +0000 (14:34 +0800)]
add raise

13 years agoadd try expect
William Zhang [Fri, 11 May 2012 03:46:52 +0000 (11:46 +0800)]
add try expect

13 years agoMerge pull request #25 from jollychang/master
Salim Fadhley [Wed, 9 May 2012 08:19:35 +0000 (01:19 -0700)]
Merge pull request #25 from jollychang/master

for update job config

13 years agochange a var
William Zhang [Wed, 9 May 2012 02:36:41 +0000 (10:36 +0800)]
change a var

13 years agoadd update_config and post_data
William Zhang [Wed, 9 May 2012 02:28:56 +0000 (10:28 +0800)]
add update_config and post_data

13 years agoMerge pull request #24 from EwoutVDC/master
Salim Fadhley [Tue, 8 May 2012 08:32:18 +0000 (01:32 -0700)]
Merge pull request #24 from EwoutVDC/master

import error in build.block_until_complete

13 years agobuild.invoke with block=True: don't assert build succes, but build completion
Bioske [Mon, 7 May 2012 11:52:57 +0000 (14:52 +0300)]
build.invoke with block=True: don't assert build succes, but build completion

13 years agofix import issue in build.block_until_complete()
Bioske [Mon, 7 May 2012 11:25:12 +0000 (14:25 +0300)]
fix import issue in build.block_until_complete()

13 years agoMerge pull request #22 from hoot80/master
Salim Fadhley [Mon, 23 Apr 2012 23:24:36 +0000 (16:24 -0700)]
Merge pull request #22 from hoot80/master

small issue with time import

13 years agosmall issue with time import
Matt Hootman [Wed, 18 Apr 2012 17:30:52 +0000 (12:30 -0500)]
small issue with time import

13 years agoMerge pull request #14 from lruslan/master
Salim Fadhley [Fri, 9 Mar 2012 15:21:12 +0000 (07:21 -0800)]
Merge pull request #14 from lruslan/master

FIX: TypeError: 'NoneType' object is unsubscriptable in job._buildid_for_type

13 years agoFIX: TypeError: 'NoneType' object is unsubscriptable when _data[buildtype] == None
Ruslan Lutsenko [Thu, 8 Mar 2012 09:44:57 +0000 (10:44 +0100)]
FIX: TypeError: 'NoneType' object is unsubscriptable when _data[buildtype] == None

13 years agoCorrect IOError on install.
Salim Fadhley [Tue, 6 Mar 2012 23:57:50 +0000 (23:57 +0000)]
Correct IOError on install.

13 years agoVersion bump
Salim Fadhley [Mon, 5 Mar 2012 22:04:04 +0000 (22:04 +0000)]
Version bump

13 years agoMerge pull request #10 from cleberjsantos/master
Salim Fadhley [Sun, 4 Mar 2012 08:49:54 +0000 (00:49 -0800)]
Merge pull request #10 from cleberjsantos/master

Fix reStructuredText syntax

13 years agoFix pep8 and open file description
Cleber J Santos [Sat, 3 Mar 2012 13:48:38 +0000 (10:48 -0300)]
Fix pep8 and open file description

13 years agoFix Credits and Project Authors
Cleber J Santos [Sat, 3 Mar 2012 13:34:54 +0000 (10:34 -0300)]
Fix Credits and Project Authors

13 years agoAdded Credits
Cleber J Santos [Sat, 3 Mar 2012 13:31:29 +0000 (10:31 -0300)]
Added Credits

13 years agoFix reStructuredText syntax
Cleber J Santos [Sat, 3 Mar 2012 13:29:12 +0000 (10:29 -0300)]
Fix reStructuredText syntax

13 years agoFix reStructuredText syntax
Cleber J Santos [Sat, 3 Mar 2012 13:27:52 +0000 (10:27 -0300)]
Fix reStructuredText syntax

13 years agoMerge pull request #9 from cleberjsantos/master
Salim Fadhley [Fri, 2 Mar 2012 19:00:06 +0000 (11:00 -0800)]
Merge pull request #9 from cleberjsantos/master

command_line package

13 years agoAdded a required dependency
Cleber J Santos [Fri, 2 Mar 2012 18:05:26 +0000 (15:05 -0300)]
Added a required dependency

13 years agoMerge branch 'master' of https://salimfadhley@github.com/salimfadhley/jenkinsapi.git
Salim Fadhley [Mon, 27 Feb 2012 21:01:49 +0000 (21:01 +0000)]
Merge branch 'master' of https://salimfadhley@github.com/salimfadhley/jenkinsapi.git

13 years agoVersion bump.
Salim Fadhley [Mon, 27 Feb 2012 20:33:55 +0000 (20:33 +0000)]
Version bump.

13 years agoLars Nordin's correction intended to cope with node-names which contain
Salim Fadhley [Mon, 27 Feb 2012 20:33:37 +0000 (20:33 +0000)]
Lars Nordin's correction intended to cope with node-names which contain
characters requiring HTTP escaping. Thanks for the fix Lars!

13 years agoMerge pull request #7 from kavehv/master
Salim Fadhley [Sat, 25 Feb 2012 23:57:09 +0000 (15:57 -0800)]
Merge pull request #7 from kavehv/master

Fix get_revision for multiple repo

13 years agoUpdate jenkinsapi/build.py
kavehv [Sat, 25 Feb 2012 00:02:21 +0000 (16:02 -0800)]
Update jenkinsapi/build.py

13 years agoVersion bump. Ramon has kindly fixed my sdist import error.
Salim Fadhley [Wed, 15 Feb 2012 00:26:15 +0000 (00:26 +0000)]
Version bump. Ramon has kindly fixed my sdist import error.

13 years agoMerge pull request #5 from ramonvanalteren/master
Salim Fadhley [Wed, 15 Feb 2012 00:25:12 +0000 (16:25 -0800)]
Merge pull request #5 from ramonvanalteren/master

as requested

13 years agoMerge remote-tracking branch 'salim/master'
Ramon van Alteren [Tue, 14 Feb 2012 23:53:51 +0000 (00:53 +0100)]
Merge remote-tracking branch 'salim/master'

* salim/master:
  Add build dir to .gitignore
  Yet more corrections required for the 0.1.1 release, including some typos in the doc-building ANT script and the main setup script. Also added an ANT script which automates much of the release process.
  Some tweaks required for 1.0.1 release.

13 years agoFixed setup.py
Ramon van Alteren [Tue, 14 Feb 2012 23:10:06 +0000 (00:10 +0100)]
Fixed setup.py

The amount of data in setup_config doesn't really need an extra file and the hassle to get that in setup.py
Copied vars back to the setup.py file and deleted setup_config.py

13 years agoAdded timestamp method to build
Ramon van Alteren [Fri, 10 Feb 2012 09:00:24 +0000 (10:00 +0100)]
Added timestamp method to build

mcascallares requested a method to retrieve the timestamp on a build.
Added closing issue #4

13 years agoAdd build dir to .gitignore
Salim Fadhley [Thu, 9 Feb 2012 00:06:19 +0000 (00:06 +0000)]
Add build dir to .gitignore

13 years agoYet more corrections required for the 0.1.1 release, including some
Salim Fadhley [Thu, 9 Feb 2012 00:00:29 +0000 (00:00 +0000)]
Yet more corrections required for the 0.1.1 release, including some
typos in the doc-building ANT script and the main setup script. Also
added an ANT script which automates much of the release process.

13 years agoSome tweaks required for 1.0.1 release.
Salim Fadhley [Wed, 8 Feb 2012 23:52:23 +0000 (23:52 +0000)]
Some tweaks required for 1.0.1 release.

13 years agoMerge pull request #3 from ramonvanalteren/master
Salim Fadhley [Wed, 8 Feb 2012 14:20:49 +0000 (06:20 -0800)]
Merge pull request #3 from ramonvanalteren/master

Please merge, point release 0.1.1 ?

13 years agomore whitespace fixup
Ramon van Alteren [Wed, 8 Feb 2012 14:19:05 +0000 (15:19 +0100)]
more whitespace fixup

13 years agofix validate_for_build parameters
Ruslan Lutsenko [Tue, 7 Feb 2012 14:21:29 +0000 (15:21 +0100)]
fix validate_for_build parameters

13 years agoAdded the ability to get at the config.xml from a job
Ramon van Alteren [Wed, 8 Feb 2012 13:43:23 +0000 (14:43 +0100)]
Added the ability to get at the config.xml from a job

Jobs expose their configuration through an xml file which can be retrieved through the api.
Right now this method returns the raw xml as \n terminated strings.

This may change in the future to support more useful xml based structures

13 years agoInstall fails without utils package which is required by JenkinsBase
Ramon van Alteren [Wed, 8 Feb 2012 13:23:37 +0000 (14:23 +0100)]
Install fails without utils package which is required by JenkinsBase

We only install jenkinsapi package and nothing below it as it is specified now in the setup.py
This breaks the library because we need the jenkinsapi.utils package in JenkinsBase class

13 years agoMoved hiturl to base class and implemented reload
Ramon van Alteren [Wed, 8 Feb 2012 13:19:13 +0000 (14:19 +0100)]
Moved hiturl to base class and implemented reload

hiturl is generic, moved it to baseclass so we can use it everywhere.
implemented reload on Jenkins object, which will reload the config from disk

13 years agoCleaned up whitespace in examples
Ramon van Alteren [Wed, 8 Feb 2012 10:12:43 +0000 (11:12 +0100)]
Cleaned up whitespace in examples

13 years agoRemoving eclipse settings
Ramon van Alteren [Wed, 8 Feb 2012 10:02:12 +0000 (11:02 +0100)]
Removing eclipse settings

13 years agoAdding .settings to gitignore
Ramon van Alteren [Tue, 7 Feb 2012 16:03:11 +0000 (17:03 +0100)]
Adding .settings to gitignore

Salim keeps spewing pydev/eclipse configs into git

13 years agoFixing parameterized job invocation
Ramon van Alteren [Tue, 7 Feb 2012 08:55:25 +0000 (09:55 +0100)]
Fixing parameterized job invocation

It will now allow parameterized jobs to be called, with or without security token.
Thanks for RBURHUM for reporting the issue.

13 years agoTrigger parameterized builds with token as well
Ramon van Alteren [Mon, 6 Feb 2012 08:29:04 +0000 (09:29 +0100)]
Trigger parameterized builds with token as well

Per request of RBURHUM.
Although the api explaination recommends to use authentification / security to trigger builds and not
use the (deprecated) trigger builds remotely with a security token, apparently people are still using it.

13 years agoFixing parameterized job invocation
Ramon van Alteren [Sun, 5 Feb 2012 11:50:19 +0000 (12:50 +0100)]
Fixing parameterized job invocation

13 years agoMerge pull request #2 from lruslan/master
Ruslan Lutsenko [Tue, 7 Feb 2012 14:39:25 +0000 (06:39 -0800)]
Merge pull request #2 from lruslan/master

Small fixes for artifact methods:
1) Fixed parameters for validate_for_build in artifact._verify_download
2) In artifact.savetodir return filepath

13 years agofix validate_for_build parameters
Ruslan Lutsenko [Tue, 7 Feb 2012 14:21:29 +0000 (15:21 +0100)]
fix validate_for_build parameters

13 years agoreturn filepath
Ruslan Lutsenko [Thu, 2 Feb 2012 14:34:08 +0000 (15:34 +0100)]
return filepath

13 years agoMore tweaks to the readme
Salim Fadhley [Wed, 11 Jan 2012 15:41:40 +0000 (15:41 +0000)]
More tweaks to the readme

13 years agoAdd some simple searching examples.
Salim Fadhley [Wed, 11 Jan 2012 15:30:36 +0000 (15:30 +0000)]
Add some simple searching examples.

13 years agoRemove repeating text from readme
Salim Fadhley [Wed, 11 Jan 2012 14:29:09 +0000 (14:29 +0000)]
Remove repeating text from readme

13 years agoDoc building to zips now working.
Salim Fadhley [Wed, 11 Jan 2012 14:01:27 +0000 (14:01 +0000)]
Doc building to zips now working.

13 years agoAdded some doctext.
Salim Fadhley [Mon, 9 Jan 2012 18:41:09 +0000 (18:41 +0000)]
Added some doctext.

13 years agoAdded an incomplete example (was from my old version so needs to be
Salim Fadhley [Mon, 9 Jan 2012 18:40:38 +0000 (18:40 +0000)]
Added an incomplete example (was from my old version so needs to be
updated).

13 years agoAdded some more docs.
Salim Fadhley [Mon, 9 Jan 2012 18:40:11 +0000 (18:40 +0000)]
Added some more docs.

13 years agoMore doc tweaks
Salim Fadhley [Mon, 9 Jan 2012 18:07:55 +0000 (18:07 +0000)]
More doc tweaks

13 years agoCorrect some indentation errors
Salim Fadhley [Mon, 9 Jan 2012 18:05:09 +0000 (18:05 +0000)]
Correct some indentation errors

13 years agoAdd some items to the main TOC
Salim Fadhley [Mon, 9 Jan 2012 18:00:07 +0000 (18:00 +0000)]
Add some items to the main TOC

13 years agoMore doc related tweaks
Salim Fadhley [Mon, 9 Jan 2012 17:42:05 +0000 (17:42 +0000)]
More doc related tweaks

13 years agoMore tweaks, finally getting the hang of Sphinx
Salim Fadhley [Mon, 9 Jan 2012 17:20:33 +0000 (17:20 +0000)]
More tweaks, finally getting the hang of Sphinx

13 years agoSwitching back to Sphinx
Salim Fadhley [Mon, 9 Jan 2012 17:01:39 +0000 (17:01 +0000)]
Switching back to Sphinx