file
30 rows where patch_id = 187
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
953 | 187 187 | ServiceWiring.php |
954 | 187 187 | extension.json |
955 | 187 187 | includes/Config/GrowthConfigLoaderStaticTrait.php |
956 | 187 187 | includes/HelpPanel.php |
957 | 187 187 | includes/HelpPanel/QuestionPoster/HelpdeskQuestionPoster.php |
958 | 187 187 | includes/HelpPanelHooks.php |
959 | 187 187 | includes/Homepage/HomepageModuleRegistry.php |
960 | 187 187 | includes/HomepageHooks.php |
961 | 187 187 | includes/HomepageModules/Account.php |
962 | 187 187 | includes/HomepageModules/Banner.php |
963 | 187 187 | includes/HomepageModules/BaseModule.php |
964 | 187 187 | includes/HomepageModules/Email.php |
965 | 187 187 | includes/HomepageModules/Help.php |
966 | 187 187 | includes/HomepageModules/Impact.php |
967 | 187 187 | includes/HomepageModules/Mentorship.php |
968 | 187 187 | includes/HomepageModules/Start.php |
969 | 187 187 | includes/HomepageModules/StartEditing.php |
970 | 187 187 | includes/HomepageModules/StartEmail.php |
971 | 187 187 | includes/HomepageModules/SuggestedEdits.php |
972 | 187 187 | includes/HomepageModules/Tutorial.php |
973 | 187 187 | includes/HomepageModules/Userpage.php |
974 | 187 187 | includes/Mentorship/MentorHooks.php |
975 | 187 187 | includes/Specials/SpecialClaimMentee.php |
976 | 187 187 | includes/Specials/SpecialHomepage.php |
977 | 187 187 | includes/Specials/SpecialImpact.php |
978 | 187 187 | tests/phpunit/integration/HelpdeskQuestionPosterTest.php |
979 | 187 187 | tests/phpunit/integration/MentorshipTest.php |
980 | 187 187 | tests/phpunit/integration/SpecialClaimMenteeTest.php |
981 | 187 187 | tests/phpunit/integration/SpecialHomepageTest.php |
982 | 187 187 | tests/phpunit/unit/HomepageModules/SuggestedEditsTest.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);