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

abstract data interface #43

Merged
merged 10 commits into from
Jun 25, 2017
Merged

abstract data interface #43

merged 10 commits into from
Jun 25, 2017

Commits on Jun 5, 2017

  1. abstract data interface

    Abstract the interface for data storage from anything mongodb specific,
    thereby allowing for developers to more easily incorporate other
    backends such as file storage and tinydb.
    
    Basic implementation for file storage with corresponding unit tests.
    gideonite committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    5ecdcf4 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2017

  1. Configuration menu
    Copy the full SHA
    ecc2caa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e3cd4d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into dresdner-develop

    # Conflicts:
    #	sacredboard/app/data/mongodb.py
    chovanecm committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    a5b3d3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d442878 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8f3c88 View commit details
    Browse the repository at this point in the history
  6. Make filestorage tests fail when info not loaded

    The run "info" is normally stored in an external file. But it was not so in the test run.
    chovanecm committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    ec56339 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2017

  1. pydocstyle

    gideonite committed Jun 11, 2017
    Configuration menu
    Copy the full SHA
    b8d6b32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d063d5 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' of https://github.com/gideonite/sacredboard in…

    …to develop
    
    Why is m or mu compared to (None, None)?
    gideonite committed Jun 11, 2017
    Configuration menu
    Copy the full SHA
    804b563 View commit details
    Browse the repository at this point in the history