Thanks to visit codestin.com
Credit goes to github.com

Skip to content

HTTP API: support setting and unsetting Auto Start / Auto Stop for a workspace #808

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

Closed
Tracked by #850
johnstcn opened this issue Apr 1, 2022 · 1 comment
Closed
Tracked by #850
Assignees
Labels
api Area: HTTP API
Milestone

Comments

@johnstcn
Copy link
Member

johnstcn commented Apr 1, 2022

As a developer, I want to be able to perform the following operations:

  • Enable autostart at a given time on a given workspace
  • Enable autostop at a given time on a given workspace
  • Disable autostart on a given workspace
  • Disable autostop on a given workspace

Steps:

  • Update existing workspace CRUD operations to support setting and unsetting AutoStat and AutoStop.
    • Adhere to HATEOAS where appropriate. If the operation would result in no change (for example, autostart already enabled at the given time or autostop already disabled), return status 304
  • Add unit tests to cover existing functionality.
@johnstcn johnstcn added this to the Community MVP milestone Apr 1, 2022
@johnstcn johnstcn self-assigned this Apr 1, 2022
@johnstcn johnstcn added Community MVP api Area: HTTP API labels Apr 1, 2022
@misskniss misskniss modified the milestones: Community MVP, V2 Beta Apr 2, 2022
@johnstcn
Copy link
Member Author

johnstcn commented Apr 7, 2022

Fixed by #879

@johnstcn johnstcn closed this as completed Apr 7, 2022
@misskniss misskniss mentioned this issue Apr 11, 2022
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Area: HTTP API
Projects
None yet
Development

No branches or pull requests

2 participants