Commit Graph
67711 Commits
Author SHA1 Message Date
Dannon b3cc7a818f Merge pull request #15394 from jarrah42/dev
Add support for visualizing HDF5 datasets.
2023-05-04 22:44:17 -04:00
Dannon Baker 1ffb8143b5 Update python version upper pin 2023-05-04 21:11:26 -04:00
Dannon ec7d2add0c Merge pull request #16020 from martenson/jobs-filtering
implement admin jobs filtering
2023-05-04 21:07:11 -04:00
Greg Watson d914d5c289 Update @h5web to 7.1.0 2023-05-04 20:48:15 -04:00
Greg Watson ef11cb9f17 Fix linting and add type to input settings. 2023-05-04 20:48:15 -04:00
Greg Watson 27e613a7b0 Fix problems loading dataset in some instances. 2023-05-04 20:48:15 -04:00
Greg Watson a3dc514d5b Fix another linting problem. 2023-05-04 20:48:15 -04:00
Greg Watson 33112cfbf2 Fix mypy errors 2023-05-04 20:48:15 -04:00
Greg Watson fb6682de1f Fix failing tests. 2023-05-04 20:48:15 -04:00
Greg Watson a83017a506 Add dependency to data package. 2023-05-04 20:48:15 -04:00
Greg Watson 983f521ec7 Fix OpenAPI linting. Remove unused dependencies. 2023-05-04 20:48:15 -04:00
Greg Watson d827a42eb1 Fix data api test. Ran make format. 2023-05-04 20:48:15 -04:00
Greg Watson 7e2a382447 Fix lint warnings 2023-05-04 20:48:15 -04:00
Greg Watson 8dc38e6e4c Add support for visualizing HDF5 datasets. This contribution is split into two parts: the visualization plugin and backend changes. The client code integrates the h5web visualizer into Galaxy (https://h5web.panosc.eu). The backend changes add the ability to access the contents of a dataset without needing to read the whole dataset, which is essential for large files. It is based on the h5grove API (https://github.com/silx-kit/h5grove). 2023-05-04 20:48:15 -04:00
Martin Cech 4e8b2fed9b Merge pull request #15540 from jmchilton/shed_cleanup_2
Another round of easy tool shed cleanup.
2023-05-04 18:24:50 -04:00
Dannon 4978fbb012 Merge pull request #15813 from assuntad23/12875/form_drilldown_vue_conversion
12875/form drilldown vue conversion
2023-05-04 17:04:07 -04:00
Martin Cech 17c2e26eca minor changes and cleanup 2023-05-04 13:55:03 -07:00
John Chilton f521fe83ac Merge pull request #16027 from jmchilton/vault_testing
Refactor integration tests to create utility for setting up a database vault.
2023-05-04 11:44:50 -04:00
John Chilton 6e0d176457 Merge pull request #16028 from jmchilton/os_selection_spelling
Object store badges spelling fixes.
2023-05-04 11:44:22 -04:00
Marius van den Beek 25347b7714 Merge pull request #16038 from kysrpex/logs
Change confusing pulsar logs message
2023-05-04 11:19:06 +02:00
Marius van den Beek 6d0a24003c Merge pull request #16035 from nsoranzo/ruff_0.0.264
Code cleanups from ruff and pyupgrade
2023-05-04 09:55:57 +02:00
José Manuel Domínguez ca5eb90bd6 Change confusing pulsar logs message
Do not print the type of `pulsar_status` (a string) alongside its contents.
2023-05-04 09:10:14 +02:00
Assunta DeSanto 521ccdd124 cleaning up linting, modifying annotation text 2023-05-03 14:23:28 -04:00
Assunta DeSanto 8087be938d adding annotation to getAllValues method 2023-05-03 14:23:28 -04:00
Assunta DeSanto 205364cde5 using button instead of span to improve accessibility 2023-05-03 14:23:28 -04:00
guerler 099d11ca03 Specify props without intermediate interface 2023-05-03 14:23:28 -04:00
guerler 460183d17b Fix linting 2023-05-03 14:23:28 -04:00
guerler 33d0709911 Add test case for drilldown utility 2023-05-03 14:23:28 -04:00
guerler 8be0ab2d48 Fix linting, remove unused export 2023-05-03 14:23:28 -04:00
guerler 30c2654605 Consolidate radio and checkbox handling in drilldown component 2023-05-03 14:23:28 -04:00
guerler 733afb499f Fix alignment, only pad nested lists 2023-05-03 14:23:28 -04:00
guerler 6963e680a5 Add naive support to auto-expand selected values on initialization 2023-05-03 14:23:28 -04:00
guerler 7a82a7873e Use computed props to determine select all state, handle radio value 2023-05-03 14:23:28 -04:00
guerler ca7cad1d89 Allow clicking on label to check items 2023-05-03 14:23:28 -04:00
guerler 03b4621518 Fix linting 2023-05-03 14:23:28 -04:00
guerler 951af865d9 Reduce margin between blocks 2023-05-03 14:23:28 -04:00
guerler ecdd091c0c Only show select all label if actual checkbox is shown, add localization 2023-05-03 14:23:28 -04:00
guerler 65f858bca3 Watch value separately to avoid unexpected side effect 2023-05-03 14:23:28 -04:00
guerler 6d476b6992 Remove unnecessary explicit select all setting in click handler 2023-05-03 14:23:28 -04:00
guerler bc59d1fd22 Add indeterminate select all option, use computed property to determine all values 2023-05-03 14:23:28 -04:00
guerler fbd07c8743 Account for nested options in select all helper 2023-05-03 14:23:28 -04:00
guerler 503498d583 Remove duplicate if-statement 2023-05-03 14:23:28 -04:00
Assunta DeSanto 3ee5398206 fixing formatting 2023-05-03 14:23:28 -04:00
Assunta DeSanto c2df1817a0 selecting all iteratively instead or recursively 2023-05-03 14:23:28 -04:00
Assunta DeSanto f35ce17e33 adding Selenium test and navigation for selenium test 2023-05-03 14:23:28 -04:00
Assunta DeSanto 7b476bace9 adding classes to Form Drilldown components, adding Select/Deselect All text to FormDrilldown 2023-05-03 14:23:28 -04:00
Assunta DeSanto 66289a4cf4 adding error for assertion in assert_item_peek_includes 2023-05-03 14:23:28 -04:00
Assunta DeSanto b485b347b6 running prettier 2023-05-03 14:23:28 -04:00
Assunta DeSanto c7a90b9408 adding select/deselect all function 2023-05-03 14:23:28 -04:00
Assunta DeSanto ae1ac8041b adding name to radiobutton ensures it's the only selected option 2023-05-03 14:23:28 -04:00