-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
Support Multiple Schema Validations #1066
Conversation
pkg/validator/atmos_fetcher.go
Outdated
var ErrAtmosSchemaNotFound = errors.New("atmos schema not found") | ||
|
||
var atmosData = map[string][]byte{ | ||
"atmos://schema": []byte(atmosSchema), |
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.
Please see the ticket this is not right
250b633
to
07f768c
Compare
💥 This pull request now has conflicts. Could you fix it @samtholiya? 🙏 |
…-for-vendoring-and-atmos
…ing-and-atmos' of https://github.com/cloudposse/atmos into feature/dev-3030-implement-schema-validation-for-vendoring-and-atmos
…ing-and-atmos' of https://github.com/cloudposse/atmos into feature/dev-3030-implement-schema-validation-for-vendoring-and-atmos
4d3f699
to
248ad73
Compare
248ad73
to
8e2067a
Compare
…-for-vendoring-and-atmos
Warning This PR exceeds the recommended limit of 1,000 lines.Large PRs are difficult to review and may be rejected due to their size. Please verify that this PR does not address multiple issues. |
…-for-vendoring-and-atmos
💥 This pull request now has conflicts. Could you fix it @samtholiya? 🙏 |
Important Cloud Posse Engineering Team Review RequiredThis pull request modifies files that require Cloud Posse's review. Please be patient, and a core maintainer will review your changes. To expedite this process, reach out to us on Slack in the |
…estability-and' into feature/dev-3030-implement-schema-validation-for-vendoring-and-atmos
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feature/dev-3056-refactor-gogetter-utility-for-better-testability-and #1066 +/- ##
=========================================================================================================
+ Coverage 19.72% 19.95% +0.22%
=========================================================================================================
Files 174 182 +8
Lines 18885 19082 +197
=========================================================================================================
+ Hits 3726 3807 +81
- Misses 14443 14550 +107
- Partials 716 725 +9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
💥 This pull request now has conflicts. Could you fix it @samtholiya? 🙏 |
…estability-and' into feature/dev-3030-implement-schema-validation-for-vendoring-and-atmos
…estability-and' into feature/dev-3030-implement-schema-validation-for-vendoring-and-atmos
New pr with rebased things: #1147 |
Why Draft
what
why
references