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

Introduce an OnlineStore interface #1628

Merged
merged 13 commits into from
Jun 11, 2021

Commits on Jun 9, 2021

  1. Introduce an OnlineStore interface

    Signed-off-by: Achal Shah <[email protected]>
    achals committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    ee463e3 View commit details
    Browse the repository at this point in the history
  2. format and lint

    Signed-off-by: Achal Shah <[email protected]>
    achals committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    136c1dc View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. refactor redis into its own class too

    Signed-off-by: Achal Shah <[email protected]>
    achals committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    6d591cf View commit details
    Browse the repository at this point in the history
  2. tests and lint

    Signed-off-by: Achal Shah <[email protected]>
    achals committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    2f9e074 View commit details
    Browse the repository at this point in the history
  3. remove import

    Signed-off-by: Achal Shah <[email protected]>
    achals committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    8f55084 View commit details
    Browse the repository at this point in the history
  4. add docs, refactor to add a setup and teardown to the online store an…

    …d invoke it from the providers
    
    Signed-off-by: Achal Shah <[email protected]>
    achals committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    56590f1 View commit details
    Browse the repository at this point in the history
  5. more simplifications

    Signed-off-by: Achal Shah <[email protected]>
    achals committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    e35e6fe View commit details
    Browse the repository at this point in the history
  6. make format

    Signed-off-by: Achal Shah <[email protected]>
    achals committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    cd1d283 View commit details
    Browse the repository at this point in the history
  7. make lint

    Signed-off-by: Achal Shah <[email protected]>
    achals committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    3146cac View commit details
    Browse the repository at this point in the history
  8. Add redis write path

    Signed-off-by: Achal Shah <[email protected]>
    achals committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    871e268 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Make instance methods instead of classmethods, and cache clients/conn…

    …ections
    
    Signed-off-by: Achal Shah <[email protected]>
    achals committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    6aba500 View commit details
    Browse the repository at this point in the history
  2. make format

    Signed-off-by: Achal Shah <[email protected]>
    achals committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    6367767 View commit details
    Browse the repository at this point in the history
  3. Use update instead of setup

    Signed-off-by: Achal Shah <[email protected]>
    achals committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    9d9b12b View commit details
    Browse the repository at this point in the history