1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Commit Graph

458 Commits

Author SHA1 Message Date
Mario Sarcher
6821ddb55d Add Intro Videos section 2020-10-28 11:35:13 +01:00
Steve Richards
8915c760d8 Updated footer colour 2020-10-28 10:32:20 +00:00
Steve Richards
c2f9d0231a Merge branch 'extensions-docs' of github.com:lensapp/lens into extensions-docs 2020-10-28 10:16:52 +00:00
Steve Richards
24da8c09fc Updated Theme settings 2020-10-28 10:16:46 +00:00
Mario Sarcher
b0884dfbc1 Merge branch 'extensions-docs' of https://github.com/lensapp/lens into extensions-docs
# Conflicts:
#	mkdocs.yml
2020-10-28 10:16:14 +01:00
Mario Sarcher
03042a5d53 Add empty files for extensions structure in docs 2020-10-28 10:14:00 +01:00
Mario Sarcher
3f3771cef9 Add structure draft for Setup and Extensions 2020-10-28 10:01:34 +01:00
Lauri Nevala
bc97f17565
Bind 'this' for setInterval callback (#1165)
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-10-28 10:59:28 +02:00
Jari Kolehmainen
c3bde1ad00
Fix bundled extension install on Linux/AppImage (#1163)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-10-28 10:16:52 +02:00
Mario Sarcher
1a8219742c Update Getting started page 2020-10-28 09:11:46 +01:00
Mario Sarcher
e7487ec174 Change context to "Documentation for Lens" instead of extension api only focus 2020-10-28 08:59:25 +01:00
Mario Sarcher
b188879529
Update mkdocs.yml 2020-10-28 08:23:51 +01:00
Roman
bfdbf02830
fix: correct command in Makefile for compiling extension-types, typo fix (#1160)
Signed-off-by: Roman <ixrock@gmail.com>
2020-10-27 22:41:35 +02:00
Jari Kolehmainen
15406c4897
Release v4.0.0-alpha.1 (#1159)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-10-27 21:54:08 +02:00
Steve Richards
8d31440349 Set theme config 2020-10-27 19:11:55 +00:00
Mario Sarcher
25bbbf10dd
Update mkdocs.yml 2020-10-27 16:55:59 +01:00
Mario Sarcher
ace2ee2649
Rename your_first_extension to your_first_extension.md 2020-10-27 16:54:58 +01:00
Mario Sarcher
f6355ac3bf
Create your_first_extension 2020-10-27 16:54:46 +01:00
Mario Sarcher
2bbdaf3ad6
Update index.md 2020-10-27 16:51:23 +01:00
Mario Sarcher
68bf524607
Update index.md 2020-10-27 16:46:19 +01:00
Mario Sarcher
b23cff5235
Update mkdocs.yml 2020-10-27 16:35:41 +01:00
Mario Sarcher
9349f32d77
Create CNAME 2020-10-27 16:19:27 +01:00
Mario Sarcher
d78ee08fc9
Update index.md 2020-10-27 16:16:29 +01:00
Mario Sarcher
7430367783
Update main.yml 2020-10-27 16:08:33 +01:00
Lauri Nevala
1f41cc800b
Add extensions/api.d.ts to .eslintignore (#1157)
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-10-27 17:08:08 +02:00
Roman
67754ffbb9
Get rid of this.disposers while registering stuff in extensions (#1148)
Signed-off-by: Roman <ixrock@gmail.com>
2020-10-27 17:07:21 +02:00
Jari Kolehmainen
b765ee11bb
publish npm package via pipeline on release (#1158)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-10-27 17:06:56 +02:00
Mario Sarcher
df073807d3
Update main.yml 2020-10-27 16:06:12 +01:00
Mario Sarcher
7a42cc8110
Update main.yml 2020-10-27 15:59:47 +01:00
Mario Sarcher
1b78b371aa
Update main.yml 2020-10-27 15:49:31 +01:00
Mario Sarcher
a8eeb21e36
Update main.yml 2020-10-27 15:46:39 +01:00
Mario Sarcher
36631d68e2
Update main.yml 2020-10-27 15:44:47 +01:00
Mario Sarcher
24329f462f
Update main.yml 2020-10-27 15:41:34 +01:00
Mario Sarcher
4f4c441f74
Update main.yml 2020-10-27 15:36:51 +01:00
Mario Sarcher
98449a0cda
Update main.yml 2020-10-27 14:53:40 +01:00
Mario Sarcher
81300ed2eb
Create index.md 2020-10-27 14:50:40 +01:00
Mario Sarcher
a00234e5b9
Create mkdocs.yml 2020-10-27 14:49:58 +01:00
Mario Sarcher
9f67d82d21
Update main.yml 2020-10-27 14:48:20 +01:00
Mario Sarcher
e9e205fc45
Update main.yml 2020-10-27 14:46:31 +01:00
Miska Kaipiainen
7e3ebcf54d
update license: cover docs under creative commons (#1154) 2020-10-27 15:45:15 +02:00
Roman
334815f71a
Tray icon (#1005)
* Tray icon #833 -- part 1

Signed-off-by: Roman <ixrock@gmail.com>

* Tray icon #833 -- part 2

Signed-off-by: Roman <ixrock@gmail.com>

* Tray icon #833 -- part 3

Signed-off-by: Roman <ixrock@gmail.com>

* Tray icon #833 -- part 4

Signed-off-by: Roman <ixrock@gmail.com>

* fix: lint / linux build failed

Signed-off-by: Roman <ixrock@gmail.com>

* allow to disable tray from preferences

Signed-off-by: Roman <ixrock@gmail.com>

* allow to tweak svg-icon before applying as tray-icon

Signed-off-by: Roman <ixrock@gmail.com>

* add checkbox indication, setActive workspace on cluster select

Signed-off-by: Roman <ixrock@gmail.com>

* fix build version (cannon find module 'react')

Signed-off-by: Roman <ixrock@gmail.com>

* - switching dark/light icon depending on os-x theme settings
- optimization: don't re-create tray icon on menu udpates (avoid blinking)

Signed-off-by: Roman <ixrock@gmail.com>

* fix: refresh icon after turning on/off + switching dark-mode

Signed-off-by: Roman <ixrock@gmail.com>

* allow to close main window and re-open from dock or tray icon

Signed-off-by: Roman <ixrock@gmail.com>

* small fix

Signed-off-by: Roman <ixrock@gmail.com>

* fix: ensure main-window from global menu

Signed-off-by: Roman <ixrock@gmail.com>

* chore

Signed-off-by: Roman <ixrock@gmail.com>

* fix: hide traffic-light buttons for tray window

Signed-off-by: Roman <ixrock@gmail.com>

* removed redundant tray window

Signed-off-by: Roman <ixrock@gmail.com>

* removed delay from base-store

Signed-off-by: Roman <ixrock@gmail.com>

* adding cluster fix (reverted changes from master)

Signed-off-by: Roman <ixrock@gmail.com>

* - hide icon in dock when main-window closed (mac-os only)
- added preferences checkbox to open app at system start-up

Signed-off-by: Roman <ixrock@gmail.com>

* handle quit app action from tray menu

Signed-off-by: Roman <ixrock@gmail.com>

* moved generating tray icons to build step

Signed-off-by: Roman <ixrock@gmail.com>

* Fix integration tests (#1080)

* Fix integration tests

Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>

* Update integration/helpers/utils.ts

Co-authored-by: Sebastian Malton <sebastian@malton.name>
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>

Co-authored-by: Sebastian Malton <sebastian@malton.name>

* fix-build: invisible app icon when there are more files within "build/icons/*.png"

Signed-off-by: Roman <ixrock@gmail.com>

* chore

Signed-off-by: Roman <ixrock@gmail.com>

* yarn i18n.extract

Signed-off-by: Roman <ixrock@gmail.com>

* clean-up

Signed-off-by: Roman <ixrock@gmail.com>

* navigation refactoring, move out `buildUrl` to common/utils so `react` and `react-router` not required as package.json dependecies in runtime (main)

Signed-off-by: Roman <ixrock@gmail.com>

* Ignore namespace query param on integration tests (#1109)

Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>

* merge-conflicts fixes

Signed-off-by: Roman <ixrock@gmail.com>

* support page fixes

Signed-off-by: Roman <ixrock@gmail.com>

* make eslint happy again

Signed-off-by: Roman <ixrock@gmail.com>

Co-authored-by: Lauri Nevala <lauri.nevala@gmail.com>
Co-authored-by: Sebastian Malton <sebastian@malton.name>
2020-10-27 15:25:29 +02:00
Mario Sarcher
77ef0e8f44
Create main.yml 2020-10-27 13:54:47 +01:00
Lauri Nevala
e2a1bac0ed
Load extensions also from local folder (#1147)
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-10-27 14:37:41 +02:00
Jari Kolehmainen
67b8410a2c
npm package publish preparations (#1150)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-10-27 13:02:31 +02:00
Lauri Nevala
18ac92ebdc
Add more telemetry data (#1113)
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-10-27 10:55:31 +02:00
Jari Kolehmainen
8fbdb8cc8e
Merge pull request #1131 from lensapp/extensions-api
Initial extensions API
2020-10-27 10:33:48 +02:00
Jari Kolehmainen
94420dc7b2 cleanup
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-10-27 10:18:34 +02:00
Jari Kolehmainen
4e8bdace79 Merge branch 'master' into extensions-api
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-10-27 09:24:27 +02:00
JeongHoon Byun (a.k.a Outsider)
2a3b391870
force revision type to number for sort (#1097)
Signed-off-by: Outsider <outsideris@gmail.com>
2020-10-27 09:44:09 +03:00
Alex Andreev
e9ebd06664
Allowing any item for StatusBarRegistration (#1143)
* Adding extension's label text next to Icon

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Removing unused registerStatusBarItem()

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2020-10-26 17:29:54 +03:00