summaryrefslogtreecommitdiffstats
path: root/config-db/OpenSLX
Commit message (Expand)AuthorAgeFilesLines
* * fixed bug where changing an attribute of a client or system would dropOliver Tappe2008-01-112-3/+6
* * added new column 'description' to system, which holds an optionalOliver Tappe2008-01-111-255/+280
* * 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-084-500/+402Star
* * minor fix (VERSION)Oliver Tappe2008-01-081-1/+1
* * improved robustness of schema upgrading code against intermediateOliver Tappe2008-01-081-3/+6
* * added missing invocation of _upgradeDBTo0_21(), such that nowOliver Tappe2008-01-081-0/+5
* * added new DB-table 'installed_plugin', moving schema version to 0.21Oliver Tappe2008-01-083-1/+178
* * fixed several smaller bugs found when testing slxexportOliver Tappe2008-01-072-21/+32
* * finished refactoring of attribute handling code, especially theOliver Tappe2008-01-075-669/+650Star
* more refactoring (not limited to attribute handling)Oliver Tappe2008-01-043-356/+661
* more work at refactoring of the way attributes are handled:Oliver Tappe2008-01-044-388/+587
* * intermediate checkin of refactoring of the way attributes are stored in DBOliver Tappe2008-01-035-292/+948
* * 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-282-2/+11
* * added more tests for basic DB-features: group, global_info and Oliver Tappe2007-12-272-20/+43
* * completed regression tests for vendor-OSesOliver Tappe2007-12-162-11/+87
* * changed meaning of groups.priority such that it corresponds with sortingOliver Tappe2007-11-292-2/+30
* * started to work on configDB-testsOliver Tappe2007-11-093-90/+92
* * added new DB-field attr_ramfs_miscmods to system tableOliver Tappe2007-10-051-2/+3
* * now makes use of readPassword() from Utils.pmOliver Tappe2007-09-231-5/+2Star
* * 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-022-85/+1579
* * 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-313-187/+16Star
* * Fixed another bug reported by Bastian:Oliver Tappe2007-07-311-20/+20
* * base work towards utf8-cleanness (it is now possible to handle vendor-OSesOliver Tappe2007-07-212-8/+8
* * 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
* * replaces most occurrences of confess() with croak(), as that is less noisy.Oliver Tappe2007-07-184-30/+31
* * more work towards perlcritic compliance, fixed the low-hanging fruit Oliver Tappe2007-07-107-8/+43
* * activated 'use warnings' to all modules and adjusted all occurences ofOliver Tappe2007-07-018-67/+53Star
* * implemented support for generating a separate initramfs-setup as part ofOliver Tappe2007-06-241-1/+4
* * fixed showstopping bugs introduced with rev 1176, sorry!Oliver Tappe2007-06-204-386/+375Star
* * split export type into filesystem and (optional) blockdevice, closingOliver Tappe2007-06-207-282/+279Star
* largish change with respect to configurable paths:Oliver Tappe2007-06-175-29/+14Star
* * fixed incorrectly generated exportURI (still used the export-name insteadOliver Tappe2007-06-071-1/+1
* * fixed wrong default value for attribute 'start_xdmcp', should be 'kdm' Oliver Tappe2007-06-021-1/+1
* * dropped superfluous column vendor_os.export_counterOliver Tappe2007-05-291-2/+1Star
* * fixed incorrect use of private-path instead of stage1-path, as reportedOliver Tappe2007-05-181-1/+1
* * simplified declaration of base classes via 'use base'Oliver Tappe2007-05-135-28/+12Star
* * fixed error during loading of DB-modules I introduced yesterdayOliver Tappe2007-05-121-1/+1
* * cleanup in DB-modulesOliver Tappe2007-05-115-23/+16Star
* * reworked construction of export-URI to be delegated into the respectiveOliver Tappe2007-05-071-16/+11Star
* * changed ramfs_fsmods and ramfs_nicmods to be (system-only) attributesOliver Tappe2007-05-061-3/+8
* * added new table global_info to DB-schema, in order to support nbd-server-portsOliver Tappe2007-05-064-16/+175
* * fixed syntax problemsOliver Tappe2007-05-051-2/+3