summaryrefslogtreecommitdiffstats
path: root/cobbler
Commit message (Expand)AuthorAgeFilesLines
* Remove subobject logic from systems, which are not inheritable.Michael DeHaan2007-11-121-5/+5
* Fix the part that configures yum on the installed machines/etc for when there...Michael DeHaan2007-11-091-5/+6
* Since reposync (yum-utils >1.0.4) works with rhn_yum_plugin again, make some ...Michael DeHaan2007-11-092-10/+10
* --local-filename is removed, so don't parse the option.Michael DeHaan2007-11-091-1/+0
* Updates to cobbler.et.redhat.comMichael DeHaan2007-11-071-2/+2
* Bump version for release / changelog updates.Michael DeHaan2007-11-071-3/+3
* Make copyfile understand that if it can't copy a file to itself it shouldn'tMichael DeHaan2007-11-071-2/+5
* Fix an obscure blending corner case that was confusing koan.Michael DeHaan2007-11-061-1/+5
* Removing yum-utils as a package requirement because the version in EPEL does ...Michael DeHaan2007-11-061-0/+9
* Fix settings display in WebUIMichael DeHaan2007-11-061-0/+4
* Fix deference of unused variable.Michael DeHaan2007-11-062-3/+3
* Changes to make the overhauled repo templating work with source repositories ...Michael DeHaan2007-11-052-17/+14
* Remove debug code.Michael DeHaan2007-11-051-2/+0
* Optimize sync performance by caching the results of calls to "blender".Michael DeHaan2007-11-052-23/+32
* Slight tweak to make imports work with new repo generationMichael DeHaan2007-11-021-1/+1
* Making sync use the new mirror parameter.Michael DeHaan2007-11-021-2/+2
* Removing docs on yum_core_mirror_from_server (off by default), now explaining...Michael DeHaan2007-11-021-1/+1
* Remove --local-filename from the WebUI, since we will now use --name for the ...Michael DeHaan2007-11-021-3/+1
* Work on getting the repos to be templated, largely complete, pending more tes...Michael DeHaan2007-11-023-50/+67
* In the process of making all repositories templates so we can apply the value...Michael DeHaan2007-11-023-53/+105
* Small fix to make WebUI editing of new fields work. Verification of whether ...Michael DeHaan2007-11-011-1/+1
* Since some versions of yumdownloader don't support --resolve, allow people to...Michael DeHaan2007-11-012-2/+6
* WebUI backend code to handle edits to the new --server-override parameters.Michael DeHaan2007-11-011-6/+6
* Code to wire up the new --server-override to the sync code. This leaves off ...Michael DeHaan2007-11-013-17/+27
* Added a --server-override parameter, which will be used to specify a differen...Michael DeHaan2007-11-013-18/+41
* Enable pagination capability for other types of cobbler objectsMichael DeHaan2007-10-311-9/+27
* Changelog cleanup + shorten the pagination parametersMichael DeHaan2007-10-311-2/+2
* Pagination on systems page complete.Michael DeHaan2007-10-311-8/+21
* Add in templating for $hostname and other variables for first interface, to b...Michael DeHaan2007-10-311-1/+1
* Ongoing work on WUI paginationMichael DeHaan2007-10-312-8/+31
* Fix for cobbler's dhcp generation behavior with the new interface representat...Michael DeHaan2007-10-313-19/+49
* Moving the auth parts to a .htaccess and out of Apache config. Tested on my ...Michael DeHaan2007-10-301-2/+2
* htaccess file should really be "htpasswd"Michael DeHaan2007-10-301-2/+2
* Split the CGI authentication bits out to a seperate Apache configuration file...Michael DeHaan2007-10-291-3/+3
* Apply AT's patch to switch the WebUI to using Apache digest auth / htaccess /...Michael DeHaan2007-10-292-153/+84
* Add --arch back to docs, plus WebUI changes to add the field.Michael DeHaan2007-10-292-1/+6
* Apply patch to restore --arch parameter and handling to cobbler repoMichael DeHaan2007-10-293-4/+26
* Call deserialize after the pre-sync triggers are run to allow those triggers ...Michael DeHaan2007-10-241-1/+15
* Rename the shelve serialized files to ".shelve".Michael DeHaan2007-10-241-1/+1
* Some more work on removing the API refs in util...Michael DeHaan2007-10-231-3/+3
* Remove a circular import between the serializer and the API that was confusin...Michael DeHaan2007-10-233-21/+22
* Service restarting has been abstracted out of the action_sync code, and is no...Michael DeHaan2007-10-194-33/+33
* Make RPMs backup the old config, migrate, and conditionally restart the servi...Michael DeHaan2007-10-191-2/+2
* Pass with_copy to repo additions to ensure they are serialized in the new way...Michael DeHaan2007-10-192-2/+3
* Some fixes to non-db backed serialization. Repos still need some work.Michael DeHaan2007-10-174-6/+6
* Various changes to allow for increased performance in the WebUI and in saving...Michael DeHaan2007-10-1714-148/+150
* Make experimental shelve module explicitly use gdbm.Michael DeHaan2007-10-171-18/+23
* code to move the CentOS repo had the repo name mispelled for CentOS-baseMichael DeHaan2007-10-161-1/+1
* Applied patch to symlink distro kernel/initrd parameters if they live in /tft...Michael DeHaan2007-10-151-2/+27
* Fix typo.Michael DeHaan2007-10-151-1/+1