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

28 Commits

Author SHA1 Message Date
Roman
de77f486b1 extend #draggable-top area to header's height
Signed-off-by: Roman <ixrock@gmail.com>
2020-07-17 13:27:41 +03:00
Roman
10e68510c4 handle initial loading without clusters
Signed-off-by: Roman <ixrock@gmail.com>
2020-07-16 18:09:08 +03:00
Roman
4e88715b8d PoC: first run
Signed-off-by: Roman <ixrock@gmail.com>
2020-07-13 19:32:55 +03:00
Roman
40da87c0ef port.ts refactoring
Signed-off-by: Roman <ixrock@gmail.com>
2020-07-12 10:40:37 +03:00
Roman
33d7036939 refactoring
Signed-off-by: Roman <ixrock@gmail.com>
2020-07-10 19:39:47 +03:00
Roman
6df56b5471 cluster-manager view
Signed-off-by: Roman <ixrock@gmail.com>
2020-07-10 12:47:50 +03:00
Roman
0e8187c2b0 window-manager refactoring -- part 2
Signed-off-by: Roman <ixrock@gmail.com>
2020-07-09 21:38:39 +03:00
Roman
cac4896517 window-manager refactoring
Signed-off-by: Roman <ixrock@gmail.com>
2020-07-09 20:15:15 +03:00
Roman
ce1cccc965 upgrade electron to latest version
Signed-off-by: Roman <ixrock@gmail.com>
2020-07-09 17:24:13 +03:00
Roman
ba4f5cb47d workspaces: extract bottom-bar to separated component
Signed-off-by: Roman <ixrock@gmail.com>
2020-07-09 10:53:01 +03:00
Roman
507e2dcfee refactoring
Signed-off-by: Roman <ixrock@gmail.com>
2020-07-08 22:59:33 +03:00
Roman
4a06f65cb8 added workspaces layout, more refactoring
Signed-off-by: Roman <ixrock@gmail.com>
2020-07-08 17:22:53 +03:00
Roman
434f26f17f added dummy react files for replacing vue-components
Signed-off-by: Roman <ixrock@gmail.com>
2020-07-08 12:58:49 +03:00
Roman
1f26f0b3a7 epic: getting rid of vue -- part 2
Signed-off-by: Roman <ixrock@gmail.com>
2020-07-08 12:12:11 +03:00
Roman
63de5fce3c epic: getting rid of vue -- part 1
Signed-off-by: Roman <ixrock@gmail.com>
2020-07-08 01:37:31 +03:00
Roman
f474a20904 cluster-store refactoring -- part 3
Signed-off-by: Roman <ixrock@gmail.com>
2020-07-07 20:46:46 +03:00
Roman
afb54694f4 cluster-store refactoring -- part 1
Signed-off-by: Roman <ixrock@gmail.com>
2020-07-06 14:31:34 +03:00
Roman
4270ec4240 tracker / user-store refactoring, part 1
Signed-off-by: Roman <ixrock@gmail.com>
2020-07-05 17:16:50 +03:00
Roman
776fc4462c use common/utils/singleton class for the stores
Signed-off-by: Roman <ixrock@gmail.com>
2020-07-03 16:57:31 +03:00
Jari Kolehmainen
097776411f
Use LensDev on development environment (#557)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-07-03 08:32:12 +03:00
Roman
b7974827d2
Lens restructure (#540)
Signed-off-by: Roman <ixrock@gmail.com>
2020-06-30 14:35:16 +03:00
Sebastian Malton
f620b3198f
Fix pasting unicode into terminal sometimes not working (#492)
* add LANG env with UTF-8 specified

* fix precedence of union of env objects

Signed-off-by: Sebastian Malton <smalton@mirantis.com>

Co-authored-by: Sebastian Malton <smalton@mirantis.com>
2020-06-23 08:37:35 -04:00
Lauri Nevala
78eeef2805
Close proxy server on app quit (#413)
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-06-10 17:00:17 +03:00
Alexis Deruelle
6412d73a5a
Fix port availability test (#333)
* Let OS allocate port number

Port availability might be tricky if some port is already in use on the
'all' interface '0.0.0.0'.

The proposed solution is to let the OS allocate the port for us using 0
as port specifier :

- first create a server instance to allocate a port number
- save port number
- close the server
- return the port number to the caller

This should be safe granted the OS doesn't reuse the port numbers on
consecutive port allocations.

see :
- about Node.js Net module : https://nodejs.org/docs/latest-v12.x/api/net.html#net_server_listen_port_host_backlog_callback
- about safety around reusing port number : https://unix.stackexchange.com/a/132524

Signed-off-by: Alexis Deruelle <alexis.deruelle@gmail.com>
2020-05-05 07:31:58 +03:00
Lauri Nevala
724cf0c687
Allow to select Prometheus query style (#312)
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-05-01 09:37:05 +03:00
Jari Kolehmainen
f23da9ccad
Bundle helm3 binary (#220)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-04-06 18:18:18 +03:00
Jari Kolehmainen
5c2e64b487
Add kubectl/helm download mirror select to preferences (#185)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-04-01 07:19:10 +03: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