Skip to content

feat: Flagd metadata #241

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

Merged
merged 4 commits into from
Mar 18, 2025
Merged

feat: Flagd metadata #241

merged 4 commits into from
Mar 18, 2025

Conversation

chrfwow
Copy link
Contributor

@chrfwow chrfwow commented Mar 18, 2025

This PR

Adds gherkin tests to verify the behaviour of flag and flag set metadata

Fixes #1234523

chrfwow added 2 commits March 18, 2025 12:12
Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
@chrfwow chrfwow changed the title Flagd metadata feat: Flagd metadata Mar 18, 2025
Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
@@ -28,7 +29,7 @@ func CombineJSONFiles(inputDir string) error {
combinedData := make(map[string]interface{})

for _, file := range files {
if filepath.Ext(file.Name()) == ".json" {
if filepath.Ext(file.Name()) == ".json" && !strings.HasPrefix(file.Name(), "selector-") {
Copy link
Member

Choose a reason for hiding this comment

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

thank you it seems that this have been lost during the refactoring

Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
@aepfli aepfli merged commit 43f2131 into open-feature:main Mar 18, 2025
3 checks passed
@chrfwow chrfwow deleted the flagd-metadata branch March 18, 2025 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update flagd providers (in-process) to support flag metadata
2 participants