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

Feature Flags! #4844

Merged
merged 20 commits into from
Feb 17, 2024
Merged

Feature Flags! #4844

merged 20 commits into from
Feb 17, 2024

Commits on Feb 17, 2024

  1. flag pull request artifacts & working copies as 'experimental'

    Signed-off-by: Allen Faure <afaure6@gmail.com>
    emptyrivers committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    f240a36 View commit details
    Browse the repository at this point in the history
  2. add a semi-hidden opt-in for experiments

    Signed-off-by: Allen Faure <afaure6@gmail.com>
    emptyrivers committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    dd30ddc View commit details
    Browse the repository at this point in the history
  3. typo

    Signed-off-by: Allen Faure <afaure6@gmail.com>
    emptyrivers committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    cb8536a View commit details
    Browse the repository at this point in the history
  4. regex and getting it wrong the first time, name a more iconic duo

    Signed-off-by: Allen Faure <afaure6@gmail.com>
    emptyrivers committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    4dc9bc8 View commit details
    Browse the repository at this point in the history
  5. convert 'experimental mode' into a feature flag system

    Signed-off-by: Allen Faure <afaure6@gmail.com>
    emptyrivers committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    70fba20 View commit details
    Browse the repository at this point in the history
  6. add a subscribe method

    Signed-off-by: Allen Faure <afaure6@gmail.com>
    emptyrivers committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    45ff0e3 View commit details
    Browse the repository at this point in the history
  7. hydrate persisted features

    Signed-off-by: Allen Faure <afaure6@gmail.com>
    emptyrivers committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    206f438 View commit details
    Browse the repository at this point in the history
  8. typo

    Signed-off-by: Allen Faure <afaure6@gmail.com>
    emptyrivers committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    4b5d2a4 View commit details
    Browse the repository at this point in the history
  9. some fixes

    Signed-off-by: Allen Faure <afaure6@gmail.com>
    emptyrivers committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    ee4b0a2 View commit details
    Browse the repository at this point in the history
  10. fixfixfix

    Signed-off-by: Allen Faure <afaure6@gmail.com>
    emptyrivers committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    5108f3a View commit details
    Browse the repository at this point in the history
  11. typo

    Co-authored-by: Buds <mrbouyou@gmail.com>
    emptyrivers and mrbuds committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    168f944 View commit details
    Browse the repository at this point in the history
  12. feedback

    emptyrivers committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    7f78117 View commit details
    Browse the repository at this point in the history
  13. fix

    Signed-off-by: Allen Faure <afaure6@gmail.com>
    emptyrivers committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    ca8c671 View commit details
    Browse the repository at this point in the history
  14. list all features & color code on enabled/disabled

    Signed-off-by: Allen Faure <afaure6@gmail.com>
    emptyrivers committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    a7df026 View commit details
    Browse the repository at this point in the history
  15. fix subscribe

    Signed-off-by: Allen Faure <afaure6@gmail.com>
    emptyrivers committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    1fc3554 View commit details
    Browse the repository at this point in the history
  16. spell notifys correctly

    Signed-off-by: Allen Faure <afaure6@gmail.com>
    emptyrivers committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    5bf2755 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5132867 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    620fa4c View commit details
    Browse the repository at this point in the history
  19. disable an auto-enabled feature on hydrate if persist was false

    Signed-off-by: Allen Faure <afaure6@gmail.com>
    emptyrivers committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    b2f2f29 View commit details
    Browse the repository at this point in the history
  20. rework hydrate

    emptyrivers committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    d4d66af View commit details
    Browse the repository at this point in the history