| Commit message (Expand) | Author | Age | Files | Lines |
| * | Switch to PyYAML for yaml processing. | Michael DeHaan | 2009-02-26 | 1 | -1/+1 |
| * | various rearranging; test code uses new port, logging fixes (sort of) | root | 2009-01-23 | 1 | -1/+1 |
| * | More work on teaching cobblerd to not reload itself, in progress, some web/XM... | Michael DeHaan | 2009-01-21 | 1 | -1/+1 |
| * | Update performance test code | Michael DeHaan | 2008-11-06 | 1 | -3/+2 |
| * | A couple of things, the removal of the server.update() code wasn't good for p... | Michael DeHaan | 2008-11-06 | 1 | -22/+18 |
| * | Moved the older test code under the main tree so it gets installed with the R... | Michael DeHaan | 2008-10-17 | 2 | -865/+0 |
| * | Fix snippet for download_config_files, misc testing changes | Michael DeHaan | 2008-10-15 | 1 | -6/+11 |
| * | Call unittests with nose | Michael DeHaan | 2008-10-15 | 1 | -0/+6 |
| * | Updates on the acl feature. (policy acls for webui/xmlrpc, not to be confused... | Michael DeHaan | 2008-09-02 | 1 | -23/+27 |
| * | Add images to basic unit tests to ensure they do not break any generalized sy... | Michael DeHaan | 2008-08-08 | 1 | -0/+7 |
| * | Added serializer_catalog as a new serializer module, which will be the new de... | Michael DeHaan | 2008-08-01 | 1 | -1/+1 |
| * | Remove references to manage_dhcp_mode and manage_dns_mode as this is governed... | Michael DeHaan | 2008-06-25 | 1 | -2/+9 |
| * | Adjusting the dhcp patch some, prior to moving it all into modules/ | Michael DeHaan | 2008-05-02 | 1 | -2/+2 |
| * | Fix some things found by the tests and also update the tests | Michael DeHaan | 2008-04-18 | 1 | -2/+2 |
| * | Two things -- (A) remove rhpl dep as we aren't using it and we want to use | Michael DeHaan | 2008-04-09 | 1 | -9/+9 |
| * | Working on adding checks for duplicate names/ips/macs to cobbler | root | 2008-04-04 | 1 | -0/+125 |
| * | Fix default ownership on cobbler owned objects to come from the settings | Michael DeHaan | 2008-04-03 | 1 | -1/+11 |
| * | Added some code to allow assignment of default ownership from settings for new | Michael DeHaan | 2008-04-02 | 1 | -2/+2 |
| * | Implementated authorization logic around shared kickstart templates. | Michael DeHaan | 2008-04-02 | 1 | -2/+29 |
| * | Now that authz_ownership works, remove debug code to make it easier to read. | Michael DeHaan | 2008-03-27 | 1 | -17/+17 |
| * | Fixes to authz_ownership module, tests pass now. | Michael DeHaan | 2008-03-27 | 1 | -5/+5 |
| * | Adding ownership module + tests and associated changes to cobblerd to make it | Michael DeHaan | 2008-03-27 | 1 | -30/+79 |
| * | Add a --owner to all the objects, plus associated API calls and backend stuff... | Michael DeHaan | 2008-03-26 | 1 | -0/+35 |
| * | Merge branch 'devel' | Michael DeHaan | 2008-02-15 | 2 | -9/+86 |
| |\ |
|
| | * | Added additional needed args to higher level API methods, also made higher le... | Michael DeHaan | 2008-02-13 | 1 | -9/+11 |
| | * | Performance tweaking and benchmarks. | Michael DeHaan | 2007-12-12 | 1 | -0/+75 |
| * | | (a) modify tests to be tolerant of existing directory, (b) modify input engin... | Michael DeHaan | 2007-11-15 | 1 | -1/+4 |
| |/ |
|
| * | (A) add/tweak testcase for blender cache code, (B) modify htaccess file to on... | Michael DeHaan | 2007-11-14 | 1 | -2/+54 |
| * | In the process of making all repositories templates so we can apply the value... | Michael DeHaan | 2007-11-02 | 1 | -4/+19 |
| * | Make pagination uses a shiny select box versus an ugly list of pages. TODO: ... | root | 2007-11-01 | 1 | -1/+1 |
| * | Ongoing work on WUI pagination | Michael DeHaan | 2007-10-31 | 1 | -1/+1 |
| * | Some more work on removing the API refs in util... | Michael DeHaan | 2007-10-23 | 1 | -5/+5 |
| * | Various changes to allow for increased performance in the WebUI and in saving... | Michael DeHaan | 2007-10-17 | 1 | -6/+4 |
| * | Adding test script for very large number of machines. | Michael DeHaan | 2007-10-15 | 1 | -0/+29 |
| * | Support for setting virt-cpu number in cobbler + tests. | Michael DeHaan | 2007-10-10 | 1 | -4/+6 |
| * | Added profile virt-bridge setting to the settings file | Michael DeHaan | 2007-10-10 | 1 | -5/+1 |
| * | The stringification problem appears to lie in the serializer, so explicitly u... | Michael DeHaan | 2007-10-09 | 1 | -14/+14 |
| * | In XMLRPC, dicts must have string keys, so changing NIC storage to be XMLRPC-... | Michael DeHaan | 2007-10-09 | 1 | -1/+3 |
| * | Added tests + fixes to multiple NIC support. | Michael DeHaan | 2007-10-09 | 1 | -12/+56 |
| * | Working on pluggable serializers. | root | 2007-09-05 | 1 | -10/+12 |
| * | Fix bug in repo evaluation with inherited subprofiles. | root | 2007-08-27 | 1 | -1/+6 |
| * | Fix bug with upward/downward propogation of array content when using inherita... | Michael DeHaan | 2007-08-27 | 1 | -2/+51 |
| * | Some code to fix a reference issue that allowed for hash value propogation up... | Michael DeHaan | 2007-08-23 | 1 | -13/+17 |
| * | Added some tests to detect whether profile inheritance works correctly. | Michael DeHaan | 2007-08-22 | 1 | -5/+107 |
| * | Adding zeroconf to changelog | Michael DeHaan | 2007-08-20 | 1 | -1/+3 |
| * | Ben Riggs patch to allow find to take arbitrary variables plus a reworking | Michael DeHaan | 2007-08-15 | 1 | -14/+28 |
| * | This is Adam Rosenwald's patch for seperating triggers into pre and post | Michael DeHaan | 2007-06-06 | 1 | -8/+0 |
| * | Begining of i18n of cobbler. Tests pass, works with English. Need to test | Michael DeHaan | 2007-05-29 | 1 | -3/+0 |
| * | Remove some stray tests that no longer apply. | Michael DeHaan | 2007-04-20 | 1 | -2/+0 |
| * | This is 0.4.5 | Michael DeHaan | 2007-03-23 | 1 | -45/+0 |