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/#43 collect pod information from kubernetes cluster #207

Merged

Conversation

smnws
Copy link
Contributor

@smnws smnws commented Jul 9, 2023

This fixes a bug introduced with PR #197 (potential segfault) and other small problems

smnws added 6 commits July 8, 2023 14:29
Signed-off-by: smnws <117300309+smnws@users.noreply.github.com>
Signed-off-by: smnws <117300309+smnws@users.noreply.github.com>
Signed-off-by: smnws <117300309+smnws@users.noreply.github.com>
Signed-off-by: smnws <117300309+smnws@users.noreply.github.com>
ROW_NUMBER() will arbitrarily choose a row if there are multiple rows of rank 1 in the same partition

Signed-off-by: smnws <117300309+smnws@users.noreply.github.com>
@vringar vringar self-requested a review July 9, 2023 16:13
@@ -41,7 +41,7 @@ import { usePathname } from "next/navigation";

export function ActualSidebar(): JSX.Element {
const pathname = usePathname();
const splitPathname = pathname.split("/");
const splitPathname = (pathname || "").split("/");
Copy link
Contributor

@vringar vringar Jul 9, 2023

Choose a reason for hiding this comment

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

How did you trigger this?
The component should only be used on the client side. I see that it is more robust but I'm still confused

@smnws smnws merged commit 151a2b5 into develop Jul 9, 2023
@smnws smnws deleted the feat/#43-collect-pod-information-from-kubernetes-cluster branch July 9, 2023 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants