1
0
mirror of https://github.com/lensapp/lens.git synced 2024-09-17 12:17:08 +03:00
Commit Graph

36 Commits

Author SHA1 Message Date
Janne Savolainen
443620a6a4
Update link in README (#7314)
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-03-08 15:45:50 -05:00
Sebastian Malton
3067e82e02
Remove all references to slack (#7233)
* Remove all references to slack

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* Fix readme

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* Cleanup migration

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* Remove existing slack link from weblink store

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* Fix type error and wording on ErrorBoundary

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* Don't export forumsUrl to extension API

- Also just remove slack URL

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* Update snapshots again

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* Update snapshots again v3

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* Revert remove slackUrl

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* Fix filtering

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* Fix readme

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* More of a fix

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* Try again

Signed-off-by: Sebastian Malton <sebastian@malton.name>

* Slightly better for now

Signed-off-by: Sebastian Malton <sebastian@malton.name>

---------

Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-02-24 17:04:15 -05:00
Jari Kolehmainen
2363b390c9
Update slack links to a static redirect url (#6856)
* update slack links to a static redirect url

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* update snapshots

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2023-01-03 08:19:04 -05:00
Jari Kolehmainen
e59ec3abfd
clarify readme (#6838)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2022-12-28 15:27:00 +02:00
Sebastian Malton
d4f9128f77
Fix links in Readme (#6441)
Signed-off-by: Sebastian Malton <sebastian@malton.name>

Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-10-21 16:05:56 -04:00
Saptarshi Sarkar
392d4b3134
Updated README file (#6225)
Added License section in Readme.

Signed-off-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>

Signed-off-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>
2022-09-13 15:56:06 +03:00
DingRui Yang
78d985024d
Update README.md (#5675)
Fix getting started link
2022-06-20 09:34:00 -04:00
Sebastian Malton
f12851ff3b
Update slack invite link (#5515) 2022-05-31 10:35:59 -04:00
Jari Kolehmainen
05a3494acb
Don't bundle extension with eula on default build (#2542) 2021-04-20 09:35:37 -04:00
Jari Kolehmainen
6c7095fdec
Use gh actions for build status (#2522)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2021-04-13 15:17:42 +03:00
Miska Kaipiainen
e5967c0700
Update intro video links (#1842)
* update intro video links

* update video link on docs
2020-12-22 19:58:57 +02:00
Miska Kaipiainen
993061e4a7
Yet another minor fix to main readme (#1681) 2020-12-08 10:48:27 +02:00
Miska Kaipiainen
1cc2c58a40
minor readability fix for main readme (#1678) 2020-12-07 21:25:10 +02:00
Miska Kaipiainen
dd2c63edd7
update main readme to align better with Lens 4.0 features (#1676) 2020-12-07 17:58:00 +02:00
Jari Kolehmainen
4b4baf2d4b
Add contributing/development pages (#1480)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-11-23 11:37:30 +02:00
Panu Horsmalahti
7489e5ff7b
Remove make init from the readme (#1417)
Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
2020-11-17 14:47:28 +02:00
Lauri Nevala
9188b58998
Update README.md (#1353)
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-11-12 17:49:19 +02:00
Mario Sarcher
3bc45218c1
Documentation (MKDOCS) (#1230)
Co-authored-by: Steve Richards <srichards@mirantis.com>
Co-authored-by: Mario Sarcher <msarcher@mirantis.com>
Co-authored-by: steve richards <steve.james.richards@gmail.com>
Co-authored-by: Paul Williams <pawilliams@mirantis.com>
Co-authored-by: pauljwil <pauljwil@gmail.com>
2020-11-05 16:38:56 +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
Ryan MacLean
006406c5e9
Some Grammatical Fixes ❤️ (#641)
Signed-off-by: Ryan MacLean <6923433+ryanmaclean@users.noreply.github.com>
2020-09-04 07:21:03 +03:00
Roman
5670312c47
Migrating Vue components to React and stores refactoring (#585)
Signed-off-by: Roman <ixrock@gmail.com>

Co-authored-by: Sebastian Malton <sebastian@malton.name>
Co-authored-by: Sebastian Malton <smalton@mirantis.com>
Co-authored-by: Lauri Nevala <lauri.nevala@gmail.com>
Co-authored-by: Alex Andreev <alex.andreev.email@gmail.com>
2020-08-20 08:53:07 +03:00
makocchi
336daea333
Add brew cask in README (#548)
Signed-off-by: makocchi-git <makocchi@gmail.com>
2020-07-01 19:50:21 +03:00
Roman
b7974827d2
Lens restructure (#540)
Signed-off-by: Roman <ixrock@gmail.com>
2020-06-30 14:35:16 +03:00
makocchi
e810eab39f
Add brew cask in README (#511)
Signed-off-by: makocchi-git <makocchi@gmail.com>
2020-06-26 17:21:33 +03:00
Jari Kolehmainen
a608918dce
Add downloads & slack badges (#474)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-06-16 16:27:28 +03:00
Jari Kolehmainen
5af12bdbbd
Add download-bins target to make (#406)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-06-05 22:47:30 +03:00
Can Güney Aksakalli
cee870769c
README: remove excess bracket (#206) 2020-04-02 20:04:55 +03:00
Miska Kaipiainen
23cd47cea2 update readme to have tagline from website + other tweaks
Signed-off-by: Miska Kaipiainen <miska.kaipiainen@gmail.com>
2020-03-18 23:25:53 +02:00
Jari Kolehmainen
334f0748cd
Change youtube link 2020-03-16 07:36:36 +02:00
Mason Hensley
043f306c14 updating readme with screenshot + youtube link
Signed-off-by: Mason Hensley <mason@hipspec.com>
2020-03-15 16:10:55 -05:00
Jari Kolehmainen
53224a2c86 add azure pipeline badge
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-03-15 10:34:49 +02:00
Jari Kolehmainen
cb9c7fd4eb fix repo org in links
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-03-15 09:59:27 +02:00
Jari Kolehmainen
1d0815abd2
Lens app source code (#119)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-03-15 09:52:02 +02:00
Lauri Nevala
88d2b49ab8
Update README.md 2019-10-28 15:33:55 +02:00
Lauri Nevala
7cbf420a9b
Update readme (#30)
* Update README.md

* Add LICENSE

* Fix video link

* Use current year in LICENSE

* Remove 'And so much more' bullet item

* Add documentation link to further details
2019-08-08 10:59:26 +03:00
Lauri Nevala
18bab9710d
Create README.md 2018-11-12 08:35:03 +02:00