David López
David López
Follow-up to #18059 Providing `query=""` as a parameter was constructing the wrong filter `"**"`. Also `supports` was passed to the file source as a keyword parameter in some circumstances but...
This fixes a regression introduced in #17997 where the user is forced to introduce credentials for Invenio/Zenodo even when just browsing public records. The credentials are now required only for...
**Describe the bug** The tool **`Export datasets` to remote files source** does not provide the user's context to access the credentials when exporting. **Galaxy Version and/or server at which you...
Fixes #18238 It does change a bit how we handle errors in `historyStore.ts` to rethrow instead of just logging into the console. | Before | After | |--------|-------| | ...
**Describe the bug** When there is a problem accessing the history in the Export History interface (invalid ID, restricted access, etc.) the UI renders the error message but also a...
>In a follow up I would say we should add another property to the store that holds the error and makes the data possibly undefined. _Originally posted by @mvdbeek in...
I assume this was a leftover from #18626 since the overwrite parameter is now forced to `True`: https://github.com/galaxyproject/galaxy/blob/e9f7316cfd3f260218aba887cc337ca43548c35e/lib/galaxy/tools/actions/metadata.py#L63 Fixes: ``` ERROR galaxy.web.framework.decorators:decorators.py:361 Uncaught exception in exposed API method: Traceback (most...
Fixes #18927 xref #19005 Making copied HistoryDatasetCollectionAssociation relationships view-only as an attempt to avoid potential circular dependency errors. In practice, this gets rid of the error when importing but I'm...
Mitigates #18848 When we have multiple data inputs in a tool, the ToolForm will request a tool rebuild for each data input in rapid succession (see https://github.com/galaxyproject/galaxy/issues/18848#issuecomment-2399667355). This will ensure...
Fixes #18667  ## How to test the changes? (Select all options that apply) - [ ] I've included appropriate [automated tests](https://docs.galaxyproject.org/en/latest/dev/writing_tests.html). - [ ] This is a refactoring of...