grafana / plugin-tools

Create Grafana plugins with ease.
https://grafana.com/developers/plugin-tools/
Apache License 2.0
55 stars 27 forks source link

Create plugin: Disable development mode by default #910

Closed oshirohugo closed 1 month ago

oshirohugo commented 1 month ago

What this PR does / why we need it:

The backend debug environment isn't working correctly on macOS, while we fix the issue we are going to disable the development environment by default.

📦 Published PR as canary version: Canary Versions
:sparkles: Test out this PR locally via: ```bash npm install @grafana/create-plugin@4.10.4-canary.910.1cb4369.0 # or yarn add @grafana/create-plugin@4.10.4-canary.910.1cb4369.0 ```

Special notes for your reviewer: I also had to change the order of some steps in e2e tests in CI, because it was relying on the binary built by the development environment. Now since the development environment is disabled by default, we need to build the plugin binary before running the tests.

github-actions[bot] commented 1 month ago

Hello! 👋 This repository uses Auto for releasing packages using PR labels.

✨ This PR can be merged and will trigger a new patch release. NOTE: When merging a PR with the release label please avoid merging another PR. For further information see here.

grafana-plugins-platform-bot[bot] commented 1 month ago

:rocket: PR was released in @grafana/create-plugin@4.10.4 :rocket: