1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Go to file
Jari Kolehmainen f724e4fcef allow to search catalog by source
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2021-06-18 10:55:32 +03:00
__mocks__ Generic TopBar component for Catalog/Cluster views (#2882) 2021-06-07 11:46:40 +03:00
.dependabot Fix dependabot config (#3022) 2021-06-10 14:45:21 -04:00
.github Update job to change title and sync css from master branch (#3013) 2021-06-09 14:22:29 +01:00
.vscode
build Fix extensions not having the same version as Lens (#3027) 2021-06-15 14:14:03 -04:00
docs Fix top-bar extension render errors (#3049) 2021-06-14 11:50:52 +03:00
extensions Check cluster connected status from cluster.status.phase property (#3078) 2021-06-17 07:45:46 +03:00
integration Move all RouteParam's and URL builders to src/common (#2778) 2021-06-10 08:52:09 -04:00
jsonnet/lens
mkdocs Re-enable strict mode in docs vlidation. Bump mkdocs-material version (#3073) 2021-06-16 15:51:36 +01:00
scripts Fix tag-release script (#2983) 2021-06-09 07:01:53 +03:00
src allow to search catalog by source 2021-06-18 10:55:32 +03:00
static
templates/create-resource
test-data
troubleshooting
types Restyling extensions page with tailwindcss (#2796) 2021-05-23 15:15:42 +03:00
.azure-pipelines-k8s-matrix.yml
.azure-pipelines.yml release v5.0.0-beta.9 (#3063) 2021-06-17 13:25:24 +03:00
.bundled-extensions.json
.eslintrc.js
.gitignore
.npmrc
.yarnrc
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
license-header
Makefile Set build version before building extensions (#3001) 2021-06-09 19:57:04 -04:00
mkdocs.yml Use new config structure for versioning feature (#3088) 2021-06-17 13:53:25 +01:00
package.json release v5.0.0-beta.9 (#3063) 2021-06-17 13:25:24 +03:00
postcss.config.js Restyling extensions page with tailwindcss (#2796) 2021-05-23 15:15:42 +03:00
README.md
RELEASE_GUIDE.md
SECURITY.md
tailwind.config.js Restyling extensions page with tailwindcss (#2796) 2021-05-23 15:15:42 +03:00
tsconfig.json Mobx-6 migration (#2718) 2021-05-25 10:24:31 +03:00
typedoc.json Upgrade typedoc (#2940) 2021-06-07 09:51:43 -04:00
webpack.extensions.ts Explicitly initialize registries 2021-06-10 09:34:13 -04:00
webpack.main.ts
webpack.renderer.ts Restyling extensions page with tailwindcss (#2796) 2021-05-23 15:15:42 +03:00
yarn.lock Fix height resizing of VirtualList (#3072) 2021-06-16 09:05:24 -04: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.