-
Notifications
You must be signed in to change notification settings - Fork 170
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
jmcarp
wants to merge
8
commits into
jeffknupp:develop
Choose a base branch
from
jmcarp:case-insensitivity
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Case insensitivity #113
Commits on Aug 2, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 8f3c5e9 - Browse repository at this point
Copy the full SHA 8f3c5e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20bf058 - Browse repository at this point
Copy the full SHA 20bf058View commit details
Commits on Aug 5, 2015
-
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.
Configuration menu - View commit details
-
Copy full SHA for 7a27cb2 - Browse repository at this point
Copy the full SHA 7a27cb2View commit details -
Paginate results using the database.
Instead of fetching all results and paginating in memory, use the pagination helpers built into Flask-SQLAlchemy.
Configuration menu - View commit details
-
Copy full SHA for ea98dbc - Browse repository at this point
Copy the full SHA ea98dbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e85115b - Browse repository at this point
Copy the full SHA e85115bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86b1938 - Browse repository at this point
Copy the full SHA 86b1938View commit details
Commits on Aug 6, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 42fb80f - Browse repository at this point
Copy the full SHA 42fb80fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65f236e - Browse repository at this point
Copy the full SHA 65f236eView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.