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

Add LaunchDarkly and OpenFeature integration #3648

Merged
merged 38 commits into from
Nov 4, 2024

Commits on Oct 11, 2024

  1. Initial commit

    cmanallen committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    dd9c97e View commit details
    Browse the repository at this point in the history
  2. Store flags on the scope

    cmanallen committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    92b0721 View commit details
    Browse the repository at this point in the history
  3. Use setup_once

    cmanallen committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    514f69f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5b2d51 View commit details
    Browse the repository at this point in the history
  5. Fix error message

    cmanallen committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f5b4d8c View commit details
    Browse the repository at this point in the history
  6. Remove docstring

    cmanallen committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    6b4df67 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a8b9126 View commit details
    Browse the repository at this point in the history
  8. Update setup

    cmanallen committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    d1b6dd9 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Fix typing

    cmanallen committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    0066faa View commit details
    Browse the repository at this point in the history
  2. Add type hints

    cmanallen committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    928350a View commit details
    Browse the repository at this point in the history
  3. Ignore subclass type error

    cmanallen committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ecd0a4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9910049 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d8a37f View commit details
    Browse the repository at this point in the history
  6. Constrain type

    cmanallen committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3bcafed View commit details
    Browse the repository at this point in the history
  7. Fix imports

    cmanallen committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3bddcf1 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Add openfeature to tox.ini

    cmanallen committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    83417e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd411a6 View commit details
    Browse the repository at this point in the history
  3. Add 3.12

    cmanallen committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    d97c95e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd5ab9a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f15e1f View commit details
    Browse the repository at this point in the history
  6. Use copy function

    cmanallen committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e093c14 View commit details
    Browse the repository at this point in the history
  7. Update yaml files

    cmanallen committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    08fbf27 View commit details
    Browse the repository at this point in the history
  8. Fix typing

    cmanallen committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    8b2ede6 View commit details
    Browse the repository at this point in the history
  9. Update version

    cmanallen committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    6db318e View commit details
    Browse the repository at this point in the history
  10. Update version

    cmanallen committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    71cb65c View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Use LRU cache

    cmanallen committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ed3eac9 View commit details
    Browse the repository at this point in the history
  2. Add more LRU cache coverage

    cmanallen committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    3f7fdc8 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    9619c17 View commit details
    Browse the repository at this point in the history
  2. Set static version

    Co-authored-by: Ivana Kellyer <[email protected]>
    cmanallen and sentrivana authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    38b6521 View commit details
    Browse the repository at this point in the history
  3. Set latest and 0.7 pinned version

    Co-authored-by: Ivana Kellyer <[email protected]>
    cmanallen and sentrivana authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    b3e3bf3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8aede7e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    b1a0973 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    430387f View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

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

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    6e34299 View commit details
    Browse the repository at this point in the history
  2. feat(flags): Add LaunchDarkly Integration (#3679)

    Co-authored-by: Colton Allen <[email protected]>
    aliu39 and cmanallen authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    018cb0f View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    2ee0729 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    200917f View commit details
    Browse the repository at this point in the history