Skip to content

Commit c5ead79

Browse files
authored
Add galaxyproject#5643 to release notes
1 parent 235d6c3 commit c5ead79

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

doc/source/releases/18.01.rst

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Enhancements
4141
* Tool-based annotation of out of memory errors.
4242
`Pull Request 5196`_
4343
* Added support for recursively discovering output datasets
44-
(thanks to `@nuwang <https://github.com/nuwang>`__). TODO: fix author
44+
(thanks to `@nuwang <https://github.com/nuwang>`__).
4545
`Pull Request 5240`_
4646
* Add an API endpoint that allows admins to decode galaxy object IDs.
4747
`Pull Request 5018`_
@@ -411,7 +411,7 @@ Fixes
411411
(thanks to `@mvdbeek <https://github.com/mvdbeek>`__).
412412
`Pull Request 4645`_
413413
* Pass job output file unqualified names to Pulsar so that it can create them
414-
before running the job
414+
before running the job.
415415
`Pull Request 4662`_
416416
* Fix transiently failing saved histories due to success message disappearing.
417417
`Pull Request 4669`_
@@ -513,21 +513,21 @@ Fixes
513513
* Cleanup SA objects between workflow invocation scheduling attempts.
514514
`Pull Request 5045`_
515515
* Safely handle possible ``None`` value encountered in processing and execution of
516-
post-job action arguments.
516+
post-job action arguments
517517
(thanks to `@erasche <https://github.com/erasche>`__).
518518
`Pull Request 5050`_
519519
* Restore admin form routes.
520520
`Pull Request 5065`_
521-
* Fixes galaxy startup when ``LC_TYPE=UTF-8`` on os-x
521+
* Fixes galaxy startup when ``LC_TYPE=UTF-8`` on OS X
522522
(thanks to `@mvdbeek <https://github.com/mvdbeek>`__).
523523
`Pull Request 5070`_
524524
* Ignore ``OSError`` when chmod'ing integrated_tool_panel_conf.xml
525525
(thanks to `@mvdbeek <https://github.com/mvdbeek>`__).
526526
`Pull Request 5071`_
527-
* Fix metadata setting for ``otu`` datatypes.
527+
* Fix metadata setting for ``otu`` datatypes
528528
(thanks to `@mvdbeek <https://github.com/mvdbeek>`__).
529529
`Pull Request 5072`_
530-
* Fix exception in admin panel.
530+
* Fix exception in admin panel
531531
(thanks to `@mvdbeek <https://github.com/mvdbeek>`__).
532532
`Pull Request 5079`_
533533
* Always fill ``message`` to avoid ``KeyError`` for sentry ``ERROR_TEMPLATE``
@@ -563,7 +563,7 @@ Fixes
563563
`Pull Request 5166`_
564564
* Provide UI collection output information for subworkflows.
565565
`Pull Request 5172`_
566-
* Remove legacy request controller from reports app
566+
* Remove legacy request controller from reports app.
567567
`Pull Request 5182`_
568568
* Fixes genome decode handling.
569569
`Pull Request 5198`_
@@ -624,7 +624,7 @@ Fixes
624624
* Prevent reloading when data table is being modified
625625
(thanks to `@mvdbeek <https://github.com/mvdbeek>`__).
626626
`Pull Request 5331`_
627-
* Work around (temporarily) wrong getsize() output
627+
* Work around (temporarily) wrong ``getsize()`` output
628628
(thanks to `@mvdbeek <https://github.com/mvdbeek>`__).
629629
`Pull Request 5335`_
630630
* Disable galaxy tour 'path' navigation.
@@ -638,10 +638,10 @@ Fixes
638638
* Fix dataset purging, dataset cleanup script and db_shell script
639639
(thanks to `@mvdbeek <https://github.com/mvdbeek>`__).
640640
`Pull Request 5346`_
641-
* Fix bam conversion test tool
641+
* Fix BAM conversion test tool
642642
(thanks to `@mvdbeek <https://github.com/mvdbeek>`__).
643643
`Pull Request 5351`_
644-
* Remove charlimit for fetching urls.
644+
* Remove charlimit for fetching URLs.
645645
`Pull Request 5353`_
646646
* Use ``print()`` function in common_startup.sh
647647
(thanks to `@mvdbeek <https://github.com/mvdbeek>`__).
@@ -657,9 +657,9 @@ Fixes
657657
`Pull Request 5367`_
658658
* Workflow tool menu fix for deleted workflows.
659659
`Pull Request 5368`_
660-
* Bump conditional Pygments version to 2.2.0 so it matches the dev
660+
* Bump conditional ``Pygments`` version to 2.2.0 so it matches the dev.
661661
`Pull Request 5376`_
662-
* Fix ``make docs`` when the virtualenv is not .venv
662+
* Fix ``make docs`` when the virtualenv is not ``.venv`` .
663663
`Pull Request 5377`_
664664
* Force a fixed node image version when building client for Jenkins.
665665
`Pull Request 5382`_
@@ -669,15 +669,15 @@ Fixes
669669
* Fix for subworkflow creation
670670
(thanks to `@mvdbeek <https://github.com/mvdbeek>`__).
671671
`Pull Request 5398`_
672-
* Follow IUC and drop r channel from default Conda channels
672+
* Follow IUC and drop ``r`` channel from the default Conda channels
673673
(thanks to `@mvdbeek <https://github.com/mvdbeek>`__).
674674
`Pull Request 5406`_
675675
* Implement workaround for extra metadata revision creation.
676676
`Pull Request 5433`_
677677
* Don't silently fail rest of multi-action queue when attempting to purge a
678678
collection.
679679
`Pull Request 5443`_
680-
* Ensure jobStateSummariesCollection exists.
680+
* Ensure ``jobStateSummariesCollection`` exists.
681681
`Pull Request 5444`_
682682
* Fix ``server_name`` when config is a ``dict``.
683683
`Pull Request 5447`_
@@ -720,7 +720,7 @@ Fixes
720720
galaxy to be importable
721721
(thanks to `@mvdbeek <https://github.com/mvdbeek>`__).
722722
`Pull Request 5626`_
723-
* Changed GenomeSpace token handling to use manual OpenID association only
723+
* Changed GenomeSpace token handling to use manual OpenID association only.
724724
`Pull Request 5631`_
725725
* Use sample file path when adding missing indexes
726726
(thanks to `@mvdbeek <https://github.com/mvdbeek>`__).
@@ -737,6 +737,8 @@ Fixes
737737
* Show error message if history structure can't be shown
738738
(thanks to `@mvdbeek <https://github.com/mvdbeek>`__).
739739
`Pull Request 5665`_
740+
* Consistent sniffing regardless of in_place.
741+
`Pull Request 5643`_
740742

741743
.. github_links
742744
.. _Pull Request 4178: https://github.com/galaxyproject/galaxy/pull/4178
@@ -1156,6 +1158,7 @@ Fixes
11561158
.. _Pull Request 5631: https://github.com/galaxyproject/galaxy/pull/5631
11571159
.. _Pull Request 5634: https://github.com/galaxyproject/galaxy/pull/5634
11581160
.. _Pull Request 5635: https://github.com/galaxyproject/galaxy/pull/5635
1161+
.. _Pull Request 5643: https://github.com/galaxyproject/galaxy/pull/5643
11591162
.. _Pull Request 5644: https://github.com/galaxyproject/galaxy/pull/5644
11601163
.. _Pull Request 5650: https://github.com/galaxyproject/galaxy/pull/5650
11611164
.. _Pull Request 5662: https://github.com/galaxyproject/galaxy/pull/5662

0 commit comments

Comments
 (0)