Added
- API: add db retention support
#2486
@wslulciuc
Adds migration, adbRetention
config inmarquez.yml
for enabling a retention policy, and adb-retention
command for executing a policy. - API: add runs state indices
#2535
@phixme
Adds four indices to help run retention faster. - API: define
DbRetentionJob(Jdbi, DbRetentionConfig)
#2549
@wslulciuc
Adds@Positive
toDbRetentionConfig
instance variables for validatingDbRetentionConfig
properties internally within the class. - API: add log for when retention job starts
#2551
@wslulciuc
Adds logging ofDbRetentionJob
.
Fixed
- API: fix slow dataset query updates
#2534
@phixme
Scopes down nested facet queries to be the same scope as the outer query. - Client/Python: increase namespace length to 1024 characters
#2554
@hloomupgrade
Changes the namespace length constraint to sync up with the Java client's. - Web: remove pagination in case of no content
#2559
@Nisarg-Chokshi
UpdatesDataset
&Event
route rendering to remove pagination in the case of no content.