Commit Graph

20 Commits

Author SHA1 Message Date
Federico Bond 00a5a18a76
feat: add initial skeleton for OFREP provider (#86)
Signed-off-by: Federico Bond <federicobond@gmail.com>
2024-05-03 00:27:34 +10:00
Federico Bond a23f61e1c1
fix: remove modifications to license files (#81) 2024-04-23 06:02:19 +10:00
github-actions[bot] 5bcaaa20da
chore(main): release openfeature-provider-flagd 0.1.5 (#77)
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Michael Beemer <beeme1mr@users.noreply.github.com>
2024-04-11 15:43:47 -04: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
github-actions[bot] 6ac5db3d35
chore(main): release openfeature-provider-flagd 0.1.4 (#52)
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-26 21:41:15 +11:00
Anton Grübel b405925504
refactor: add mypy and fix typing issues (#72)
* add mypy and fix typing issues

Signed-off-by: gruebel <anton.gruebel@gmail.com>

* imrpove callable typing

Signed-off-by: gruebel <anton.gruebel@gmail.com>

---------

Signed-off-by: gruebel <anton.gruebel@gmail.com>
2024-03-21 14:45:04 +11:00
Federico Bond a8b78b28fe
feat: implement environment-variable based config (#62)
Signed-off-by: Federico Bond <federicobond@gmail.com>
2024-03-11 12:08:52 +11:00
Federico Bond 7a7210f6f6
feat: replace schema with tls argument in FlagdProvider constructor (#61)
Signed-off-by: Federico Bond <federicobond@gmail.com>
2024-02-24 11:30:28 -03:00
Federico Bond 0149cf7ced
fix: respect timeout setting in grpc method calls (#60)
Signed-off-by: Federico Bond <federicobond@gmail.com>
2024-02-23 21:30:36 -03:00
Federico Bond 6508234486
fix: return proper metadata object in FlagdProvider (#59)
Signed-off-by: Federico Bond <federicobond@gmail.com>
2024-02-23 21:27:20 -03:00
Federico Bond ddd79a49b7
fix: include targetingKey in flagd serialized evaluation context (#58)
Signed-off-by: Federico Bond <federicobond@gmail.com>
2024-02-23 21:23:48 -03:00
Anton Grübel 660a0cbc9b
chore: exclude generated protobuf files from coverage report (#51)
exclude generated protobuf files from coverage report

Signed-off-by: gruebel <anton.gruebel@gmail.com>
2024-02-23 16:10:44 -03:00
github-actions[bot] f5fce254e5
chore(main): release openfeature-provider-flagd 0.1.3 (#47)
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-02-23 11:26:09 -03:00
Federico Bond 7783cc8e7f
fix: include proto file in build for openfeature-provider-flagd (#45)
Signed-off-by: Federico Bond <federicobond@gmail.com>
2024-02-23 11:07:14 -03:00
github-actions[bot] 1e35a0879c
chore(main): release openfeature-provider-flagd 0.1.2 (#43)
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-02-22 12:27:28 -05:00
Michael Beemer 41df80e1b3
fix: remove mention of local eval in readme
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
2024-02-22 12:24:20 -05:00
github-actions[bot] d42ee1e531
chore(main): release providers/flagd 0.1.1 (#40)
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
2024-02-22 10:20:22 -05:00
Giovanni Liva d8e10c7488
ci: introduce Release Please and PR linting workflows (#38)
Signed-off-by: Michael Beemer <michael.beemer@dynatrace.com>
Signed-off-by: Giovanni Liva <giovanni.liva@dynatrace.com>
Co-authored-by: Michael Beemer <michael.beemer@dynatrace.com>
Co-authored-by: Michael Beemer <beeme1mr@users.noreply.github.com>
2024-02-22 08:07:49 -03:00
Federico Bond 85661ff170
fix: remove setup from flagd tests (#39)
Signed-off-by: Federico Bond <federicobond@gmail.com>
2024-02-21 20:35:24 -05: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