summaryrefslogtreecommitdiffstats
path: root/src/lib/Server
Commit message (Expand)AuthorAgeFilesLines
* one more fixNarayan Desai2009-03-041-1/+1
* fix init (i think)Narayan Desai2009-03-041-1/+2
* Add Snapshots to __init__Sol Jerome2009-03-041-2/+2
* Get Snapshots working for Service entriesNarayan Desai2009-03-032-22/+48
* remove dead code from the snapshots modelNarayan Desai2009-03-021-7/+0
* add db creation command to snapshots admin modeNarayan Desai2009-03-021-0/+8
* Snapshots update - storage of packages works from clients (old-style statistics)Narayan Desai2009-03-025-11/+140
* 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-205-28/+47
* Ask before overwriting existing bcfg2 repos in bcfg2-admin initSol Jerome2009-02-191-22/+30
* Fix interpreter regex (Patch from Kamil Kisiel)Sol Jerome2009-02-181-1/+1
* start passing bind failure information to clientsNarayan Desai2009-02-181-0/+3
* Snapshots: (hopefully) final correspondence type updatesNarayan Desai2009-02-171-12/+15
* Snapshots: put finishing touches on the modelNarayan Desai2009-02-171-13/+32
* Snapshots: Implement metadata loads and basic row de-duplicationNarayan Desai2009-02-161-18/+55
* todo update for snapshots modelNarayan Desai2009-02-131-1/+2
* add active flag to client datatypeNarayan Desai2009-02-131-0/+1
* Initial Snapshots checkinNarayan Desai2009-02-123-2/+138
* Pylint fixes for Account PluginSol Jerome2009-02-111-9/+14
* Update Init.py for new bcfg2.conf layoutSol Jerome2009-02-111-7/+3
* Fix subclass orderingNarayan Desai2009-02-091-3/+3
* Packages: handle APT virtual packages properlyNarayan Desai2009-02-051-3/+50
* fix a logic error in updatefixNarayan Desai2009-02-041-1/+1
* Prevent Genshi traceback for unknown encodingsSol Jerome2009-02-031-2/+5
* Fix server core init for MetadataCoreSol Jerome2009-02-021-1/+1
* 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-025-15/+24
* Packages bug fixNarayan Desai2009-02-021-1/+6
* Use safer alternatives to mktemp (Patch from adeason)Sol Jerome2009-01-291-2/+6
* Core fixes from pylintSol Jerome2009-01-291-7/+7
* Properties fixes from pylintNarayan Desai2009-01-281-3/+3
* Fix tb caused by non-string revisionSol Jerome2009-01-281-1/+1
* Add Version plugin typeSol Jerome2009-01-266-47/+104
* Add Pull Source support to Minestruct (with aggregation of all extra entries)Sol Jerome2009-01-221-1/+6
* 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-216-57/+14
* Packages: only kick in on package entriesNarayan Desai2009-01-211-1/+2
* Move properties to the connector interfaceNarayan Desai2009-01-212-3/+33
* Remove plugin initialization debug codeNarayan Desai2009-01-211-1/+1
* Add support for out of tree pluginsNarayan Desai2009-01-211-2/+5
* more error handling for PackagesNarayan Desai2009-01-211-1/+5
* Infrastructure and initial implementation of the Packages pluginNarayan Desai2009-01-215-4/+163
* Revert accidental svn keyword changes and add minor pylint fixesSol Jerome2009-01-151-1/+1
* Uniqify probe returns so that a client only gets the most specific version, a...Narayan Desai2009-01-151-16/+13
* add GBundler plugin (like SGenshi, but works like Bundler)Narayan Desai2009-01-155-9/+52
* Add support for alternate VCS backendsSol Jerome2009-01-137-20/+48