summaryrefslogtreecommitdiffstats
path: root/src/lib/Server
Commit message (Expand)AuthorAgeFilesLines
* Snapshots: implement rudimentary reports cmd line interface (partially from S...Narayan Desai2009-03-251-14/+47
* Snapshots: initialize snap -> client linkage properlyNarayan Desai2009-03-251-1/+1
* Clarify priority conflict error messageSol Jerome2009-03-231-3/+5
* Snapshots: add db url support for mysql and postgresNarayan Desai2009-03-231-1/+7
* Snapshots: fix more of the admin interface (including some of Sol's diffs)Narayan Desai2009-03-211-6/+19
* Snapshots: Fix extra entry data importNarayan Desai2009-03-211-3/+4
* Snapshots: add modeling for administrator-to-client/group mappingsNarayan Desai2009-03-211-1/+8
* Add revision and correct fields to snapshot class; should simplify most queriesNarayan Desai2009-03-212-3/+9
* Plugin.py: unify predicatesNarayan Desai2009-03-191-4/+2
* Fix negate attribute for ticket #648Sol Jerome2009-03-191-2/+4
* Packages: Implement full yum dep resolver and improve error handlingNarayan Desai2009-03-191-78/+217
* Remove some FIXMEs in bcfg2-admin initSol Jerome2009-03-161-10/+15
* 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
* Remove busy-wait for coalescing altogetherNarayan Desai2009-03-091-7/+6
* Reduce event coalesing threshold (Substantially reduces core initialization t...Narayan Desai2009-03-091-1/+1
* Fix tb in Viz (Reported by Michael Jinks)Sol Jerome2009-03-071-2/+2
* Snapshots: Add some convenience functions for getting access to latest snapshotNarayan Desai2009-03-062-4/+15
* Snapshots: Finish off importer (for old-style statistics)Narayan Desai2009-03-062-33/+73
* 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-052-55/+51
* one more init fixNarayan Desai2009-03-041-3/+1
* one more timeNarayan Desai2009-03-041-0/+2
* 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