-
Notifications
You must be signed in to change notification settings - Fork 60
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
Extend session duration #216
Extend session duration #216
Conversation
Add a new operation to extend session duration
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree with extension only. 2 comments:
- security is missing
- we should make clear behaviour and errors regarding remaining + extension <= maximum duration
code/API_definitions/qod-api.yaml
Outdated
/sessions/{sessionId}/extend: | ||
post: | ||
tags: | ||
- Change session duration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tag should be Title Case, but it's not clear to me why we need a new tag here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wouldn't add a new tag for this. Tags are intended to group operations and this operation can be part of the existing "QoS Sessions" tag.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed in 867c743
code/API_definitions/qod-api.yaml
Outdated
/sessions/{sessionId}/extend: | ||
post: | ||
tags: | ||
- Change session duration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wouldn't add a new tag for this. Tags are intended to group operations and this operation can be part of the existing "QoS Sessions" tag.
Change the tags of extend session duration operation.
Co-authored-by: Jose Luis Urien <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@eric-murray @RandyLevensalor Please have a final view |
No further comments since last week, so we are good here. |
What type of PR is this?
Add one of the following kinds:
enhancement/feature
What this PR does / why we need it:
Extend the duration of an active session.
Which issue(s) this PR fixes:
Fixes #220
Special notes for reviewers:
Changelog input
Additional documentation
This section can be blank.