Skip to content

Commit 04abcd5

Browse files
Create version 24.1.2
1 parent 0c711df commit 04abcd5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+298
-94
lines changed

lib/galaxy/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
VERSION_MAJOR = "24.1"
2-
VERSION_MINOR = "2.dev0"
2+
VERSION_MINOR = "2"
33
VERSION = VERSION_MAJOR + (f".{VERSION_MINOR}" if VERSION_MINOR else "")

packages/app/HISTORY.rst

+48-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,56 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.1.2.dev0
8-
-----------
6+
-------------------
7+
24.1.2 (2024-09-25)
8+
-------------------
9+
910

11+
=========
12+
Bug fixes
13+
=========
14+
15+
* Return generic message for password reset email by `@ahmedhamidawan <https://github.com/ahmedhamidawan>`_ in `#18479 <https://github.com/galaxyproject/galaxy/pull/18479>`_
16+
* Increase API robustness to invalid requests, improve compressed data serving by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18494 <https://github.com/galaxyproject/galaxy/pull/18494>`_
17+
* Prevent job submission if input collection element is deleted by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18517 <https://github.com/galaxyproject/galaxy/pull/18517>`_
18+
* Strip unicode null from tool stdio by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18527 <https://github.com/galaxyproject/galaxy/pull/18527>`_
19+
* Fix map over calculation for runtime inputs by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18535 <https://github.com/galaxyproject/galaxy/pull/18535>`_
20+
* Fix for not-null in 'column_list' object by `@hujambo-dunia <https://github.com/hujambo-dunia>`_ in `#18553 <https://github.com/galaxyproject/galaxy/pull/18553>`_
21+
* Also fail ``ensure_dataset_on_disk`` if dataset is in new state by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18559 <https://github.com/galaxyproject/galaxy/pull/18559>`_
22+
* Fix sqlalchemy statement in tooltagmanager reset output by `@dannon <https://github.com/dannon>`_ in `#18591 <https://github.com/galaxyproject/galaxy/pull/18591>`_
23+
* Set minimum weasyprint version by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18606 <https://github.com/galaxyproject/galaxy/pull/18606>`_
24+
* Improve relabel identifiers message when number of columns is not 2 by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18634 <https://github.com/galaxyproject/galaxy/pull/18634>`_
25+
* Fix extract workflow from history when implicit collection has no jobs by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18661 <https://github.com/galaxyproject/galaxy/pull/18661>`_
26+
* Make sure we set file size also for purged outputs by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18681 <https://github.com/galaxyproject/galaxy/pull/18681>`_
27+
* File source and object store instance api fixes by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18685 <https://github.com/galaxyproject/galaxy/pull/18685>`_
28+
* Fix change datatype PJA on expression tool data outputs by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18691 <https://github.com/galaxyproject/galaxy/pull/18691>`_
29+
* Fill in missing help for cross product tools. by `@jmchilton <https://github.com/jmchilton>`_ in `#18698 <https://github.com/galaxyproject/galaxy/pull/18698>`_
30+
* Fix subworkflow scheduling for delayed subworkflow steps connected to data inputs by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18731 <https://github.com/galaxyproject/galaxy/pull/18731>`_
31+
* Catch and display exceptions when importing malformatted yaml workflows by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18734 <https://github.com/galaxyproject/galaxy/pull/18734>`_
32+
* Fix infinitely delayed workflow scheduling if skipped step creates HDCA by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18751 <https://github.com/galaxyproject/galaxy/pull/18751>`_
33+
* Fix directory get or create logic by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18752 <https://github.com/galaxyproject/galaxy/pull/18752>`_
34+
* Fix job summary for optional unset job data inputs by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18754 <https://github.com/galaxyproject/galaxy/pull/18754>`_
35+
* Allow to change only the description of a quota by `@bernt-matthias <https://github.com/bernt-matthias>`_ in `#18775 <https://github.com/galaxyproject/galaxy/pull/18775>`_
36+
* Fix wrong extension on pick data output by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18798 <https://github.com/galaxyproject/galaxy/pull/18798>`_
37+
* Fix unspecified ``oidc_endpoint`` variable overwriting specified ``redirect_url`` by `@bgruening <https://github.com/bgruening>`_ in `#18818 <https://github.com/galaxyproject/galaxy/pull/18818>`_
38+
* Fix wrong celery_app config on job and workflow handlers by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18819 <https://github.com/galaxyproject/galaxy/pull/18819>`_
39+
* Fix ``named cursor is not valid anymore`` by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18825 <https://github.com/galaxyproject/galaxy/pull/18825>`_
40+
* Tighten TRS url check by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18841 <https://github.com/galaxyproject/galaxy/pull/18841>`_
41+
* Fix Workflow index bookmark filter by `@itisAliRH <https://github.com/itisAliRH>`_ in `#18842 <https://github.com/galaxyproject/galaxy/pull/18842>`_
42+
* Skip metric collection if job working directory doesn't exist by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18845 <https://github.com/galaxyproject/galaxy/pull/18845>`_
43+
* Extend on disk checks to running, queued and error states by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18846 <https://github.com/galaxyproject/galaxy/pull/18846>`_
44+
* Raise MessageException instead of assertions on rerun problems by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18858 <https://github.com/galaxyproject/galaxy/pull/18858>`_
45+
* Fix data_column ref to nested collection by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18875 <https://github.com/galaxyproject/galaxy/pull/18875>`_
46+
* Fix loading very old workflows with data inputs by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18876 <https://github.com/galaxyproject/galaxy/pull/18876>`_
47+
48+
============
49+
Enhancements
50+
============
1051

52+
* Include workflow invocation id in exception logs by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18594 <https://github.com/galaxyproject/galaxy/pull/18594>`_
53+
* Implemented the generic OIDC backend from python-social-auth into Gal… by `@Edmontosaurus <https://github.com/Edmontosaurus>`_ in `#18670 <https://github.com/galaxyproject/galaxy/pull/18670>`_
54+
* Collect job metrics also when job failed by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18809 <https://github.com/galaxyproject/galaxy/pull/18809>`_
55+
* prevent "missing refresh_token" errors by supporting <extra_scopes> also with Keycloak backend by `@ljocha <https://github.com/ljocha>`_ in `#18826 <https://github.com/galaxyproject/galaxy/pull/18826>`_
1156

1257
-------------------
1358
24.1.1 (2024-07-02)

packages/app/setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ long_description = file: README.rst, HISTORY.rst
2727
long_description_content_type = text/x-rst
2828
name = galaxy-app
2929
url = https://github.com/galaxyproject/galaxy
30-
version = 24.1.2.dev0
30+
version = 24.1.2
3131

3232
[options]
3333
include_package_data = True

packages/auth/HISTORY.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.1.2.dev0
8-
-----------
9-
6+
-------------------
7+
24.1.2 (2024-09-25)
8+
-------------------
109

10+
No recorded changes since last release
1111

1212
-------------------
1313
24.1.1 (2024-07-02)

packages/auth/setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ long_description = file: README.rst, HISTORY.rst
2727
long_description_content_type = text/x-rst
2828
name = galaxy-auth
2929
url = https://github.com/galaxyproject/galaxy
30-
version = 24.1.2.dev0
30+
version = 24.1.2
3131

3232
[options]
3333
include_package_data = True

packages/config/HISTORY.rst

+23-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,31 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.1.2.dev0
8-
-----------
6+
-------------------
7+
24.1.2 (2024-09-25)
8+
-------------------
9+
10+
11+
=========
12+
Bug fixes
13+
=========
14+
15+
* Strip whitespace when listifying admin users by `@jdavcs <https://github.com/jdavcs>`_ in `#18656 <https://github.com/galaxyproject/galaxy/pull/18656>`_
916

17+
============
18+
Enhancements
19+
============
20+
21+
* Make `default_panel_view` a `_by_host` option by `@natefoo <https://github.com/natefoo>`_ in `#18471 <https://github.com/galaxyproject/galaxy/pull/18471>`_
22+
* More datatype deprecation warnings by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18612 <https://github.com/galaxyproject/galaxy/pull/18612>`_
23+
* Implemented the generic OIDC backend from python-social-auth into Gal… by `@Edmontosaurus <https://github.com/Edmontosaurus>`_ in `#18670 <https://github.com/galaxyproject/galaxy/pull/18670>`_
24+
25+
=============
26+
Other changes
27+
=============
1028

29+
* Backport pod5 datatype by `@TomHarrop <https://github.com/TomHarrop>`_ in `#18507 <https://github.com/galaxyproject/galaxy/pull/18507>`_
30+
* Backport PR 18630 "Add BlobToolkit to the list of interactive tools" to release_24.1 by `@cat-bro <https://github.com/cat-bro>`_ in `#18784 <https://github.com/galaxyproject/galaxy/pull/18784>`_
1131

1232
-------------------
1333
24.1.1 (2024-07-02)

packages/config/setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ long_description = file: README.rst, HISTORY.rst
2727
long_description_content_type = text/x-rst
2828
name = galaxy-config
2929
url = https://github.com/galaxyproject/galaxy
30-
version = 24.1.2.dev0
30+
version = 24.1.2
3131

3232
[options]
3333
include_package_data = True

packages/data/HISTORY.rst

+29-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,37 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.1.2.dev0
8-
-----------
6+
-------------------
7+
24.1.2 (2024-09-25)
8+
-------------------
9+
910

11+
=========
12+
Bug fixes
13+
=========
14+
15+
* Increase API robustness to invalid requests, improve compressed data serving by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18494 <https://github.com/galaxyproject/galaxy/pull/18494>`_
16+
* Prevent job submission if input collection element is deleted by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18517 <https://github.com/galaxyproject/galaxy/pull/18517>`_
17+
* Fix shared caches with extended metadata collection. by `@jmchilton <https://github.com/jmchilton>`_ in `#18520 <https://github.com/galaxyproject/galaxy/pull/18520>`_
18+
* Also check dataset.deleted when determining if data can be displayed by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18547 <https://github.com/galaxyproject/galaxy/pull/18547>`_
19+
* Fix for not-null in 'column_list' object by `@hujambo-dunia <https://github.com/hujambo-dunia>`_ in `#18553 <https://github.com/galaxyproject/galaxy/pull/18553>`_
20+
* Fix h5ad metadata by `@nilchia <https://github.com/nilchia>`_ in `#18635 <https://github.com/galaxyproject/galaxy/pull/18635>`_
21+
* Don't set file size to zero by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18653 <https://github.com/galaxyproject/galaxy/pull/18653>`_
22+
* Make sure we set file size also for purged outputs by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18681 <https://github.com/galaxyproject/galaxy/pull/18681>`_
23+
* Fix wrong extension on pick data output by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18798 <https://github.com/galaxyproject/galaxy/pull/18798>`_
24+
* Fix copying workflow with subworkflow step for step that you own by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18802 <https://github.com/galaxyproject/galaxy/pull/18802>`_
25+
* Make pylibmagic import optional by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18813 <https://github.com/galaxyproject/galaxy/pull/18813>`_
26+
* Ignore converted datasets in invalid input states by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18850 <https://github.com/galaxyproject/galaxy/pull/18850>`_
27+
* Fix discovered outputs with directory metadata and distributed object by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18855 <https://github.com/galaxyproject/galaxy/pull/18855>`_
28+
* Raise MessageException instead of assertions on rerun problems by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18858 <https://github.com/galaxyproject/galaxy/pull/18858>`_
29+
* Fix wrong final state when init_from is used by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18871 <https://github.com/galaxyproject/galaxy/pull/18871>`_
30+
* Fix history import when parent_hda not serialized by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18873 <https://github.com/galaxyproject/galaxy/pull/18873>`_
31+
32+
=============
33+
Other changes
34+
=============
1035

36+
* Backport pod5 datatype by `@TomHarrop <https://github.com/TomHarrop>`_ in `#18507 <https://github.com/galaxyproject/galaxy/pull/18507>`_
1137

1238
-------------------
1339
24.1.1 (2024-07-02)

packages/data/setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ long_description = file: README.rst, HISTORY.rst
2727
long_description_content_type = text/x-rst
2828
name = galaxy-data
2929
url = https://github.com/galaxyproject/galaxy
30-
version = 24.1.2.dev0
30+
version = 24.1.2
3131

3232
[options]
3333
include_package_data = True

packages/files/HISTORY.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.1.2.dev0
8-
-----------
9-
6+
-------------------
7+
24.1.2 (2024-09-25)
8+
-------------------
109

10+
No recorded changes since last release
1111

1212
-------------------
1313
24.1.1 (2024-07-02)

packages/files/setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ long_description = file: README.rst, HISTORY.rst
2727
long_description_content_type = text/x-rst
2828
name = galaxy-files
2929
url = https://github.com/galaxyproject/galaxy
30-
version = 24.1.2.dev0
30+
version = 24.1.2
3131

3232
[options]
3333
include_package_data = True

packages/job_execution/HISTORY.rst

+8-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.1.2.dev0
8-
-----------
6+
-------------------
7+
24.1.2 (2024-09-25)
8+
-------------------
9+
910

11+
=========
12+
Bug fixes
13+
=========
1014

15+
* Retry container monitor POST if it fails (don't assume it succeeded) by `@natefoo <https://github.com/natefoo>`_ in `#18863 <https://github.com/galaxyproject/galaxy/pull/18863>`_
1116

1217
-------------------
1318
24.1.1 (2024-07-02)

packages/job_execution/setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ long_description = file: README.rst, HISTORY.rst
2727
long_description_content_type = text/x-rst
2828
name = galaxy-job-execution
2929
url = https://github.com/galaxyproject/galaxy
30-
version = 24.1.2.dev0
30+
version = 24.1.2
3131

3232
[options]
3333
include_package_data = True

packages/job_metrics/HISTORY.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.1.2.dev0
8-
-----------
9-
6+
-------------------
7+
24.1.2 (2024-09-25)
8+
-------------------
109

10+
No recorded changes since last release
1111

1212
-------------------
1313
24.1.1 (2024-07-02)

packages/job_metrics/setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ long_description = file: README.rst, HISTORY.rst
2828
long_description_content_type = text/x-rst
2929
name = galaxy-job-metrics
3030
url = https://github.com/galaxyproject/galaxy
31-
version = 24.1.2.dev0
31+
version = 24.1.2
3232

3333
[options]
3434
include_package_data = True

packages/navigation/HISTORY.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.1.2.dev0
8-
-----------
9-
6+
-------------------
7+
24.1.2 (2024-09-25)
8+
-------------------
109

10+
No recorded changes since last release
1111

1212
-------------------
1313
24.1.1 (2024-07-02)

packages/navigation/setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ long_description = file: README.rst, HISTORY.rst
2727
long_description_content_type = text/x-rst
2828
name = galaxy-navigation
2929
url = https://github.com/galaxyproject/galaxy
30-
version = 24.1.2.dev0
30+
version = 24.1.2
3131

3232
[options]
3333
include_package_data = True

packages/objectstore/HISTORY.rst

+8-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.1.2.dev0
8-
-----------
6+
-------------------
7+
24.1.2 (2024-09-25)
8+
-------------------
9+
910

11+
=========
12+
Bug fixes
13+
=========
1014

15+
* Fix shared caches with extended metadata collection. by `@jmchilton <https://github.com/jmchilton>`_ in `#18520 <https://github.com/galaxyproject/galaxy/pull/18520>`_
1116

1217
-------------------
1318
24.1.1 (2024-07-02)

packages/objectstore/setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ long_description = file: README.rst, HISTORY.rst
2828
long_description_content_type = text/x-rst
2929
name = galaxy-objectstore
3030
url = https://github.com/galaxyproject/galaxy
31-
version = 24.1.2.dev0
31+
version = 24.1.2
3232

3333
[options]
3434
include_package_data = True

packages/schema/HISTORY.rst

+19-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,27 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.1.2.dev0
8-
-----------
6+
-------------------
7+
24.1.2 (2024-09-25)
8+
-------------------
9+
910

11+
=========
12+
Bug fixes
13+
=========
14+
15+
* Handle error when workflow is unowned in Invocation view by `@ahmedhamidawan <https://github.com/ahmedhamidawan>`_ in `#18730 <https://github.com/galaxyproject/galaxy/pull/18730>`_
16+
* Fix datatype validation of newly built collection by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18738 <https://github.com/galaxyproject/galaxy/pull/18738>`_
17+
* Fix job summary for optional unset job data inputs by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18754 <https://github.com/galaxyproject/galaxy/pull/18754>`_
18+
* Fix ``TypeError`` from Pydantic 2.9.0 by `@nsoranzo <https://github.com/nsoranzo>`_ in `#18788 <https://github.com/galaxyproject/galaxy/pull/18788>`_
19+
* Fix wrong extension on pick data output by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18798 <https://github.com/galaxyproject/galaxy/pull/18798>`_
20+
* Make all fields optional for HelpForumPost by `@davelopez <https://github.com/davelopez>`_ in `#18839 <https://github.com/galaxyproject/galaxy/pull/18839>`_
21+
22+
============
23+
Enhancements
24+
============
1025

26+
* Include workflow invocation id in exception logs by `@mvdbeek <https://github.com/mvdbeek>`_ in `#18594 <https://github.com/galaxyproject/galaxy/pull/18594>`_
1127

1228
-------------------
1329
24.1.1 (2024-07-02)

packages/schema/setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ long_description = file: README.rst, HISTORY.rst
2727
long_description_content_type = text/x-rst
2828
name = galaxy-schema
2929
url = https://github.com/galaxyproject/galaxy
30-
version = 24.1.2.dev0
30+
version = 24.1.2
3131

3232
[options]
3333
include_package_data = True

packages/selenium/HISTORY.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ History
33

44
.. to_doc
55
6-
-----------
7-
24.1.2.dev0
8-
-----------
9-
6+
-------------------
7+
24.1.2 (2024-09-25)
8+
-------------------
109

10+
No recorded changes since last release
1111

1212
-------------------
1313
24.1.1 (2024-07-02)

packages/selenium/setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ long_description = file: README.rst, HISTORY.rst
2727
long_description_content_type = text/x-rst
2828
name = galaxy-selenium
2929
url = https://github.com/galaxyproject/galaxy
30-
version = 24.1.2.dev0
30+
version = 24.1.2
3131

3232
[options]
3333
include_package_data = True

0 commit comments

Comments
 (0)