You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
* Upgrade to rapydo 0.6.6
* Upgrade to neomodel 3.3.1
* [rapydo/issues#130] Upgrade injector from 0.12 to 0.15 and flask_injector from 0.10.1 to 0.12.0
* [rapydo/issues#130] Removed explicit depedency with requests-oauthlib, already included in Flask-OAuthlib and not used outside the flask ext
* Removed IP resolution during authentication
* Preventing init of dbs not used for authentication
* Flask CORS is now only applied in debug mode
* Added custom header to response to output current version
* Sqlalchemy retry to force connection refresh
* Fix to avoid duplicated endpoint responses in swagger definition
* BUG fix reading enum parameters
* Supported neomodel version is now >=3.2.9 instead of ==3.3.1
* rapydo pull is enabled in tests only for regular commit and avoided for pull requests and cron jobs
* Implemented input validation with bravado
* Validation errors now raise 400 instead of 404
* Added project version to headers
* Enabled tests on centos
* Added simple tests in production mode
* Running production tests with very short DH