| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Adds support for the XMLRPC changes for Cobbler 1.5. | Darryl L. Pierce | 2009-03-05 | 9 | -115/+202 |
| | | | | | | | | | | | | Some additional features added as a result is the ability to debug a connection. If Base.debug is set to true then all communication between the client and server is sent to stdout. Also fixed the list_systems.rb example to show the image on which a system is based if it's not based on a profile. And some minor cleanup to those particular source modules. | ||||
| * | Add additional attributes to the ruby image api. | Bryan Kearney | 2008-11-12 | 1 | -4/+4 |
| | | |||||
| * | Merge branch 'add-save-method-to-image' into devel | Darryl L. Pierce | 2008-11-04 | 2 | -24/+41 |
| |\ | |||||
| | * | Submitted by Bryan Kearney (bkearney@redhat.com) | Darryl L. Pierce | 2008-10-24 | 1 | -23/+40 |
| | | | | | | | | | Adds a save method to Image. | ||||
| * | | Moved the implementation of the reposync code back to action_reposync.py and ↵ | Michael DeHaan | 2008-11-03 | 1 | -1/+1 |
| |/ | | | | did some general cleanup. Also some work on XMLRPC RW tests (not finished). | ||||
| * | Fixed the remove meta-method. Previously it was creating a class method | Darryl L. Pierce | 2008-10-23 | 4 | -42/+59 |
| | | | | | rather than an instance method. | ||||
| * | Added support for image-based systems. | Darryl L. Pierce | 2008-10-10 | 9 | -100/+99 |
| | | | | | Also refactored the metaprogramming to fix a nil bug that surfaced. | ||||
| * | Forgot to bump the version/revision in the SPEC itself. | Darryl L. Pierce | 2008-09-08 | 1 | -2/+2 |
| | | |||||
| * | Version bump for the first official release to Fedora. | Darryl L. Pierce | 2008-09-08 | 3 | -1/+7 |
| | | |||||
| * | More fixes to the rubygem-cobbler.spec file. | Darryl L. Pierce | 2008-09-05 | 1 | -2/+6 |
| | | |||||
| * | Fixed the RPM spec to get it into Fedora. | Darryl L. Pierce | 2008-09-03 | 2 | -1/+8 |
| | | | | | | I've added a build requirement for having rubygem-rake installed. This was in response to feedback from the package reviewer. | ||||
| * | Fixes for getting rubygem-cobbler reviewed for Fedora. | Darryl L. Pierce | 2008-08-26 | 27 | -220/+284 |
| | | | | | | | - Fixed the licensing in each source module to show the code is released under LGPLv2.1. - Added %check to the spec file to run tests prior to creating the RPM. | ||||
| * | Added an update call prior to saving or updating a system. | Darryl L. Pierce | 2008-08-21 | 7 | -14/+50 |
| | | |||||
| * | Fixed the release number in the spec and a few typos and a missed file. | Darryl L. Pierce | 2008-08-14 | 3 | -7/+81 |
| | | |||||
| * | The auth_token is now cached as Cobbler::Base@@auth_token. | Darryl L. Pierce | 2008-08-14 | 22 | -184/+342 |
| | | | | | | Also fixed up some documentation and how properties are handled that are either arrays of values or hashes. | ||||
| * | Added support for images to the Ruby bindings. | Darryl L. Pierce | 2008-08-13 | 21 | -61/+355 |
| | | | | | Also fixed some of the decoding for interfaces returned for systems. But I'm not happy with that binding still. | ||||
| * | Fix typo in error message | Michael DeHaan | 2008-08-04 | 2 | -4/+3 |
| | | |||||
| * | Ruby bindings for the Cobbler XMLRCP interface. | Darryl L. Pierce | 2008-08-04 | 25 | -0/+2205 |
| This first pass is very simple, only wrapping the Distro, Profile and System objects and the NetworkInterface type. All classes extended a class named Base, and all are in the Cobbler module. Configuration is held within the config/cobbler.yml file, but can be overridden at runtime. Unit tests, examples, etc. are also provided. | |||||
