-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Ingest Manager] remove requirements component #70462
[Ingest Manager] remove requirements component #70462
Conversation
We should update our TS type(s) to reflect the new Registry respt |
@neptunian Thanks for the quick turnaround to get this fixed. Lets follow up on updating the types etc. There are probably few more that need update with all the recent changes. |
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.
Testeded locally, works.
I updated the types, tests, and examples and pushed them to jfsiii@af106c0 if you want them now, or we can use it later |
@elasticmachine merge upstream |
@jfsiii Sorry, didn't notice that. I am trying to get this passing before ruflin is done for the day because he needs to deploy the registry after this. Could you open a follow up PR? |
💚 Build SucceededBuild metrics
History
To update your PR or re-run it, just comment with: |
* remove requirements component * fix ts error Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
#70453
requirement
has been replaced withcondition
in the package registry. Update the UI to remove theRequirements
component for 7.9 and rethink how we want to handle it.