Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,507 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 25 commits in 3 repositories
Created 1 repository
- jakolehm/typedoc-plugin-markdown TypeScript
Created a pull request in lensapp/lens that received 3 comments
Refactor ipc module
broadcastMessage : broadcasts a message to listeners in any/all contexts (main, renderer, iframe)
subscribeToBroadcast: subscribes a listener to a…
Opened 26 other pull requests in 3 repositories
lensapp/lens
1
open
21
merged
1
closed
- Generate extension-api .d.ts and .js files using tsc
- Fix support extension menu route
- Fix PageRegistry.getByPageMenuTarget issue when package name has special chars
- Default PageRegistration.routePath to path based on id
- Release v4.0.0-beta.2
- Simplify pages/menus/registry extension api internal implementation
- Release v4.0.0-beta.1
- Add LensRendererExtension.navigate
- Allow to specify KubeObjectDetailRegistration priority
- Allow extensions to embed extra kube object details
- Expose kube object store types to extensions
- Remove windowManager from extension api
- Expose all custom k8s api classes via extension api
- Release v4.0.0-alpha.5
- Generate extension api reference docs using library mode
- Docs: extension common capabilities
- Docs: enable syntax highlight for code blocks
- Restructure docs menu
- Load symlinked extension folders
- Release v4.0.0-alpha.3
- Expose more apis for KubeObjectListLayout usage
- Fix UI staleness after network issues
- Fix proxy upgrade socket timeouts
lensapp/lens-extension-samples
2
merged
Mirantis/lens-extension-cc
1
merged
Reviewed 37 pull requests in 2 repositories
lensapp/lens 35 pull requests
- Use latest alpine version (3.12) for shell sessions
- Remove unused build/notarize.js
- Exit pipeline if extensions build or tests fail
- Docs: fixing typos in styling
- Remove Makefile from all intree extensions
- Update README.md
- PageRegistration & BaseRegistry refactoring
- Refactoring: removed kube versioned api
- Fix: allow to fetch kube-api objects with label & field selectors
- Expose registration and related component interfaces to extensions
- Implement KubeObjectStatusText extension API
- Release v3.6.8
- Fix UI staleness after network issues (#1192)
- Generate API Reference documentation using typedocs and gh-actions
- Fix KubeObjectDetails example in common capabilities
- Expose CRD api to extensions
- implemented app menu testing support
- Generate API Reference documentation using typedocs and gh-actions
- Export more UI components via extensions-api
- Fix Documentation: Contributing
- ApiManager.registerStore should be simplified
- Remove PR auto labler
- add some overview documentation to the getting started page
- Docs: Extension Anatomy
- Docs: extension testing
- Some pull request reviews not shown.
lensapp/lens-extension-samples 2 pull requests
Created an issue in lensapp/lens that received 2 comments
Opened 29 other issues in 1 repository
lensapp/lens
10
open
19
closed
- Enforce semicolons via eslint rules
- Ingress: support networking.k8s.io/v1
- Allow extensions to register additional details for kubernetes objects
- Expose kube object store types via extension api
- WindowManager should not be exposed via extension-api
- Don't expose registries directly via extension-api
- Export all component props with an unique name
- Expose Table component via extension-api
- Expose Select component via extension-api
- Expose Radio component via extension-api
- Expose Notifications component/store via extension-api
- Expose Dialog component via extension-api
- Expose input component via extension-api
- ApiManager.registerStore should be simplified
- Remove unnecessary Makefiles from in-tree extensions
- Verify that docs markdown/config is correct on each PR
- Move navigation/menus registration from PageRegistration to own registry
- Docs: FAQ
- Docs: Contributing
- Docs: Extension Development - API Reference
- Docs: Extension Development - Extension Guides
- Docs: Extension Development - Extension Capabilities
- Docs: Extension Development - Getting Started
- Docs: Extension Development Overview
- Option to install an extension from filesystem/url
- Some issues not shown.