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
{{ message }}
This repository was archived by the owner on Apr 30, 2022. It is now read-only.
Use POST request for some datatables routes if request length is long (#126)
* Initial work on getting post requests working for datatable route
* Initial work on getting post requests working for datatable export route
* Additional work regarding post request body
* Begin work on formatting post request arguments correctly
* Format dictionary params correctly for post request
* Update failing connection tests
* Add .zip files to gitignore
* Fix some failing tests due to httppretty
* Add sanity tests for function determining request type
* Add additional tests for modifying arguments to get/post request params
* Add venv to flake8 ignore list
* Run existing connection tests for both get and post requests
* Fix some flake8 warnings
* Update some datatable tests to account for get and post requests
* Update some datatable data tests for get/post requests
* Add config to always use post request for testing purposes
* Add some more tests to ensure request made with correct params
* Fix incorrect params format being passed to mocked tests
* Add comment regarding 8000 character get request limit
* Fix line being over 100 characters in length
* Update version.py and changelog
0 commit comments