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

Within the support.js file are enum codes that could be associated with strings for better logging practices. function getEnumKeyByValue(enumObj, value) { return Object.keys(enumObj).find(key => enumObj[key] === value); } const name...

Type: New Feature
Component: Database
Priority: Low
Component: Foxx

## Problem We Want to Solve Many organizations require a login banner be displayed on logging into a service. The banner should be configurable and allow for organizational specific text....

Type: New Feature

``` commit 111346a17bdeb2f2c1260b80d2ac9e65427bc92f (HEAD, origin/main, origin/HEAD) Author: Joshua S Brown Date: Thu Oct 9 08:48:44 2025 -0400 [DAPS-17] - refactor: address technical debt make print statements consistent in shell prints....

## Description As a backend developer, I want to update the Foxx API endpoints to support repository types and the new allocation response format so that metadata-only repositories can execute...

Component: Core

## Description As a C++ core service developer, I want to update the allocation response handling to support both task-based and direct execution methods so that the core service can...

Component: Core

## Problem We still want to be able to support the legacy password authentication for the Python API while moving to device auth, and as such we need some way...

Component: Core
Component: Python API
Status: Discuss

## Proposed Solution Create a docker image that uses Cargo-chef to define a caching-optimized docker image for the Rust backend. It will pull in only the necessary files to determine...

Type: New Feature
Component: Build

## Description ## Steps to Replicate ### Additional context Page occured: ### Expected behavior ## Artifacts (if appropriate):

Type: Bug

## Description ## Steps to Replicate ### Additional context Page occured: ### Expected behavior ## Artifacts (if appropriate):

Type: Bug