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

Add execution info query to job api #3792

Merged
merged 5 commits into from
Oct 17, 2024
Merged

Add execution info query to job api #3792

merged 5 commits into from
Oct 17, 2024

Conversation

sotojn
Copy link
Contributor

@sotojn sotojn commented Oct 10, 2024

This PR makes the following changes:

teraslice

New Features

  • Adds ex query parameter to the v1/jobs/:job_id api endpoint
    • It's now possible to to get a job with specific information about the current execution in one request

Documentation

  • Adds docs on how to use new ex query parameter in v1 jobs api endpoint

@sotojn sotojn self-assigned this Oct 10, 2024
Copy link
Member

@godber godber left a comment

Choose a reason for hiding this comment

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

Consider the invalid field case

@sotojn sotojn force-pushed the job-resource-ex-status branch from e0a27ec to b39e86f Compare October 17, 2024 21:50
@sotojn sotojn marked this pull request as ready for review October 17, 2024 21:56
Copy link
Member

@godber godber left a comment

Choose a reason for hiding this comment

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

you've left garbage around in here.

docs/management-apis/endpoints-json.md Outdated Show resolved Hide resolved
@godber godber merged commit a0135ca into master Oct 17, 2024
66 checks passed
@godber godber deleted the job-resource-ex-status branch October 17, 2024 23:01
@godber
Copy link
Member

godber commented Oct 22, 2024

This PR was for issue: #3770

godber pushed a commit that referenced this pull request Oct 23, 2024
This PR makes the following changes:

## New Features
- Adds a feature introduced on #3792 into the `v1/jobs` endpoint
- Now you can list several jobs with their associated ex information in
one api call

## Documentation
- Updated `management api` docs to reflect changes to `v1/jobs` endpoint

## Bumps
- **teraslice** from `v2.6.1` to `v2.6.2`

Ref to issue #3770
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