Roman
1a3a215118
fix: mobx issue with accessing empty observable array by index (removes warning), use common logger
...
Signed-off-by: Roman <ixrock@gmail.com>
2021-01-18 16:25:57 +02:00
Roman
de4226a24a
fix: parse multiple kube-events from stream's chunk
...
Signed-off-by: Roman <ixrock@gmail.com>
2021-01-18 15:15:04 +02:00
Roman
34d8fa4c69
Merge branch 'master' into fix-1898/watch-api-streaming
2021-01-18 14:22:36 +02:00
dependabot[bot]
dfe6d72505
Bump ini from 1.3.5 to 1.3.8 ( #1760 )
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-15 16:12:49 +02:00
Lauri Nevala
0117cecc33
Prevent initializing clusters multiple times ( #1950 )
...
* Prevent initializing clusters multiple times
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
* Do not expose intializing to cluster state
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
* Convert initializing to observable and ensure it is set to false after init
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2021-01-15 16:11:41 +02:00
Alex Andreev
83ed44f670
Adding logs tab bottom toolbar ( #1951 )
...
* Adding bottom toolbar to logs tab
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Making bottom toolbar responsive
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Using generic search input clear button
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
* Fixing log test selectors
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2021-01-15 11:34:11 +03:00
Roman
4086b8d603
Merge branch 'load_resources_per_namespaces' into fix-1898/watch-api-streaming
2021-01-14 20:52:18 +02:00
Roman
31f1ebca61
fix: loading namespaces optimizations
...
Signed-off-by: Roman <ixrock@gmail.com>
2021-01-14 20:43:17 +02:00
Roman
a93d6ee123
Merge branch 'load_resources_per_namespaces' into fix-1898/watch-api-streaming
2021-01-14 15:48:59 +02:00
Roman
cc8897e6e7
added new cluster method: cluster.isAllowedResource
...
Signed-off-by: Roman <ixrock@gmail.com>
2021-01-14 15:19:06 +02:00
Roman
da3aa618d7
reset store on loading error
...
Signed-off-by: Roman <ixrock@gmail.com>
2021-01-14 14:51:56 +02:00
Roman
76ee3656a2
Merge remote-tracking branch 'origin/master' into load_resources_per_namespaces
...
# Conflicts:
# src/common/rbac.ts
2021-01-14 14:06:26 +02:00
Violetta
c48816ca5c
Add support for LimitRange ( #1796 )
...
Signed-off-by: vshakirova <vshakirova@mirantis.com>
2021-01-14 11:49:39 +03:00
Roman
195f911342
Merge branch 'load_resources_per_namespaces' into fix-1898/watch-api-streaming
2021-01-13 18:33:13 +02:00
Roman
0b1ceb9c0b
make lint happy
...
Signed-off-by: Roman <ixrock@gmail.com>
2021-01-13 18:31:32 +02:00
Roman
ff89638787
Merge remote-tracking branch 'origin/master' into load_resources_per_namespaces
...
# Conflicts:
# src/renderer/components/item-object-list/item-list-layout.tsx
2021-01-13 18:24:58 +02:00
Roman
5a76c2f331
fixes & refactoring
...
Signed-off-by: Roman <ixrock@gmail.com>
2021-01-13 18:23:15 +02:00
pashevskii
12c538b0eb
Column filters ( #1532 )
...
* Column filters
Signed-off-by: Pavel Ashevskii <pashevskii@mirantis.com>
* Add showWithColumn property
Signed-off-by: Pavel Ashevskii <pashevskii@mirantis.com>
2021-01-13 10:38:20 +03:00
Roman
6dcb48da1a
Watch api does not work for non-admins with lots of namespaces #1898 -- part 1
...
Signed-off-by: Roman <ixrock@gmail.com>
2021-01-12 19:44:48 +02:00
Roman
4a8079debc
chore / small fixes
...
Signed-off-by: Roman <ixrock@gmail.com>
2021-01-12 13:44:55 +02:00
Jari Kolehmainen
11595abc93
Fix fill the gaps logic in normalize metrics ( #1940 )
...
* fix fill the gaps logic in normalize metrics
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
* fix
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
* fix
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2021-01-12 12:01:06 +02:00
Alex Andreev
b1ab31831f
Fixing multiline logs wrapping ( #1938 )
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2021-01-12 09:50:35 +03:00
Roman
62e0f575c7
fixes / responding to comments
...
Signed-off-by: Roman <ixrock@gmail.com>
2021-01-11 15:10:11 +02:00
Alex Andreev
131a6fb410
Getting api by kind when editing an object ( #1936 )
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2021-01-11 15:43:13 +03:00
Sebastian Malton
c05fe21c68
gitignore .vscode ( #1599 )
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2021-01-08 22:20:44 -05:00
dependabot[bot]
bb96511a34
Bump @typescript-eslint/eslint-plugin from 4.0.0 to 4.12.0 ( #1912 )
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 4.0.0 to 4.12.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.12.0/packages/eslint-plugin )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-08 13:39:45 -05:00
Sebastian Malton
d5467208c4
bump uuid and @types/uuid to 8.3.x ( #1913 )
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2021-01-08 10:06:29 -05:00
Roman
b547541ea8
fix: events pages renders incorrect tooltip as non-parsed template ( #1919 )
...
Signed-off-by: Roman <ixrock@gmail.com>
2021-01-08 17:01:23 +02:00
Jari Kolehmainen
bb45002851
Disable telemetry extension during integration tests ( #1916 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2021-01-08 16:45:38 +02:00
Jari Kolehmainen
e3ccb9beab
Windows: support only bash for development ( #1915 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2021-01-08 16:45:11 +02:00
Jari Kolehmainen
da2cc70141
Fix windows tray icon click ( #1908 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2021-01-08 16:44:33 +02:00
Sebastian Malton
3fc552a466
remove array desctructor of Object.values, which is brittle ( #1854 )
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2021-01-08 09:41:30 -05:00
Roman
ddf45c2025
fixes
...
Signed-off-by: Roman <ixrock@gmail.com>
2021-01-08 14:31:31 +02:00
Roman
51bdfc131b
loading k8s resources into stores per selected namespaces -- part 3
...
Signed-off-by: Roman <ixrock@gmail.com>
2021-01-08 13:54:34 +02:00
Roman
f71829ff14
loading k8s resources into stores per selected namespaces -- part 2
...
- fix: generating helm chart id
Signed-off-by: Roman <ixrock@gmail.com>
2021-01-07 22:37:23 +02:00
dependabot[bot]
9be17582f7
Bump circular-dependency-plugin from 5.2.0 to 5.2.2 ( #1656 )
...
Bumps [circular-dependency-plugin](https://github.com/aackerman/circular-dependency-plugin ) from 5.2.0 to 5.2.2.
- [Release notes](https://github.com/aackerman/circular-dependency-plugin/releases )
- [Changelog](https://github.com/aackerman/circular-dependency-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/aackerman/circular-dependency-plugin/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-07 14:13:59 -05:00
Roman
47bea52160
loading k8s resources into stores per selected namespaces -- part 1
...
Signed-off-by: Roman <ixrock@gmail.com>
2021-01-07 17:34:10 +02:00
Jari Kolehmainen
02bc210f56
Catch xtermjs fit error ( #1907 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2021-01-07 13:06:23 +02:00
MIchael Bowen
2543e4aec7
Fix encoding typo in ClusterAccessibleNamespaces component title ( #1901 )
...
Signed-off-by: mbowen <mbowen@blackrock.com>
2021-01-07 09:00:32 +02:00
Hannes Wüthrich
c4eb9ba39a
Fix typo in prometheus ingress metrics ( #1896 )
...
Signed-off-by: Hannes Wüthrich <hannes.wuethrich@zebbra.ch>
2021-01-07 07:29:12 +02:00
Jari Kolehmainen
8823b1913f
Reset stores before loading them ( #1897 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2021-01-07 07:25:00 +02:00
Lauri Nevala
8d2d1aecd5
Expose NamespaceSelect component to extensions ( #1880 )
...
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2021-01-05 10:52:46 +02:00
Jari Kolehmainen
06d41acc26
Fix Electron 9.4 frame ipc bug ( #1888 )
...
* use pid+frameId
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
* use correct process id
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2021-01-04 14:16:35 +02:00
dependabot[bot]
8c70e055ee
Bump node-notifier from 8.0.0 to 8.0.1 in /extensions/node-menu ( #1835 )
...
Bumps [node-notifier](https://github.com/mikaelbr/node-notifier ) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/mikaelbr/node-notifier/releases )
- [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md )
- [Commits](https://github.com/mikaelbr/node-notifier/compare/v8.0.0...v8.0.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-30 16:54:57 +02:00
dependabot[bot]
30d86236b4
Bump node-notifier from 8.0.0 to 8.0.1 in /extensions/telemetry ( #1836 )
...
Bumps [node-notifier](https://github.com/mikaelbr/node-notifier ) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/mikaelbr/node-notifier/releases )
- [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md )
- [Commits](https://github.com/mikaelbr/node-notifier/compare/v8.0.0...v8.0.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-30 16:54:39 +02:00
Sebastian Malton
981ca3ba3d
add version display to extensions ( #1604 )
...
* add version display to extensions
Signed-off-by: Sebastian Malton <sebastian@malton.name>
* use new format
Signed-off-by: Sebastian Malton <sebastian@malton.name>
* fix styling
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2020-12-30 10:47:22 +03:00
dependabot[bot]
6b9295267e
Bump node-notifier from 8.0.0 to 8.0.1 in /extensions/license-menu-item ( #1837 )
...
Bumps [node-notifier](https://github.com/mikaelbr/node-notifier ) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/mikaelbr/node-notifier/releases )
- [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md )
- [Commits](https://github.com/mikaelbr/node-notifier/compare/v8.0.0...v8.0.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-30 09:21:41 +02:00
dependabot[bot]
2f825407fa
Bump node-notifier from 8.0.0 to 8.0.1 in /extensions/example-extension ( #1838 )
...
Bumps [node-notifier](https://github.com/mikaelbr/node-notifier ) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/mikaelbr/node-notifier/releases )
- [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md )
- [Commits](https://github.com/mikaelbr/node-notifier/compare/v8.0.0...v8.0.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-30 09:21:14 +02:00
dependabot[bot]
5d0308bdbc
Bump node-notifier from 8.0.0 to 8.0.1 in /extensions/pod-menu ( #1839 )
...
Bumps [node-notifier](https://github.com/mikaelbr/node-notifier ) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/mikaelbr/node-notifier/releases )
- [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md )
- [Commits](https://github.com/mikaelbr/node-notifier/compare/v8.0.0...v8.0.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-30 09:20:56 +02:00
dependabot[bot]
da260ed879
Bump node-notifier in /extensions/metrics-cluster-feature ( #1840 )
...
Bumps [node-notifier](https://github.com/mikaelbr/node-notifier ) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/mikaelbr/node-notifier/releases )
- [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md )
- [Commits](https://github.com/mikaelbr/node-notifier/compare/v8.0.0...v8.0.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-30 09:20:38 +02:00