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

Pivotal ID # 187734050: CLI Submit Timeout #847

Merged
merged 4 commits into from
Jun 17, 2024

Conversation

jhoanmanuelms
Copy link
Contributor

https://www.pivotaltracker.com/story/show/187734050

  • Resource to get a request status
  • Move the RequestStatus to the core model
  • Add a new parameter to specify the timeout on submit
  • Add missing deployment stage
  • Fix CLI docs
  • Remove unnecessary properties from the config files

- Resource to get a request status
- Move the RequestStatus to the core model
- Add a new parameter to specify the timeout on submit
- Add missing deployment stage
- Fix CLI docs
- Remove unnecessary properties from the config files
@jhoanmanuelms jhoanmanuelms self-assigned this Jun 12, 2024
@jhoanmanuelms jhoanmanuelms requested a review from Juan-EBI June 12, 2024 16:01
Copy link
Contributor

@Juan-EBI Juan-EBI left a comment

Choose a reason for hiding this comment

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

Lookin good please check comments

val client = bioWebClient(rqt.securityConfig)
return client.submitSingle(rqt.submissionFile, rqt.filesConfig).body
val client = bioWebClient(request.securityConfig)
val acceptedSubmission = client.asyncSubmitSingle(request.submissionFile, request.filesConfig)
Copy link
Contributor

Choose a reason for hiding this comment

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

val (accNo, version) = client.asyncSubmitSingle(request.submissionFile, request.filesConfig)

Copy link
Contributor

@Juan-EBI Juan-EBI left a comment

Choose a reason for hiding this comment

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

Lookin good please check comments

- New wait operation that waits indefinitely
- Add flag to wait indefinitely
- Update imports
- Fix typo
- Remove unnecessary annotations
@jhoanmanuelms jhoanmanuelms merged commit a8fc1ad into master Jun 17, 2024
1 check passed
@jhoanmanuelms jhoanmanuelms deleted the feature/pivotal-#187734050-cli-submit-timeout branch June 17, 2024 11:33
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