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

merge 23.0 -> dev #15901

Closed
wants to merge 67 commits into from
Closed

Conversation

bernt-matthias
Copy link
Contributor

There were conflicts in

  • client/src/components/Workflow/Editor/modules/terminals.ts
  • lib/galaxy/dependencies/pinned-requirements.txt
  • lib/galaxy/webapps/galaxy/api/users.py

which I resolved by chosing the dev version

How to test the changes?

(Select all options that apply)

  • I've included appropriate automated tests.
  • This is a refactoring of components with existing test coverage.
  • Instructions for manual testing are as follows:
    1. [add testing steps and prerequisites here if you didn't write automated tests covering all your changes]

License

  • I agree to license these and all my past contributions to the core galaxy codebase under the MIT license.

jdavcs and others added 30 commits December 16, 2022 10:15
…e_attr_err

[22.01] Fix maintenance script bug
Co-authored-by: Nicola Soranzo <nicola.soranzo@gmail.com>
for previously connected step that should still be mapped over.
[22.01] add security checks to page and visualization APIs
We should track this in a finer grained way maybe,
but it'll work. This fixes displaying the right inferred
collection source type when you change connections.
This PR fixes tool recommendation galaxyproject#15723 partially, only in the workflow editor
allows toggling Recommendations using v-if
…n_columns_comment

[22.01] xsd: add forgotten comment attribute
…ort-patch-3

[23.0] Fix tool recommendation in the workflow editor
Remove duplicate dataset entries in Collections
martenson and others added 14 commits March 31, 2023 19:03
…n_view

[23.0] List tags in ``/api/dataset_collections/{hdca_id}/contents/{parent_id}``
…n_errors

[22.05] Remove some IDs from error messages
otherwise `container_description.identifier = cache_path` (at the end of the function)
will modify the original (i.e. the tools) container description which influences
i.e. (may break) successive container resolutions.
…_explicit_singularity_container_description

[22.01] cached_explicit_singularity: needs to copy container description
…ok-z-index

[23.0] Fix tool bar on top of pop-ups
…_archive_extension

[23.0] Fix short term storage archive export extension on download
@nsoranzo nsoranzo mentioned this pull request Apr 5, 2023
4 tasks
@nsoranzo
Copy link
Member

nsoranzo commented Apr 5, 2023

There were conflicts in

* client/src/components/Workflow/Editor/modules/terminals.ts

* lib/galaxy/dependencies/pinned-requirements.txt

* lib/galaxy/webapps/galaxy/api/users.py

which I resolved by chosing the dev version

I don't think that's correct, see #15902 for how I would solve the conflicts.

@bernt-matthias
Copy link
Contributor Author

I don't think that's correct

Thought so :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.