-
Notifications
You must be signed in to change notification settings - Fork 11
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
Enable sync job to be called from the management api #884
Enable sync job to be called from the management api #884
Conversation
aca2c62
to
49d6b66
Compare
f439e75
to
0a7d0cf
Compare
d958486
to
ba38697
Compare
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.
Great effort 🎉
Is this been tested ?
does the change of the open API version cause any issue with the existing schema ?
bc29fe5
to
69f007d
Compare
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.
thanks for all the changes
some more suggestions.
f89c70f
to
4cf8275
Compare
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.
some more changes required
4cf8275
to
c7daa00
Compare
c7daa00
to
614cf1e
Compare
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.
/lgtm
thanks 💯
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: harshad16 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 |
Related Issues and Dependencies
Partially addresses: thoth-station/thoth-application#2513 (task 3 / 4)
Related-to: #887
This introduces a breaking change
This Pull Request implements
New post endpoints for
/graph/sync-job/{component-name}
, that will trigger the sync job for those documents.Component names:
/cc @harshad16 @fridex