You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Initial job tests functionality, including `thor job_tests suite` command and `JobTest::CsvJob::Equal` test type https://github.com/lyrasis/kiba-extend/pull/246[PR#246]
49
49
* `JobTest::CsvJob::Equal` job test type https://github.com/lyrasis/kiba-extend/pull/247[PR#247]
50
-
* Add `mode` parameter to `Kiba::Extend::Job.output?` method.
50
+
* `mode` parameter to `Kiba::Extend::Job.output?` method.
51
51
The purpose of this is to turn off warnings if a job is not necessarily expected to exist, such as may be defined in dynamic code.
* Add `Kiba::Extend::Job.registered?` method, to check for whether a job exists, without verifying it has output, or reporting errors/warnings if it does not.
53
+
* `Kiba::Extend::Job.registered?` method, to check for whether a job exists, without verifying it has output, or reporting errors/warnings if it does not.
* Add `report` parameter to `Delete::EmptyFields` transform, which causes deleted field names to be written to STDOUT.
55
+
* `report` parameter to `Delete::EmptyFields` transform, which causes deleted field names to be written to STDOUT.
56
56
This is useful if you want to mark deleted fields as omitted from a project, or otherwise keep track of what fields were empty at a given point in time
* Add handling of `omit_from_all_fields` param to https://lyrasis.github.io/kiba-extend/Kiba/Extend/Transforms/Allable.html[`Allable` transform mixin] and all transforms that use it
70
+
* Handling of `omit_from_all_fields` param to https://lyrasis.github.io/kiba-extend/Kiba/Extend/Transforms/Allable.html[`Allable` transform mixin] and all transforms that use it
0 commit comments