Roman
a546e4eb98
mock @hapi/* modules
2020-06-26 15:34:03 +03:00
Jari Kolehmainen
8569e3b772
integration fixes
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-06-26 14:10:30 +03:00
Roman
7b9dea4a1d
fix build pipeline (makefile renamed command: app-deps (master) -> install-deps)
2020-06-26 13:52:36 +03:00
Roman
7fe48881d4
Merge remote-tracking branch 'origin/master' into lens_restructure
...
# Conflicts:
# .eslintrc.js
# Makefile
2020-06-26 13:32:56 +03:00
Jari Kolehmainen
c91f608346
Lint dashboard app automatically ( #529 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-06-26 12:05:41 +03:00
Roman
1babc9b7c2
fix: removed describe.only for port_spec.ts
2020-06-25 15:37:39 +03:00
Roman
43b3453e24
fixed all src/** tests, moved from spec/src to source code locations
2020-06-25 15:21:28 +03:00
Roman
a772ef6b94
fix incorrect KubeApi.parseApi merge (namespaces parsing issue)
2020-06-25 13:01:18 +03:00
Roman
a75be2eade
Merge remote-tracking branch 'origin/master' into lens_restructure
2020-06-24 17:54:01 +03:00
Roman
47ccd7c4cb
fix feature install, updated bundledHelmVersion from package.json
2020-06-24 17:52:54 +03:00
Lauri Nevala
e468105143
Release notes for v3.5.1 ( #517 )
...
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-06-24 14:05:02 +03:00
Lauri Nevala
907e96c7a0
Fix lint issue ( #516 )
2020-06-24 13:43:12 +03:00
Jari Kolehmainen
adb8555239
fix lint fix regression
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-06-24 13:38:01 +03:00
Jari Kolehmainen
6852388145
linter
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-06-24 08:59:11 +03:00
Roman
b95586df87
fixing tests, part 2 -- skip kubectl_spec.ts for now
2020-06-23 18:41:22 +03:00
Roman
468847c7cb
Merge remote-tracking branch 'origin/master' into lens_restructure
...
# Conflicts:
# src/main/kubectl.ts
# src/main/shell-sync.ts
# src/renderer/api/__test__/parseAPI.test.ts
# src/renderer/api/kube-api.ts
2020-06-23 18:17:17 +03:00
Roman
da9b20030f
fixing tests, part 1
2020-06-23 18:11:27 +03:00
Jim Ehrismann
cd66a985cc
modified Kubectl.checkBinary() to test the binary for the right version instead of using the eTag ( #510 )
...
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
2020-06-23 15:54:18 +03:00
Sebastian Malton
6770f05dc8
special case */namespace/* in parseApi, add test ( #509 )
2020-06-23 15:48:20 +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
Roman
e324ab1a55
updated project version from master/package.json
2020-06-23 15:14:32 +03:00
Roman
e3831ccd87
Merge remote-tracking branch 'origin/master' into lens_restructure
...
# Conflicts:
# src/renderer/_vue/components/ClusterPage.vue
2020-06-23 15:13:50 +03:00
Roman
744bfa9bd4
fixed makefile/package.json to run separated commands, updated README.md
2020-06-23 15:07:48 +03:00
Jari Kolehmainen
85d5975f2a
tweak yarn dev-run
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-06-23 13:42:38 +03:00
Jari Kolehmainen
9543590ee9
fix postinstall
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-06-23 10:12:46 +03:00
Jari Kolehmainen
32523416bf
update .yarnrc
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-06-23 09:26:51 +03:00
Jari Kolehmainen
bc2bf04b71
tweak azure pipelines
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-06-23 09:15:26 +03:00
Jari Kolehmainen
960590d041
build fixes
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-06-23 09:10:26 +03:00
Lauri Nevala
b8c1d78157
Open external links in web browser ( #506 )
2020-06-22 23:27:49 +03:00
Roman
4d6bb47bcd
Merge remote-tracking branch 'origin/master' into lens_restructure
...
# Conflicts:
# src/renderer/api/kube-api.ts
2020-06-22 19:43:35 +03:00
Roman
a85dca7c38
fixing tests, part 1
2020-06-22 19:33:01 +03:00
Roman
7d6b26f9b6
fix: preload font for terminal
2020-06-22 19:00:23 +03:00
Sebastian Malton
d821b18346
fix parseApi to not throw and to match apiVersion more specifically ( #496 )
...
* remove the explicit throw is new parseApi
* fix parseApi to be more consitent with the older version
- Add many more unit tests (these are exact copies of the old behaviour
so that any changes do not change behaviour)
- Make explicit, with documentation, why certain actions are being taken
with the parsing of the api URL parts
Signed-off-by: Sebastian Malton <smalton@mirantis.com>
Co-authored-by: Sebastian Malton <smalton@mirantis.com>
2020-06-22 11:55:03 -04:00
Roman
060a7e541e
fix api parsing for /api/v1/namespaces
2020-06-22 18:17:04 +03:00
Roman
de94d0bdad
fix merge from master
2020-06-22 17:26:52 +03:00
Roman
f4922811cc
Merge remote-tracking branch 'origin/master' into lens_restructure
...
# Conflicts:
# package.json
# src/main/index.ts
# src/renderer/api/__test__/parseAPI.test.ts
# src/renderer/components/chart/bar-chart.tsx
# src/renderer/components/chart/chart.tsx
# src/renderer/components/chart/pie-chart.tsx
# src/renderer/utils/__tests__/arrays.test.ts
# src/renderer/utils/arrays.ts
# yarn.lock
2020-06-22 17:09:07 +03:00
Roman
bfdd31f4e6
fix: vue build, removed console.log
2020-06-22 16:52:15 +03:00
Roman
7fcd6876eb
fix: react runtime warning in <Input>
2020-06-22 16:29:04 +03:00
Roman
b4947999df
fix: apply theme on init
2020-06-22 16:15:14 +03:00
Roman
29197dcfb9
fixing circular dependencies, part 1
2020-06-22 14:56:54 +03:00
Jari Kolehmainen
5d6826771a
serve react app via router
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-06-22 13:13:57 +03:00
Roman
eca33fcc37
move required ling-ui babel's part to webpack from common .babelrc
2020-06-18 15:34:32 +03:00
Roman
1169b862b3
fix config import error, allow to run separated webpack's renderer configs for both apps
2020-06-18 14:53:23 +03:00
Jari Kolehmainen
58c814d7eb
treat react as web app
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-06-18 10:42:18 +03:00
Jussi Nummelin
d55803d0c7
Bump master to 3.6.0-dev ( #470 )
...
Signed-off-by: Jussi Nummelin <jussi.nummelin@gmail.com>
2020-06-18 10:38:21 +03:00
Jari Kolehmainen
15323e3ae2
enable nodeintegration for react
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-06-18 09:55:49 +03:00
Jari Kolehmainen
5f0581e194
load react app from filesystem
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-06-18 09:03:20 +03:00
Jari Kolehmainen
1fd6b77357
fix webpack externals
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-06-18 09:03:03 +03:00
Jari Kolehmainen
f49b08a787
kube-auth-proxy fix
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-06-18 08:30:32 +03:00
Jari Kolehmainen
c96ce22639
use webpack-node-externals
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-06-18 08:30:02 +03:00