-
-
Notifications
You must be signed in to change notification settings - Fork 215
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
Order by #11
Closed
Closed
Order by #11
Commits on Aug 10, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 188d7fb - Browse repository at this point
Copy the full SHA 188d7fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59d3cad - Browse repository at this point
Copy the full SHA 59d3cadView commit details
Commits on Aug 29, 2015
-
Support less than, greater than, like and other operators, using query parameters of the format "field__operator=value". Based on jeffknupp/sandman#115.
Configuration menu - View commit details
-
Copy full SHA for 6dd763a - Browse repository at this point
Copy the full SHA 6dd763aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91fad8f - Browse repository at this point
Copy the full SHA 91fad8fView commit details -
Handle filtering on repeated query parameters.
For example, `?name=foo&name=bar` translates to `name IN ('foo', 'bar')`.
Configuration menu - View commit details
-
Copy full SHA for 72cd4e2 - Browse repository at this point
Copy the full SHA 72cd4e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ca05c2 - Browse repository at this point
Copy the full SHA 3ca05c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6bc4ca - Browse repository at this point
Copy the full SHA f6bc4caView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecf5829 - Browse repository at this point
Copy the full SHA ecf5829View commit details
Commits on Aug 30, 2015
-
Support ordering by query parameter.
* Support multi-column sort by repeated `sort` parameters * Support descending sort by prepending "-" to values
Configuration menu - View commit details
-
Copy full SHA for 3bca1f9 - Browse repository at this point
Copy the full SHA 3bca1f9View 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.