summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins
Commit message (Expand)AuthorAgeFilesLines
* Get basic auth working again with new ssl frameworkNarayan Desai2009-05-061-2/+5
* SGenshi: improve error handlingNarayan Desai2009-04-241-0/+3
* Packages: improve error handing (Patch from Tim Laszlo)Narayan Desai2009-04-231-4/+7
* Packages patch from Tim LaszloNarayan Desai2009-04-231-6/+10
* Remove hacks for sets in python 2.3Sol Jerome2009-04-231-10/+4
* Remove unused imports for pylintSol Jerome2009-04-173-6/+8
* Snapshots: fix Statistics data location in importerNarayan Desai2009-04-151-5/+6
* Packages: Fix ptype error handlingNarayan Desai2009-04-151-1/+1
* More spelling fixesSol Jerome2009-04-081-1/+1
* Metadata: fix default group assertionNarayan Desai2009-04-061-0/+1
* Packages: Implement proper support for provides targets with multiple providersNarayan Desai2009-04-061-3/+8
* Fix multi-arch yum sourcesNarayan Desai2009-04-061-2/+0
* fix typoNarayan Desai2009-04-021-3/+3
* Remove hardcoded group names from plugin body, instead, auto-activate based o...Narayan Desai2009-04-021-1/+3
* updated BB plugin to match new API for return types, and also fixed a small b...Rick Bradshow2009-04-011-4/+3
* Snapshots: Fix extra entry data importNarayan Desai2009-03-211-3/+4
* Add revision and correct fields to snapshot class; should simplify most queriesNarayan Desai2009-03-211-1/+4
* Packages: Implement full yum dep resolver and improve error handlingNarayan Desai2009-03-191-78/+217
* Cfg: delta file regex bugfixNarayan Desai2009-03-161-1/+1
* Update for properties switchNarayan Desai2009-03-101-2/+2
* Raise exception when cached files do not existSol Jerome2009-03-091-0/+1
* Snapshots: Finish off importer (for old-style statistics)Narayan Desai2009-03-061-25/+58
* Snapshots: undo last commitNarayan Desai2009-03-051-2/+1
* Snapshots: improve generality of the importerNarayan Desai2009-03-051-1/+5
* Snapshots: improve generality of the importerNarayan Desai2009-03-051-14/+14
* Add Snapshots to __init__Sol Jerome2009-03-041-2/+2
* Get Snapshots working for Service entriesNarayan Desai2009-03-031-17/+25
* Snapshots update - storage of packages works from clients (old-style statistics)Narayan Desai2009-03-021-0/+56
* Fix newlinks at the end of .cat filesNarayan Desai2009-03-021-0/+2
* os.popen is deprecated in 2.6 (http://docs.python.org/library/os.html#os.popen)Sol Jerome2009-02-203-6/+14
* Fix interpreter regex (Patch from Kamil Kisiel)Sol Jerome2009-02-181-1/+1
* Pylint fixes for Account PluginSol Jerome2009-02-111-9/+14
* Fix subclass orderingNarayan Desai2009-02-091-3/+3
* Packages: handle APT virtual packages properlyNarayan Desai2009-02-051-3/+50
* Prevent Genshi traceback for unknown encodingsSol Jerome2009-02-031-2/+5
* revert last patchNarayan Desai2009-02-021-4/+2
* Add client aliases to metadata instancesNarayan Desai2009-02-021-2/+4
* Fix unicode error messagesNarayan Desai2009-02-022-6/+3
* new version of BB that works as a connector (for substantial code savings)Narayan Desai2009-02-021-316/+74
* Split out connector interface to allow for additional data generation based o...Narayan Desai2009-02-023-8/+11
* Packages bug fixNarayan Desai2009-02-021-1/+6
* Use safer alternatives to mktemp (Patch from adeason)Sol Jerome2009-01-291-2/+6
* Properties fixes from pylintNarayan Desai2009-01-281-3/+3
* Add Version plugin typeSol Jerome2009-01-263-2/+91
* Create cachedir if it doesn't existSol Jerome2009-01-221-0/+4
* Fix tb when initializing the Decisions pluginSol Jerome2009-01-211-1/+1
* Remove old properties implementation and hardwiringNarayan Desai2009-01-215-25/+12
* Packages: only kick in on package entriesNarayan Desai2009-01-211-1/+2
* Move properties to the connector interfaceNarayan Desai2009-01-212-3/+33
* more error handling for PackagesNarayan Desai2009-01-211-1/+5