Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[24.0] Add more last minute PRs to release notes #17887

Merged
merged 1 commit into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions doc/source/releases/24.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`_
Expand Down Expand Up @@ -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`_
Expand Down Expand Up @@ -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`_
Expand All @@ -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`_
Expand Down
5 changes: 5 additions & 0 deletions doc/source/releases/24.0_prs.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading