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

DD-1640 deposit-create-report should handle comma separated arguments #67

Conversation

aliassheikh
Copy link
Contributor

@aliassheikh aliassheikh commented Sep 12, 2024

Fixes DD-1640 deposit-create-report should handle comma separated arguments

Description of changes

deposit-create-report will give repeatable arguments: --user and --state through to manage-deposit and they will give correctly to the dd-manage-deposite service.

How to test

  • --state ACCEPTED --state INVALID --user user001 --user user002
  • -t ACCEPTED -t INVALID -u user001 -u user002
  • -t ACCEPTED -t INVALID -u user001
  • -t ACCEPTED -u user001 -u user002
  • -t ACCEPTED -t INVALID
  • -u user002
  • -t INVALID

Related PRs

(Add links)

Notify

@DANS-KNAW/core-systems

@aliassheikh aliassheikh requested a review from a team as a code owner September 12, 2024 16:11
Copy link
Contributor

@janvanmansum janvanmansum left a comment

Choose a reason for hiding this comment

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

Use repeatable options instead. See comment in issue.

Hi @janvanmansum, it is done.

@janvanmansum janvanmansum merged commit c7429a1 into DANS-KNAW:master Sep 17, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants