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

[23.1] Copy the collection contents by default when copying a collection #16717

Merged
merged 4 commits into from
Sep 25, 2023

Conversation

mvdbeek
Copy link
Member

@mvdbeek mvdbeek commented Sep 21, 2023

That got left out when creating the new multi history view. Fixes #16716 and #16619.

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.

@mvdbeek
Copy link
Member Author

mvdbeek commented Sep 21, 2023

I guess this is a bit of a cautionary tale about backwards compatibility vs reasonable defaults.

@mvdbeek mvdbeek force-pushed the copy_elements branch 2 times, most recently from edae72d to b768439 Compare September 21, 2023 11:35
@dannon dannon modified the milestones: 23.2, 23.1 Sep 22, 2023
That got left out when creating the new multi history view.
Fixes galaxyproject#16716 and
galaxyproject#16619.
... by copying the history instead of its contents.

With the change of copying hdca contents by default we'd otherwise have
find the right hids, which isn't really what this test is about.
@dannon dannon merged commit 48101bf into galaxyproject:release_23.1 Sep 25, 2023
40 checks passed
@nsoranzo nsoranzo deleted the copy_elements branch September 26, 2023 08:35
nsoranzo added a commit to nsoranzo/galaxy that referenced this pull request Sep 26, 2023
…inals``

Follow-up to galaxyproject#16717 .
Minimal performance gain but helps document the parameter use after
the change in default value to True.
nsoranzo added a commit to nsoranzo/bioblend that referenced this pull request Sep 26, 2023
…lection()`` and BioBlend.objects ``History.create_dataset_collection()`` methods

Fix tests broken by galaxyproject/galaxy#16717 .
nsoranzo added a commit to nsoranzo/galaxy that referenced this pull request Sep 27, 2023
…inals``

Follow-up to galaxyproject#16717 .
Minimal performance gain but helps document the parameter use after
the change in default value to True.
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.

4 participants