summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Make gateway in templates work againMichael DeHaan2008-12-012-3/+10
| | |
| * | Improve error messages for template files.Michael DeHaan2008-12-011-1/+6
| | |
| * | Edit dhcp template to use gateway as a global (required for 1.3.X), more ↵Michael DeHaan2008-12-013-2/+13
| | | | | | | | | | | | work on the webapp to allow fields to be cleared.
| * | Changes to make the webapp able to delete fields by not explicitly checkingMichael DeHaan2008-12-013-133/+77
| | | | | | | | | | | | to see if fields aren't blank/None.
| * | Added tests for more remote mod_python service handlers, the config ↵Michael DeHaan2008-11-262-36/+94
| | | | | | | | | | | | management test still needs some work but otherwise it's looking solid. Netboot_enabled, etc, now has a test.
| * | Added a series of tests to verify the install pre/post triggers mechanism works.Michael DeHaan2008-11-261-2/+55
| | |
| * | Error code changes, more tests for yum code.Michael DeHaan2008-11-262-4/+16
| | |
| * | run each of the default templates through the templating engine, end to end ↵Michael DeHaan2008-11-261-8/+18
| | | | | | | | | | | | to sort out any obvious syntax errors.
| * | Fix Wiki link in docsroot2008-11-261-1/+1
| | |
| * | Since "" equates to False in Python, modify the command line modules so they ↵Michael DeHaan2008-11-265-104/+183
| | | | | | | | | | | | check against None, not truthiness, so variables can be cleared.
| * | Make the services engine return proper HTTP error codes for obvious ↵Michael DeHaan2008-11-263-4/+17
| | | | | | | | | | | | tracebacks and not founds. Working on the same for the web app.
| * | Add some kickstart URL tests, which also identified some errors in the ↵Michael DeHaan2008-11-253-11/+90
| | | | | | | | | | | | snippet code.
| * | PV's patch to surface power management into remote interfaceMichael DeHaan2008-11-253-4/+20
| | |
| * | Peter Vreman's patch to reduce the space used for the cobbler logoMichael DeHaan2008-11-251-2/+0
| | |
| * | Peter Vreman's patch to fix the gateway editing in the webappMichael DeHaan2008-11-251-2/+2
| | |
| * | Add UID field to APIMichael DeHaan2008-11-249-4/+56
| |/
| * Exclude generic RPMs from release scanningMichael DeHaan2008-11-211-1/+6
| |
| * Remove extra verbage from top of settings file.Michael DeHaan2008-11-211-5/+1
| |
| * Allow the legal list of modules to be imported to be defined in the settings ↵Michael DeHaan2008-11-215-2/+16
| | | | | | | | file.
| * Merge commit 'jcapel_nl/networking' into develMichael DeHaan2008-11-211-4/+16
| |\
| | * Fix bug introduced in the staging-ifcfg code and added staging for ↵Jasper Capel2008-11-211-4/+10
| | | | | | | | | | | | modprobe.conf changes.
| | * Added gateway supportJasper Capel2008-11-211-0/+6
| | |
| * | Updated web and manpage info on static route syntaxMichael DeHaan2008-11-202-2/+2
| | |
| * | Merge commit 'jcapel_nl/networking' into develMichael DeHaan2008-11-201-0/+12
| |\|
| | * Added static route supportJasper Capel2008-11-201-0/+12
| | |
| * | Merge commit 'jcapel_nl/devel' into develMichael DeHaan2008-11-200-0/+0
| |\ \
| | * \ Merge branch 'devel' of git://fedorahosted.org/cobbler into develJasper Capel2008-11-1013-62/+129
| | |\ \
| | * \ \ Merge branch 'devel' of git://fedorahosted.org/cobbler into develJasper Capel2008-11-091-0/+1
| | |\ \ \
| * | | | | Manpage updatesMichael DeHaan2008-11-201-76/+158
| | |_|_|/ | |/| | |
| * | | | Changes to make IP address be non-static (as previously implemented) for ↵Michael DeHaan2008-11-201-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | purposes of allowing DHCP reservations when using the manage_dhcp feature.
| * | | | Ongoing changes to make the webapp conform with network field changesMichael DeHaan2008-11-205-18/+17
| | | | |
| * | | | Add static routes and further field reorg.Michael DeHaan2008-11-203-14/+54
| | | | |
| * | | | Hostname -> dnsname, gateway is now a per-system field, not per-interfaceMichael DeHaan2008-11-202-31/+24
| | | | |
| * | | | Add name_servers field to webappMichael DeHaan2008-11-203-2/+35
| | | | |
| * | | | Changes to the DHCP management code to use the new fields.Michael DeHaan2008-11-203-4/+4
| | | | |
| * | | | update changelog, default omapi to off for new installs.Michael DeHaan2008-11-202-2/+13
| | | | |
| * | | | In restart-services trigger, run dhcpd config check prior to running dhcpd ↵Michael DeHaan2008-11-201-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | restart to avoid a potential outage window from the service failing to start.
| * | | | Peter Vreman's patch to clean up the web sidebarMichael DeHaan2008-11-204-19/+50
| | | | |
| * | | | Updated tests to new kickstart paths for clean installs, also updated ↵Michael DeHaan2008-11-203-9/+9
| | | | | | | | | | | | | | | | | | | | "kickstart not found" error message to show which kickstart was not found, to help with debugging and error resolution.
| * | | | add the pxe and power path locations to the default settings file templateMichael DeHaan2008-11-201-0/+8
| | | | |
| * | | | Peter Vreman's patch to make directories configurable for pxe and power ↵Michael DeHaan2008-11-204-23/+28
| | | | | | | | | | | | | | | | | | | | locations.
| * | | | add a few comments to the specfileMichael DeHaan2008-11-201-0/+2
| | | | |
| * | | | Update import code to use new answer file pathsMichael DeHaan2008-11-201-7/+7
| | | | |
| * | | | Peter Vreman's patch to clean up paths in /etc/cobbler and move kickstarts ↵Michael DeHaan2008-11-202-108/+146
| | | | | | | | | | | | | | | | | | | | to /var/lib/cobbler/kickstarts
| * | | | Peter Vreman's patch to network config to reflect new field changesMichael DeHaan2008-11-202-16/+4
| | | | |
| * | | | make the BIND management module key off the dns_name field and not hostnameMichael DeHaan2008-11-191-6/+6
| | | | |
| * | | | Make dnsmasq module key off of the dns_name field, not hostnameMichael DeHaan2008-11-191-2/+2
| | | | |
| * | | | Changes as a result of CLI testing, auto tests now all pass againMichael DeHaan2008-11-198-11/+45
| | | | |
| * | | | rearrange how command line options are stored since some things are now ↵Michael DeHaan2008-11-191-11/+14
| | | | | | | | | | | | | | | | | | | | per-system or per-interface in different ways
| * | | | Merge commit 'jcapel_nl/networking' into develMichael DeHaan2008-11-192-7/+11
| |\ \ \ \