DataFed
DataFed copied to clipboard
A Federated Scientific Data Management System
# Description Officially Concretize release.
# Description It looks like the image registry is not always being updated with the latest image from the build pipeline even though an entry can be found in the...
# Description Adds additional end-to-end web tests that test the major features of DataFed. - [x] - Collection Creation - [x] - Record Creation - [x] - Schema Creation -...
# Description This pr is the first steps in a code refactor. The point of the refactor is to remove redundant HTTPS communication implementations throughout the code and standardize the...
# Description Aiming to alter the UI of the transfer dialog boxes, both upload and download. I am making this change to attempt to make the dialog boxes more intuitive...
Removed setTimeout pieces that caused the dialog box to take longer to load than necessary. There were 3 setTimeout pieces present in the code on lines 142, 365, and 383....
This pull request serves to integrate the changes that add bash scripts that will generate the necessary scripts for running DataFed in production using individual scripts for starting, stopping, and...
It appears that the logout functionality from the DataFed API does not work. If you agree I can develop a fix.
## Summary by Sourcery Add a back-off strategy for database connection retries in the TaskWorker to improve resilience against connection failures. New Features: - Introduce a back-off mechanism for database...
## Summary by Sourcery Refactor CI configuration to utilize new script-based Docker container management, enhancing maintainability and reducing inline script complexity. CI: - Refactor CI scripts to use new container...