-
Notifications
You must be signed in to change notification settings - Fork 155
fix(orchestrator): fixes v2/instances endpoint #1412
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
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The "Build all packages" task is failing due to a type-check error in our code base, unrelated to the changes I've made. The "Test" job failed due to a code styling issue in a readme file located outside of our code base 🤷 |
@jkilzi this PR #1409 resolved the issue |
/test |
@batzionb: No presubmit jobs available for janus-idp/backstage-plugins@main In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/retest |
/rebase |
The `start` and `end` fields are annotated as `strings` instead of `Date`. The format of the string is provided as a hint for the developer as a comment (date-time) due to limitations in the OpenAPI code generator.
|
I'll reopen this PR (here) from a feature branch instead of from my main branch |
The
start
andend
fields of theProcessInstance
are annotated asstrings
instead ofDate
now. The format of the string is provided as a hint for the developer as a comment (date-time) due to limitations in the OpenAPI code generator.