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

Gmp store logging #1684

Merged
merged 5 commits into from
Oct 11, 2019
Merged

Gmp store logging #1684

merged 5 commits into from
Oct 11, 2019

Commits on Oct 10, 2019

  1. Resort variables

    The code is easier to read if all variables a set and checked while
    beeing sorted by name.
    bjoernricks committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    e6994c8 View commit details
    Browse the repository at this point in the history
  2. Update fake storage to behave like local storage

    Local storage always stores all values as strings. Therefore convert
    values to string in fake storage for testing.
    bjoernricks committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    e9ac73a View commit details
    Browse the repository at this point in the history
  3. Add a new setting for enabling/disabling the redux store logging

    The setting is a boolean value that is stored persistently in the
    browsers local storage.
    bjoernricks committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    6192124 View commit details
    Browse the repository at this point in the history
  4. Use new setting for enabling/disabling the store debugging

    With gmp.settings.enableStoreDebugLog the logging of the redux store can
    be enabled or disabled explicitly. After setting the value to true or
    value the browser needs to be reloaded to apply the store debugging.
    
    The setting can be reset by calling gmp.settings.enableStoreDebugLog =
    undefined
    
    If the setting is undefined the store debugging is also enabled if the
    log level is set to debug (gmp.settings.loglevel = 'debug').
    bjoernricks committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    47b5434 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ee6b5a View commit details
    Browse the repository at this point in the history