summaryrefslogtreecommitdiffstats
path: root/config-db/OpenSLX/ConfigDB.pm
Commit message (Expand)AuthorAgeFilesLines
* change dir structureSebastian Schmelzer2010-09-021-3190/+0Star
* * fixed potential warning about undefined value during DB-schema upgradeOliver Tappe2008-10-081-1/+1
* * removed default value for boot_type as that field no longer exists (itOliver Tappe2008-09-041-6/+0Star
* * turned the client fields 'boot_type','unbootable' and 'kernel_params' as well Oliver Tappe2008-09-041-10/+48
* * cleaned all attributes that are marked obsolete by ticket #243 and a coupleOliver Tappe2008-08-201-3/+3
* Implemented a better algorithm for keeping the plugins and the referencesOliver Tappe2008-06-031-6/+13
* * separated synchronization of attributes from removal of stale references,Oliver Tappe2008-06-021-20/+34
* * cosmetics: print filename of kernel instead of full path in warning that is Oliver Tappe2008-05-281-1/+2
* * refactored code for synchronization of attributes (moved from DBSchema to C...Oliver Tappe2008-05-271-1/+173
* * use Clone::clone instead of Storable::dclone throughout OpenSLX in order to...Oliver Tappe2008-05-221-3/+3
* * finally corrected algorithm for merging attributes from default-system & ve...Oliver Tappe2008-04-031-7/+8
* * Switched indent used in Perl-code and settings files from tabs to 4 spaces.Oliver Tappe2008-03-201-733/+733
* * fixed incorrect behaviour with respect to merging of plugin attributes:Oliver Tappe2008-03-181-3/+4
* * fixed several bugs in the config-demuxer caused by recent changes in pluginOliver Tappe2008-03-171-7/+28
* * added support for stage1 attributes that are stored along each plugin insta...Oliver Tappe2008-03-141-7/+7
* * 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