Skip to content

feat: hint ref'd by matchLabels/-Expressions & list them in editor (#642) #858

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

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

adietish
Copy link
Collaborator

@adietish adietish commented Mar 10, 2025

fixes #642

@adietish adietish self-assigned this Mar 10, 2025
@adietish adietish force-pushed the issue-642 branch 16 times, most recently from 9294831 to aba2406 Compare March 25, 2025 16:02
@adietish adietish force-pushed the issue-642 branch 8 times, most recently from 56c98a0 to ce365fd Compare March 31, 2025 21:27
@adietish adietish force-pushed the issue-642 branch 4 times, most recently from 587d481 to 93503a4 Compare April 5, 2025 22:36
@adietish adietish force-pushed the issue-642 branch 13 times, most recently from 6f18a38 to c1c2c85 Compare April 11, 2025 19:57
@adietish adietish changed the title feat: hint resources ref'd by matchLabels/-Expressions and nav editor to it (#642) feat: hint ref'd by matchLabels/-Expressions & list them in editor (#642) Apr 11, 2025
@adietish adietish force-pushed the issue-642 branch 2 times, most recently from 8ef1541 to c9b2dd1 Compare April 11, 2025 20:09
@adietish adietish requested a review from btjd April 14, 2025 11:12
@adietish adietish force-pushed the issue-642 branch 5 times, most recently from a3c0073 to 3a4eaa8 Compare April 14, 2025 19:24
Freezing was caused by race conditions in the locks. Closing the editor
disposes the editor resources. Disposing the editor resource closes the
cluster connection. When closing the watch, a new resource state is
retrieved, this then ended in the resource lock waiting for the
connection timeout.
Solved it by introducing a new "Disposed" state which is returned
whenever an editor resource is disposed. No further state retrieval
occurrs.

Signed-off-by: Andre Dietisheim <[email protected]>
@adietish adietish force-pushed the issue-642 branch 2 times, most recently from d9bd688 to 8b6b043 Compare April 14, 2025 21:12
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.

As a user I'd like help with references in a multi-doc file
1 participant