aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/unit/includes/Rest/Handler
Commit message (Expand)AuthorAgeFilesLines
* tests: Use type declaration on undocumented private functionsUmherirrender2025-03-301-1/+1
* REST: Make OpenAPI spec info strings translatablebpirkle2025-03-211-0/+6
* Namespace all remaining files in includes/filerepoJames D. Forrester2025-03-192-6/+6
* Merge "Remove inline @var docs that aren't needed"jenkins-bot2025-03-141-1/+0
|\
| * Remove inline @var docs that aren't neededthiemowmde2024-11-051-1/+0
* | REST: include ETag in 304 responsesdaniel2025-02-051-3/+20
* | Allow translation of nested response body descriptionsfrankie2025-01-301-11/+27
* | Merge "REST: Allow response body properties to have translatable descriptions"jenkins-bot2024-12-191-6/+67
|\ \
| * | REST: Allow response body properties to have translatable descriptionsbpirkle2024-12-171-6/+67
* | | Add template expansion statistics to the Parsoid limit reportC. Scott Ananian2024-12-041-2/+1
|/ /
* / REST: Allow request body parameters to have translatable descriptionsbpirkle2024-11-181-1/+46
|/
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-163-9/+9
* Use statslib for metrics emitted by HtmlOutputRendererHelperYiannis Giannelos2024-10-041-1/+2
* Add namespace to remaining parts of Wikimedia\ObjectCacheJames D. Forrester2024-09-271-1/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-2/+2
* REST: add restbase compat error handling modebpirkle2024-09-161-1/+7
* Merge "REST: add restbase compat mode for some endpoints"jenkins-bot2024-09-161-1/+4
|\
| * REST: add restbase compat mode for some endpointsdaniel2024-09-151-1/+4
* | Rest: Add missing documentation to class propertiesUmherirrender2024-09-071-0/+1
|/
* Move Language and friends into Language namespaceJames D. Forrester2024-08-102-2/+2
* Merge "Hard-deprecate getBodyValidator"jenkins-bot2024-08-081-0/+2
|\
| * Hard-deprecate getBodyValidatorTranslation updater bot2024-07-161-0/+2
* | Merge "[ParsoidParser] Remove unneeded code to set render ID"jenkins-bot2024-07-301-1/+1
|\ \
| * | [ParsoidParser] Remove unneeded code to set render IDC. Scott Ananian2024-07-191-1/+1
* | | Merge "Tests on forcing multi-value to be an array in JSON"jenkins-bot2024-07-201-0/+68
|\ \ \ | |/ / |/| |
| * | Tests on forcing multi-value to be an array in JSONfrankie2024-07-191-0/+68
| |/
* | Deprecate Html*Helper::init()C. Scott Ananian2024-07-191-6/+13
* | [HtmlOutputRendererHelper] Remove use of ParsoidOutputAccess::parseUncacheableC. Scott Ananian2024-07-191-11/+1
|/
* Merge "Use MainConfigNames constants in tests where possible"jenkins-bot2024-07-111-3/+3
|\
| * Use MainConfigNames constants in tests where possiblethiemowmde2024-07-101-3/+3
* | Merge "REST: Generate request body specs from param settings."jenkins-bot2024-07-101-122/+302
|\ \
| * | REST: Generate request body specs from param settings.daniel2024-07-101-122/+302
* | | Merge "param-settings: Remove backward compatibility code from default"jenkins-bot2024-07-101-68/+53
|\ \ \ | |/ / |/| |
| * | param-settings: Remove backward compatibility code from defaultAtieno2024-07-101-68/+53
* | | Merge "Add temporary account case for page history count"jenkins-bot2024-07-101-1/+2
|\ \ \ | |/ / |/| |
| * | Add temporary account case for page history countSTran2024-07-091-1/+2
| |/
* | Merge "REST: Enable strict type validation in JSON request bodies"jenkins-bot2024-07-081-26/+0
|\ \
| * | REST: Enable strict type validation in JSON request bodiesdaniel2024-07-041-26/+0
| |/
* / Normalise string params in MW Rest APIWendy Quarshie2024-07-081-0/+21
|/
* REST: detect mismatching value types in json requestdaniel2024-06-281-11/+89
* REST: Allow other json request typesJakob Warkotsch2024-06-261-0/+8
* REST: Deprecate using "post" as the parameter sourcedaniel2024-06-252-28/+121
* REST: Make module definition files more like OpenAPI specsdaniel2024-06-243-3/+177
* [HtmlOutputRendererHelper] Use ParserOutputAccessC. Scott Ananian2024-06-051-0/+4
* REST: HandlerTestTrait should mock validateBodyParams instead of validateBody.daniel2024-05-281-2/+11
* REST: improve body validation testingdaniel2024-05-211-13/+44
* REST: introduce getSupportedRequestTypes()daniel2024-05-151-0/+78
* Remove all @package commentsthiemowmde2024-05-104-4/+1
* Introduce Modules into the REST frameworkdaniel2024-05-083-34/+276
* REST: introduce getBodyParamSettingsdaniel2024-05-071-0/+98