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

Fix crash in CRD display #5256

Merged
merged 1 commit into from
Apr 25, 2022
Merged

Fix crash in CRD display #5256

merged 1 commit into from
Apr 25, 2022

Conversation

Nokel81
Copy link
Collaborator

@Nokel81 Nokel81 commented Apr 20, 2022

Signed-off-by: Sebastian Malton sebastian@malton.name

fixes #4999
fixes #5252
fixes #3100

Signed-off-by: Sebastian Malton <sebastian@malton.name>
@Nokel81 Nokel81 added the bug Something isn't working label Apr 20, 2022
@Nokel81 Nokel81 added this to the 5.4.6 milestone Apr 20, 2022
@Nokel81 Nokel81 requested a review from a team as a code owner April 20, 2022 19:20
@Nokel81 Nokel81 requested review from nevalla and jakolehm and removed request for a team April 20, 2022 19:20
@jim-docker jim-docker modified the milestones: 5.4.6, 5.4.7 Apr 21, 2022
package.json Show resolved Hide resolved
src/renderer/utils/jsonPath.ts Show resolved Hide resolved
Copy link
Contributor

@jim-docker jim-docker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

verified it fixes #5252

expect(res).toBe("$.metadata.labels[0].foo[0]");
});

it("converts ending .. to ..*", () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this the right description?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No good catch. Will fix in a follow up PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
3 participants