Commit Graph

15 Commits

Author SHA1 Message Date
Anton Grübel 61e42e7bcf
build: setup mypy for each package independently (#116)
setup mypy for each package independently

Signed-off-by: gruebel <anton.gruebel@gmail.com>
2024-11-28 00:06:18 +01:00
Todd Baert c16883eb06
chore: update test config
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
2024-11-25 14:03:10 -05:00
Federico Bond a23f61e1c1
fix: remove modifications to license files (#81) 2024-04-23 06:02:19 +10:00
Federico Bond 24260fb519
fix: fix types for hints in OTel TracingHook (#73)
Signed-off-by: Federico Bond <federicobond@gmail.com>
2024-03-26 07:43:42 +01: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
Anton Grübel 9411d0f578
chore: update ruff (#70)
Signed-off-by: gruebel <anton.gruebel@gmail.com>
2024-03-19 14:28:24 +11:00
github-actions[bot] 46ca72634a
chore(main): release openfeature-hooks-opentelemetry 0.1.3 (#69)
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-18 08:54:43 +11:00
Federico Bond 8f26275a15
docs: fix add_hooks call in otel hooks README (#68)
Signed-off-by: Federico Bond <federicobond@gmail.com>
2024-03-17 20:17:09 +11:00
github-actions[bot] 79b53a9534
chore(main): release openfeature-hooks-opentelemetry 0.1.2 (#66)
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-14 09:08:45 +11:00
Federico Bond 689662b59a
docs: update OTel hook readme with correct import paths (#65)
* docs: update OTel hook readme with correct import paths

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

* docs: add missing references to readme

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

---------

Signed-off-by: Federico Bond <federicobond@gmail.com>
2024-03-14 08:29:00 +11:00
github-actions[bot] 130d5c3485
chore(main): release openfeature-hooks-opentelemetry 0.1.1 (#53)
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-13 12:49:30 +11:00
Federico Bond 707565669c
refactor: move OTel hooks to openfeature.contrib.hook (#64)
Signed-off-by: Federico Bond <federicobond@gmail.com>
2024-03-11 13:30:16 +11:00
Federico Bond 02157f447a
docs: update OpenTelemetry hook README (#49)
Signed-off-by: Federico Bond <federicobond@gmail.com>
2024-02-23 16:14:25 -03: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 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