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 We need to pin the globus python versions. ``` python3 test_globus.py 4.0.1 Traceback (most recent call last): File "/home/brownjs/test_globus.py", line 11, in token_response = client.oauth2_client_credentials_tokens() TypeError: ConfidentialAppAuthClient.oauth2_client_credentials_tokens() missing...

Type: Bug

## Description Changes in the globus python sdk are resulting in inconsistency in the build process. ``` When registering the repository with DataFed the ID must be: compose-home When registering...

Type: Bug

## Problem We Want to Solve ## Describe the Solution You'd Like ## Alternatives (optional) ## Additional context

Type: New Feature

## Problem We Want to Solve ## Describe the Solution You'd Like ## Alternatives (optional) ## Additional context

Type: New Feature

## Problem We Want to Solve Currently, the RepoCreate request requires fields that are only really needed for a Globus repository, we will relax those requirements on the protobuf message...

Type: New Feature

## Problem We Want to Solve ## Describe the Solution You'd Like ## Alternatives (optional) ## Additional context

Type: New Feature

## Problem We Want to Solve ## Describe the Solution You'd Like ## Alternatives (optional) ## Additional context

Type: New Feature

18.16 404 Not Found [IP: 151.101.194.132 80] 18.16 Get:73 http://deb.debian.org/debian bookworm/main amd64 make amd64 4.3-4.1 [396 kB] 18.27 Get:74 http://deb.debian.org/debian bookworm/main amd64 manpages-dev all 6.03-2 [2030 kB] 18.84 Get:43 http://deb.debian.org/debian...

Type: Bug
Component: Web API
Component: Build

The following needs to be added to dbGet, dbPost, and dbGetRaw ``` struct curl_slist* headers = nullptr; // safe: curl_slist_append copies the string internally headers = curl_slist_append(headers, (std::string("x-correlation-id: ") +...