1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Commit Graph

199 Commits

Author SHA1 Message Date
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
Lauri Nevala
f597afb72e
Revert select component (#488)
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-06-17 23:18:39 +03:00
Roman
da460842a0 vue: handle media imports in <template> 2020-06-17 22:03:05 +03:00
Lauri Nevala
8c471daab6
Update Helm to 3.2.4 (#487)
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-06-17 20:58:10 +03:00
Roman
4e18c992d8 reverting dashboard rendering to webview, part 3 2020-06-17 17:39:30 +03:00
Roman
50ab4905dc reverting dashboard rendering to webview, part 2 2020-06-17 16:02:40 +03:00
Roman
d413235ed9 reverting dashboard rendering to webview, part 1 2020-06-17 14:40:10 +03:00
Lauri Nevala
56422983ee
Add pod creation integration test (#449) 2020-06-17 14:20:37 +03:00
Sebastian Malton
1752b8d3d9
Handle invalid metric response properly (#464)
* catch undefined and return default empty in normalizeMetrics

* fix crash on drilldown

Signed-off-by: Sebastian Malton <smalton@mirantis.com>

Co-authored-by: Sebastian Malton <smalton@mirantis.com>
2020-06-16 13:47:01 -04:00
Sebastian Malton
b9ddb503ee
make sure that secret is defined before trying to decode (#479)
Signed-off-by: Sebastian Malton <smalton@mirantis.com>

Co-authored-by: Sebastian Malton <smalton@mirantis.com>
2020-06-16 13:46:02 -04:00
Jim Ehrismann
d48b463ea7
Merge pull request #453 from jim-docker/issue-393-job-remove-pods-too
Remove related pods when removing Job resource
2020-06-16 11:18:54 -04:00
Sebastian Malton
bce7aec87d
Fix parseAPI not working with non-"namespaces" pathnames. (#450)
* fix parseApi not accepting versions that don't start with 'v'
* add unit tests

Signed-off-by: Sebastian Malton <smalton@mirantis.com>
Co-authored-by: Sebastian Malton <smalton@mirantis.com>
2020-06-16 10:51:39 -04:00
Lauri Nevala
0661954a27
Display namespace defined in kubeconfig always in the namespace selector (#472)
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-06-16 17:46:37 +03:00
Jari Kolehmainen
a608918dce
Add downloads & slack badges (#474)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-06-16 16:27:28 +03:00
Roman
d387ba9004 fix tracker event 2020-06-16 15:05:59 +03:00
Roman
1fa523c012 clean up / optimizations 2020-06-16 12:44:03 +03:00
Roman
606d1a9198 chore 2020-06-15 22:00:48 +03:00
Jari Kolehmainen
bc91df6192
Release v3.5.0 (#463)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-06-15 20:33:01 +03:00
Roman
d6258b38d0 random micro fixes & refactoring 2020-06-15 17:47:07 +03:00
Roman
bfd1a4e0b8 various configs refactoring/fixes, building project optimizations 2020-06-15 16:09:10 +03:00
Jari Kolehmainen
47082adecd
Fix shell env cache (#461)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-06-15 14:02:44 +03:00
Roman
9fd004b214 clean up, typo fix 2020-06-14 15:35:12 +03:00
Roman
d901b084f9 webpack configurations / parsing vue files 2020-06-14 08:12:42 +03:00
Roman
16d6d34e73 .vue tweaks, part 2 (rendering app still buggy) 2020-06-13 21:51:04 +03:00
Roman
3458934f99 vue-loader tweaks, part 1 2020-06-13 18:47:10 +03:00
Roman
4853e73d8b allow to run dashboard in renderer (react part) 2020-06-13 16:38:38 +03:00
Roman
8f4db5bd53 more configuration tweaks 2020-06-13 13:11:01 +03:00
Roman
ec7b8661d9 more configuration tweaks 2020-06-13 06:53:47 +03:00
Jim Ehrismann
7479f4eb7d override KubeObject's delete() method in Job class
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
2020-06-12 15:23:19 -04:00
Roman
9aa815bc14 refactoring, split webpack configs + get rid of electron-webpack 2020-06-12 22:23:15 +03:00
Sebastian Malton
8f0c785f58
Revert "Fix parseApi not accepting versions that don't start with 'v' (#441)" (#448)
This reverts commit 00557c9940.
2020-06-12 07:34:07 +03:00
Roman
a4d66fffda fix common & static paths 2020-06-11 21:00:45 +03:00
Sebastian Malton
00557c9940
Fix parseApi not accepting versions that don't start with 'v' (#441)
* fix parseApi not accepting versions that don't start with 'v'

Signed-off-by: Sebastian Malton <smalton@mirantis.com>

Co-authored-by: Sebastian Malton <smalton@mirantis.com>
2020-06-11 13:19:01 -04:00
Jari Kolehmainen
5c5454166f
Release v3.5.0-rc.1 (#446)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-06-11 16:59:21 +03:00