Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create plugin: Disable development mode by default #910

Merged
merged 4 commits into from
May 16, 2024

Conversation

oshirohugo
Copy link
Contributor

@oshirohugo oshirohugo commented May 14, 2024

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

✨ Test out this PR locally via:

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.

@oshirohugo oshirohugo added create-plugin related to the create-plugin tool patch Increment the patch version when merged release Create a release when this pr is merged labels May 14, 2024
@oshirohugo oshirohugo self-assigned this May 14, 2024
@oshirohugo oshirohugo requested a review from a team as a code owner May 14, 2024 10:26
@oshirohugo oshirohugo requested review from jackw and removed request for a team May 14, 2024 10:26
Copy link

github-actions bot commented May 14, 2024

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.

@oshirohugo oshirohugo marked this pull request as ready for review May 14, 2024 13:29
@oshirohugo oshirohugo merged commit 4557f3a into main May 16, 2024
14 checks passed
@oshirohugo oshirohugo deleted the disable-development-mode-by-default branch May 16, 2024 09:58
@grafana-plugins-platform-bot
Copy link

🚀 PR was released in @grafana/create-plugin@4.10.4 🚀

@grafana-plugins-platform-bot grafana-plugins-platform-bot bot added the released This issue/pull request has been released. label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
create-plugin related to the create-plugin tool patch Increment the patch version when merged release Create a release when this pr is merged released This issue/pull request has been released.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants