Roman
daf373168f
fine-tuning
...
Signed-off-by: Roman <ixrock@gmail.com>
2020-12-15 22:08:04 +02:00
Roman
3a4a07ca7f
Merge remote-tracking branch 'origin/master' into pages-url-params
...
# Conflicts:
# src/renderer/components/+workloads-replicasets/replicasets.tsx
# src/renderer/components/+workloads/workloads.tsx
2020-12-10 20:09:46 +02:00
Violetta
d143b234b7
Full support for ReplicaSets ( #1704 )
...
Signed-off-by: vshakirova <vshakirova@mirantis.com>
2020-12-10 15:23:51 +03:00
Panu Horsmalahti
d961d8b159
Remove symlink on extension install and manual runtime uninstall ( #1718 )
...
* Remove broken symlink on extension install
Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
* Remove broken symlink on manual uninstall during runtime
Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
2020-12-10 12:39:37 +02:00
Alex Andreev
0facd34738
Fixing logs autoscroll behavior ( #1720 )
...
* Fixing autoscroll behavior
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Making statement simpler to read
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2020-12-09 21:03:16 +03:00
Jari Kolehmainen
fc20b22bb5
Do not call initMainWindow if windowManager is not ready ( #1714 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-12-09 09:19:28 +02:00
Panu Horsmalahti
ec0a90343e
Remove broken symlink from node_modules on uninstall ( #1695 )
...
Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
2020-12-08 21:04:01 +02:00
Panu Horsmalahti
172b2a9c9f
Add check to extension file watch ( #1677 )
...
* Add check to extension file watch
Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
* Fix tests
Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
* Fix tests on Windows.
Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
* Add logging for Windows test debugging purposes.
Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
* Try to fix tests on Windows again.
Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
2020-12-08 17:30:47 +02:00
Jari Kolehmainen
69208fdfe6
Query all objects using single api call if admin and namespace list is not overridden ( #1692 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-12-08 16:08:28 +02:00
Roman
d043ff7710
lint fix
...
Signed-off-by: Roman <ixrock@gmail.com>
2020-12-08 15:48:46 +02:00
Roman
68001990a0
fix: reverting NamespaceStore public-api breaking changes
...
Signed-off-by: Roman <ixrock@gmail.com>
2020-12-08 15:46:18 +02:00
Roman
a9d0af1656
Merge branch 'master' into pages-url-params
...
# Conflicts:
# src/renderer/components/app.tsx
2020-12-08 15:24:23 +02:00
Roman
96e69b344f
renaming by jim's request: UrlParam => PageParam (type), createUrlParam => createPageParam (helper)
...
Signed-off-by: Roman <ixrock@gmail.com>
2020-12-08 15:19:12 +02:00
pashevskii
b7e5fb78d9
Add posibility to add custom repository ( #1368 )
...
Signed-off-by: Pavel Ashevskii <pashevskii@mirantis.com>
2020-12-08 15:54:49 +03:00
Jari Kolehmainen
8a4be72740
Register cluster page component properly to a route ( #1688 )
...
* remove observer from app class
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
* proper fix
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-12-08 13:21:18 +02:00
Alex Andreev
665ed94128
Adding cluster settings icon into dashboard ( #1672 )
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2020-12-08 10:31:58 +03:00
Roman
250a2d4d2c
fix: unit-tests
...
Signed-off-by: Roman <ixrock@gmail.com>
2020-12-07 15:48:44 +02:00
Roman
bce2eb7f96
fix: make lint happy
...
Signed-off-by: Roman <ixrock@gmail.com>
2020-12-07 14:04:47 +02:00
Roman
0fd981866b
fix: merge page url chunks with native URL()-api, simplified default page-params registration
...
Signed-off-by: Roman <ixrock@gmail.com>
2020-12-07 13:56:43 +02:00
Jari Kolehmainen
8f27559053
Tag cluster & workspace as beta features in extension api ( #1589 )
...
* mark cluster & workspace as beta
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
* back to public
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-12-07 13:38:40 +02:00
Jari Kolehmainen
4ea265671b
Detect Openshift ( #1625 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-12-07 09:17:19 +02:00
Jari Kolehmainen
dbf49cc1b0
Mark conf as dev dependency in extension npm package ( #1665 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-12-07 09:12:59 +02:00
Panu Horsmalahti
ea98d68e08
Visualize extension loading ( #1635 )
...
* Visualize extension loading
Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
2020-12-04 16:51:28 +02:00
Sebastian Malton
b342ea0bd6
store more than largest kube api request amount in the event store ( #1605 )
...
* store more than largest kube api request amount in the event store
* not abstract, give default
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2020-12-04 09:48:56 -05:00
Sebastian Malton
cb954e6575
persist extension installation state for the duration of the window's life ( #1602 )
...
* persist extension installation state for the duration of the window's life
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2020-12-04 09:25:37 -05:00
Roman
99c613546e
removed occasional changes related to typescript 4.1
...
Signed-off-by: Roman <ixrock@gmail.com>
2020-12-04 14:49:19 +02:00
Alex Andreev
afc4ca0ee1
Fixing itemId in SidebarNavItem ( #1638 )
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2020-12-04 10:25:11 +03:00
Roman
39fc5a7f84
lint fixes, revert tests
...
Signed-off-by: Roman <ixrock@gmail.com>
2020-12-03 20:43:50 +02:00
Lauri Nevala
f95c2d1c91
Add timeout to app start and cluster add events ( #1631 )
...
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-12-03 20:01:06 +02:00
Roman
cd7f906afc
fixes, tweak example-extension for demo
...
Signed-off-by: Roman <ixrock@gmail.com>
2020-12-03 19:42:17 +02:00
Roman
b7be386e6b
decentralizing page url-params management -- PoC / tsc 4.1 random fixes
...
Signed-off-by: Roman <ixrock@gmail.com>
2020-12-03 17:17:02 +02:00
Sebastian Malton
4e8fb65a2e
fix URL validator, add some tests ( #1627 )
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2020-12-03 08:49:51 -05:00
Lauri Nevala
3aa66eac05
Open file select dialog from onClick event ( #1637 )
...
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-12-03 15:48:01 +02:00
Jari Kolehmainen
29f2497d48
Respect static list of allowed namespaces ( #1639 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-12-03 15:22:47 +02:00
Jari Kolehmainen
67f3f83610
Performance fix when cluster has lots of namespaces ( #1640 )
...
* performance fix when cluster has lots of namespaces
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
* fix tests
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-12-03 14:56:32 +02:00
Jari Kolehmainen
ac35bab987
Fix 'cannot read property hide of null' error on quit ( #1594 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-12-03 14:55:19 +02:00
Panu Horsmalahti
432b00b8cc
Refactor ExtensionsStore ( #1620 )
...
Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
2020-12-03 11:43:33 +02:00
Alex Andreev
6630419457
Fine-tuning extensions page view ( #1613 )
...
* Replacing pro-tip text
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Coloring extension name
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Eslint fixes in webpack files
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2020-12-03 08:08:50 +02:00
Jari Kolehmainen
3c51e746bd
Detect kind ( #1619 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-12-03 08:07:47 +02:00
Jari Kolehmainen
87f1a39dca
Detect Docker Desktop ( #1623 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-12-02 19:13:57 +02:00
Jari Kolehmainen
13914a8bea
Detect Mirantis Kubernetes Engine ( #1622 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-12-02 19:13:32 +02:00
Sebastian Malton
bcb6f7469b
actually use ResourceQuotaDetails ( #1621 )
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2020-12-02 10:27:27 -05:00
Lauri Nevala
b128f55006
Add run tests step to Windows pipeline ( #1610 )
...
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-12-02 16:44:44 +02:00
Lauri Nevala
2062b376a0
Detect rancher distros ( #1617 )
...
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-12-02 16:27:00 +02:00
Lauri Nevala
6d5e18ea7d
Detect microk8s distribution ( #1616 )
...
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-12-02 16:07:06 +02:00
Lauri Nevala
57d6dfa4b0
Fix getExtensionPageUrl on Windows ( #1609 )
...
* Fix getExtensionPageUrl on Windows
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
* Use path.posix.join() instead
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
* Fix lint issues
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-12-02 13:09:47 +02:00
Violetta
c22d569fe2
Add Ready status column in the Deployment view ( #1586 )
...
Signed-off-by: vshakirova <vshakirova@mirantis.com>
2020-12-02 13:55:54 +03:00
chh
f6a88b386f
Add <BottomBar /> support rendering if item is a function ( #1606 )
...
* Support rendering if item is a function
Signed-off-by: Hung-Han (Henry) Chen <1474479+chenhunghan@users.noreply.github.com>
2020-12-02 17:49:12 +08:00
Panu Horsmalahti
4d754f6f26
Disable extension install button immediately ( #1591 )
...
Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
2020-12-02 11:45:02 +02:00
Panu Horsmalahti
7798dce61d
Enable installed extensions by default ( #1572 )
...
Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
2020-12-02 11:37:23 +02:00