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 ConfigCat provider #119

Merged

Commits on Dec 21, 2023

  1. chore(deps): update dependency grpc.net.client to v2.59.0 (open-featu…

    …re#115)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Signed-off-by: Luiz Bon <[email protected]>
    renovate[bot] authored and luizbon committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    2b187ad View commit details
    Browse the repository at this point in the history
  2. Add ConfigCat provider

    Signed-off-by: Luiz Bon <[email protected]>
    luizbon committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    2230d67 View commit details
    Browse the repository at this point in the history
  3. Add message to unsupported feature

    Signed-off-by: Luiz Bon <[email protected]>
    luizbon committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    2150d2d View commit details
    Browse the repository at this point in the history
  4. Implement Stucture with JSON string

    Signed-off-by: Luiz Bon <[email protected]>
    luizbon committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    53505d8 View commit details
    Browse the repository at this point in the history
  5. Refactor ConfigCatProvider and UserBuilder classes

    Signed-off-by: Luiz Bon <[email protected]>
    luizbon committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    69dc9ee View commit details
    Browse the repository at this point in the history
  6. Add ConfigCat provider

    Signed-off-by: Luiz Bon <[email protected]>
    luizbon committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    5ce4344 View commit details
    Browse the repository at this point in the history
  7. Add message to unsupported feature

    Signed-off-by: Luiz Bon <[email protected]>
    luizbon committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    b76a5a8 View commit details
    Browse the repository at this point in the history
  8. Implement Stucture with JSON string

    Signed-off-by: Luiz Bon <[email protected]>
    luizbon committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    254a50b View commit details
    Browse the repository at this point in the history
  9. Refactor ConfigCatProvider and UserBuilder classes

    Signed-off-by: Luiz Bon <[email protected]>
    luizbon committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    26d00cc View commit details
    Browse the repository at this point in the history
  10. chore(deps): update dotnet monorepo to v8 (major) (open-feature#100)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Signed-off-by: Luiz Bon <[email protected]>
    renovate[bot] authored and luizbon committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    eddd56f View commit details
    Browse the repository at this point in the history
  11. fix: do not send targeting key as separate trait in flagsmith (open-f…

    …eature#120)
    
    Signed-off-by: Vladimir Petrusevici <[email protected]>
    Signed-off-by: Luiz Bon <[email protected]>
    vpetrusevici authored and luizbon committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    7b1a329 View commit details
    Browse the repository at this point in the history
  12. chore(main): release OpenFeature.Contrib.Providers.Flagsmith 0.1.5 (o…

    …pen-feature#121)
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored and luizbon committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    da99c30 View commit details
    Browse the repository at this point in the history
  13. chore(deps): update dependency grpc.tools to v2.60.0 (open-feature#111)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Signed-off-by: Luiz Bon <[email protected]>
    renovate[bot] authored and luizbon committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    77cf631 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'main' into feat/add-configcat-provider

    Signed-off-by: Luiz Bon <[email protected]>
    luizbon authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    0f8e06d View commit details
    Browse the repository at this point in the history
  15. dotnet format fix

    Signed-off-by: Luiz Bon <[email protected]>
    luizbon committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    9ccf8c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Merge remote-tracking branch 'upstream/main' into feat/add-configcat-…

    …provider
    
    # Conflicts:
    #	.release-please-manifest.json
    
    Signed-off-by: Luiz Bon <[email protected]>
    luizbon committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    ce31dda View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Address PR comments

    - Added UserBuilder tests
    - Throw `FeatureProviderException` on resolve failures
    - Make ConfigCatProvider Disposable
    - Added README file
    
    Signed-off-by: Luiz Bon <[email protected]>
    luizbon committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    eafc48c View commit details
    Browse the repository at this point in the history
  2. Remove IDisposable implementation

    Signed-off-by: Luiz Bon <[email protected]>
    luizbon committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    cf64290 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    852d9a0 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Apply dotnet-format

    Signed-off-by: Luiz Bon <[email protected]>
    luizbon committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    38c2202 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b8699f View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Add myself to component owners

    Fix project paths and package id
    
    Signed-off-by: Luiz Bon <[email protected]>
    luizbon committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    1c73522 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into feat/add-configcat-…

    …provider
    
    Signed-off-by: Luiz Bon <[email protected]>
    luizbon committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    e570072 View commit details
    Browse the repository at this point in the history