Lauri Nevala
247677b740
Remove Helm release update checker ( #420 )
...
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-06-09 14:33:46 +03:00
Jari Kolehmainen
deb4bf2f7b
Integration tests using spectron ( #410 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-06-09 13:18:24 +03:00
Lauri Nevala
af24da976b
Kill shell process by pid on Windows ( #411 )
...
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-06-09 13:16:39 +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
Jari Kolehmainen
ffb521071f
Release v3.5.0-beta.1 ( #403 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-06-05 09:51:41 +03:00
Jari Kolehmainen
ac03982c80
Change community slack urls ( #405 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-06-05 09:11:35 +03:00
Jon Stelly
9b680640c9
Add arch node selector for hybrid clusters ( #400 )
...
Signed-off-by: Jon Stelly <967068+jonstelly@users.noreply.github.com>
2020-06-05 08:41:08 +03:00
Jari Kolehmainen
a7cb8d2d04
Dynamic dashboard UI based on RBAC rules ( #366 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-06-05 08:38:56 +03:00
Lauri Nevala
65900e728d
Show object reference for all objects ( #399 )
...
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-06-04 14:46:43 +03:00
Lauri Nevala
00defdd631
Fix pod shell command on Windows ( #402 )
...
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-06-04 14:45:54 +03:00
dave93cab
0248189c45
typo/translation correction: transit to transmit ( #359 )
...
Signed-off-by: Dave Thomas <davejonthomas@gmail.com>
2020-06-04 12:44:08 +03:00
Lauri Nevala
e25be40dd8
Fix @babel/preset-env version ( #401 )
...
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-06-04 12:03:44 +03:00
Jari Kolehmainen
50dfd4fa63
Unify scrollbars/paddings across supported OS ( #367 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-06-01 15:42:34 +03:00
Jari Kolehmainen
ac32a3686e
Remove Kontena reference from Lens logo ( #357 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-05-12 20:36:58 +03:00
Adam Malcontenti-Wilson
e21e0b577b
Replace admin check with check for access ( #297 )
...
Signed-off-by: Adam Malcontenti-Wilson <adman.com@gmail.com>
2020-05-09 18:25:34 +03:00
Jari Kolehmainen
fb287c435c
Release v3.4.0 ( #356 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-05-09 10:21:36 +03:00
Lauri Nevala
1c324a3ced
Show system roles on Roles page ( #355 )
...
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-05-09 09:06:16 +03:00
Jari Kolehmainen
5cd00bd77a
Prometheus provider/path related ui fixes ( #354 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-05-09 09:04:38 +03:00
Dan Slinky @ Cookpad
2c3dc8370d
Provide link to configMap from pod details ( #352 )
...
Signed-off-by: Dan Slinky <dan-slinky@cookpad.jp>
2020-05-08 16:49:04 +03:00
Jari Kolehmainen
2a4704716d
Release v3.4.0-rc.1 ( #347 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-05-06 21:01:24 +03:00
Lauri Nevala
bba6eb743d
Add support for Prometheus api prefix ( #341 )
...
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-05-06 20:37:32 +03:00
Jari Kolehmainen
5c1974f07b
Auto-detect prometheus installation ( #343 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-05-06 18:55:49 +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
0a3b5dae73
Fix EndpointSubset.toString() to work without ports ( #336 )
...
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-05-05 07:31:08 +03:00
Lauri Nevala
dd8dc23514
Return empty string if Helm release version is not detected ( #342 )
...
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-05-05 07:28:54 +03:00
Jari Kolehmainen
8d2e8bbe62
Delay webview create on cluster page ( #332 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-05-03 10:29:32 +03:00
Jari Kolehmainen
03aab714d8
Fix no-drag css ( #331 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-05-01 10:39:53 +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
29cd171d0f
Release v3.4.0-beta.2 ( #330 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-04-30 18:14:23 +03:00
Jari Kolehmainen
28cf82824b
Rebuild locales & fix translation bugs ( #325 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-04-30 17:06:08 +03:00
Jari Kolehmainen
b371e8e9f8
Fix node shell session regression ( #326 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-04-30 17:05:45 +03:00
Jari Kolehmainen
0f708c7fc5
improve dashboard reload ( #327 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-04-30 16:52:04 +03:00
Benjamin P. Jung
3066576382
Fix typo in documentation ( #316 )
...
Signed-off-by: Benjamin P. Jung <headcr4sh@gmail.com>
2020-04-29 18:27:32 +03:00
Jari Kolehmainen
d6b173840b
Release v3.4.0-beta.1 ( #320 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-04-29 08:29:34 +03:00
Jari Kolehmainen
260de08c72
Update metrics feature components ( #301 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-04-28 08:41:04 +03:00
Jari Kolehmainen
b8fd4040a1
Terminal tab auto-close fixes ( #314 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-04-28 08:31:22 +03:00
Jari Kolehmainen
105021509c
Cleanup cluster webview loading ( #313 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-04-28 08:26:27 +03:00
Jari Kolehmainen
6d4a7f657d
Terminal dock tab improvements ( #294 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-04-26 10:54:16 +03:00
Jari Kolehmainen
3a92e5d3ab
Check also beta.kubernetes.io/os selector for windows pod shell ( #293 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-04-21 20:22:27 +03:00
Shivam Rathore
6826c43102
Fix missing spaces in container command #251 ( #284 )
...
Signed-off-by: Shivam Rathore <shivam.rathore010@gmail.com>
2020-04-21 20:21:53 +03:00
Lauri Nevala
8c666116a3
Enable code folding in resource editor ( #292 )
...
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-04-21 19:53:07 +03:00
Lauri Nevala
634cca2c5a
Show always Events title in resource details ( #286 )
...
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-04-21 19:51:30 +03:00
Lauri Nevala
c1010c1315
Show node events in node details ( #285 )
...
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-04-21 19:51:00 +03:00
Jari Kolehmainen
e9412f7474
Update dashboard packages for vulnerabilities ( #281 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-04-21 19:49:52 +03:00
Jari Kolehmainen
81c7590732
Cache terminall shell env ( #274 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-04-21 19:49:23 +03:00
Jari Kolehmainen
c7f92494e0
Release v3.3.1 ( #279 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-04-20 18:15:58 +03:00
Lauri Nevala
01e2ef50b1
Update @kubernetes/client-node to 0.11.1 ( #278 )
...
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-04-20 16:17:59 +03:00
Jari Kolehmainen
e7511a41ec
Always refresh stores when object list is mounted ( #277 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-04-20 07:32:53 +03:00
Jari Kolehmainen
6bdd247a85
Fix list sort by age ( #276 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-04-19 17:49:14 +03:00
Jari Kolehmainen
07e2653f80
Fix pod shell error if no access to nodes ( #275 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-04-19 17:48:52 +03:00