File tree
3 files changed
+23
-8
lines changed- providers/flagd
- pkg
- service/in_process
3 files changed
+23
-8
lines changedSubmodule flagd-testbed updated 52 files
- .gherkin-lintrc+2-2
- .github/workflows/ci.yml+2-25
- .github/workflows/lint-pr.yml+2-2
- .github/workflows/release-please.yml+9-51
- .gitignore+1-2
- .release-please-config.json+94
- .release-please-manifest.json+2-2
- CHANGELOG.md+340
- CODEOWNERS+6
- README.md+69-25
- docker-compose.yaml+142
- flagd/Dockerfile+24-30
- flags/changing-flag.json
- flags/metadata-flags.json+43
- flags/selector-flag-combined-metadata.json+38
- flags/selector-flags.json+2-2
- flags/testing-flags.json+56
- flags/zero-flags.json+64
- gherkin/config.feature+186-109
- gherkin/connection.feature+91
- gherkin/contextEnrichment.feature+50
- gherkin/evaluation.feature+86
- gherkin/events.feature+35-18
- gherkin/flagd-json-evaluator.feature-126
- gherkin/flagd-reconnect.feature-15
- gherkin/flagd-rpc-caching.feature-44
- gherkin/flagd.feature-36
- gherkin/metadata.feature+55
- gherkin/rpc-caching.feature+60
- gherkin/selector.feature+23
- gherkin/sync-payload.feature+28
- gherkin/targeting.feature+147
- launchpad/.gitignore+4
- launchpad/README.md+101
- launchpad/configs/default.json+15
- launchpad/configs/metadata.json+8
- launchpad/configs/ssl.json+17
- launchpad/configs/sync-payload.json+16
- launchpad/go.mod+7
- launchpad/go.sum+6
- launchpad/handlers/http.go+154
- launchpad/main.go+61
- launchpad/pkg/filewatcher.go+92
- launchpad/pkg/flagd.go+180
- launchpad/pkg/json.go+73
- launchpad/pkg/json_test.go+40
- release-please-config.json-11
- renovate.json+11-4
- scripts/change-flag-wrapper.sh-22
- scripts/change-flag.sh-15
- scripts/restart-wrapper.sh-34
- version.txt+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
308 | | - | |
309 | | - | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
310 | 314 | | |
311 | 315 | | |
312 | 316 | | |
| |||
413 | 417 | | |
414 | 418 | | |
415 | 419 | | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
| 420 | + | |
| 421 | + | |
420 | 422 | | |
421 | 423 | | |
422 | 424 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
298 | 299 | | |
299 | 300 | | |
300 | 301 | | |
301 | | - | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
302 | 315 | | |
303 | 316 | | |
304 | 317 | | |
| |||
0 commit comments