Merge pull request #17887 from jdavcs/24.0_release_notes

[24.0] Add more last minute PRs to release notes
This commit is contained in:
John Davis
2024-04-02 14:49:22 -04:00
committed by GitHub
2 changed files with 20 additions and 0 deletions
+15
View File
@@ -14,6 +14,9 @@ Enhancements
.. feature
* 24.0 release notes
(thanks to `@jdavcs <https://github.com/jdavcs>`__).
`Pull Request 17610`_
* New Workflow List and Card View
(thanks to `@itisAliRH <https://github.com/itisAliRH>`__).
`Pull Request 16607`_
@@ -153,6 +156,9 @@ Enhancements
`Pull Request 17498`_
.. enhancement
* Fix Multi-History status bar reactivity
(thanks to `@davelopez <https://github.com/davelopez>`__).
`Pull Request 17812`_
* Allow admin to sharpen language about selected object stores
(thanks to `@jmchilton <https://github.com/jmchilton>`__).
`Pull Request 17806`_
@@ -634,6 +640,9 @@ Fixes
`Pull Request 17485`_
.. bug_tag_jobs
* Ignore user data table errors for now
(thanks to `@mvdbeek <https://github.com/mvdbeek>`__).
`Pull Request 17880`_
* Also set extension and metadata on copies of job outputs when finishing job
(thanks to `@mvdbeek <https://github.com/mvdbeek>`__).
`Pull Request 17777`_
@@ -644,6 +653,12 @@ Fixes
`Pull Request 17243`_
.. bug
* Fix tool panel loading delay
(thanks to `@ahmedhamidawan <https://github.com/ahmedhamidawan>`__).
`Pull Request 17847`_
* Fix archived histories mixing with active in histories list
(thanks to `@davelopez <https://github.com/davelopez>`__).
`Pull Request 17856`_
* Minor refactor of query building logic for readability
(thanks to `@jdavcs <https://github.com/jdavcs>`__).
`Pull Request 17835`_
+5
View File
@@ -1,5 +1,10 @@
.. github_links
.. _Pull Request 17610: https://github.com/galaxyproject/galaxy/pull/17610
.. _Pull Request 17812: https://github.com/galaxyproject/galaxy/pull/17812
.. _Pull Request 17847: https://github.com/galaxyproject/galaxy/pull/17847
.. _Pull Request 17856: https://github.com/galaxyproject/galaxy/pull/17856
.. _Pull Request 17880: https://github.com/galaxyproject/galaxy/pull/17880
.. _Pull Request 17806: https://github.com/galaxyproject/galaxy/pull/17806
.. _Pull Request 17835: https://github.com/galaxyproject/galaxy/pull/17835
.. _Pull Request 17842: https://github.com/galaxyproject/galaxy/pull/17842