DataFed
DataFed copied to clipboard
A Federated Scientific Data Management System
# Description During a release and QA run, it was noticed that the end to end tests have a gap in that they are not hitting any of the logic...
## Ticket ## Description ## How Has This Been Tested? ## Artifacts (if appropriate): ## Tasks * [ ] - A description of the PR has been provided, and a...
# PR Description See issue for what triggered this PR #1241. The PR pulls out the Config structure a C struct with no safety mechanisms to prevent race conditions and...
# PR Description Replaces authz, in foxx with scoped lookup enforcing stricter authorization. # Tasks * [ ] - A description of the PR has been provided, and a diagram...
Bumps [playwright](https://github.com/microsoft/playwright) and [@playwright/test](https://github.com/microsoft/playwright). These dependencies needed to be updated together. Updates `playwright` from 1.45.1 to 1.56.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.45.1...v1.56.1) Updates `@playwright/test` from 1.45.1 to 1.56.1 - [Release...
## Ticket [DAPS-1517](https://github.com/ORNL/DataFed/issues/1517) ## Description This PR implements a new repository `type` field with two supported values: `"globus"` (default, for traditional repositories) and `"metadata_only"` (for metadata-only repositories). ## Implementation Details...
## Ticket - [1513](https://github.com/ORNL/DataFed/issues/1513) ## Description This PR implements a Rust-compatible design pattern system for the DataFed repository management, preparing the codebase for eventual Rust migration while maintaining JavaScript functionality....
# PR Description Fixes bug where ofstream was going out of scope and no log output was going to file from cpp AuthzWorker. With this fix the file is being...
# PR Description This is the first of my PRs on the update to the web stuff, I decided to split them up to make more sense. This PR just...
# Description The current oauth2 client is not currently being maintained, and need to be replaced with a modern client.