Skip to content

chore(deps): update dependency libs/shared/flagd-core/test-harness to v2 #1218

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[submodule "libs/shared/flagd-core/test-harness"]
path = libs/shared/flagd-core/test-harness
url = https://github.com/open-feature/flagd-testbed
branch = v0.5.21
branch = v2.8.0
[submodule "libs/shared/flagd-core/spec"]
path = libs/shared/flagd-core/spec
url = https://github.com/open-feature/spec
2 changes: 1 addition & 1 deletion libs/shared/flagd-core/test-harness
Submodule test-harness updated 45 files
+2 βˆ’2 .gherkin-lintrc
+2 βˆ’25 .github/workflows/ci.yml
+2 βˆ’2 .github/workflows/lint-pr.yml
+5 βˆ’40 .github/workflows/release-please.yml
+1 βˆ’2 .gitignore
+1 βˆ’1 .release-please-manifest.json
+256 βˆ’0 CHANGELOG.md
+2 βˆ’2 README.md
+24 βˆ’30 flagd/Dockerfile
+0 βˆ’0 flags/changing-flag.json
+43 βˆ’0 flags/metadata-flags.json
+38 βˆ’0 flags/selector-flag-combined-metadata.json
+2 βˆ’2 flags/selector-flags.json
+64 βˆ’0 flags/zero-flags.json
+186 βˆ’109 gherkin/config.feature
+59 βˆ’0 gherkin/connection.feature
+50 βˆ’0 gherkin/contextEnrichment.feature
+65 βˆ’0 gherkin/evaluation.feature
+35 βˆ’18 gherkin/events.feature
+0 βˆ’126 gherkin/flagd-json-evaluator.feature
+0 βˆ’15 gherkin/flagd-reconnect.feature
+0 βˆ’44 gherkin/flagd-rpc-caching.feature
+0 βˆ’36 gherkin/flagd.feature
+55 βˆ’0 gherkin/metadata.feature
+60 βˆ’0 gherkin/rpc-caching.feature
+23 βˆ’0 gherkin/selector.feature
+146 βˆ’0 gherkin/targeting.feature
+4 βˆ’0 launchpad/.gitignore
+101 βˆ’0 launchpad/README.md
+15 βˆ’0 launchpad/configs/default.json
+8 βˆ’0 launchpad/configs/metadata.json
+17 βˆ’0 launchpad/configs/ssl.json
+7 βˆ’0 launchpad/go.mod
+6 βˆ’0 launchpad/go.sum
+154 βˆ’0 launchpad/handlers/http.go
+61 βˆ’0 launchpad/main.go
+92 βˆ’0 launchpad/pkg/filewatcher.go
+180 βˆ’0 launchpad/pkg/flagd.go
+73 βˆ’0 launchpad/pkg/json.go
+40 βˆ’0 launchpad/pkg/json_test.go
+55 βˆ’1 release-please-config.json
+0 βˆ’22 scripts/change-flag-wrapper.sh
+0 βˆ’15 scripts/change-flag.sh
+0 βˆ’34 scripts/restart-wrapper.sh
+1 βˆ’1 version.txt
Loading