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 Notifications extension API #6946

Merged
merged 2 commits into from
Jan 16, 2023
Merged

Conversation

panuhorsmalahti
Copy link
Contributor

@panuhorsmalahti panuhorsmalahti commented Jan 16, 2023

  • Fix regression from https://github.com/lensapp/lens/pull/6825/files which causes a breaking change in the Extension API, which causes compilation errors such as Property 'NotificationStatus' does not exist on type 'typeof import(".../node_modules/@k8slens/extensions/dist/src/extensions/renderer-api/components")'.
  • Extensions might use NotificationStatus as value. If we only export as type we can't do that correctly.

Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
@panuhorsmalahti panuhorsmalahti added the area/extension Something to related to the extension api label Jan 16, 2023
@panuhorsmalahti panuhorsmalahti added this to the 6.4.0 milestone Jan 16, 2023
@panuhorsmalahti panuhorsmalahti requested a review from a team as a code owner January 16, 2023 11:57
ixrock
ixrock previously approved these changes Jan 16, 2023
@panuhorsmalahti panuhorsmalahti added the bug Something isn't working label Jan 16, 2023
Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
@panuhorsmalahti panuhorsmalahti merged commit 90c8e8e into master Jan 16, 2023
@panuhorsmalahti panuhorsmalahti deleted the fix/notifications-api branch January 16, 2023 12:27
@Nokel81 Nokel81 mentioned this pull request Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/extension Something to related to the extension api bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants