[maven-release-plugin] prepare for next development iteration
[maven-release-plugin] copy for tag dnet-validator-workflows-1.1.2
[maven-release-plugin] prepare release dnet-validator-workflows-1.1.2
wf param blacklistGuidelines renamed to blacklistRuleName
validation wf param jobStatusUpdateInterval set to system param instead of user param, so it does not appear in the UI as requested by Jochen in #539
#539: renamed blacklistGuidelines wf param
[maven-release-plugin] copy for tag dnet-validator-workflows-1.1.1
[maven-release-plugin] prepare release dnet-validator-workflows-1.1.1
Setting properties in the process env, otherwise the workflow logs UI does not show the name of the data source of the validation wf
[maven-release-plugin] copy for tag dnet-validator-workflows-1.1.0
[maven-release-plugin] prepare release dnet-validator-workflows-1.1.0
Re-introduce some properties of the JobNode that I had wrongly removed in the previous commit.
cleaning parameter passing in the workflow and using the datasource original id instead of the repository id as param of the validation BB message
removed useless MergeEPR Job Node
[maven-release-plugin] copy for tag dnet-validator-workflows-1.0.2
[maven-release-plugin] prepare release dnet-validator-workflows-1.0.2
ignore iml file
camel case param name
#1448#note-11: blacklistGuidelines is another param.
#1448 updated BB parameters for validation
[maven-release-plugin] copy for tag dnet-validator-workflows-1.0.1
[maven-release-plugin] prepare release dnet-validator-workflows-1.0.1
using released parent
onDone not needed. onOnGoing must do its job only once
cheat on the blackboard: pretend the validator has finished when it sets its status to ongoing, so we can give the push RS to the next node straight away
debugging: reading the epr when validator is onDone
Sleeping 5 seconds before looking for the validator epr
log
depending on junit
XSLT that copies validation result into the record's header
Updated node description
some useful logs about counters
Considering the recordSampleSize parameters when getting the total number of elements to validate.
Depending on modular-mdstore version >=4.1.0 as we require the method size(mdstoreId) to show the progress bar.
fixed reference to bean name
handling progress bar.new parameter (jobStatusUpdateInterval) to set the interval that recordsTested parameter will be updated
fixed parameter names
Possibility to skip the validation step and transform the native mdstore.
Added intermediate step that should be used to transform validated records in a format suitable for the TransformatorServce.
Added repo-hi workflow profile and dependency to dnet-aggregative-basic-workflows
[maven-release-plugin] copy for tag dnet-validator-workflows-1.0.0
[maven-release-plugin] prepare release dnet-validator-workflows-1.0.0
addeds scm
We need a dedicated template for transformation, as the input is not anymore the native mdstore, but the validated mdstore.Added placeholder for the xslt that takes the validation result and put it in our records for the transformator.Updated params to pass to the ValidatorService BB job.
fixed xml
Changed BB params according to specs in #538
Validator-related nodes moved here from mincyt workflows
basic files for workflows including validator as a step
Creating new module for validator job nodes and co.