-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[MINPROC-2201] Update ddev metadata validator to only error on required headers #20419
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
[MINPROC-2201] Update ddev metadata validator to only error on required headers #20419
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
@alyssamui2 should we remove the ddev validation and replace it with APW ones? maintaining both at the same time sounds like a time sink. |
I've been told that the plan is that the ddev validators will eventually be removed so we can consolidate into 1 validator in the future. |
Review from steveny91 is dismissed. Related teams and files:
- agent-integrations
- zk/metadata.csv
Review from Kyle-Neale is dismissed. Related teams and files:
- agent-integrations
- zk/metadata.csv
This reverts commit 49d4d04.
View all feedbacks in Devflow UI.
This command is disabled. If you need support, contact us on Slack #devflow with those details! |
/merge |
View all feedbacks in Devflow UI.
This merge request is not mergeable yet, because of pending checks/missing approvals. It will be added to the queue as soon as checks pass and/or get approvals.
devflow unqueued this merge request: It did not become mergeable within the expected time |
/merge |
View all feedbacks in Devflow UI.
This merge request is not mergeable yet, because of pending checks/missing approvals. It will be added to the queue as soon as checks pass and/or get approvals.
devflow unqueued this merge request: It did not become mergeable within the expected time |
|
Ah I didn't know 😅 Thanks for adding it for me! |
What does this PR do?
Currently, the ddev metadata validator errors if optional headers are missing. This PR is to update the validator logic to be consistent with the actual required headers.
Motivation
https://datadoghq.atlassian.net/browse/MINPROC-2201
Review checklist (to be filled by reviewers)
qa/skip-qa
label if the PR doesn't need to be tested during QA.backport/<branch-name>
label to the PR and it will automatically open a backport PR once this one is merged