1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Go to file
Mikko Aspiala e0d5c41b3b Add todo for unit testing a weird complication without full understanding
Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>
Signed-off-by: Mikko Aspiala <mikko.aspiala@houston-inc.com>
2021-12-04 12:18:36 +02:00
__mocks__ Lint: comma-spacing (error) & comma-dangle (error) (#4200) 2021-11-02 17:38:20 -04:00
.github Bump typedoc from 0.22.7 to 0.22.10 (#4444) 2021-12-02 15:38:17 -05:00
.idea Add default WebStorm configuration files (#4293) 2021-11-09 11:55:09 +02:00
.vscode
build Add Check-For-Updates in menu and some notifications (#4437) 2021-11-30 10:30:42 -05:00
docs Fix documentation around components examples (#4375) 2021-11-17 17:06:29 -05:00
extensions Fix kube rejecting lens-metrics installation (#4391) 2021-11-19 11:27:56 -05:00
integration Revert "attempt to fix integration test inexplicably failing (2) (skip failing test)" (#4413) 2021-11-24 11:57:27 -05:00
jsonnet/lens
mkdocs
scripts
src Add todo for unit testing a weird complication without full understanding 2021-12-04 12:18:36 +02:00
static
templates/create-resource Add static Pod.yaml to templates (#4055) 2021-10-15 12:49:18 -04:00
test-data
troubleshooting
types Move types of injectable and injectable-react to the library 2021-11-26 07:44:35 +02:00
.azure-pipelines-k8s-matrix.yml
.azure-pipelines.yml
.bundled-extensions.json
.eslintrc.js Lint: comma-spacing (error) & comma-dangle (error) (#4200) 2021-11-02 17:38:20 -04:00
.gitignore
.npmrc
.yarnrc Prevent injection of expired "DST Root CA X3" from host CA stores; Electron to 13.6 (#4185) 2021-11-02 18:16:10 +02:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
license-header
Makefile Bump @typescript-eslint/parser from 4.29.1 to 4.33.0 (#4173) 2021-10-29 11:47:27 -04:00
mkdocs.yml
package.json Implement first meaningful unit tests for a complete behavior 2021-12-04 12:18:17 +02:00
postcss.config.js
README.md
RELEASE_GUIDE.md RELEASE GUIDE: fix formatting, add a clarification (#4230) 2021-11-03 10:17:21 -04:00
SECURITY.md
tailwind.config.js
tsconfig.json
typedoc.json
webpack.extensions.ts Lint: comma-spacing (error) & comma-dangle (error) (#4200) 2021-11-02 17:38:20 -04:00
webpack.main.ts Lint: comma-spacing (error) & comma-dangle (error) (#4200) 2021-11-02 17:38:20 -04:00
webpack.renderer.ts Try stop linting before running tests 2021-12-04 12:17:45 +02:00
yarn.lock Implement first meaningful unit tests for a complete behavior 2021-12-04 12:18:17 +02:00

Lens Open Source Project (OpenLens)

Build Status Chat on Slack

The Repository

This repository ("OpenLens") is where Team Lens develops the Lens IDE product together with the community. It is backed by a number of Kubernetes and cloud native ecosystem pioneers. This source code is available to everyone under the MIT license.

Lens - The Kubernetes IDE

Lens - The Kubernetes IDE ("Lens IDE") is a distribution of the OpenLens repository with Team Lens specific customizations released under a traditional EULA.

Lens IDE provides the full situational awareness for everything that runs in Kubernetes. It's lowering the barrier of entry for people just getting started and radically improving productivity for people with more experience.

Lens IDE a standalone application for MacOS, Windows and Linux operating systems. You can download it free of charge for Windows, MacOS, and Linux from Lens IDE website.

Screenshot

Installation

See Getting Started page.

Development

See Development page.

Contributing

See Contributing page.