-
Notifications
You must be signed in to change notification settings - Fork 8
Added api_version support in get job status method. #405
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
Conversation
Coverage report for commit: a7092c6
Summary - Lines: 84.81% | Methods: 97.67% | Branches: 69.70%
🤖 comment via lucassabreu/comment-coverage-clover |
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.
Pull Request Overview
This PR adds api_version
parameter support to the bulk operation job status method to enhance API versioning capabilities.
- Added
api_version
parameter to thejobStatus
method in the bulk operation module - Added comprehensive test coverage for the new
api_version
functionality with multiple job status scenarios - Version bump from 1.23.1 to 1.23.2
Reviewed Changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated 5 comments.
File | Description |
---|---|
lib/stack/bulkOperation/index.js | Added api_version parameter support to the jobStatus method with proper header handling |
test/sanity-check/api/bulkOperation-test.js | Added extensive test coverage for job status functionality with management tokens and API versioning |
package.json | Version bump to reflect the new feature addition |
Added api_version support in get job status method.