Sebastian Malton
5257a3a43a
unignore package-lock.json files, make command should be suffiently sub-shelled
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2020-11-13 10:16:30 -05:00
Sebastian Malton
9f25260160
add jest as extension devDep, go back to using makefile foreach syntax
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2020-11-13 10:16:17 -05:00
Sebastian Malton
f2a3710d04
Remove Makefile from all intree extensions
...
- Makefiles are not really common (rightly so) in JS projects and script
entries in the package.json are good enough and what they're there
for.
- Move to using yarn for installing dependencies and running scripts as
that is what we mostly use for the rest of the project.
- Move from using make syntax to a dedicated script for building and
testing extensions.
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2020-11-13 10:16:15 -05:00
Sebastian Malton
d7c7593c0d
Add CI step to run future extension tests ( #1214 )
...
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2020-11-04 12:49:37 +02:00
Alex Andreev
e3354f3b75
Fixing return statements in Pod menus ( #1211 )
...
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2020-11-03 16:22:54 +03:00
Roman
67754ffbb9
Get rid of this.disposers while registering stuff in extensions ( #1148 )
...
Signed-off-by: Roman <ixrock@gmail.com>
2020-10-27 17:07:21 +02:00
Jari Kolehmainen
67b8410a2c
npm package publish preparations ( #1150 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-10-27 13:02:31 +02:00
Jari Kolehmainen
94420dc7b2
cleanup
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-10-27 10:18:34 +02:00
Jari Kolehmainen
4e8bdace79
Merge branch 'master' into extensions-api
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-10-27 09:24:27 +02:00
Jari Kolehmainen
99db7aca19
Allow extensions to register kube-object menus + details ( #1108 )
...
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2020-10-22 21:41:20 +03:00