mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
d8ec95e9b1
* build test apps with webpack * add extensions test app * update e2e tests * remove non-build test apps using amd * use @grafana/plugin-configs rather than create-plugin config * Update e2e/plugin-e2e/plugin-e2e-api-tests/as-admin-user/extensions/usePluginComponents.spec.ts Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com> * Update package.json Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com> * use run dir variable instead of hardcoded path * add dummy licence file * add separate step for building test plugins * support nested plugins * remove react-router-dom from the externals array * remove add_mode dev * lint starlark * pass license path as env variable * fix the path * chore(e2e-plugins): clean up dependencies to match core versions * refactor(e2e-plugins): prefer extending webpack plugins-config * docs(e2e-plugins): add basic info to extensions test plugin readme * update readme * change dir name from custom plugins to test plugins * change root readme * update lockfile --------- Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
28 lines
420 B
Plaintext
28 lines
420 B
Plaintext
.git
|
|
.github
|
|
.yarn
|
|
build
|
|
compiled
|
|
/data
|
|
deployment_tools_config.json
|
|
/devenv
|
|
dist
|
|
/e2e/tmp
|
|
node_modules
|
|
/pkg
|
|
/public/lib/monaco
|
|
/scripts/grafana-server/tmp
|
|
vendor
|
|
e2e/test-plugins
|
|
playwright-report
|
|
|
|
# TS generate from cue by cuetsy
|
|
**/*.gen.ts
|
|
|
|
# Auto-generated internationalization files
|
|
/public/locales/_build/
|
|
/public/locales/**/*.js
|
|
|
|
# Auto-generated icon file
|
|
/packages/grafana-ui/src/components/Icon/iconBundle.ts
|