Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API admin part 2 #956

Merged
merged 8 commits into from
Aug 7, 2024
Merged

API admin part 2 #956

merged 8 commits into from
Aug 7, 2024

Conversation

jbygdell
Copy link
Collaborator

@jbygdell jbygdell commented Jul 24, 2024

Background
As a repository admin I need a simple way of seeing which users have ongoing submissions and a way to list the uploaded files for each user.

Description
Continuation on PR #955, this PR adds the following endpoints:

  • listing all users with ongoing submissions
  • listing all files for belonging to a user that are not part of a dataset

How to test

@jbygdell jbygdell added enhancement New feature or request go Pull requests that update Go code labels Jul 24, 2024
@jbygdell jbygdell requested a review from a team July 24, 2024 12:43
@jbygdell jbygdell self-assigned this Jul 24, 2024
@jbygdell jbygdell force-pushed the feature/admin-api-2 branch from fbda0a7 to aad19f6 Compare July 24, 2024 13:58
@jbygdell jbygdell changed the title Feature/admin api 2 API admin part 2 Jul 24, 2024
@jbygdell jbygdell force-pushed the feature/admin-api-1 branch from 926abb6 to 59bf42a Compare July 29, 2024 08:29
@jbygdell jbygdell force-pushed the feature/admin-api-2 branch from aad19f6 to 90c555a Compare July 29, 2024 08:30
@jbygdell jbygdell force-pushed the feature/admin-api-1 branch from 59bf42a to 5b9b7e7 Compare July 29, 2024 08:43
@jbygdell jbygdell force-pushed the feature/admin-api-2 branch 3 times, most recently from 998b777 to 47b81a6 Compare July 30, 2024 06:32
sda/cmd/api/api.md Outdated Show resolved Hide resolved
sda/internal/database/db_functions.go Show resolved Hide resolved
sda/internal/database/db_test.go Show resolved Hide resolved
@jbygdell jbygdell force-pushed the feature/admin-api-2 branch from 8a1096c to 224aca7 Compare July 31, 2024 12:12
Base automatically changed from feature/admin-api-1 to main August 2, 2024 11:42
@jbygdell jbygdell force-pushed the feature/admin-api-2 branch from 224aca7 to 29454c7 Compare August 2, 2024 11:43
@jbygdell jbygdell requested a review from a team August 2, 2024 12:25
@jbygdell jbygdell force-pushed the feature/admin-api-2 branch from 29454c7 to 1a6f292 Compare August 7, 2024 05:59
@jbygdell jbygdell force-pushed the feature/admin-api-2 branch from 1a6f292 to 6dac008 Compare August 7, 2024 07:47
@jbygdell jbygdell enabled auto-merge August 7, 2024 07:47
Copy link
Contributor

@aaperis aaperis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! minor suggestions

sda/internal/database/db_functions.go Show resolved Hide resolved
sda/internal/database/db_functions.go Show resolved Hide resolved
@jbygdell jbygdell added this pull request to the merge queue Aug 7, 2024
Merged via the queue into main with commit 006a297 Aug 7, 2024
24 checks passed
@jbygdell jbygdell deleted the feature/admin-api-2 branch August 7, 2024 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants