tools/python-jenkinsapi.git
11 years agoMerge pull request #129 from lechat/unit_tests
Aleksey Maksimov [Sun, 23 Jun 2013 13:42:29 +0000 (06:42 -0700)]
Merge pull request #129 from lechat/unit_tests

Fixed bug in View.add_view, added unittests for View

11 years agoFixed bug in View.add_view, added unittests for View
Aleksey Maksimov [Sun, 23 Jun 2013 13:28:12 +0000 (21:28 +0800)]
Fixed bug in View.add_view, added unittests for View

11 years agoWe no longer return 0 for missing builds, now we use an exception
salimfadhley [Sun, 23 Jun 2013 00:24:09 +0000 (01:24 +0100)]
We no longer return 0 for missing builds, now we use an exception

11 years agomerge some stuff
salimfadhley [Sun, 23 Jun 2013 00:04:57 +0000 (01:04 +0100)]
merge some stuff

11 years agoVersion bump
salimfadhley [Sat, 22 Jun 2013 23:42:51 +0000 (00:42 +0100)]
Version bump

11 years agosome more test tidy-ups
salimfadhley [Sat, 22 Jun 2013 23:28:13 +0000 (00:28 +0100)]
some more test tidy-ups

11 years agobetter support for starting & stopping jobs
salimfadhley [Sat, 22 Jun 2013 23:06:28 +0000 (00:06 +0100)]
better support for starting & stopping jobs

11 years agoFixed update_config not passing config to Jenkins
Aleksey Maksimov [Thu, 20 Jun 2013 06:43:32 +0000 (14:43 +0800)]
Fixed update_config not passing config to Jenkins

11 years agoMerge pull request #125 from lechat/unit_tests
Aleksey Maksimov [Thu, 20 Jun 2013 04:10:48 +0000 (21:10 -0700)]
Merge pull request #125 from lechat/unit_tests

Added tests for Job, reformatted Job code. Travis build ok.

11 years agoAdded tests for Job, reformatted Job code
Aleksey Maksimov [Thu, 20 Jun 2013 04:03:44 +0000 (12:03 +0800)]
Added tests for Job, reformatted Job code

11 years agoMerge pull request #123 from s-ltf/patch-1
Aleksey Maksimov [Thu, 20 Jun 2013 02:52:36 +0000 (19:52 -0700)]
Merge pull request #123 from s-ltf/patch-1

Update jenkins.py

11 years agoUpdate jenkins.py
s-ltf [Thu, 20 Jun 2013 01:35:18 +0000 (22:35 -0300)]
Update jenkins.py

I found a bug in the build_job function, self[jobname].invoke(params=params) should have "build_params" instead of "params" ,i.e. self[jobname].invoke(build_params=params)

Not sure where else this function is being used through out the api library,but the issue could be in other places.

Hope that helps,
S.A.

11 years agoAdd coverage to travis routine
salimfadhley [Thu, 20 Jun 2013 00:20:11 +0000 (01:20 +0100)]
Add coverage to travis routine

11 years agoVersion bump
salimfadhley [Thu, 20 Jun 2013 00:18:15 +0000 (01:18 +0100)]
Version bump

11 years agoThe launcher can now provide configuration files.
salimfadhley [Thu, 20 Jun 2013 00:05:32 +0000 (01:05 +0100)]
The launcher can now provide configuration files.

11 years agoget rid of a pointless function.
salimfadhley [Thu, 20 Jun 2013 00:04:29 +0000 (01:04 +0100)]
get rid of a pointless function.

11 years agonew config file - required to launch newer versions of jenkins;
salimfadhley [Wed, 19 Jun 2013 23:58:53 +0000 (00:58 +0100)]
new config file - required to launch newer versions of jenkins;

11 years agoremove a print statement
salimfadhley [Wed, 19 Jun 2013 23:49:54 +0000 (00:49 +0100)]
remove a print statement

11 years agoVersion bump
salimfadhley [Tue, 18 Jun 2013 23:48:58 +0000 (00:48 +0100)]
Version bump

11 years agomore docs
salimfadhley [Tue, 18 Jun 2013 23:47:01 +0000 (00:47 +0100)]
more docs

11 years agosome docs
salimfadhley [Tue, 18 Jun 2013 23:45:10 +0000 (00:45 +0100)]
some docs

11 years agotidy up warning
salimfadhley [Tue, 18 Jun 2013 23:10:54 +0000 (00:10 +0100)]
tidy up warning

11 years agoadd coverage
salimfadhley [Tue, 18 Jun 2013 23:04:05 +0000 (00:04 +0100)]
add coverage

11 years agomoved the test for war existance into python
salimfadhley [Tue, 18 Jun 2013 23:02:37 +0000 (00:02 +0100)]
moved the test for war existance into python

11 years agoLock Jenkins to an older version for now.
salimfadhley [Tue, 18 Jun 2013 22:59:19 +0000 (23:59 +0100)]
Lock Jenkins to an older version for now.

11 years agoAdded known bugs section.
salimfadhley [Tue, 18 Jun 2013 22:57:50 +0000 (23:57 +0100)]
Added known bugs section.

11 years agoFixed typo.
Aleksey Maksimov [Tue, 18 Jun 2013 10:10:56 +0000 (18:10 +0800)]
Fixed typo.

Shall stop posting fixes from Github UI no matter how small they look! This is the last one! :)

11 years agoRemoved print statement from get_jobs_list
Aleksey Maksimov [Tue, 18 Jun 2013 10:04:05 +0000 (18:04 +0800)]
Removed print statement from get_jobs_list

11 years agoMerge pull request #119 from lechat/unit_tests
Aleksey Maksimov [Tue, 18 Jun 2013 06:33:41 +0000 (23:33 -0700)]
Merge pull request #119 from lechat/unit_tests

Added test for utils.Requester

11 years agoAdded test for utils.Requester
Aleksey Maksimov [Tue, 18 Jun 2013 06:31:28 +0000 (14:31 +0800)]
Added test for utils.Requester

11 years agoremove a duplication
salimfadhley [Tue, 18 Jun 2013 00:03:19 +0000 (01:03 +0100)]
remove a duplication

11 years agofixed a typo in the unittst
salimfadhley [Mon, 17 Jun 2013 23:51:56 +0000 (00:51 +0100)]
fixed a typo in the unittst

11 years agoyet another refactor of nodes, this time with better tests
salimfadhley [Mon, 17 Jun 2013 23:44:26 +0000 (00:44 +0100)]
yet another refactor of nodes, this time with better tests

11 years agoremove unused import
salimfadhley [Mon, 17 Jun 2013 23:43:17 +0000 (00:43 +0100)]
remove unused import

11 years agoremove unused import
salimfadhley [Mon, 17 Jun 2013 23:05:48 +0000 (00:05 +0100)]
remove unused import

11 years agoremove unused import
salimfadhley [Mon, 17 Jun 2013 23:05:10 +0000 (00:05 +0100)]
remove unused import

11 years agofix some typos
salimfadhley [Mon, 17 Jun 2013 22:46:42 +0000 (23:46 +0100)]
fix some typos

11 years agowe dont need no steenking accessor functions.
salimfadhley [Mon, 17 Jun 2013 22:44:45 +0000 (23:44 +0100)]
we dont need no steenking accessor functions.

11 years agosmall tidy-ups to tests
salimfadhley [Mon, 17 Jun 2013 22:39:05 +0000 (23:39 +0100)]
small tidy-ups to tests

11 years agodelete a bunch of stuff we do not actually need
salimfadhley [Mon, 17 Jun 2013 22:38:28 +0000 (23:38 +0100)]
delete a bunch of stuff we do not actually need

11 years agoMerge branch 'unstable' of https://github.com/salimfadhley/jenkinsapi into unstable
salimfadhley [Mon, 17 Jun 2013 22:29:55 +0000 (23:29 +0100)]
Merge branch 'unstable' of https://github.com/salimfadhley/jenkinsapi into unstable

11 years agocorrected a typo
salimfadhley [Mon, 17 Jun 2013 21:30:21 +0000 (22:30 +0100)]
corrected a typo

11 years agochanged the text.
salimfadhley [Mon, 17 Jun 2013 21:30:05 +0000 (22:30 +0100)]
changed the text.

11 years agoAdded the link to the issue tracker.
salimfadhley [Mon, 17 Jun 2013 21:29:41 +0000 (22:29 +0100)]
Added the link to the issue tracker.

11 years agoAdded some test result data.
salimfadhley [Mon, 17 Jun 2013 21:56:12 +0000 (22:56 +0100)]
Added some test result data.

11 years agoadded the support link
salimfadhley [Mon, 17 Jun 2013 21:31:41 +0000 (22:31 +0100)]
added the support link

11 years agomore examples sorted
Salim Fadhley [Mon, 17 Jun 2013 00:00:08 +0000 (01:00 +0100)]
more examples sorted

11 years agoadded a bunch of stuff in a new location
Salim Fadhley [Sun, 16 Jun 2013 23:55:37 +0000 (00:55 +0100)]
added a bunch of stuff in a new location

11 years agoreshuffled a bunch of stuff
Salim Fadhley [Sun, 16 Jun 2013 23:55:04 +0000 (00:55 +0100)]
reshuffled a bunch of stuff

11 years agoadd a bunch more stuff
Salim Fadhley [Sun, 16 Jun 2013 23:51:09 +0000 (00:51 +0100)]
add a bunch more stuff

11 years agocorrected one of the api-methods
Salim Fadhley [Sun, 16 Jun 2013 23:37:28 +0000 (00:37 +0100)]
corrected one of the api-methods

11 years agoAdded some more ignores
Salim Fadhley [Sun, 16 Jun 2013 23:37:09 +0000 (00:37 +0100)]
Added some more ignores

11 years agoqueues have been almost entirely refactored, still need docs & examples
Salim Fadhley [Sun, 16 Jun 2013 23:15:21 +0000 (00:15 +0100)]
queues have been almost entirely refactored, still need docs & examples

11 years agoinitial refactoring of queues
Salim Fadhley [Sun, 16 Jun 2013 22:25:51 +0000 (23:25 +0100)]
initial refactoring of queues

11 years agomake sure that coverage logs are not tracked
Salim Fadhley [Sun, 16 Jun 2013 22:25:29 +0000 (23:25 +0100)]
make sure that coverage logs are not tracked

11 years agotidy up imports
Salim Fadhley [Sun, 16 Jun 2013 22:23:30 +0000 (23:23 +0100)]
tidy up imports

11 years agoadd nosetest & other steps to the ANT build
Salim Fadhley [Sun, 16 Jun 2013 22:22:48 +0000 (23:22 +0100)]
add nosetest & other steps to the ANT build

11 years agofix the test name
Salim Fadhley [Sun, 16 Jun 2013 21:35:59 +0000 (22:35 +0100)]
fix the test name

11 years agoversion bump
Salim Fadhley [Sun, 16 Jun 2013 21:30:39 +0000 (22:30 +0100)]
version bump

11 years agoCoverage is now on by default
Salim Fadhley [Sun, 16 Jun 2013 21:27:47 +0000 (22:27 +0100)]
Coverage is now on by default

11 years agoadd nosetests settings to the cfg file
Salim Fadhley [Sun, 16 Jun 2013 21:21:02 +0000 (22:21 +0100)]
add nosetests settings to the cfg file

11 years agowhitespace change
Salim Fadhley [Sun, 16 Jun 2013 21:09:41 +0000 (22:09 +0100)]
whitespace change

11 years agoFix typo
salimfadhley [Sun, 16 Jun 2013 19:30:11 +0000 (20:30 +0100)]
Fix typo

11 years agoSignificant refactor of views - still need to write documentation & examples
salimfadhley [Sun, 16 Jun 2013 19:23:50 +0000 (20:23 +0100)]
Significant refactor of views - still need to write documentation & examples

11 years agoGet the views stuff out of the main Jenkins unittest. It will be added to it's own...
salimfadhley [Sun, 16 Jun 2013 16:55:34 +0000 (17:55 +0100)]
Get the views stuff out of the main Jenkins unittest. It will be added to it's own test-suite.

11 years agomake the post logger run on the same port as default jenkins
salimfadhley [Sun, 16 Jun 2013 15:10:19 +0000 (16:10 +0100)]
make the post logger run on the same port as default jenkins

11 years agomake it possible to create views again
salimfadhley [Sun, 16 Jun 2013 15:09:49 +0000 (16:09 +0100)]
make it possible to create views again

11 years agoThis is the actual correct way to generate a new view. Ignore my previous effort.
salimfadhley [Sun, 16 Jun 2013 14:48:00 +0000 (15:48 +0100)]
This is the actual correct way to generate a new view. Ignore my previous effort.

11 years agoAdd a low-level example for creating views.
salimfadhley [Sun, 16 Jun 2013 00:53:01 +0000 (01:53 +0100)]
Add a low-level example for creating views.

11 years agoTidy up the comment.
salimfadhley [Sun, 16 Jun 2013 00:11:24 +0000 (01:11 +0100)]
Tidy up the comment.

11 years agoRemove redundant import
salimfadhley [Sat, 15 Jun 2013 23:14:58 +0000 (00:14 +0100)]
Remove redundant import

11 years agoAdd a comment to this example
salimfadhley [Sat, 15 Jun 2013 23:10:58 +0000 (00:10 +0100)]
Add a comment to this example

11 years agoget rid of the kerberos stuff - it's commented for now until we can come up with...
salimfadhley [Sat, 15 Jun 2013 23:07:26 +0000 (00:07 +0100)]
get rid of the kerberos stuff - it's commented for now until we can come up with a more workable implementation

11 years agopep8 format & remove redundant imports
salimfadhley [Sat, 15 Jun 2013 23:03:52 +0000 (00:03 +0100)]
pep8 format & remove redundant imports

11 years agoexamples/create_a_job.py
salimfadhley [Sat, 15 Jun 2013 22:57:04 +0000 (23:57 +0100)]
examples/create_a_job.py

an example of how to create a job with jenkinsapi

11 years agoMerge branch 'master' of https://github.com/salimfadhley/jenkinsapi
salimfadhley [Sat, 15 Jun 2013 22:47:09 +0000 (23:47 +0100)]
Merge branch 'master' of https://github.com/salimfadhley/jenkinsapi

11 years agosmall reformatting, cosmetic only
salimfadhley [Sat, 15 Jun 2013 22:45:41 +0000 (23:45 +0100)]
small reformatting, cosmetic only

11 years agocoverage is now a test dep
salimfadhley [Sat, 15 Jun 2013 22:44:55 +0000 (23:44 +0100)]
coverage is now a test dep

11 years agoinitial coverage + fixes for creating nodes
salimfadhley [Sat, 15 Jun 2013 22:44:16 +0000 (23:44 +0100)]
initial coverage + fixes for creating nodes

11 years agoremove redundant imports from jenkins launcher
salimfadhley [Sat, 15 Jun 2013 21:59:11 +0000 (22:59 +0100)]
remove redundant imports from jenkins launcher

11 years agoGet rid of the global - it's not needed any more.
salimfadhley [Sat, 15 Jun 2013 21:33:06 +0000 (22:33 +0100)]
Get rid of the global - it's not needed any more.

11 years agoMerge pull request #109 from lechat/unit_tests
Aleksey Maksimov [Sat, 15 Jun 2013 15:13:27 +0000 (08:13 -0700)]
Merge pull request #109 from lechat/unit_tests

jenkins.create_job no longer throws exception

11 years agojenkins.create_job no longer throws exception
Aleksey Maksimov [Fri, 14 Jun 2013 08:57:54 +0000 (08:57 +0000)]
jenkins.create_job no longer throws exception

Changed unit test for create_dup_job
Added tests for create_job

11 years agomany small fixes
salimfadhley [Sat, 15 Jun 2013 01:15:46 +0000 (02:15 +0100)]
many small fixes

11 years agoclear before testing rather than after
salimfadhley [Sat, 15 Jun 2013 01:15:11 +0000 (02:15 +0100)]
clear before testing rather than after

11 years agoupdated readme & setup files
salimfadhley [Fri, 14 Jun 2013 23:59:48 +0000 (00:59 +0100)]
updated readme & setup files

11 years agobuild fixes
salimfadhley [Fri, 14 Jun 2013 23:29:01 +0000 (00:29 +0100)]
build fixes

11 years agouse dry run to install test-dependancies automagically
salimfadhley [Fri, 14 Jun 2013 22:36:49 +0000 (23:36 +0100)]
use dry run to install test-dependancies automagically

11 years agocorrect the name of the downloady thing
salimfadhley [Fri, 14 Jun 2013 22:35:16 +0000 (23:35 +0100)]
correct the name of the downloady thing

11 years agoget rid of ipdb
salimfadhley [Fri, 14 Jun 2013 22:33:31 +0000 (23:33 +0100)]
get rid of ipdb

11 years agore enable systests in travis
salimfadhley [Fri, 14 Jun 2013 22:32:10 +0000 (23:32 +0100)]
re enable systests in travis

11 years agorefactor of jenkin launcher
salimfadhley [Fri, 14 Jun 2013 22:30:59 +0000 (23:30 +0100)]
refactor of jenkin launcher

11 years agoMerge branch 'master' of https://github.com/salimfadhley/jenkinsapi
salimfadhley [Fri, 14 Jun 2013 00:14:35 +0000 (01:14 +0100)]
Merge branch 'master' of https://github.com/salimfadhley/jenkinsapi

11 years agoa more robust way to launch jenkins - intended to be used in the syslaunchers when...
salimfadhley [Fri, 14 Jun 2013 00:14:17 +0000 (01:14 +0100)]
a more robust way to launch jenkins - intended to be used in the syslaunchers when running on remote CI

11 years agoMerge pull request #103 from lechat/patch-1
Salim Fadhley [Thu, 13 Jun 2013 06:20:53 +0000 (23:20 -0700)]
Merge pull request #103 from lechat/patch-1

Added Aleksey Maksimov to authors

11 years agoAdded Aleksey Maksimov to authors
Aleksey Maksimov [Thu, 13 Jun 2013 01:41:29 +0000 (09:41 +0800)]
Added Aleksey Maksimov to authors

11 years agotemporarily disabled systests in travis until I can figure out why Jenkins does not...
salimfadhley [Wed, 12 Jun 2013 23:10:30 +0000 (00:10 +0100)]
temporarily disabled systests in travis until I can figure out why Jenkins does not start

11 years agoRemove python 3.3. support
salimfadhley [Wed, 12 Jun 2013 23:06:47 +0000 (00:06 +0100)]
Remove python 3.3. support

11 years agore-add python 3.3 support
salimfadhley [Wed, 12 Jun 2013 23:04:49 +0000 (00:04 +0100)]
re-add python 3.3 support

11 years agosplit out travis commands
salimfadhley [Wed, 12 Jun 2013 23:04:10 +0000 (00:04 +0100)]
split out travis commands