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 24.0 into dev #18177

Merged
merged 23 commits into from
May 20, 2024
Merged

Merge 24.0 into dev #18177

merged 23 commits into from
May 20, 2024

Conversation

mvdbeek
Copy link
Member

@mvdbeek mvdbeek commented May 20, 2024

(Please replace this header with a description of your pull request. Please include BOTH what you did and why you made the changes. The "why" may simply be citing a relevant Galaxy issue.)
(If fixing a bug, please add any relevant error or traceback)
(For UI components, it is recommended to include screenshots or screencasts)

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 and others added 22 commits May 14, 2024 11:05
…te_pja

[24.0] Don't commit in ``DeleteIntermediatesAction``
…values_not_getting_added_to_history

[24.0] Fix data default values not getting added to history
need to gate this behind a loading span, it'll just show the alert
when and if it needs to on load.
…uccess_prop

[24.0] Fix undefined `reading 'produces_entry_points'` TypeError
`.children` is a HTMLCollection object which doesn't have a forEach
interface. I confirmed this renders a few old style pages successfully.

Fixes galaxyproject#18144
…storagemanager

[24.0] Fix config access in StorageManager
The config typically is already loaded once you hit the tool form,
so this shouldn't cause a delay, and we already do the same effectively
for the current user and current history id.

Fixes galaxyproject#18139
```
TypeError: e.config is null
  at $b (webpack://@galaxyproject/galaxy-client/./src/components/Tool/ToolForm.vue?5639:1:1709)
  at Vue.prototype._render (webpack://@galaxyproject/galaxy-client/./node_modules/vue/dist/vue.esm.js:2540:28)
  at updateComponent (webpack://@galaxyproject/galaxy-client/./node_modules/vue/dist/vue.esm.js:2980:27)
  at Watcher.prototype.get (webpack://@galaxyproject/galaxy-client/./node_modules/vue/dist/vue.esm.js:4164:33)
  at Watcher.prototype.run (webpack://@galaxyproject/galaxy-client/./node_modules/vue/dist/vue.esm.js:4240:30)
...
(3 additional frame(s) were not displayed)
```
…endering_until_config_loaded

[24.0] Delay tool form rendering until config is loaded
…uest_invalid_url

[24.0] Raise ``RequestParameterInvalidException`` when url is invalid
…ror_message

[24.0] Drop redundant error message
…o_restricted_access_message

[24.0] Fix error message when accessing restricted Zenodo records
@mvdbeek mvdbeek merged commit 349f9e2 into galaxyproject:dev May 20, 2024
54 checks passed
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.

6 participants