summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Ramon van Alteren [Tue, 3 Jan 2012 12:32:34 +0000 (13:32 +0100)]
First stab at node class
Addded method to get at node info from jenkins object
Created a node class to hold node data
Node class still has all the original code from the ubuntu project commented out, aka this is a WIP
Ramon van Alteren [Mon, 2 Jan 2012 16:30:56 +0000 (17:30 +0100)]
Changed imports and classnames
All imports are now non-relative using the packagename
All classes are now named differently from their modules by capitalizing them
Ramon van Alteren [Mon, 2 Jan 2012 14:00:51 +0000 (15:00 +0100)]
Fixing up setup.py refs
Ramon van Alteren [Mon, 2 Jan 2012 13:53:37 +0000 (14:53 +0100)]
Simplyfied dir setup
Removed jenkinsci_egg and src dirs
Removed tests, highly env dependant and not very usefull
Ramon van Alteren [Mon, 2 Jan 2012 13:44:19 +0000 (14:44 +0100)]
First commit
Ramon van Alteren [Mon, 2 Jan 2012 13:38:54 +0000 (14:38 +0100)]
PEP-8 compliance run
Moved everything to PEP-8 compliance, hopefully :(
Cleaned up references to hudson
Cleanup of misc bugs and stuff