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

[v16] User Tasks resource #46754

Merged
merged 2 commits into from
Sep 30, 2024
Merged

Commits on Sep 30, 2024

  1. Add User Tasks resource - protos (#46059)

    * Add User Integration Tasks resource - protos
    
    * add account id
    
    * move state to task instead of instance
    
    * rename from user integration task to user task
    
    * add instance id
    marcoandredinis committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    a344eb9 View commit details
    Browse the repository at this point in the history
  2. User Tasks: services and clients implementation (#46131)

    This PR adds the implementation for the User Tasks:
    - services (backend+cache)
    - clients (API + tctl)
    - light validation to set up the path for later PRs
    marcoandredinis committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    0059c33 View commit details
    Browse the repository at this point in the history