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

Case insensitivity #113

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from
Open

Commits on Aug 2, 2015

  1. Configuration menu
    Copy the full SHA
    8f3c5e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20bf058 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2015

  1. Fix tests for current package versions.

    There are currently two sets of dependency versions for sandman: one set
    of pinned versions in `requirements.txt` and another set of unpinned
    versions in `setup.py`. This means that installing via `pip` installs
    the latest versions of the dependencies, but installing from
    `requirements.txt` installs older, pinned versions. Several tests fail
    with the latest versions of Flask-Admin and Flask-WTForms.
    
    This patch fixes the breaking tests and installs tests on Travis using
    `setup.py` for consistency.
    jmcarp committed Aug 5, 2015
    Configuration menu
    Copy the full SHA
    7a27cb2 View commit details
    Browse the repository at this point in the history
  2. Paginate results using the database.

    Instead of fetching all results and paginating in memory, use the
    pagination helpers built into Flask-SQLAlchemy.
    jmcarp committed Aug 5, 2015
    Configuration menu
    Copy the full SHA
    ea98dbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e85115b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86b1938 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2015

  1. Configuration menu
    Copy the full SHA
    42fb80f View commit details
    Browse the repository at this point in the history
  2. Update unit tests.

    jmcarp committed Aug 6, 2015
    Configuration menu
    Copy the full SHA
    65f236e View commit details
    Browse the repository at this point in the history