David López

Results 27 issues of 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...

kind/bug
area/backend

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...

kind/bug
area/UI-UX
area/backend

**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...

kind/bug
area/backend

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 | |--------|-------| | ![image](https://github.com/galaxyproject/galaxy/assets/46503462/318c1ca0-442a-44cb-8c0b-c394adc6fdc9)...

kind/bug
area/UI-UX

**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...

kind/bug
area/UI-UX

>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...

kind/enhancement
area/UI-UX

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...

kind/bug
area/backend

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...

kind/bug
area/backend

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...

kind/enhancement
area/UI-UX

Fixes #18667 ![FixFormSelectorTags](https://github.com/user-attachments/assets/bc65686b-49f9-40cd-b911-2dc25043b578) ## 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...

kind/bug
area/UI-UX