David López
David López
@heisner-tillman can you fix the conflict? You might resolve it just by regenerating the schema again.
I'll take a look today :+1:
As a workaround (or solution), you may use `requires_groups` or `requires_roles` to specify exactly who can see and access those file sources. You could make them only visible then for...
Hmm rereading this, my suggestion does not address your case, because using the `requires_` will make the upload also inaccessible to users who are not part of those groups or...
> i love the requires_groups and also the root: /data_storage/common/datasets/common_upload/${user.email]}/ (could we document it?) Sure, I'll add it to my TODO :+1: or a PR is welcome if you want...
The selenium test failure might be related though https://github.com/galaxyproject/galaxy/actions/runs/8029094805/job/21939309255?pr=17463 ``` pydantic_core._pydantic_core.ValidationError: 1 validation error for StoredWorkflowDetailed | source_metadata | Input should be a valid string [type=string_type, input_value={'url': 'https://raw.gith...ata/test_workflow_1.ga'}, input_type=dict] |...
Test failures seem relevant
Was something related to workflow API, but I didn't dig much. Glad they werent related though :)
I investigated a bit this issue, but I need some hints. If we allow `json_value` to be None, what would be the expected output in `param_value_from_file`?: https://github.com/galaxyproject/galaxy/blob/f98f6f794e6a025011bc29ba0fd4b10023676751/tools/expression_tools/parse_values_from_file.xml#L30 Would this be...
Can you check how many histories you have in your local DB for that user and try to determine which one is the one that is not being serialized? If...