1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 21:22:40 +00:00
Arsse/tests
J. King 42a5ccb96c Handle request splitting in data model rather than controllers
Queries for multiple specific articles are limited in size because of limits on  the number of bound query parameters.

Currently this limit is somewhat arbitrarily set at 50, but it may increase.

Historically controllers would be responsible for chunking input, but this will present problems when the expected output is a result set, and of course the maintenance burden increases as the number of controllers increases.

This commit transfers the burden to the data model, and consequently introduces a ResultAggregate class which collects chunked result sets (currently only for articleList).

In the course of making these changes the mock Result class was also largely rewritten, fixing many bugs with it.

This commit does not modify the controllers nor their tests; this will be done in a subsequent commit.
2017-11-06 23:32:29 -05:00
..
Conf Fix export of nulls in Conf 2017-08-29 23:17:57 -04:00
Db Handle request splitting in data model rather than controllers 2017-11-06 23:32:29 -05:00
docroot Merge master 2017-09-30 12:52:05 -04:00
Exception Passed code through linter 2017-08-29 10:50:31 -04:00
Feed Merge master 2017-10-02 15:42:15 -04:00
Lang Sundry fixes 2017-09-05 19:35:14 -04:00
lib Handle request splitting in data model rather than controllers 2017-11-06 23:32:29 -05:00
Misc CS fixes 2017-10-20 19:02:42 -04:00
REST Handle request splitting in data model rather than controllers 2017-11-06 23:32:29 -05:00
Service Passed code through linter 2017-08-29 10:50:31 -04:00
User Passed code through linter 2017-08-29 10:50:31 -04:00
bootstrap.php CS fixes 2017-10-20 19:02:42 -04:00
phpunit.xml Handle request splitting in data model rather than controllers 2017-11-06 23:32:29 -05:00
server.php Merge master 2017-10-02 15:42:15 -04:00
test Feed tests: fetching and parsing 2017-05-27 18:15:52 -04:00
test.bat Feed tests: fetching and parsing 2017-05-27 18:15:52 -04:00