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

Data: Add persistence via data plugin interface #8341

Merged
merged 15 commits into from
Aug 3, 2018

Commits on Aug 3, 2018

  1. Configuration menu
    Copy the full SHA
    17a9f51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27c1ba3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03e4cb4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0f8c07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b6c37f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2dacdf1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4219594 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f00c9f5 View commit details
    Browse the repository at this point in the history
  9. Data: Remove unused variable

    aduth committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    b3d13dc View commit details
    Browse the repository at this point in the history
  10. Data: Improve objectStorage spec compliancy

    Should (a) return null if not set, (b) assign value as string
    aduth committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    2085eed View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    94a1f4c View commit details
    Browse the repository at this point in the history
  12. Data: Fix deprecation key to persist

    1. Wrong property accessed used
    2. Reducer is already wrapped at point registerStore is called. Detect from plugin instead.
    aduth committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    8f8c544 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4f630b1 View commit details
    Browse the repository at this point in the history
  14. Data: Remove _ prefix from local variable

    Not conventional
    aduth committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    e4a1c0e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fdc8938 View commit details
    Browse the repository at this point in the history