Skip to content
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

Merged
merged 6 commits into from
May 1, 2024

Conversation

rpelczar
Copy link
Contributor

@rpelczar rpelczar commented Apr 26, 2024

Fixes #1785

In this PR I also introduced an option to hide Managed Fields inside the Yaml Editor.

image image

Signed-off-by: Rafal Pelczar <rafal@akuity.io>
Copy link

netlify bot commented Apr 26, 2024

Deploy Preview for docs-kargo-akuity-io ready!

Name Link
🔨 Latest commit 729cf42
🔍 Latest deploy log https://app.netlify.com/sites/docs-kargo-akuity-io/deploys/6631811295b3880008435f58
😎 Deploy Preview https://deploy-preview-1898.kargo.akuity.io
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Apr 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.52%. Comparing base (eb75e27) to head (729cf42).
Report is 9 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

Signed-off-by: Rafal Pelczar <rafal@akuity.io>
Signed-off-by: Rafal Pelczar <rafal@akuity.io>
Signed-off-by: Rafal Pelczar <rafal@akuity.io>
@rpelczar rpelczar marked this pull request as ready for review April 27, 2024 01:38
@krancour krancour added this to the v0.6.0 milestone Apr 27, 2024
@krancour krancour requested a review from rbreeze April 27, 2024 15:20
Copy link
Contributor

@rbreeze rbreeze left a 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(
Copy link
Contributor

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>
@rpelczar rpelczar enabled auto-merge April 30, 2024 22:49
@rpelczar rpelczar added this pull request to the merge queue Apr 30, 2024
@rpelczar rpelczar removed this pull request from the merge queue due to a manual request Apr 30, 2024
Signed-off-by: Rafal Pelczar <rafal@akuity.io>
@rpelczar rpelczar added this pull request to the merge queue Apr 30, 2024
Merged via the queue into akuity:main with commit 9097a9e May 1, 2024
15 of 16 checks passed
@rpelczar rpelczar deleted the feat/edit-analysis-template branch May 1, 2024 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: lots of empty strings and collections in yaml editors
3 participants