Alexis Deruelle
98f250cfc4
Fix port availability test
...
Problem raised on macOS where port 49152 was used by rapportd process
listening on 0.0.0.0 address and as a consequence the application proxy
server wasn't correctly setup that in turn disrupted the webview display
that wasn't served through http://<uid>.localhost:49152/ (#255 )
Indeed the checkPort() function was checking port availability using the
127.0.0.1 address that doesn't error.
The minimal fix here is to test port availability using 0.0.0.0 address.
Signed-off-by: Alexis Deruelle <alexis.deruelle@gmail.com>
2020-05-02 15:11:25 +02: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
Lauri Nevala
ac552087d5
Do not timeout watch requests ( #273 )
...
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-04-19 17:48:14 +03:00
Jari Kolehmainen
799482b3c4
Release v3.3.0 ( #265 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-04-17 07:49:36 +03:00
Jari Kolehmainen
1b3c8e22fd
Electron 6.1.10 ( #263 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-04-16 17:13:51 +03:00
Jari Kolehmainen
66e977ac14
Show pod terminating status ( #259 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-04-16 16:46:33 +03:00
Lauri Nevala
bfc58edc46
Display emptyDir medium and size limit ( #257 )
...
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-04-16 07:41:19 +03:00
Jari Kolehmainen
5a47298591
Release v3.3.0-rc.1 ( #248 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-04-15 16:16:40 +03:00
Jari Kolehmainen
4cd616bf65
Fix issues with crd plugins ( #243 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-04-13 18:21:51 +03:00
Jari Kolehmainen
298636b8f1
Fix default workspace remove ( #242 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-04-13 18:21:25 +03:00
Lauri Nevala
f12b2b6a99
Implement endpoints section ( #246 )
...
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-04-13 18:20:19 +03:00
Jari Kolehmainen
bd1b8069fd
Hide object-list applied filters by default ( #244 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-04-13 13:04:13 +03:00
Jari Kolehmainen
d80e956870
Fix use of bundled kubectl ( #241 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-04-11 17:48:29 +03:00
Miska Kaipiainen
758034f61a
Clean up legacy references to Kontena ( #216 )
...
Signed-off-by: Miska Kaipiainen <miska.kaipiainen@gmail.com>
2020-04-11 14:38:53 +03:00
Lauri Nevala
2fba3411d8
Fix jobs sorting if condition is empty ( #236 )
...
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-04-10 17:35:33 +03:00
Jari Kolehmainen
806d8c6716
Initial port-forward implementation for services ( #231 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-04-10 11:05:37 +03:00
Jetchko Jekov
ec392c3828
Fix serviceMonitorKubelet's metricRelabelings ( #225 )
...
Signed-off-by: Jetchko Jekov <jetchko.jekov@gmail.com>
2020-04-10 11:05:18 +03:00
Jari Kolehmainen
8b3acf2ded
Release v3.2.0 ( #228 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-04-09 18:25:00 +03:00
Jari Kolehmainen
8c348f076e
Fix bundled helm3 binary on windows ( #233 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-04-09 17:58:12 +03:00
Jari Kolehmainen
f1795307f9
Release v3.2.0-rc.2 ( #223 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-04-07 17:34:02 +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
2593f70184
Always end watch stream if connection to kube-api ends ( #217 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-04-04 18:26:42 +03:00
Jari Kolehmainen
1c2298f2af
Release v3.2.0-rc.1 ( #215 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-04-03 20:51:20 +03:00
Lauri Nevala
b95e45b75b
Catch ipc errors on proxy exit ( #214 )
...
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-04-03 19:50:41 +03:00
Christopher Biggs
70abf73176
SelfSubjectAccessReview use 'pods' resource ( #204 )
...
Signed-off-by: Christopher biggs <christopher.l.biggs@gmail.com>
2020-04-03 19:44:50 +03:00
Christian Beneke
7450557f17
Docs: kube prometheus jsonnet ( #198 )
...
Signed-off-by: Christian Beneke <christian.beneke@traderepublic.com>
2020-04-02 20:11:37 +03:00
Can Güney Aksakalli
cee870769c
README: remove excess bracket ( #206 )
2020-04-02 20:04:55 +03:00