Skip to content

Commit

Permalink
Add last PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavcs committed Jan 23, 2024
1 parent e2ec5bc commit c855b1e
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 1 deletion.
45 changes: 45 additions & 0 deletions doc/source/releases/23.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Enhancements
.. feature
* Initial release notes for 23.2
(thanks to `@dannon <https://github.com/dannon>`__).
`Pull Request 17259`_
* Make form repeat blocks reorderable
(thanks to `@ElectronicBlueberry <https://github.com/ElectronicBlueberry>`__).
`Pull Request 14892`_
Expand Down Expand Up @@ -135,6 +138,9 @@ Enhancements
`Pull Request 16345`_
.. enhancement_tag_jobs
* Enable job resubmissions in k8s runner
(thanks to `@pcm32 <https://github.com/pcm32>`__).
`Pull Request 15238`_
* Towards SQLAlchemy 2.0 (upgrades to SQLAlchemy Core usage)
(thanks to `@jdavcs <https://github.com/jdavcs>`__).
`Pull Request 16264`_
Expand All @@ -154,6 +160,9 @@ Enhancements
`Pull Request 17178`_
.. enhancement
* Improve embed performance
(thanks to `@ElectronicBlueberry <https://github.com/ElectronicBlueberry>`__).
`Pull Request 17326`_
* Add parameter name to validation errors
(thanks to `@bernt-matthias <https://github.com/bernt-matthias>`__).
`Pull Request 15440`_
Expand Down Expand Up @@ -554,6 +563,9 @@ Fixes
`Pull Request 17233`_
.. bug_tag_tools
* Add back 1.1.0 version of Filtering1 tool
(thanks to `@mvdbeek <https://github.com/mvdbeek>`__).
`Pull Request 16883`_
* Add missing requirements to perl tools
(thanks to `@mvdbeek <https://github.com/mvdbeek>`__).
`Pull Request 16763`_
Expand All @@ -571,6 +583,9 @@ Fixes
`Pull Request 17036`_
.. bug_tag_workflows
* Fix ``to_cwl`` for nested collections
(thanks to `@mvdbeek <https://github.com/mvdbeek>`__).
`Pull Request 17276`_
* Fix workflow output display without label
(thanks to `@mvdbeek <https://github.com/mvdbeek>`__).
`Pull Request 16749`_
Expand Down Expand Up @@ -629,6 +644,12 @@ Fixes
`Pull Request 17104`_
.. bug_tag_jobs
* Rollback invalidated transaction
(thanks to `@jdavcs <https://github.com/jdavcs>`__).
`Pull Request 17280`_
* Rollback invalidated transaction: catch them earlier
(thanks to `@jdavcs <https://github.com/jdavcs>`__).
`Pull Request 17312`_
* Ensure Job belongs to current SQLAlchemy session
(thanks to `@jdavcs <https://github.com/jdavcs>`__).
`Pull Request 16647`_
Expand Down Expand Up @@ -666,6 +687,30 @@ Fixes
`Pull Request 17055`_
.. bug
* Remove duplicates when copying sections for tool panel view
(thanks to `@bernt-matthias <https://github.com/bernt-matthias>`__).
`Pull Request 17117`_
* Tagging component performance improvements
(thanks to `@ElectronicBlueberry <https://github.com/ElectronicBlueberry>`__).
`Pull Request 17253`_
* Always copy datasets in collection builder modals
(thanks to `@mvdbeek <https://github.com/mvdbeek>`__).
`Pull Request 17268`_
* Install newer celery on python 3.8+
(thanks to `@mvdbeek <https://github.com/mvdbeek>`__).
`Pull Request 17309`_
* Backport Rollback invalidated transaction: catch them earlier
(thanks to `@mvdbeek <https://github.com/mvdbeek>`__).
`Pull Request 17315`_
* Discard SQLAlchemy session after task completion
(thanks to `@mvdbeek <https://github.com/mvdbeek>`__).
`Pull Request 17317`_
* Scope session for job runner monitor loop
(thanks to `@mvdbeek <https://github.com/mvdbeek>`__).
`Pull Request 17319`_
* Fix subworkflow edit button
(thanks to `@ElectronicBlueberry <https://github.com/ElectronicBlueberry>`__).
`Pull Request 17330`_
* Disable verbose parso logging in db_shell.py
(thanks to `@mvdbeek <https://github.com/mvdbeek>`__).
`Pull Request 16410`_
Expand Down
3 changes: 3 additions & 0 deletions doc/source/releases/23.2_announce_user.rst
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@ Builtin Tool Updates
===========================================================

.. tools
* Add back 1.1.0 version of Filtering1 tool
(thanks to `@mvdbeek <https://github.com/mvdbeek>`__).
`Pull Request 16883`_
* Update cellxgene interactive tool to 1.1.1
(thanks to `@pcm32 <https://github.com/pcm32>`__).
`Pull Request 15313`_
Expand Down
16 changes: 16 additions & 0 deletions doc/source/releases/23.2_prs.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@

.. github_links
.. _Pull Request 15238: https://github.com/galaxyproject/galaxy/pull/15238
.. _Pull Request 16883: https://github.com/galaxyproject/galaxy/pull/16883
.. _Pull Request 17117: https://github.com/galaxyproject/galaxy/pull/17117
.. _Pull Request 17253: https://github.com/galaxyproject/galaxy/pull/17253
.. _Pull Request 17259: https://github.com/galaxyproject/galaxy/pull/17259
.. _Pull Request 17268: https://github.com/galaxyproject/galaxy/pull/17268
.. _Pull Request 17276: https://github.com/galaxyproject/galaxy/pull/17276
.. _Pull Request 17280: https://github.com/galaxyproject/galaxy/pull/17280
.. _Pull Request 17309: https://github.com/galaxyproject/galaxy/pull/17309
.. _Pull Request 17312: https://github.com/galaxyproject/galaxy/pull/17312
.. _Pull Request 17315: https://github.com/galaxyproject/galaxy/pull/17315
.. _Pull Request 17317: https://github.com/galaxyproject/galaxy/pull/17317
.. _Pull Request 17319: https://github.com/galaxyproject/galaxy/pull/17319
.. _Pull Request 17323: https://github.com/galaxyproject/galaxy/pull/17323
.. _Pull Request 17326: https://github.com/galaxyproject/galaxy/pull/17326
.. _Pull Request 17330: https://github.com/galaxyproject/galaxy/pull/17330
.. _Pull Request 14892: https://github.com/galaxyproject/galaxy/pull/14892
.. _Pull Request 14955: https://github.com/galaxyproject/galaxy/pull/14955
.. _Pull Request 15000: https://github.com/galaxyproject/galaxy/pull/15000
Expand Down
2 changes: 1 addition & 1 deletion doc/source/releases/24.0_announce.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:orphan:

===========================================================
Early 2024 Galaxy Release (v 24.0)
February 2024 Galaxy Release (v 24.0)
===========================================================


Expand Down

0 comments on commit c855b1e

Please sign in to comment.