file
32 rows where patch_id = 30871
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
145399 | 30871 30871 | .phpcs.xml |
145400 | 30871 30871 | tests/phpunit/bootstrap.php |
145401 | 30871 30871 | tests/phpunit/unit/includes/GlobalFunctions/wfAppendQueryTest.php |
145402 | 30871 30871 | tests/phpunit/unit/includes/GlobalFunctions/wfArrayPlus2dTest.php |
145403 | 30871 30871 | tests/phpunit/unit/includes/GlobalFunctions/wfAssembleUrlTest.php |
145404 | 30871 30871 | tests/phpunit/unit/includes/GlobalFunctions/wfBaseNameTest.php |
145405 | 30871 30871 | tests/phpunit/unit/includes/GlobalFunctions/wfEscapeShellArgTest.php |
145406 | 30871 30871 | tests/phpunit/unit/includes/GlobalFunctions/wfGetCallerTest.php |
145407 | 30871 30871 | tests/phpunit/unit/includes/GlobalFunctions/wfRemoveDotSegmentsTest.php |
145408 | 30871 30871 | tests/phpunit/unit/includes/GlobalFunctions/wfShorthandToIntegerTest.php |
145409 | 30871 30871 | tests/phpunit/unit/includes/GlobalFunctions/wfStringToBoolTest.php |
145410 | 30871 30871 | tests/phpunit/unit/includes/GlobalFunctions/wfTimestampTest.php |
145411 | 30871 30871 | tests/phpunit/unit/includes/GlobalFunctions/wfUrlencodeTest.php |
145412 | 30871 30871 | tests/phpunit/unit/includes/PathRouterTest.php |
145413 | 30871 30871 | tests/phpunit/unit/includes/Rest/ResponseFactoryTest.php |
145414 | 30871 30871 | tests/phpunit/unit/includes/Revision/MainSlotRoleHandlerTest.php |
145415 | 30871 30871 | tests/phpunit/unit/includes/Revision/SlotRecordTest.php |
145416 | 30871 30871 | tests/phpunit/unit/includes/TitleArrayFromResultTest.php |
145417 | 30871 30871 | tests/phpunit/unit/includes/WikiReferenceTest.php |
145418 | 30871 30871 | tests/phpunit/unit/includes/debug/logger/monolog/CeeFormatterTest.php |
145419 | 30871 30871 | tests/phpunit/unit/includes/diff/DifferenceEngineSlotDiffRendererTest.php |
145420 | 30871 30871 | tests/phpunit/unit/includes/diff/SlotDiffRendererTest.php |
145421 | 30871 30871 | tests/phpunit/unit/includes/filerepo/FileBackendDBRepoWrapperTest.php |
145422 | 30871 30871 | tests/phpunit/unit/includes/filerepo/file/ForeignDBFileTest.php |
145423 | 30871 30871 | tests/phpunit/unit/includes/htmlform/HTMLCheckMatrixTest.php |
145424 | 30871 30871 | tests/phpunit/unit/includes/json/FormatJsonTest.php |
145425 | 30871 30871 | tests/phpunit/unit/includes/media/JpegMetadataExtractorTest.php |
145426 | 30871 30871 | tests/phpunit/unit/includes/page/ArticleTest.php |
145427 | 30871 30871 | tests/phpunit/unit/includes/session/TokenTest.php |
145428 | 30871 30871 | tests/phpunit/unit/includes/shell/FirejailCommandTest.php |
145429 | 30871 30871 | tests/phpunit/unit/includes/site/MediaWikiPageNameNormalizerTest.php |
145430 | 30871 30871 | tests/phpunit/unit/includes/utils/ZipDirectoryReaderTest.php |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE file ( id INTEGER PRIMARY KEY, patch_id INTEGER NOT NULL, filename INTEGER NOT NULL, FOREIGN KEY(patch_id) REFERENCES patch(id) ); CREATE INDEX file_patch_id ON file(patch_id);