|
12 | 12 | - Fix a typo ([#3268](https://github.com/nf-core/tools/pull/3268)) |
13 | 13 | - Remove `def` from `nextflow.config` and add `trace_report_suffix` param ([#3296](https://github.com/nf-core/tools/pull/3296)) |
14 | 14 | - Move `includeConfig 'conf/modules.config'` next to `includeConfig 'conf/base.config'` to not overwrite tests profiles configurations ([#3301](https://github.com/nf-core/tools/pull/3301)) |
| 15 | +- Use `params.monochrome_logs` in the template and update nf-core components ([#3310](https://github.com/nf-core/tools/pull/3310)) |
| 16 | +- Fix some typos and improve writing in `usage.md` and `CONTRIBUTING.md` ([#3302](https://github.com/nf-core/tools/pull/3302)) |
| 17 | +- Add `manifest.contributors` to `nextflow.config` ([#3311](https://github.com/nf-core/tools/pull/3311)) |
15 | 18 |
|
16 | 19 | ### Download |
17 | 20 |
|
18 | 21 | - First steps towards fixing [#3179](https://github.com/nf-core/tools/issues/3179): Modify `prioritize_direct_download()` to retain Seqera Singularity https:// Container URIs and hardcode Seqera Containers into `gather_registries()` ([#3244](https://github.com/nf-core/tools/pull/3244)). |
| 22 | +- Further steps towards fixing [#3179](https://github.com/nf-core/tools/issues/3179): Enable limited support for `oras://` container paths (_only absolute URIs, no flexible registries like with Docker_) and prevent unnecessary image downloads for Seqera Container modules with `reconcile_seqera_container_uris()` ([#3293](https://github.com/nf-core/tools/pull/3293)). |
19 | 23 | - Update dawidd6/action-download-artifact action to v7 ([#3306](https://github.com/nf-core/tools/pull/3306)) |
20 | 24 |
|
21 | 25 | ### Linting |
22 | 26 |
|
23 | | -- General: Run pre-commit when testing linting the template pipeline ([#3280](https://github.com/nf-core/tools/pull/3280)) |
| 27 | +- allow mixed `str` and `dict` entries in lint config ([#3228](https://github.com/nf-core/tools/pull/3228)) |
| 28 | +- fix meta_yml linting test failing due to module.process_name always being "" ([#3317](https://github.com/nf-core/tools/pull/3317)) |
| 29 | +- fix module section regex matching wrong things ([#3321](https://github.com/nf-core/tools/pull/3321)) |
24 | 30 |
|
25 | 31 | ### Modules |
26 | 32 |
|
|
29 | 35 | ### Subworkflows |
30 | 36 |
|
31 | 37 | - Add `nf-core subworkflows patch` command ([#2861](https://github.com/nf-core/tools/pull/2861)) |
| 38 | +- Improve subworkflow nf-test migration warning ([#3298](https://github.com/nf-core/tools/pull/3298)) |
32 | 39 |
|
33 | 40 | ### General |
34 | 41 |
|
|
42 | 49 | - Update GitHub Actions ([#3237](https://github.com/nf-core/tools/pull/3237)) |
43 | 50 | - add `--dir/-d` option to schema commands ([#3247](https://github.com/nf-core/tools/pull/3247)) |
44 | 51 | - Update pre-commit hook astral-sh/ruff-pre-commit to v0.7.1 ([#3250](https://github.com/nf-core/tools/pull/3250)) |
| 52 | +- fix headers in api docs ([#3323](https://github.com/nf-core/tools/pull/3323)) |
45 | 53 | - handle new schema structure in `nf-core pipelines create-params-file` ([#3276](https://github.com/nf-core/tools/pull/3276)) |
46 | 54 | - Update Gitpod image to use Miniforge instead of Miniconda([#3274](https://github.com/nf-core/tools/pull/3274)) |
47 | 55 | - Update pre-commit hook astral-sh/ruff-pre-commit to v0.7.3 ([#3275](https://github.com/nf-core/tools/pull/3275)) |
|
50 | 58 | - Update codecov/codecov-action action to v5 ([#3283](https://github.com/nf-core/tools/pull/3283)) |
51 | 59 | - Update python:3.12-slim Docker digest to 2a6386a ([#3284](https://github.com/nf-core/tools/pull/3284)) |
52 | 60 | - Update pre-commit hook astral-sh/ruff-pre-commit to v0.8.0 ([#3299](https://github.com/nf-core/tools/pull/3299)) |
| 61 | +- Update gitpod/workspace-base Docker digest to 12853f7 ([#3309](https://github.com/nf-core/tools/pull/3309)) |
| 62 | +- Run pre-commit when testing linting the template pipeline ([#3280](https://github.com/nf-core/tools/pull/3280)) |
| 63 | +- Update pre-commit hook astral-sh/ruff-pre-commit to v0.8.2 ([#3325](https://github.com/nf-core/tools/pull/3325)) |
| 64 | +- Make CLI prompt less nf-core specific ([#3326](https://github.com/nf-core/tools/pull/3326)) |
| 65 | +- Update gitpod vscode extensions to use nf-core extension pack ([#3327](https://github.com/nf-core/tools/pull/3327)) |
| 66 | +- Remove toList() channel operation from inside onComplete block ([#3304](https://github.com/nf-core/tools/pull/3304)) |
| 67 | +- build: Setup VS Code tests ([#3292](https://github.com/nf-core/tools/pull/3292)) |
53 | 68 | - Update dependency textual-dev to v1.7.0 ([#3308](https://github.com/nf-core/tools/pull/3308)) |
54 | 69 |
|
55 | 70 | ## [v3.0.2 - Titanium Tapir Patch](https://github.com/nf-core/tools/releases/tag/3.0.2) - [2024-10-11] |
|
0 commit comments