file
30 rows where patch_id = 186
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
923 | 186 186 | ServiceWiring.php |
924 | 186 186 | extension.json |
925 | 186 186 | includes/Config/GrowthConfigLoaderStaticTrait.php |
926 | 186 186 | includes/HelpPanel.php |
927 | 186 186 | includes/HelpPanel/QuestionPoster/HelpdeskQuestionPoster.php |
928 | 186 186 | includes/HelpPanelHooks.php |
929 | 186 186 | includes/Homepage/HomepageModuleRegistry.php |
930 | 186 186 | includes/HomepageHooks.php |
931 | 186 186 | includes/HomepageModules/Account.php |
932 | 186 186 | includes/HomepageModules/Banner.php |
933 | 186 186 | includes/HomepageModules/BaseModule.php |
934 | 186 186 | includes/HomepageModules/Email.php |
935 | 186 186 | includes/HomepageModules/Help.php |
936 | 186 186 | includes/HomepageModules/Impact.php |
937 | 186 186 | includes/HomepageModules/Mentorship.php |
938 | 186 186 | includes/HomepageModules/Start.php |
939 | 186 186 | includes/HomepageModules/StartEditing.php |
940 | 186 186 | includes/HomepageModules/StartEmail.php |
941 | 186 186 | includes/HomepageModules/SuggestedEdits.php |
942 | 186 186 | includes/HomepageModules/Tutorial.php |
943 | 186 186 | includes/HomepageModules/Userpage.php |
944 | 186 186 | includes/Mentorship/MentorHooks.php |
945 | 186 186 | includes/Specials/SpecialClaimMentee.php |
946 | 186 186 | includes/Specials/SpecialHomepage.php |
947 | 186 186 | includes/Specials/SpecialImpact.php |
948 | 186 186 | tests/phpunit/integration/HelpdeskQuestionPosterTest.php |
949 | 186 186 | tests/phpunit/integration/MentorshipTest.php |
950 | 186 186 | tests/phpunit/integration/SpecialClaimMenteeTest.php |
951 | 186 186 | tests/phpunit/integration/SpecialHomepageTest.php |
952 | 186 186 | 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);