-
Notifications
You must be signed in to change notification settings - Fork 172
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
feat(ui): Edit AnalysisTemplate #1898
Conversation
Signed-off-by: Rafal Pelczar <rafal@akuity.io>
✅ Deploy Preview for docs-kargo-akuity-io ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1898 +/- ##
==========================================
- Coverage 46.73% 45.52% -1.22%
==========================================
Files 220 235 +15
Lines 14415 15823 +1408
==========================================
+ Hits 6737 7203 +466
- Misses 7378 8267 +889
- Partials 300 353 +53 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Rafal Pelczar <rafal@akuity.io>
Signed-off-by: Rafal Pelczar <rafal@akuity.io>
Signed-off-by: Rafal Pelczar <rafal@akuity.io>
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, just one small nitpick
format: RawFormat.YAML | ||
}); | ||
|
||
const manifest = new TextDecoder().decode( |
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.
This is the second time this logic is used - maybe worth creating a utility function.
Signed-off-by: Rafal Pelczar <rafal@akuity.io>
Signed-off-by: Rafal Pelczar <rafal@akuity.io>
Fixes #1785
In this PR I also introduced an option to hide Managed Fields inside the Yaml Editor.