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

Plugins: Add feat toggle to install managed plugins #75973

Merged
merged 2 commits into from
Oct 18, 2023

Conversation

oshirohugo
Copy link
Contributor

@oshirohugo oshirohugo commented Oct 4, 2023

What is this feature?

Add feat toggle to install managed plugins

Why do we need this feature?

This is necessary to control the availability of new feature https://github.com/grafana/grafana-plugins-platform-team/issues/21
release.

Who is this feature for?

Grafana Developers

Which issue(s) does this PR fix?:

This is part of https://github.com/grafana/grafana-plugins-platform-team/issues/21

Special notes for your reviewer:

Please check that:

  • It works as expected from a user's perspective.
  • If this is a pre-GA feature, it is behind a feature toggle.
  • The docs are updated, and if this is a notable improvement, it's added to our What's New doc.

@oshirohugo oshirohugo force-pushed the add-managed-plugins-install-feat-toggle branch from 17a7df6 to c166104 Compare October 18, 2023 10:04
@oshirohugo oshirohugo requested review from a team, wbrowne, marefr and andresmgot and removed request for a team October 18, 2023 10:05
Copy link
Member

@marefr marefr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with a comment/question

Name: "managedPluginsInstall",
Description: "Install managed plugins directly from plugins catalog",
Stage: FeatureStageExperimental,
RequiresDevMode: true,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit. Is this true?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wanted to be safe and test it before going to production.
Will this make my installation tests more difficult to perform? (I don't know much about our environments)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed anyway XD

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would require app_mode=development I think which is not enabled in cloud. Merging this the feature toggle will be disabled unless configured to be enabled

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tks for pointing this out!

@oshirohugo oshirohugo merged commit 43add83 into main Oct 18, 2023
20 checks passed
@oshirohugo oshirohugo deleted the add-managed-plugins-install-feat-toggle branch October 18, 2023 13:17
@grafana-delivery-bot grafana-delivery-bot bot modified the milestones: 10.2.x, 10.3.x Oct 18, 2023
@oshirohugo oshirohugo self-assigned this Nov 8, 2023
@aangelisc aangelisc modified the milestones: 10.3.x, 10.2.3 Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

4 participants