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

Make jobq [submit|stop|list|logs] aware of project concept #136

Open
AdrianoKF opened this issue Oct 30, 2024 · 0 comments
Open

Make jobq [submit|stop|list|logs] aware of project concept #136

AdrianoKF opened this issue Oct 30, 2024 · 0 comments

Comments

@AdrianoKF
Copy link
Collaborator

Goals:

  • Default is to operate on a single project
  • list can also support --all-projects/-A to list from all projects the user can see

Additional tasks:

  • Migrate existing commands to jobq job subcommand to prevent name clashes

Implementation considerations:

  • Jobs are conceptually a subresource of projects, so it is probably sensible to make /projects/<id>/jobs the main API to interact with jobs (at least for submitting new ones). TODO: Examine what the Zalando RESTful API guide has to say on this.
@AdrianoKF AdrianoKF added this to the Project / Team Feature milestone Oct 30, 2024
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

No branches or pull requests

1 participant