DataFed icon indicating copy to clipboard operation
DataFed copied to clipboard

A Federated Scientific Data Management System

Results 307 DataFed issues
Sort by recently updated
recently updated
newest added

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

Component: Build
Type: Refactor
Priority: Medium

# Description Adds additional end-to-end web tests that test the major features of DataFed. - [x] - Collection Creation - [x] - Record Creation - [x] - Schema Creation -...

Type: New Feature
Component: Web UI

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

Component: Core
Component: Repository
Type: Refactor

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

Component: Web UI
Type: Refactor

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

Component: Web UI

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

Priority: High
Component: Scripts

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

Component: Core
Type: Refactor

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