tools/python-jenkinsapi.git
11 years agoFix build.get_revision() for GIT repositories
Sudharshan S [Tue, 25 Jun 2013 13:32:26 +0000 (19:02 +0530)]
Fix build.get_revision() for GIT repositories

Filter out actions which are None or not of interest and then extract the git revision from the lastBuiltRevision. Works in cases where branch is of something other than origin/HEAD

12 years agosome small fixes
salimfadhley [Mon, 24 Jun 2013 23:44:47 +0000 (00:44 +0100)]
some small fixes

12 years agoinital somewhat working demo of invocations
salimfadhley [Mon, 24 Jun 2013 23:09:48 +0000 (00:09 +0100)]
inital somewhat working demo of invocations

12 years agoAdded a note to ask people not to email the developers for support
salimfadhley [Mon, 24 Jun 2013 21:47:50 +0000 (22:47 +0100)]
Added a note to ask people not to email the developers for support

12 years agoBumped Alexey up the list!
salimfadhley [Sun, 23 Jun 2013 23:55:56 +0000 (00:55 +0100)]
Bumped Alexey up the list!

12 years agointerim commit - pausing for the night
salimfadhley [Sun, 23 Jun 2013 23:49:50 +0000 (00:49 +0100)]
interim commit - pausing for the night

12 years agorefactor continues on invocation;
salimfadhley [Sun, 23 Jun 2013 21:53:13 +0000 (22:53 +0100)]
refactor continues on invocation;

12 years agoMerge branch 'unstable' of https://github.com/salimfadhley/jenkinsapi into unstable
Salim Fadhley [Sun, 23 Jun 2013 20:39:52 +0000 (21:39 +0100)]
Merge branch 'unstable' of https://github.com/salimfadhley/jenkinsapi into unstable

12 years agomore invocation stuff, temporary commit as I move to a new computer
Salim Fadhley [Sun, 23 Jun 2013 20:21:01 +0000 (21:21 +0100)]
more invocation stuff, temporary commit as I move to a new computer

12 years agoadd how to support us section.
Salim Fadhley [Sun, 23 Jun 2013 08:49:53 +0000 (09:49 +0100)]
add how to support us section.

12 years agopep8 format
Salim Fadhley [Sun, 23 Jun 2013 08:26:21 +0000 (09:26 +0100)]
pep8 format

12 years agoMoved the empty job config into the config
Salim Fadhley [Sun, 23 Jun 2013 08:26:01 +0000 (09:26 +0100)]
Moved the empty job config into the config

12 years agostubbing out a new invocation test
salimfadhley [Sun, 23 Jun 2013 08:09:35 +0000 (09:09 +0100)]
stubbing out a new invocation test

12 years agosmall re-organization, now we have a config file for all the jobs used in systests
salimfadhley [Sun, 23 Jun 2013 07:57:54 +0000 (08:57 +0100)]
small re-organization, now we have a config file for all the jobs used in systests

12 years agoskeleton class of the Invocation object
salimfadhley [Sun, 23 Jun 2013 07:49:35 +0000 (08:49 +0100)]
skeleton class of the Invocation object

12 years agopep8 format
salimfadhley [Sun, 23 Jun 2013 06:46:27 +0000 (07:46 +0100)]
pep8 format

12 years agoInitial commit of the Invocation object.
salimfadhley [Sun, 23 Jun 2013 06:45:17 +0000 (07:45 +0100)]
Initial commit of the Invocation object.

12 years agoRemove a redundant import
salimfadhley [Sun, 23 Jun 2013 06:26:10 +0000 (07:26 +0100)]
Remove a redundant import

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

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

12 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

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

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

12 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.

12 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.

12 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;

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

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

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

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

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

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

12 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

12 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.

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

12 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! :)

12 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

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

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

12 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

12 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

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

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

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

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

12 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.

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

12 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

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

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

12 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.

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

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

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

12 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

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

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

12 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

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

12 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

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

12 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

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

12 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

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

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

12 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

12 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

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

12 years agomore invocation stuff, temporary commit as I move to a new computer
Salim Fadhley [Sun, 23 Jun 2013 20:21:01 +0000 (21:21 +0100)]
more invocation stuff, temporary commit as I move to a new computer

12 years agoadd how to support us section.
Salim Fadhley [Sun, 23 Jun 2013 08:49:53 +0000 (09:49 +0100)]
add how to support us section.

12 years agopep8 format
Salim Fadhley [Sun, 23 Jun 2013 08:26:21 +0000 (09:26 +0100)]
pep8 format

12 years agoMoved the empty job config into the config
Salim Fadhley [Sun, 23 Jun 2013 08:26:01 +0000 (09:26 +0100)]
Moved the empty job config into the config

12 years agostubbing out a new invocation test
salimfadhley [Sun, 23 Jun 2013 08:09:35 +0000 (09:09 +0100)]
stubbing out a new invocation test

12 years agosmall re-organization, now we have a config file for all the jobs used in systests
salimfadhley [Sun, 23 Jun 2013 07:57:54 +0000 (08:57 +0100)]
small re-organization, now we have a config file for all the jobs used in systests

12 years agoskeleton class of the Invocation object
salimfadhley [Sun, 23 Jun 2013 07:49:35 +0000 (08:49 +0100)]
skeleton class of the Invocation object

12 years agopep8 format
salimfadhley [Sun, 23 Jun 2013 06:46:27 +0000 (07:46 +0100)]
pep8 format

12 years agoInitial commit of the Invocation object.
salimfadhley [Sun, 23 Jun 2013 06:45:17 +0000 (07:45 +0100)]
Initial commit of the Invocation object.

12 years agoRemove a redundant import
salimfadhley [Sun, 23 Jun 2013 06:26:10 +0000 (07:26 +0100)]
Remove a redundant import

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

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

12 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

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

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

12 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.

12 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.

12 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;

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

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

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

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

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

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

12 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

12 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.

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

12 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! :)

12 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

12 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

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