diff --git a/doc/source/releases/23.1.rst b/doc/source/releases/23.1.rst index ea7f4f589230..c9b49a079b73 100644 --- a/doc/source/releases/23.1.rst +++ b/doc/source/releases/23.1.rst @@ -663,6 +663,9 @@ Fixes .. major_bug +* Copy the collection contents by default when copying a collection + (thanks to `@mvdbeek `__). + `Pull Request 16717`_ .. bug_tag_viz @@ -739,6 +742,9 @@ Fixes `Pull Request 16166`_ .. bug_tag_jobs +* Workaround for XML nodes of job resource parameters losing their children + (thanks to `@kysrpex `__). + `Pull Request 16728`_ * Add missing singularity_no_mount prop parsing (thanks to `@mvdbeek `__). `Pull Request 16367`_ @@ -782,6 +788,21 @@ Fixes `Pull Request 16280`_ .. bug +* Fix unittest mocks to support us checking geturl() + (thanks to `@dannon `__). + `Pull Request 16726`_ +* Fix allowlist deserialization in file sources + (thanks to `@mvdbeek `__). + `Pull Request 16729`_ +* force wrap long parameter names in the workflow form + (thanks to `@martenson `__). + `Pull Request 16731`_ +* force wrap long parameter names in the workflow form + (thanks to `@martenson `__). + `Pull Request 16732`_ +* prevent toolbox scrollbar + (thanks to `@martenson `__). + `Pull Request 16734`_ * Update 23.1 release tags for migration scripts (thanks to `@jdavcs `__). `Pull Request 16294`_ diff --git a/doc/source/releases/23.1_prs.rst b/doc/source/releases/23.1_prs.rst index 902a672fa0c0..2d21a2c7ebe7 100644 --- a/doc/source/releases/23.1_prs.rst +++ b/doc/source/releases/23.1_prs.rst @@ -1,5 +1,12 @@ .. github_links +.. _Pull Request 16717: https://github.com/galaxyproject/galaxy/pull/16717 +.. _Pull Request 16726: https://github.com/galaxyproject/galaxy/pull/16726 +.. _Pull Request 16728: https://github.com/galaxyproject/galaxy/pull/16728 +.. _Pull Request 16729: https://github.com/galaxyproject/galaxy/pull/16729 +.. _Pull Request 16731: https://github.com/galaxyproject/galaxy/pull/16731 +.. _Pull Request 16732: https://github.com/galaxyproject/galaxy/pull/16732 +.. _Pull Request 16734: https://github.com/galaxyproject/galaxy/pull/16734 .. _Pull Request 16632: https://github.com/galaxyproject/galaxy/pull/16632 .. _Pull Request 16294: https://github.com/galaxyproject/galaxy/pull/16294 .. _Pull Request 16299: https://github.com/galaxyproject/galaxy/pull/16299