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 an --enable-cached-compositions feature flag #5644

Closed
wants to merge 4 commits into from

Commits on May 1, 2024

  1. Add a feature flag to enable caching in composition controllers

    Signed-off-by: Nic Cope <nicc@rk0n.org>
    negz authored and enesonus committed May 1, 2024
    Configuration menu
    Copy the full SHA
    6bda9fd View commit details
    Browse the repository at this point in the history
  2. Run all E2E tests with cached compositions

    Signed-off-by: Nic Cope <nicc@rk0n.org>
    negz authored and enesonus committed May 1, 2024
    Configuration menu
    Copy the full SHA
    cb0c070 View commit details
    Browse the repository at this point in the history
  3. Refactor feature flag handling

    - Parse CLI flags to feature flags and log them early.
    - Use feature flags to gate any further logic (e.g. setting up
      functions)
    
    Signed-off-by: Nic Cope <nicc@rk0n.org>
    negz authored and enesonus committed May 1, 2024
    Configuration menu
    Copy the full SHA
    d40300d View commit details
    Browse the repository at this point in the history
  4. fix cache early read problem

    Signed-off-by: Mehmet Enes <menes.onus@gmail.com>
    enesonus committed May 1, 2024
    Configuration menu
    Copy the full SHA
    6a7001c View commit details
    Browse the repository at this point in the history