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(27254): implement new remote-feature-flag-controller #4931

Merged
merged 37 commits into from
Nov 28, 2024

Commits on Nov 28, 2024

  1. Configuration menu
    Copy the full SHA
    d11ecf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b05af2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4c8f30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee6f771 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    091caf7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    03ef2c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3cf5c2a View commit details
    Browse the repository at this point in the history
  8. Update packages/remote-feature-flag-controller/package.json: remove `…

    …private: true`
    
    Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
    2 people authored and DDDDDanica committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    776d0cc View commit details
    Browse the repository at this point in the history
  9. Update packages/remote-feature-flag-controller/src/logger.ts: correct…

    … name passed to createProjectLogger
    
    Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
    2 people authored and DDDDDanica committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    6e2f1f9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1839dc3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2cb6b97 View commit details
    Browse the repository at this point in the history
  12. Simplify error handling and promise resolution within remote feature …

    …flag controller
    danjm authored and DDDDDanica committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    1bd93c6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3ba6395 View commit details
    Browse the repository at this point in the history
  14. Lint fix

    danjm authored and DDDDDanica committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    8fcae88 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1392957 View commit details
    Browse the repository at this point in the history
  16. Update license to use MIT and Apache 2

    danjm authored and DDDDDanica committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    b5278f5 View commit details
    Browse the repository at this point in the history
  17. Return cached data if disabled is true; complete renaming to remoteFe…

    …atureFlags (plural) and clean up a couple of tests
    danjm authored and DDDDDanica committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    fe1b382 View commit details
    Browse the repository at this point in the history
  18. Lint package.json

    danjm authored and DDDDDanica committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    5d682a9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3b55e9e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d0b6b8e View commit details
    Browse the repository at this point in the history
  21. Lint package.json

    danjm authored and DDDDDanica committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    f671453 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0e5f507 View commit details
    Browse the repository at this point in the history
  23. Clean up lint and tests

    danjm authored and DDDDDanica committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    041cbff View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    de16e16 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    be6ea29 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    759fe89 View commit details
    Browse the repository at this point in the history
  27. Re-add call to updateCache and update unit tests to verify that updat…

    …eCache is called
    danjm authored and DDDDDanica committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    af8efcf View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    1a0eb16 View commit details
    Browse the repository at this point in the history
  29. Refactor getRemoteFeatureFlags to updateRemoteFeatureFlags, such that…

    … it no longer returns feature flags
    danjm authored and DDDDDanica committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    389d115 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    df86c38 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    cbeb4ae View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    0517f57 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    8ef4534 View commit details
    Browse the repository at this point in the history
  34. feat(27254): lint fix

    DDDDDanica committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    96ddeb9 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    0a0a118 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    791fd6f View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    37d0bcc View commit details
    Browse the repository at this point in the history