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

Send dynamo feature flag from frontend #963

Merged
merged 7 commits into from
Mar 30, 2023

Conversation

codemonkey800
Copy link
Collaborator

Description

#869

Sends dynamo query parameters described in #869 (comment) based on dynamo feature flag configuration value.

Demos

Plugin Index

image

Plugin

image

Metrics

image

image

@codemonkey800 codemonkey800 added the new-feature Release Label: Used for categorizing features in automated release notes label Mar 24, 2023
manasaV3
manasaV3 previously approved these changes Mar 25, 2023
Copy link
Collaborator

@manasaV3 manasaV3 left a comment

Choose a reason for hiding this comment

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

:shipit:

klai95
klai95 previously approved these changes Mar 25, 2023
@codemonkey800 codemonkey800 dismissed stale reviews from klai95 and manasaV3 via 02caa52 March 29, 2023 02:52
@codemonkey800 codemonkey800 merged commit 6e33e6c into main Mar 30, 2023
@codemonkey800 codemonkey800 deleted the jeremy/dynamo-feature-flag branch March 30, 2023 18:19
const { data } = await this.api.get<PluginIndexData[]>('/plugins/index');
const data = await this.sendRequest<PluginIndexData[]>('/plugins/index', {
params: {
use_use_dynamo_plugin: this.dynamoConfig.PLUGIN_MIGRATION,
Copy link
Collaborator

Choose a reason for hiding this comment

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

This should be use_dynamo_plugin.

`/plugins/${name}`,
{
params: {
use_use_dynamo_plugin: this.dynamoConfig.PLUGIN_MIGRATION,
Copy link
Collaborator

Choose a reason for hiding this comment

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

This should be use_dynamo_plugin.

@codemonkey800 codemonkey800 mentioned this pull request Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature Release Label: Used for categorizing features in automated release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants