Commit Graph

8 Commits

Author SHA1 Message Date
renovate[bot] 149526337c
chore(deps): update dependency providers/openfeature-provider-flagd/openfeature/test-harness to v0.5.21 (#145)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-04 22:26:48 +00:00
Simon Schrottner 397f6791a6
build(flagd): pinpoint submodules to tags (#137)
Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>
2024-12-27 16:49:01 +01:00
Simon Schrottner 3c3e9c86e7
feat(flagd): use test-harness version number for integration tests (#120)
* feat(flagd): use test-harness version number for integration tests

Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>

* fixup: migrating to pathlib

Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>

---------

Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>
2024-12-18 07:38:46 +01:00
Anton Grübel 62cda8e5f8
build: auto generate proto files from schema (#115)
build(flagd): auto generate proto files from schema

Signed-off-by: gruebel <anton.gruebel@gmail.com>
Co-authored-by: Simon Schrottner <simon.schrottner@dynatrace.com>
2024-11-27 08:29:26 -05:00
Simon Schrottner d936a47b17
test: Add Testcontainers and Gherkin execution for our test-harness (#101)
* feat: Add Testcontainers and Gherkin execution for our test-harness

Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>

* fixup: make tests run, only 4 tests are missing now

Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>

* fixup: adding gherkin tests for in-process via file

Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>

* fixup: deactivating the tests

Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>

* fixup: renaming FlagD to Flagd

Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>

---------

Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>
2024-11-18 12:28:42 -05:00
Cole Bailey 8cea5066ee
feat: in-process offline flagd resolver (#74)
Signed-off-by: Cole Bailey <cole.bailey@deliveryhero.com>
Co-authored-by: Michael Beemer <beeme1mr@users.noreply.github.com>
2024-04-11 12:33:33 -04:00
Federico Bond 1cef37c5d8
chore: reorganize repo for multiple packages (#35)
* chore: remove empty flagsmith provider

Signed-off-by: Federico Bond <federicobond@gmail.com>

* chore: reorganize repo for multiple packages

Signed-off-by: Federico Bond <federicobond@gmail.com>

* chore: continue migrating to hatch

Signed-off-by: Federico Bond <federicobond@gmail.com>

* docs: update documentation and remove unneeded files

Signed-off-by: Federico Bond <federicobond@gmail.com>

* chore: remove pre-commit exclude as it's already covered by .gitignore

Signed-off-by: Federico Bond <federicobond@gmail.com>

* docs: fix typo in CONTRIBUTING.md

Co-authored-by: Anton Grübel <anton.gruebel@gmail.com>
Signed-off-by: Federico Bond <federicobond@gmail.com>

---------

Signed-off-by: Federico Bond <federicobond@gmail.com>
Co-authored-by: Anton Grübel <anton.gruebel@gmail.com>
2024-01-24 21:31:42 -03:00
Federico Bond 684a90ad81
feat: implement grpc protocol version of FlagdProvider (#29)
* feat: implement grpc protocol version of FlagdProvider

Signed-off-by: Federico Bond <federicobond@gmail.com>

* feat: map grpc errors to python exceptions

Signed-off-by: Federico Bond <federicobond@gmail.com>

* chore: remove generated protobuf code

Signed-off-by: Federico Bond <federicobond@gmail.com>

---------

Signed-off-by: Federico Bond <federicobond@gmail.com>
2023-11-01 16:42:26 -03:00