Releases: grip-on-software/monetdb-import
Releases · grip-on-software/monetdb-import
v1.0.0
Added
- Support for OpenJDK 21 added.
- Integration test for importer added.
- Metric default target column for scale added.
- Metric target columns for direction, debt target and scale added.
- Metric version developer, along with email if provided, are now stored in the
LDAP developer table.
Changed
- Metric defaults uses the project export path instead of
the root path, as these are now project-dependent. - Metric defaults have
"base_name"
keys instead of"class_name"
. - The since date of metric values is now optional.
- Metric version developer and message columns are now optional.
- Working directory is inferred from
user.dir
instead ofjava.class.path
. - Importers that need a repository ID no longer throw an exception when the
repository is not found and instead log and ignore the data object. - Scripts for database schema validation and recreation can be run without
settings configuration.
Fixed
- Jira status incorrectly linked the status ID to itself as category instead of
the status category ID. - Metric value import handles floating point values correctly.
- TFS work item import was missing encryption field.
Removed
- Support for quality report data dropped, including metric values from old
history, compact history or references to local or networked files. - Metric target type column dropped.