summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Apply Anderson Silva's patch to restore "cobbler ___ report --name=X" syntax ↵Michael DeHaan2008-10-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | functionality.
| * | | | | | Package func snippetsMichael DeHaan2008-10-022-2/+4
| | | | | | |
| * | | | | | Some output cleanup for "cobbler import"Michael DeHaan2008-10-021-9/+7
| | |_|_|/ / | |/| | | |
| * | | | | Add func integration feature for easy setup of func minions from cobbler.Michael DeHaan2008-10-019-0/+67
| | | | | | | | | | | | | | | | | | | | | | | | Also add missing makefile for the system cloning feature.
| * | | | | Various modifications on top of JP's patches to support Debian/Ubuntu, ↵Michael DeHaan2008-09-302-88/+278
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixing EL 3/4, formatting, changing some raise behavior to just printing warnings, etc. More testing due.
| * | | | | Apply Javier's patch for debian importingMichael DeHaan2008-09-301-320/+399
| | | | | |
| * | | | | Enhance image-vs-profile validation and be more tolerant of conflictsMichael DeHaan2008-09-293-34/+36
| | | | | |
| * | | | | Add comment about "template_universe"Michael DeHaan2008-09-291-0/+6
| | | | | |
| * | | | | Added a variable "template_universe" which contains all the other variables, ↵Michael DeHaan2008-09-292-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | for use in sub-templating for Fedora test infrastructure. No one is expected to understand this :)
| * | | | | Mostly final changes to the webapp NIC editor code. Could definitely use ↵Michael DeHaan2008-09-293-38/+70
| | | | | | | | | | | | | | | | | | | | | | | | some cleanup to make adding more fields less manual, but otherwise functional. Needs testing.
| * | | | | More interface editor changes to the webapp. Looks solid now except for ↵Michael DeHaan2008-09-291-34/+50
| | |_|/ / | |/| | | | | | | | | | | | | webui deletions.
| * | | | More work on the network interface editor for the webapp. Saving now works ↵Michael DeHaan2008-09-292-37/+30
| | |/ / | |/| | | | | | | | | | properly, though the onchange and new interface functions still need a bit of work.
| * | | Further work on the network interface editor. Seems to load things fine ↵Michael DeHaan2008-09-263-32/+65
| | | | | | | | | | | | | | | | now, working on the submit half.
| * | | Some fixes to the javascript loading for the webapp NIC editor, still more ↵Michael DeHaan2008-09-261-4/+7
| | | | | | | | | | | | | | | | to do.
| * | | Working on the new NIC editor for CobblerWeb. This does /not/ work yet and ↵Michael DeHaan2008-09-266-184/+263
| |/ / | | | | | | | | | | | | | | | is about 1/2 way done. Once done we will be able to support editing an arbitrary number of interfaces.
| * | Merge branch 'master' into develMichael DeHaan2008-09-265-13/+29
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG cobbler.spec cobbler/item_repo.py setup.py
| * | | Remove some git-merge markers from the changelog and shorten it up.Michael DeHaan2008-09-251-72/+0
| | | |
| * | | Merge branch 'master' into develMichael DeHaan2008-09-252-0/+4
| |\ \ \
| * | | | Fix what looks like a merge error in the remote.py codeMichael DeHaan2008-09-251-9/+4
| | | | |
| * | | | Undo jquery additions, didn't like current direction, still exploringMichael DeHaan2008-09-24103-20476/+0
| | | | |
| * | | | Merge branch 'devel' of ssh://git.fedorahosted.org/git/cobbler into develMichael DeHaan2008-09-24106-17/+24069
| |\ \ \ \
| | * | | | Making sure files aren't listed twice (probably not possible, just being ↵Michael DeHaan2008-09-242-11/+2
| | | | | | | | | | | | | | | | | | | | | | | | paranoid with packaging)
| | * | | | Working on packaging jquery, also fixed a bug in network_snippets ↵Michael DeHaan2008-09-24107-18/+24079
| | | |_|/ | | |/| | | | | | | | | | | | (fencepost). Subpackaging jquery is suboptimal but we'll do this until Fedora has JS guidelines and a package, then we will just use that.
| * / | | Reset jquery explorationroot2008-09-241-1/+1
| |/ / /
| * | | Applied jeckersb's patch to teach cobbler about an infinite number of ↵Michael DeHaan2008-09-247-313/+112
| | | | | | | | | | | | | | | | | | | | | | | | interfaces, as a consequence the system edit page of the web app is not functional, so we need to rewrite that part.
| * | | Fix missing import, add missing fileMichael DeHaan2008-09-233-0/+13
| | | |
| * | | Some changes to the blender function to remove a certain class of ↵Michael DeHaan2008-09-226-32/+71
| | | | | | | | | | | | | | | | parsing/blending errors, plus some tweaks to the setup program
| * | | Ensure that the default value for ownership is a list. Also some cleanup to ↵Michael DeHaan2008-09-224-13/+18
| | | | | | | | | | | | | | | | the way we save settings in the middle of test runs. Also also some manpage cleanup pointed out by bretm.
| * | | Apply patchset from Partha to /usr/bin/cobbler-setupMichael DeHaan2008-09-226-148/+201
| | | |
| * | | Two missing files in the spec, fixingMichael DeHaan2008-09-181-0/+2
| | | |
| * | | When editing a distro, make updates automatically regenerate the PXE menu. ↵Michael DeHaan2008-09-182-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | Just another feature towards eliminating reasons to need to run "cobbler sync".
| * | | Fix some errors in the templates as part of development with the ipappend 2 ↵Michael DeHaan2008-09-185-70/+17
| | | | | | | | | | | | | | | | | | | | | | | | feature; updates to Andrew Brown's work with physical machine cloning
| * | | Change default PXE behavior to use ksdevice=bootif and IPAPPEND 2 to ensure ↵Michael DeHaan2008-09-185-1/+8
| | | | | | | | | | | | | | | | eth0 is always the boot interface.
| * | | Add Anderson to authors, change --type to --formatMichael DeHaan2008-09-182-1/+2
| | | |
| * | | Add missing files from previous commit, this is Anderson's patches plus some ↵Michael DeHaan2008-09-183-0/+403
| | | | | | | | | | | | | | | | | | | | | | | | slight tweaks to handle some error cases.
| * | | Anderson Silva's initial cobbler report formatting patchMichael DeHaan2008-09-183-81/+14
| | | |
| * | | ChangelogMichael DeHaan2008-09-171-0/+1
| | | |
| * | | Apply Partha's patch to add /usr/bin/cobbler/setup which is a program to ↵Michael DeHaan2008-09-177-4/+754
| | | | | | | | | | | | | | | | help create settings and modules.conf, there are a few small bugs in this but it's mostly done. I've reworked the code for style/output somewhat and also added RPM packaging.
| * | | Make static field editing work in the webapp and in XMLRPCMichael DeHaan2008-09-164-6/+22
| | | |
| * | | added auto network_config snippet, and added --static=0/1 for system objects.Michael DeHaan2008-09-1611-28/+69
| | | |
| * | | Added missing fileMichael DeHaan2008-09-151-0/+15
| | | |
| * | | James C's import patch to auto-create rescue objects.Michael DeHaan2008-09-154-1/+29
| | | |
| * | | remove another duplicate in authors.Michael DeHaan2008-09-121-1/+0
| | | |
| * | | remove duplicate from authors file.Michael DeHaan2008-09-121-2/+1
| | | |
| * | | Add Javier P's patch to add "cobbler import" support for Debian. Also ↵Michael DeHaan2008-09-1212-110/+234
| | | | | | | | | | | | | | | | tweaked Andrew Brown's system cloner a bit and added packaging for the debian sample.seed file.
| * | | Added livecd physical machine cloner script from Andrew Brown into contrib.Michael DeHaan2008-09-113-0/+274
| | | |
| * | | added enable_menu to WebUIMichael DeHaan2008-09-113-4/+24
| | | |
| * | | --enable-menu feature from James C.Michael DeHaan2008-09-116-0/+35
| | | |
| * | | Add external nodes codeMichael DeHaan2008-09-081-0/+22
| | | |
| * | | Merge branch 'master' into develMichael DeHaan2008-09-082-1/+3
| |\ \ \