summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | Add additional attributes to the ruby image api.Bryan Kearney2008-11-121-4/+4
| | | | | | |
| * | | | | | Apply Brian Kearney's patch to make underscores in remote API's line up with ↵Michael DeHaan2008-11-125-0/+42
| | |/ / / / | |/| | | | | | | | | | | | | | | | field values.
| * | | | | Merge commit 'jp/debian' into develMichael DeHaan2008-11-111-6/+45
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'devel' of git://git.fedorahosted.org/cobbler into debianJavier Palacios2008-11-115-5/+67
| | |\ \ \ \ \
| | * | | | | | Reduced the scope of a global variableJavier Palacios2008-11-111-4/+4
| | | | | | | |
| | * | | | | | Syntax error fixedJavier Palacios2008-11-111-1/+1
| | | | | | | |
| | * | | | | | Merge branch 'devel' of git://git.fedorahosted.org/cobbler into debianJavier Palacios2008-11-119-7/+151
| | |\ \ \ \ \ \
| | * | | | | | | Fixed creation of Repo objectsJavier Palacios2008-11-111-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using standard exceptions for abstract methods
| | * | | | | | | If the imported distro is a debian one, create automatically (disabled) ↵Javier Palacios2008-11-111-2/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | repositories for packages and security updates
| * | | | | | | | Updated changelogMichael DeHaan2008-11-111-0/+2
| | | | | | | | |
| * | | | | | | | Apply two of BK's patches to teach images about multiple interfaces and ↵Michael DeHaan2008-11-113-2/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | teach koan how to clone them.
| * | | | | | | | Fix mtime code (BK's patch)Michael DeHaan2008-11-112-1/+2
| | |_|/ / / / / | |/| | | | | |
| * | | | | | | Eliminate introduction of extra spaces around the comment field in the webapp.Michael DeHaan2008-11-115-25/+30
| | | | | | | |
| * | | | | | | add comment fields to the rest of the webapp editor pagesMichael DeHaan2008-11-114-0/+57
| | |/ / / / / | |/| | | | |
| * | | | | | Added code to allow saving of comment field to all objects, added comment ↵Michael DeHaan2008-11-112-5/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | field to distro object, TODO: add to rest of objects.
| * | | | | | Add creation and modification times to the web app.Michael DeHaan2008-11-115-0/+112
| | |/ / / / | |/| | | |
| * | | | | Add some tests for the comment field, and fix the remote code that sets them ↵Michael DeHaan2008-11-113-2/+7
| |/ / / / | | | | | | | | | | | | | | | for a few objects.
| * | | | Fix debian repo import (JP's patch)Michael DeHaan2008-11-101-1/+1
| | | | |
| * | | | Merge commit 'jcapel_nl/networking' into develMichael DeHaan2008-11-105-27/+92
| |\ \ \ \
| | * | | | Added example nameserver to dhcp template.Jasper Capel2008-11-091-7/+8
| | | | | |
| | * | | | Merge branch 'devel' into networkingJasper Capel2008-11-0929-691/+1122
| | |\| | |
| | | * | | Added a note to dhcp.template, to remind users not to change /etc/dhcpd.conf ↵Jasper Capel2008-11-091-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | manually.
| | * | | | Small cleanup in post_install_network_configJasper Capel2008-11-051-2/+0
| | | | | |
| | * | | | Fix in post-install bonding codeJasper Capel2008-11-051-3/+4
| | | | | |
| | * | | | Changes to the network_config and pre_install_network_config to add bonding ↵Jasper Capel2008-11-042-4/+23
| | | | | | | | | | | | | | | | | | | | | | | | support to anaconda. When it encounters a bonding master interface, the networking information will be associated to one of it's slaves.
| | * | | | Changes to the post_install_network_config to support bonding.Jasper Capel2008-11-041-9/+38
| | | | | |
| | * | | | Added some information on bonding and VLANs to the manpage and updated some ↵Jasper Capel2008-11-031-4/+18
| | | | | | | | | | | | | | | | | | | | | | | | information on networking as well.
| * | | | | Tweak to import code, update changelogMichael DeHaan2008-11-103-3/+24
| | | | | |
| * | | | | Keep creation and modification times with each objectMichael DeHaan2008-11-108-8/+64
| | |_|_|/ | |/| | |
| * | | | Updated changelog to reflect previous patch, and on top of previous, added ↵Michael DeHaan2008-11-1012-62/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | comment field to all objects in cobbler.
| * | | | Added Bill Peck's code to assign extra levels of kickstarts for Beaker and ↵Michael DeHaan2008-11-102-6/+51
| | |_|/ | |/| | | | | | | | | | | | | | | | | | also save import timestamps.
| * | | Add missing kickstart_done to sample_end.ksMichael DeHaan2008-11-071-0/+1
| | |/ | |/|
| * | Update performance test codeMichael DeHaan2008-11-061-3/+2
| | |
| * | A couple of things, the removal of the server.update() code wasn't good for ↵Michael DeHaan2008-11-0610-166/+138
| | | | | | | | | | | | performance, so we are (for now) putting it back. More importantly this set of codechanges goes through the unit tests we already had and makes sure they use top level API calls. While this may look trivial, it's not -- the top level calls ensure data is saved and read from disk as in the full application, so they are more exhaustive. As of this commit, all tests as committed pass.
| * | Fairly extensive overhaul of the test code, and correcting some API-based ↵Michael DeHaan2008-11-0614-164/+275
| | | | | | | | | | | | gotchas found as a result of testing. First, test_basic.py code now uses api.py methods as opposed to lower level methods, ensuring we test what API consumers are most likely to use. Second, remote.py tests are (largely) complete and clean. In api.py and remote.py I've added a method to ensure that the API configurations are always up to date before API calls, preventing synchronization issues that previously had to be worked around. As a result of this the server.update() call is no more. The mechanism behind this remains rough and we may want to optimize things a bit later, though the API signatures around this new checking code are solid. Upgrading the internals should be possible to avoid additional reloading of the config. Ultimately we may want to teach cobbler's local API to ask cobbler's cobblerd for it's definitive copy though that is to be explored later.
| * | More work on XMLRPC read-write testsMichael DeHaan2008-11-051-5/+103
| | |
| * | Add XMLRPC repo testsMichael DeHaan2008-11-051-0/+17
| | |
| * | Systems and image testsMichael DeHaan2008-11-052-4/+50
| | |
| * | Add XMLRPC RW tests for profilesMichael DeHaan2008-11-051-1/+24
| | |
| * | Get new XMLRPC tests into a passing state, the test process will now rewrite ↵Michael DeHaan2008-11-053-61/+91
| | | | | | | | | | | | | | | | | | | | | | | | the user settings during testing and restore them afterward to make sure it can log in. Some tests had to be disabled as we need to rewrite /more/ settings to verify them, and additionally some more tests should be done at the URL level.
| * | More work on additional XMLRPC tests, a bit more annoying that expected. ↵Michael DeHaan2008-11-044-42/+66
| | | | | | | | | | | | | | | | | | Switched on nosetest's "evaluate asserts" which seems to be kind of hit-or-miss. In progress... Also cleaned up a problem in reposync where a value could be sent down as None.
| * | Make repos auto-set their breed to make API usage a bit cleaner, still ↵Michael DeHaan2008-11-043-9/+9
| | | | | | | | | | | | working on tests.
| * | Fix reposync pathsMichael DeHaan2008-11-041-2/+2
| | |
| * | Merge branch 'rubygem-0.1.3-version-bump' into develDarryl L. Pierce2008-11-041-1/+1
| |\ \
| | * \ Merge branch 'add-save-method-to-image' into develDarryl L. Pierce2008-11-042-24/+41
| | |\ \
| * | \ \ Merge branch 'add-save-method-to-image' into develDarryl L. Pierce2008-11-041-23/+40
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Submitted by Bryan Kearney (bkearney@redhat.com)Darryl L. Pierce2008-10-241-23/+40
| | | | | | | | | | | | | | | | Adds a save method to Image.
| * | | Moved the implementation of the reposync code back to action_reposync.py and ↵Michael DeHaan2008-11-035-415/+369
| | | | | | | | | | | | | | | | did some general cleanup. Also some work on XMLRPC RW tests (not finished).
| * | | Must not include RHEL dot versions else libvirt will be unhappyMichael DeHaan2008-11-031-1/+2
| | | |
| * | | Some more test overhauling. Added cleanup routines to ensure test data ↵Michael DeHaan2008-10-311-12/+12
| | | | | | | | | | | | | | | | isn't left over after tests (though this was useful originally, we don't need it so much now). Still some issues with cleanup after the basic tests and moving into the remote tests, though we'll clean that up soon.