Skip to content

Commit

Permalink
Create release 0.75.24
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Jul 4, 2024
1 parent 06de31d commit 5403ef9
Show file tree
Hide file tree
Showing 10 changed files with 51 additions and 2 deletions.
29 changes: 29 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ History

.. to_doc
---------------------
0.75.24 (2024-07-04)
---------------------
* Workflow best practices: check that creator identifiers are URIs (thanks to
`@elichad`_). `Pull Request 1458`_
* Update pinning for Galaxy 24.1 (thanks to `@bernt-matthias`_). `Pull Request
1460`_
* Add option to create a minimal markdown test report (thanks to
`@bernt-matthias`_). `Pull Request 1462`_
* Increase worflow linting (thanks to `@lldelisle`_). `Pull Request 1463`_
* Run CI tests against newer Galaxy versions (thanks to `@bernt-matthias`_).
`Pull Request 1466`_
* Add the option to provide a history id to run the workflow in (thanks to
`@Delphine-L`_). `Pull Request 1461`_
* Make sure that skip list does not get `['']` (if no skip is given) (thanks
to `@bernt-matthias`_). `Pull Request 1453`_
* Tool linting add `--skip_file` and remove lxml schema validation (thanks to
`@bernt-matthias`_). `Pull Request 1420`_

---------------------
0.75.23 (2024-05-08)
---------------------
Expand Down Expand Up @@ -2120,6 +2139,14 @@ History
tools - and more experimental features involving Docker and Homebrew. 7d07782_

.. github_links
.. _Pull Request 1458: https://github.com/galaxyproject/planemo/pull/1458
.. _Pull Request 1460: https://github.com/galaxyproject/planemo/pull/1460
.. _Pull Request 1462: https://github.com/galaxyproject/planemo/pull/1462
.. _Pull Request 1463: https://github.com/galaxyproject/planemo/pull/1463
.. _Pull Request 1466: https://github.com/galaxyproject/planemo/pull/1466
.. _Pull Request 1461: https://github.com/galaxyproject/planemo/pull/1461
.. _Pull Request 1453: https://github.com/galaxyproject/planemo/pull/1453
.. _Pull Request 1420: https://github.com/galaxyproject/planemo/pull/1420
.. _Pull Request 1445: https://github.com/galaxyproject/planemo/pull/1445
.. _Pull Request 1450: https://github.com/galaxyproject/planemo/pull/1450
.. _Pull Request 1441: https://github.com/galaxyproject/planemo/pull/1441
Expand Down Expand Up @@ -3061,3 +3088,5 @@ History
.. _@mstabrin: https://github.com/mstabrin
.. _@paulzierep: https://github.com/paulzierep
.. _@Kulivox: https://github.com/Kulivox
.. _@Delphine-L: https://github.com/Delphine-L
.. _@elichad: https://github.com/elichad
3 changes: 3 additions & 0 deletions docs/commands/autoupdate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ Auto-update tool requirements by checking against Conda and updating if newer ve
in CI)
--test_output_markdown PATH Output test report (Markdown style - for
humans & computers)
--test_output_markdown_minimal PATH
Output test report (Minimal markdown style -
jost the table)
--test_output_xunit PATH Output test report (xunit style - for CI
systems
--test_output_junit PATH Output test report (jUnit style - for CI
Expand Down
3 changes: 3 additions & 0 deletions docs/commands/run.rst
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,9 @@ Planemo command for running tools and jobs.
in CI)
--test_output_markdown PATH Output test report (Markdown style - for
humans & computers)
--test_output_markdown_minimal PATH
Output test report (Minimal markdown style -
jost the table)
--test_output_xunit PATH Output test report (xunit style - for CI
systems
--test_output_junit PATH Output test report (jUnit style - for CI
Expand Down
3 changes: 3 additions & 0 deletions docs/commands/shed_test.rst
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ install these artifacts, and run the tool tests for these commands.
in CI)
--test_output_markdown PATH Output test report (Markdown style - for
humans & computers)
--test_output_markdown_minimal PATH
Output test report (Minimal markdown style -
jost the table)
--test_output_xunit PATH Output test report (xunit style - for CI
systems
--test_output_junit PATH Output test report (jUnit style - for CI
Expand Down
3 changes: 3 additions & 0 deletions docs/commands/test.rst
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@ please careful and do not try this against production Galaxy instances.
in CI)
--test_output_markdown PATH Output test report (Markdown style - for
humans & computers)
--test_output_markdown_minimal PATH
Output test report (Minimal markdown style -
jost the table)
--test_output_xunit PATH Output test report (xunit style - for CI
systems
--test_output_junit PATH Output test report (jUnit style - for CI
Expand Down
3 changes: 3 additions & 0 deletions docs/commands/test_reports.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ from the structured test output (tool_test_output.json).
in CI)
--test_output_markdown PATH Output test report (Markdown style - for
humans & computers)
--test_output_markdown_minimal PATH
Output test report (Minimal markdown style -
jost the table)
--test_output_xunit PATH Output test report (xunit style - for CI
systems
--test_output_junit PATH Output test report (jUnit style - for CI
Expand Down
2 changes: 2 additions & 0 deletions docs/commands/workflow_lint.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ Check workflows for syntax errors and best practices.
(e.g. passing --skip 'citations,xml_order'
would skip linting of citations and best-
practice XML ordering.
--iwc Check workflows directory with the standards
of iwc
--help Show this message and exit.
3 changes: 3 additions & 0 deletions docs/commands/workflow_test_on_invocation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ Run defined tests against existing workflow invocation.
in CI)
--test_output_markdown PATH Output test report (Markdown style - for
humans & computers)
--test_output_markdown_minimal PATH
Output test report (Minimal markdown style -
jost the table)
--test_output_xunit PATH Output test report (xunit style - for CI
systems
--test_output_junit PATH Output test report (jUnit style - for CI
Expand Down
2 changes: 1 addition & 1 deletion docs/standards
2 changes: 1 addition & 1 deletion planemo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.75.24.dev0"
__version__ = "0.75.24"


PROJECT_NAME = "planemo"
Expand Down

0 comments on commit 5403ef9

Please sign in to comment.