Releases: askimed/nf-test
Releases · askimed/nf-test
v0.9.1
What's Changed
- Fix typo in
--changedUntil
parameter by @lukfor in #238 - Update resources.md by @sateeshperi in #241
- Add nf-test plugin cookiecutter template link by @nvnieuwk in #253
- Add
NFT_JAVA_ARGS
environment variable support for custom JVM options by @lukfor in #264
New Contributors
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- Update resources.md by @sateeshperi in #207
- Update resources.md by @sateeshperi in #212
- Delay launchdir init until test execution by @jmuhlich in #214
- Create
mock.nf
in project folder instead of meta folder by @lukfor in #198 - Add
requires
tonf-test.config
in order to specify minimal nf-test version by @lukfor in #191 - Add test-execution optimization and sharding options by @lukfor in #216
- Add flag to filter dependencies based on test case type by @lukfor in #219
- Improve coverage output by @lukfor in #224
- feat: add classname attribute to junit xml report by @kenibrewer in #229
- Serializes null values in channel outputs by @lukfor in #232
- Update external libraries to fix security issues by @lukfor in #233
New Contributors
- @jmuhlich made their first contribution in #214
- @kenibrewer made their first contribution in #229
Full Changelog: v0.8.4...v0.9.0
v0.9.0-rc2
What's Changed
Full Changelog: v0.9.0-rc1...v0.9.0-rc2
v0.9.0-rc1
What's Changed
- Update resources.md by @sateeshperi in #207
- Update resources.md by @sateeshperi in #212
- Delay launchdir init until test execution by @jmuhlich in #214
- Create
mock.nf
in project folder instead of meta folder by @lukfor in #198 - Add
requires
tonf-test.config
in order to specify minimal nf-test version by @lukfor in #191 - Add test-execution optimization and sharding options by @lukfor in #216
New Contributors
Full Changelog: v0.8.4...v0.9.0-rc1
v0.8.4
What's Changed
- Switch to Java 11 and add Java 20 support by @lukfor in #171
- Add process name, function name and workflow name to tags by @lukfor in #184
- Add csv format to
list
commands by @lukfor in #187 - Throw error when a snapshot with same id was created multiple time by @lukfor in #188
- Add nf-test and nextflow version to snapshots by @lukfor in #189
- Fix issue with relative paths in channel serialization by @lukfor in #185
- Add
md5()
function to snapshot by @lukfor in #190 - Add property to set alias for dependencies by @lukfor in #183
- Handle File objects correctly in snapshots by @lukfor in #194
Full Changelog: v0.8.3...v0.8.4
v0.8.3
What's Changed
- fix broken links in documentation by @MarieLataretu in #162
- split on lines in CommandStreamHandler by @ahvigil in #167
- Set default staging mode in config file by @lukfor in #172
New Contributors
- @MarieLataretu made their first contribution in #162
- @ahvigil made their first contribution in #167
Full Changelog: v0.8.2...v0.8.3
v0.8.2
What's Changed
- Actually skip creating default NextflowConfig by @afaulconbridge in #137
- fix typo in docs by @mashehu in #142
- Update nextflow_process.md by @sateeshperi in #133
- add copy button to code blocks by @mashehu in #143
- calculate md5 hash of .gz files based on file content by @koenbossers in #144
- Update resources.md by @sateeshperi in #150
- docs: add explicit file snapshot example by @jfy133 in #151
New Contributors
- @afaulconbridge made their first contribution in #137
- @mashehu made their first contribution in #142
- @koenbossers made their first contribution in #144
- @jfy133 made their first contribution in #151
Full Changelog: v0.8.1...v0.8.2
v0.8.1
What's Changed
- Fix issue with outputDir and make remaining variables read only by @lukfor in #126
- Fix issue with nested params using Nextflow syntax by @lukfor in #129
- Add possibility to set and combine multiple profiles by @lukfor in #128
- Add option for staging user-defined files by @lukfor in #130
- Enable the execution of dependent modules for generating test data by @lukfor in #127
- Add new option
--verbose
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- Improve Nextflow script parsing by @seppinho in #85
- Update landing page and documentation by @lukfor in #114
- Extend
list
command by additional output formats by @lukfor in #105 - Add support of relative paths for script definition by @lukfor in #103
- Fix issues in channel serialization by @lukfor in #112
- Support nested objects in auto-sort by @lukfor in #115
- Use a separate test context for each testcase by @lukfor in #107
- List and clean obsolete snapshots by @lukfor in #113
- Use
diff
or similar tool to compare snapshots by @lukfor in #106 - Add
$launchDir
and change directory where Nextflow processes are executed by @lukfor in #117 - Update resources.md by @sateeshperi in #118
- Add basic logging support by @lukfor in #119
- Fix bug in handling non-unique filenames by sorting via hash by @lukfor in #122
New Contributors
- @sateeshperi made their first contribution in #118
Full Changelog: v0.7.3...v0.8.0
v0.8.0-rc2
What's Changed
Full Changelog: v0.8.0-rc1...v0.8.0-rc2