0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 10, 2024 — Aug 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated copyright notices at header of each file to indicate that each file is part of the larger program, Flask-Restless. More... over 13 years ago
Merge branch 'master' of ssh://github.com/jfinkels/flask-restless More... over 13 years ago
Point to documentation on ReadTheDocs. More... over 13 years ago
Point to documentation on ReadTheDocs. More... over 13 years ago
Removed extra lines causing errors in Sphinx documentation. More... over 13 years ago
Added Python 2.5 support. More... over 13 years ago
Documented add of Python 2.6 support. More... over 13 years ago
Merge branch 'python2.6-compatibility' of ssh://github.com/jfinkels/flask-restless into python2.6-compatibility More... over 13 years ago
Now runs on Python 2.6. More... over 13 years ago
Merge branch 'master' into python2.6-compatibility More... over 13 years ago
Added test classes to __all__ for each test module. More... over 13 years ago
Removed unused imports. More... over 13 years ago
Merge branch 'master' of ssh://github.com/jfinkels/flask-restless More... over 13 years ago
Fixes issue #17. More... over 13 years ago
Noted in docs/requestformat.rst that the mimetype of requests and responses must be application/json. More... over 13 years ago
Added base class which will simulate backported assert methods. More... over 13 years ago
Don't use set literals. More... over 13 years ago
Merge pull request #19 from jfinkels/authorization More... over 13 years ago
Added ability to restrict endpoints availability by requiring authentication. More... over 13 years ago
Added missing newline at end of quickstart.rst. More... over 13 years ago
Merge pull request #18 from davidthewatson/patch-1 More... over 13 years ago
add app.run() so that the functionality described within can actually be used instead of exiting silently. More... over 13 years ago
Updated changelog to document recent changes. More... over 13 years ago
Added test to ensure allow_functions keyword argument works correctly if False. More... over 13 years ago
Created base classes for common setup and teardown functionality in test cases. More... over 13 years ago
Fixed typo in setup.cfg: upload_sphinx -> upload_docs. More... over 13 years ago
Created a new option for allowing SQL function evaluation requests; fixed documentation of function evaluation to state that it does not evaluate functions on the result of a search query; added tests. Does not resolve issue #7, but fixes the documentation to state what it actually does. More... over 13 years ago
Fixed typo: removed extra word 'the'. More... over 13 years ago
Documented PATCH many functionality; fixes issue #10. More... over 13 years ago
Recreated logo as SVG because I accidentally didn't save it. More... over 13 years ago