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

frontend: Show feature flags in topbar and separate page #1144

Merged
merged 4 commits into from
Nov 13, 2020

Commits on Nov 10, 2020

  1. frontend: Show feature flags

    So far features were stored only in database.
    Add link to the topbar which will lead to the
    new features page. Features page will show
    all relevant features with their subfeatures.
    almusil committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    2df55ef View commit details
    Browse the repository at this point in the history
  2. frontend: Distinguish between empty and null features

    Show different page for empty feature flags and
    null feature flags.
    almusil committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    902515f View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. frontend: Order default features in tree structure

    Order features that are enabled by default in flat
    tree structure. At the same time report correct
    number of features being enabled by default.
    almusil committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    1937862 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. frontend: Make features code more modular

    By making it more modular it is easier to add
    unit tests fro current behavior.
    almusil committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    6730aa2 View commit details
    Browse the repository at this point in the history