onaio / tally-ho

Election results data entry and verification software.
http://tally-ho.readthedocs.org/en/latest/
Other
19 stars 21 forks source link

Handle uwsgi buffer err #387

Closed peterMuriuki closed 1 year ago

peterMuriuki commented 1 year ago

close #373 Issue: uwsgi buffer error. Determined problem was due to the long generated url when datatable is making a request of type GET. This pr modifies datatables to work the same way with the only change is that it now makes a post request instead of GET. This required we also change how we get params for filtering querysets in the data views.

codecov-commenter commented 1 year ago

Codecov Report

Merging #387 (449f44c) into master (0892130) will not change coverage. The diff coverage is 40.00%.

@@           Coverage Diff           @@
##           master     #387   +/-   ##
=======================================
  Coverage   67.31%   67.31%           
=======================================
  Files         123      123           
  Lines        7492     7492           
=======================================
  Hits         5043     5043           
  Misses       2449     2449           
Impacted Files Coverage Δ
tally_ho/apps/tally/views/data/center_list_view.py 60.56% <0.00%> (ø)
tally_ho/apps/tally/views/data/form_list_view.py 59.57% <0.00%> (ø)
tally_ho/apps/tally/views/data/office_list_view.py 64.86% <0.00%> (ø)
tally_ho/apps/tally/views/data/region_list_view.py 63.88% <0.00%> (ø)
...pps/tally/views/reports/candidate_list_by_votes.py 42.62% <0.00%> (ø)
...ally/views/reports/administrative_areas_reports.py 33.43% <37.50%> (ø)
...ly_ho/apps/tally/views/data/candidate_list_view.py 87.27% <100.00%> (ø)
tally_ho/apps/tally/views/data/tally_list_view.py 100.00% <100.00%> (ø)
tally_ho/apps/tally/views/data/user_list_view.py 79.66% <100.00%> (ø)
...pps/tally/views/reports/station_progress_report.py 96.96% <100.00%> (ø)
... and 1 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more