summaryrefslogtreecommitdiffstats
path: root/config-db/OpenSLX/ConfigDB.pm
Commit message (Expand)AuthorAgeFilesLines
* * fixed bug that left orphaned installed_plugins when removing a vendor-OSOliver Tappe2008-01-271-0/+9
* * added support to the merging functions for keeping track of the each Oliver Tappe2008-01-261-12/+24
* * fixed bug where changing an attribute of a client or system would dropOliver Tappe2008-01-111-0/+3
* * the config-demuxer now only demuxes attributes of active plugins that haveOliver Tappe2008-01-091-0/+3
* * several fixes related to the handling of plugin-specific attributesOliver Tappe2008-01-091-31/+1Star
* * implemented automatic synchronization of new/changed attributes (eitherOliver Tappe2008-01-081-1/+1
* * added new DB-table 'installed_plugin', moving schema version to 0.21Oliver Tappe2008-01-081-0/+97
* * fixed several smaller bugs found when testing slxexportOliver Tappe2008-01-071-5/+10
* * finished refactoring of attribute handling code, especially theOliver Tappe2008-01-071-252/+164Star
* more refactoring (not limited to attribute handling)Oliver Tappe2008-01-041-144/+157
* more work at refactoring of the way attributes are handled:Oliver Tappe2008-01-041-26/+142
* * intermediate checkin of refactoring of the way attributes are stored in DBOliver Tappe2008-01-031-14/+92
* * completed test set for attribute merging, fixing several bugs along theOliver Tappe2007-12-291-11/+19
* * completed basic tests and started to work on tests for aggregated valuesOliver Tappe2007-12-281-2/+10
* * added more tests for basic DB-features: group, global_info and Oliver Tappe2007-12-271-1/+11
* * completed regression tests for vendor-OSesOliver Tappe2007-12-161-4/+75
* * changed meaning of groups.priority such that it corresponds with sortingOliver Tappe2007-11-291-1/+29
* * started to work on configDB-testsOliver Tappe2007-11-091-78/+52Star
* * fixed bug that caused slxos-export to complain about theOliver Tappe2007-08-161-2/+2
* * fixed several default-system and -client related bugs introduced yesterday,Oliver Tappe2007-08-031-17/+18
* * some layout fixes to PODOliver Tappe2007-08-021-0/+18
* * added POD to ConfigDB, and did some fixes along the wayOliver Tappe2007-08-021-82/+1576
* * ConfigDB-objects now reuse active DB-connections in order to reduce theOliver Tappe2007-08-011-130/+145
* * dropped support for CSV databases, as they are simply not good enoughOliver Tappe2007-07-311-2/+1Star
* * Fixed another bug reported by Bastian:Oliver Tappe2007-07-311-20/+20
* * added support for automatic selection of most appropriate (newest) kernelOliver Tappe2007-07-201-5/+30
* * fixed yet another uninitialized valueOliver Tappe2007-07-181-1/+1
* * more work towards perlcritic compliance, fixed the low-hanging fruit Oliver Tappe2007-07-101-3/+13
* * activated 'use warnings' to all modules and adjusted all occurences ofOliver Tappe2007-07-011-29/+29
* * implemented support for generating a separate initramfs-setup as part ofOliver Tappe2007-06-241-1/+4
* * split export type into filesystem and (optional) blockdevice, closingOliver Tappe2007-06-201-245/+242Star
* largish change with respect to configurable paths:Oliver Tappe2007-06-171-2/+2
* * fixed incorrectly generated exportURI (still used the export-name insteadOliver Tappe2007-06-071-1/+1
* * fixed incorrect use of private-path instead of stage1-path, as reportedOliver Tappe2007-05-181-1/+1
* * fixed error during loading of DB-modules I introduced yesterdayOliver Tappe2007-05-121-1/+1
* * reworked construction of export-URI to be delegated into the respectiveOliver Tappe2007-05-071-16/+11Star
* * added new table global_info to DB-schema, in order to support nbd-server-portsOliver Tappe2007-05-061-6/+67
* * added pushAttributes() and externalConfigNameForClient()Oliver Tappe2007-05-051-15/+50
* * removed code that tries to set defaults to columns that do not exist anymoreOliver Tappe2007-05-041-9/+0Star
* overhaul the settings concept:Oliver Tappe2007-05-021-16/+0Star
* * improved error handling during installation and execution in case the DB-mo...Oliver Tappe2007-04-301-1/+11
* * corrected generation of wrong export name in PXE files.Oliver Tappe2007-04-291-1/+1
* * added method for getting the next export-counter of a vendor-OS.Oliver Tappe2007-04-231-0/+17
* * db-type no longer requires exact case matching of the respective module nam...Oliver Tappe2007-04-081-1/+14
* * added more precise errors for inconsistent DB states (if the export or vend...Oliver Tappe2007-04-051-2/+10
* * moved default values for systems and client into DB-layerOliver Tappe2007-04-011-0/+24
* * cosmetical changesOliver Tappe2007-03-261-1/+1
* * inserted correct copyright headerOliver Tappe2007-03-231-3/+7
* * adjusted to changed DB-schemaOliver Tappe2007-03-231-27/+9Star
* * largish overhaul, changed ConfigDB to be object-oriented (could be improved...Oliver Tappe2007-03-151-277/+237Star