-
Notifications
You must be signed in to change notification settings - Fork 65
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
fix(KFLUXBUGS-1342): add existing secret in the components secret form #1006
base: main
Are you sure you want to change the base?
Conversation
673818a
to
dbbdf42
Compare
Hello @sahil143 To make the list of existing secrets available for build time I removed the filter on Ps: I didn't rewrite the test yet |
766ee2e
to
ffcf5fe
Compare
/retest |
The current implementation looks good to me so far. I did find this weird bug though when trying to find one of my key/value secrets: kfluxbugs-1342-select-bug.webm |
ffcf5fe
to
d98b18c
Compare
Nice catch :) |
Yup that fixed it: kfluxbugs-1342-bug-fixed.webm |
d98b18c
to
15feee3
Compare
/retest |
2bb73f0
to
0ea1d9e
Compare
/retest |
0ea1d9e
to
8a066aa
Compare
/retest |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1006 +/- ##
==========================================
- Coverage 85.01% 85.00% -0.02%
==========================================
Files 582 582
Lines 14333 14349 +16
Branches 4010 4016 +6
==========================================
+ Hits 12185 12197 +12
- Misses 2021 2025 +4
Partials 127 127
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
/retest |
7109335
to
86dcc71
Compare
/retest |
86dcc71
to
8429ec9
Compare
/retest |
8429ec9
to
eb0f30f
Compare
/retest |
/retest |
23f50b0
to
7a4f219
Compare
/retest |
1 similar comment
/retest |
Can you help to understand why |
7a4f219
to
03cf690
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: JoaoPedroPP The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
1 similar comment
/retest |
03cf690
to
40827ea
Compare
/retest |
/lgtm |
src/components/ImportForm/SecretSection/__tests__/SecretSection.spec.tsx
Outdated
Show resolved
Hide resolved
feat: create only non existing build time secrets feat: alternative solution for list existing secret test: add missging tests fix: fix type errors test: add coverage to missing lines chore: remove empty array test: add tests for submit-utils.ts feat: improve method to select secrets to create
40827ea
to
af95dff
Compare
/retest |
@JoaoPedroPP: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
/lgtm |
Fixes
KFLUXBUGS-1342
Description
When onboarding a new component and adding a build time secret, the dialog cannot find an existing secret in the workspace.
Type of change
Browser conformance: