Skip to content
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

feat: Add OpenFeature provider #111

Merged
merged 29 commits into from
Oct 30, 2023
Merged

Commits on Oct 30, 2023

  1. initial commit

    chris-hoefgen committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    8ec0bfe View commit details
    Browse the repository at this point in the history
  2. fixing tests

    chris-hoefgen committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    4ba1e0b View commit details
    Browse the repository at this point in the history
  3. formatting and code cleanup

    chris-hoefgen committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    d751c74 View commit details
    Browse the repository at this point in the history
  4. tweaked unit test

    chris-hoefgen committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    5cbe419 View commit details
    Browse the repository at this point in the history
  5. add docs

    chris-hoefgen committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    c571f96 View commit details
    Browse the repository at this point in the history
  6. More code cleanup

    chris-hoefgen committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    d1eaae9 View commit details
    Browse the repository at this point in the history
  7. more docs

    chris-hoefgen committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    0fe9a8d View commit details
    Browse the repository at this point in the history
  8. Changed to the new pattern Jamie came up with

    chris-hoefgen committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    5d2e491 View commit details
    Browse the repository at this point in the history
  9. unit test fix

    chris-hoefgen committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    4797103 View commit details
    Browse the repository at this point in the history
  10. More readme tweaks

    chris-hoefgen committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    caca0ca View commit details
    Browse the repository at this point in the history
  11. Add openfeature example to GHA test

    chris-hoefgen committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    bba7d2b View commit details
    Browse the repository at this point in the history
  12. updated some class references and ran a formatter

    chris-hoefgen committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    40fdc2f View commit details
    Browse the repository at this point in the history
  13. refactored out the user factory

    chris-hoefgen committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    126a8d8 View commit details
    Browse the repository at this point in the history
  14. renamed method

    chris-hoefgen committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    c276a6f View commit details
    Browse the repository at this point in the history
  15. Fixed issues with JSON object translations and added a new integratio…

    …n unit tests with the local bucketing client
    chris-hoefgen committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    2277a4a View commit details
    Browse the repository at this point in the history
  16. switched to better exception assertions

    chris-hoefgen committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    e9bdc10 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3146825 View commit details
    Browse the repository at this point in the history
  18. removed a null check

    chris-hoefgen committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    7c08414 View commit details
    Browse the repository at this point in the history
  19. Fixing some null data issues and differentiating between Cloud and Lo…

    …cal in the provider
    chris-hoefgen committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    ef5d64a View commit details
    Browse the repository at this point in the history
  20. Adding nulls as allowable custom data propery

    chris-hoefgen committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    1c9802a View commit details
    Browse the repository at this point in the history
  21. I don't think an exception is necessary here, in the docs we say we j…

    …ust ignore the bad value
    chris-hoefgen committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    5a3b46d View commit details
    Browse the repository at this point in the history
  22. docs cleanup

    chris-hoefgen committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    7bbceb4 View commit details
    Browse the repository at this point in the history
  23. Added some more examples

    chris-hoefgen committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    0e6dccd View commit details
    Browse the repository at this point in the history
  24. formatter

    chris-hoefgen committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    a7d69c2 View commit details
    Browse the repository at this point in the history
  25. feedback

    chris-hoefgen committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    4848f52 View commit details
    Browse the repository at this point in the history
  26. feedback bug

    chris-hoefgen committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    ea03e6b View commit details
    Browse the repository at this point in the history
  27. fix some unit tests

    chris-hoefgen committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    5424e87 View commit details
    Browse the repository at this point in the history
  28. Applying some OpenFeature feedback

    chris-hoefgen committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    a1aaa0c View commit details
    Browse the repository at this point in the history
  29. added null value to doc

    chris-hoefgen committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    4e21dc9 View commit details
    Browse the repository at this point in the history