Reference system 0.24
- M
- Jonas Lindberg Frellesen
Highlights
Support for multiple collections in the same bitrepository installation
This is a major release which changes the previous paradigm of one collection pr. bitrepository to allow many collections in the same bitrepository. This means that where the CollectionID was previously always the same throughout a installation, and were therefore mostly implied, a CollectionID is now necessary to access most of the functionality in the system.
The set of collections are defined in the RepositorySettings (formerly CollectionSettings), where each collection has a list of pillars defined.
New web gui for the reference services
The previous web GUI was evolved from the initial test GUI, and as for some while needed a redesign. As the focus on the web GUI has been increasing during the last periode, the GUI for the services have been reimplemented. This means:
- The old GUI has been removed.
- Access to the different protokol operations should now be done through the command line client. These operations are no longer available the the web gui.
- The new GUI is based on twitter bootstrap.
- Detailed information access has been added to many of the information elements on the GUI. This means it is possible to click on GUI elements to show the next level of details for this information.
- The information on the integrity GUI has been greatly increase.
- The performance of the integrity checking has been improved.
- The new GUI has support for multiple collection.
- The different services are now access through individual url's. This makes it easy to link directly to a service GUI.
New commandline client
A untested version of the client was available in the 0.23 release. The 0.24 command line client has been improved with
- Improved argument validation
- Better output for the getfileids and getchecksums commands
A list of know bugs has also been created for the cmd client, see the 'Uncovered bugs' listing below to view the complete list.
Updating from 0.23
RepositorySettings
See RepositorySettings 10 for CollectionSettings 0.9 -> RepositorySettings 10 upgrade.
ReferenceSettings
The
FileDir
settings in thePillarSettings
have been replaced by aCollectionDirs
defining the directories to map the files stored for the collections. Each CollectionDirs maps a list of collectionID which should be mapped to a set of dirs. If no collectionIDs are defined in aCollectionDirs
element, the dir file be used as the default dir.Example (where one collection has explicitly defined file-dirs and all other collections use the default file-archive dir):
<CollectionDirs> <CollectionID>collection1</CollectionID> <FileDirs>/data1/filedir</FileDirs> <FileDirs>/data2/filedir</FileDirs> </CollectionDirs> <CollectionDirs> <FileDirs>./file-archive</FileDirs> </CollectionDirs>
The data for each collection is separated beneath each filedir in folders matching the name of the given collection.
- A mandatory
AuditTrailPreservationCollection
element has been added to theAuditTrailServiceSettings
settings, defining the collection the AuditTrails should be backed up to.
Databases
All Derby databases will automatically be updated when the system first starts after the update. This is due to the introduction of the collectionID on many tables.
ReferencePillar
The directories in the previous FileDir has to be moved into a folder with the name of the collection, which the files belong to. E.g.:
- Previously directory: /data/referencepillar/FileDir
- New directory: /data/referencepillar/FileDir/collectionid
type | key | priority | summary |
---|---|---|---|
Unable to locate Jira server for this macro. It may be due to Application Link configuration. |
type | key | priority | summary | fixversion |
---|---|---|---|---|
Unable to locate Jira server for this macro. It may be due to Application Link configuration. |