issues
search
FanThreeSixty
/
mockerena
Self-hosting data mocking service
https://mockerena.rtfd.io/
MIT License
1
stars
1
forks
source link
Fix dependency issues, rename numrows and make function errors more obvious
#19
Closed
jlane9
closed
4 years ago
jlane9
commented
4 years ago
Changes
Return 400 error response for generate data exceptions
Making it so that data generation errors are obvious to the user
Rename query param numrows to num_rows
numrows query param did not match num_rows schema property
Add list and tuple to approved globals
Seemed like an obvious addition
Add mongo URI and SSL
Add dnspython as a dependency
These two were required to get connections to managed mongo resource
Hard code werkzeug to 0.15.4
Fixes #18 Suggestion from @NeolithEra to hardcode werkzeug to prevent version conflicts
Changes