summaryrefslogtreecommitdiffstats
path: root/cobbler/collection_repos.py
Commit message (Collapse)AuthorAgeFilesLines
* More fixes to repo/image delete codeMichael DeHaan2008-07-031-1/+1
|
* Two things -- (A) remove rhpl dep as we aren't using it and we want to useMichael DeHaan2008-04-091-1/+1
| | | | | more standard xlat for other distros potentially, (B) fix the kerb module some more.
* Recursive deletes are now possible with --recursive. Web UI still needs to ↵Michael DeHaan2008-01-311-1/+1
| | | | take advantage of this.
* Performance tweaking and benchmarks.Michael DeHaan2007-12-121-1/+1
|
* API and web svc now use seperate logging, and logging is greatly enhanced ↵Michael DeHaan2007-12-101-0/+1
| | | | and more usable.
* Applying Ben Riggs patch to add API flag to disable triggers when addingMichael DeHaan2007-11-161-3/+5
| | | | objects.
* Pass with_copy to repo additions to ensure they are serialized in the new ↵Michael DeHaan2007-10-191-1/+2
| | | | way we do serialization.
* Some fixes to non-db backed serialization. Repos still need some work.Michael DeHaan2007-10-171-1/+1
|
* Various changes to allow for increased performance in the WebUI and in ↵Michael DeHaan2007-10-171-13/+8
| | | | | | saving state, plus a fix to import that keeps from creating extra yum repo entries for various distros.
* Ben Riggs patch to allow find to take arbitrary variables plus a reworkingMichael DeHaan2007-08-151-1/+1
| | | | | | of find (mpd) to add some error checking, list returns, and other semi-useful stuff. Plus tests and an optomization to allow name=foo as the only parameter to be just as fast as before.
* Fixing repo remove.Michael DeHaan2007-07-171-2/+3
|
* Lowercase input on removal (this should really be using the find() method.Michael DeHaan2007-06-221-3/+3
|
* This is Adam Rosenwald's patch for seperating triggers into pre and postMichael DeHaan2007-06-061-1/+2
| | | | triggers, plus my modifications to make them deal with return codes.
* Begining of i18n of cobbler. Tests pass, works with English. Need to testMichael DeHaan2007-05-291-2/+2
| | | | | | | translation function and run manual testing to ensure no functional errors in other places (such as import). cobbler_msg (strings file) has been removed.
* Starting to add i18n to cobbler using rhplMichael DeHaan2007-05-251-0/+2
|
* Fix to make "repo delete" functional after the CLI refactoring.Michael DeHaan2007-04-201-1/+5
|
* Implemented trigger support for tying in with other software.Michael DeHaan2007-04-161-1/+2
|
* Preliminary support for repo mirroring.Michael DeHaan2006-12-121-0/+54