From f0bf13212e54d873a14d7068f4095acef1167cc9 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Wed, 16 Jun 2021 19:10:14 +1200 Subject: [PATCH 1/3] NEW Github unique identifiers Repo names change over time, e.g. dnadesign/silverstripe-elemental to silverstripe/silverstripe-elemental. Some use cases rely on unique values, for example my current attempts at community-wide data analysis through githubarchive.org. Note that the Github GraphQL API calls this a "databaseId", and its technically deprecated in favour of a new UID value. But all the historic Github events in githubarchive.org use the old format, so its more useful. --- README.md | 24 ++ modules.json | 828 +++++++++++++++++++++++++++++---------------------- 2 files changed, 498 insertions(+), 354 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..41fb5b2 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# Silverstripe CMS Supported Modules Metadata + +Used to generate the +[supported modules list](https://www.silverstripe.org/software/addons/silverstripe-commercially-supported-module-list/) on silverstripe.org, +and is the starting point for tooling such as +our ["Elvis" bug tracker](https://github.com/silverstripe/github-issue-search-client). + +## Format + + * `github`: String. Github repository name (incl. org) + * `gitlab`: String. Alternative gitlab repository name (incl. org) + * `composer`: String. Packagist/composer name + * `scrutinizer`: Boolean. Does this repo have Scrutinizer enabled? + * `addons`: Boolean. Does this module exist on addons.silverstripe.org? + * `type`: String. `supported-module` or `supported-dependency` + * `githubId` The [id](https://docs.github.com/en/rest/reference/repos#get-a-repository) in Github. Used as a unique identifier. + +## Adding a repo + +You can easily retrieve the `githubId` via the following API call: + +``` +https://api.github.com/repos/my-org/my-repo +``` \ No newline at end of file diff --git a/modules.json b/modules.json index 3330236..0f8812e 100644 --- a/modules.json +++ b/modules.json @@ -1,932 +1,1047 @@ [ { - "github": "bringyourownideas\/silverstripe-maintenance", + "github": "bringyourownideas/silverstripe-maintenance", "gitlab": null, - "composer": "bringyourownideas\/silverstripe-maintenance", + "composer": "bringyourownideas/silverstripe-maintenance", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 42240917 }, { - "github": "bringyourownideas\/silverstripe-composer-update-checker", + "github": "bringyourownideas/silverstripe-composer-update-checker", "gitlab": null, - "composer": "bringyourownideas\/silverstripe-composer-update-checker", + "composer": "bringyourownideas/silverstripe-composer-update-checker", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 41240800 }, { - "github": "bringyourownideas\/silverstripe-composer-security-checker", + "github": "bringyourownideas/silverstripe-composer-security-checker", "gitlab": null, - "composer": "bringyourownideas\/silverstripe-composer-security-checker", + "composer": "bringyourownideas/silverstripe-composer-security-checker", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 40122132 }, { - "github": "colymba\/GridFieldBulkEditingTools", + "github": "colymba/GridFieldBulkEditingTools", "gitlab": null, - "composer": "colymba\/gridfield-bulk-editing-tools", + "composer": "colymba/gridfield-bulk-editing-tools", "scrutinizer": false, "addons": true, - "type": "supported-dependency" + "type": "supported-dependency", + "githubId": 5071848 }, { - "github": "composer\/installers", + "github": "composer/installers", "gitlab": null, - "composer": "composer\/installers", + "composer": "composer/installers", "scrutinizer": false, "addons": false, - "type": "supported-dependency" + "type": "supported-dependency", + "githubId": 4698175 }, { - "github": "silverstripe\/cwp-agencyextensions", + "github": "silverstripe/cwp-agencyextensions", "gitlab": null, - "composer": "cwp\/agency-extensions", + "composer": "cwp/agency-extensions", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 113399978 }, { - "github": "silverstripe\/cwp", + "github": "silverstripe/cwp", "gitlab": null, - "composer": "cwp\/cwp", + "composer": "cwp/cwp", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 113398740 }, { - "github": "silverstripe\/cwp-core", + "github": "silverstripe/cwp-core", "gitlab": null, - "composer": "cwp\/cwp-core", + "composer": "cwp/cwp-core", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 113399915 }, { - "github": "silverstripe\/cwp-installer", + "github": "silverstripe/cwp-installer", "gitlab": null, - "composer": "cwp\/cwp-installer", + "composer": "cwp/cwp-installer", "scrutinizer": false, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": null }, { - "github": "silverstripe\/cwp-pdfexport", + "github": "silverstripe/cwp-pdfexport", "gitlab": null, - "composer": "cwp\/cwp-pdfexport", + "composer": "cwp/cwp-pdfexport", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 118521425 }, { - "github": "silverstripe\/cwp-recipe-basic", + "github": "silverstripe/cwp-recipe-basic", "gitlab": null, - "composer": "cwp\/cwp-recipe-basic", + "composer": "cwp/cwp-recipe-basic", "scrutinizer": false, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": null }, { - "github": "silverstripe\/cwp-recipe-basic-dev", + "github": "silverstripe/cwp-recipe-basic-dev", "gitlab": null, - "composer": "cwp\/cwp-recipe-basic-dev", + "composer": "cwp/cwp-recipe-basic-dev", "scrutinizer": false, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": null }, { - "github": "silverstripe\/cwp-recipe-blog", + "github": "silverstripe/cwp-recipe-blog", "gitlab": null, - "composer": "cwp\/cwp-recipe-blog", + "composer": "cwp/cwp-recipe-blog", "scrutinizer": false, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": null }, { - "github": "silverstripe\/cwp-recipe-cms", + "github": "silverstripe/cwp-recipe-cms", "gitlab": null, - "composer": "cwp\/cwp-recipe-cms", + "composer": "cwp/cwp-recipe-cms", "scrutinizer": false, "addons": false, - "type": "supported-module" + "type": "supported-module", + "githubId": null }, { - "github": "silverstripe\/cwp-recipe-core", + "github": "silverstripe/cwp-recipe-core", "gitlab": null, - "composer": "cwp\/cwp-recipe-core", + "composer": "cwp/cwp-recipe-core", "scrutinizer": false, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": null }, { - "github": "silverstripe\/cwp-recipe-search", + "github": "silverstripe/cwp-recipe-search", "gitlab": null, - "composer": "cwp\/cwp-recipe-search", + "composer": "cwp/cwp-recipe-search", "scrutinizer": false, "addons": false, - "type": "supported-module" + "type": "supported-module", + "githubId": 120237510 }, { - "github": "silverstripe\/cwp-search", + "github": "silverstripe/cwp-search", "gitlab": null, - "composer": "cwp\/cwp-search", + "composer": "cwp/cwp-search", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": null }, { - "github": "silverstripe\/cwp-starter-theme", + "github": "silverstripe/cwp-starter-theme", "gitlab": null, - "composer": "cwp\/starter-theme", + "composer": "cwp/starter-theme", "scrutinizer": false, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 109077240 }, { - "github": "silverstripe\/cwp-watea-theme", + "github": "silverstripe/cwp-watea-theme", "gitlab": null, - "composer": "cwp\/watea-theme", + "composer": "cwp/watea-theme", "scrutinizer": false, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 109077377 }, { - "github": "silverstripe\/cwp-theme-default", + "github": "silverstripe/cwp-theme-default", "gitlab": null, - "composer": "cwp-themes\/default", + "composer": "cwp-themes/default", "scrutinizer": false, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 114298025 }, { - "github": "silverstripe\/silverstripe-elemental", + "github": "silverstripe/silverstripe-elemental", "gitlab": null, - "composer": "dnadesign\/silverstripe-elemental", + "composer": "dnadesign/silverstripe-elemental", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 23339883 }, { - "github": "dnadesign\/silverstripe-elemental-subsites", + "github": "dnadesign/silverstripe-elemental-subsites", "gitlab": null, - "composer": "dnadesign\/silverstripe-elemental-subsites", + "composer": "dnadesign/silverstripe-elemental-subsites", "scrutinizer": true, "addons": true, - "type": "supported-dependency" + "type": "supported-dependency", + "githubId": null }, { - "github": "dnadesign\/silverstripe-elemental-userforms", + "github": "dnadesign/silverstripe-elemental-userforms", "gitlab": null, - "composer": "dnadesign\/silverstripe-elemental-userforms", + "composer": "dnadesign/silverstripe-elemental-userforms", "scrutinizer": true, "addons": true, - "type": "supported-dependency" + "type": "supported-dependency", + "githubId": 96047938 }, { - "github": "hafriedlander\/phockito", + "github": "hafriedlander/phockito", "gitlab": null, - "composer": "hafriedlander\/phockito", + "composer": "hafriedlander/phockito", "scrutinizer": false, "addons": false, - "type": "supported-dependency" + "type": "supported-dependency", + "githubId": 1903885 }, { - "github": "hafriedlander\/silverstripe-phockito", + "github": "hafriedlander/silverstripe-phockito", "gitlab": null, - "composer": "hafriedlander\/silverstripe-phockito", + "composer": "hafriedlander/silverstripe-phockito", "scrutinizer": false, "addons": true, - "type": "supported-dependency" + "type": "supported-dependency", + "githubId": 2292890 }, { - "github": "lekoala\/silverstripe-debugbar", + "github": "lekoala/silverstripe-debugbar", "gitlab": null, - "composer": "lekoala\/silverstripe-debugbar", + "composer": "lekoala/silverstripe-debugbar", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 60849433 }, { - "github": "silverstripe\/silverstripe-activedirectory", + "github": "silverstripe/silverstripe-activedirectory", "gitlab": null, - "composer": "silverstripe\/activedirectory", + "composer": "silverstripe/activedirectory", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 32431978 }, { - "github": "silverstripe\/silverstripe-admin", + "github": "silverstripe/silverstripe-admin", "gitlab": null, - "composer": "silverstripe\/admin", + "composer": "silverstripe/admin", "scrutinizer": false, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 84500508 }, { - "github": "silverstripe\/silverstripe-akismet", + "github": "silverstripe/silverstripe-akismet", "gitlab": null, - "composer": "silverstripe\/akismet", + "composer": "silverstripe/akismet", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": null }, { - "github": "silverstripe\/silverstripe-asset-admin", + "github": "silverstripe/silverstripe-asset-admin", "gitlab": null, - "composer": "silverstripe\/asset-admin", + "composer": "silverstripe/asset-admin", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 42913926 }, { - "github": "silverstripe\/silverstripe-assets", + "github": "silverstripe/silverstripe-assets", "gitlab": null, - "composer": "silverstripe\/assets", + "composer": "silverstripe/assets", "scrutinizer": false, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 85148184 }, { - "github": "silverstripe\/silverstripe-auditor", + "github": "silverstripe/silverstripe-auditor", "gitlab": null, - "composer": "silverstripe\/auditor", + "composer": "silverstripe/auditor", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 47799024 }, { - "github": "silverstripe\/silverstripe-behat-extension", + "github": "silverstripe/silverstripe-behat-extension", "gitlab": null, - "composer": "silverstripe\/behat-extension", + "composer": "silverstripe/behat-extension", "scrutinizer": true, "addons": true, - "type": "supported-dependency" + "type": "supported-dependency", + "githubId": null }, { - "github": "silverstripe\/silverstripe-blog", + "github": "silverstripe/silverstripe-blog", "gitlab": null, - "composer": "silverstripe\/blog", + "composer": "silverstripe/blog", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 1236910 }, { - "github": "silverstripe\/silverstripe-campaign-admin", + "github": "silverstripe/silverstripe-campaign-admin", "gitlab": null, - "composer": "silverstripe\/campaign-admin", + "composer": "silverstripe/campaign-admin", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 85750633 }, { - "github": "silverstripe\/silverstripe-ckan-registry", + "github": "silverstripe/silverstripe-ckan-registry", "gitlab": null, - "composer": "silverstripe\/ckan-registry", + "composer": "silverstripe/ckan-registry", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 159571764 }, { - "github": "silverstripe\/silverstripe-cms", + "github": "silverstripe/silverstripe-cms", "gitlab": null, - "composer": "silverstripe\/cms", + "composer": "silverstripe/cms", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 1319183 }, { - "github": "silverstripe\/comment-notifications", + "github": "silverstripe/comment-notifications", "gitlab": null, - "composer": "silverstripe\/comment-notifications", + "composer": "silverstripe/comment-notifications", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 32947509 }, { - "github": "silverstripe\/silverstripe-comments", + "github": "silverstripe/silverstripe-comments", "gitlab": null, - "composer": "silverstripe\/comments", + "composer": "silverstripe/comments", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 1157974 }, { - "github": "silverstripe\/silverstripe-config", + "github": "silverstripe/silverstripe-config", "gitlab": null, - "composer": "silverstripe\/config", + "composer": "silverstripe/config", "scrutinizer": true, "addons": false, - "type": "supported-module" + "type": "supported-module", + "githubId": 66067831 }, { - "github": "silverstripe\/silverstripe-content-widget", + "github": "silverstripe/silverstripe-content-widget", "gitlab": null, - "composer": "silverstripe\/content-widget", + "composer": "silverstripe/content-widget", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": null }, { - "github": "silverstripe\/silverstripe-contentreview", + "github": "silverstripe/silverstripe-contentreview", "gitlab": null, - "composer": "silverstripe\/contentreview", + "composer": "silverstripe/contentreview", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 2370478 }, { - "github": "silverstripe\/silverstripe-controllerpolicy", + "github": "silverstripe/silverstripe-controllerpolicy", "gitlab": null, - "composer": "silverstripe\/controllerpolicy", + "composer": "silverstripe/controllerpolicy", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 19681209 }, { - "github": "silverstripe\/silverstripe-crontask", + "github": "silverstripe/silverstripe-crontask", "gitlab": null, - "composer": "silverstripe\/crontask", + "composer": "silverstripe/crontask", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 12394679 }, { - "github": "silverstripe\/silverstripe-dms", + "github": "silverstripe/silverstripe-dms", "gitlab": null, - "composer": "silverstripe\/dms", + "composer": "silverstripe/dms", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 6785883 }, { - "github": "silverstripe\/silverstripe-dms-cart", + "github": "silverstripe/silverstripe-dms-cart", "gitlab": null, - "composer": "silverstripe\/dms-cart", + "composer": "silverstripe/dms-cart", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 91522112 }, { - "github": "silverstripe\/silverstripe-documentconverter", + "github": "silverstripe/silverstripe-documentconverter", "gitlab": null, - "composer": "silverstripe\/documentconverter", + "composer": "silverstripe/documentconverter", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 113400338 }, { - "github": "silverstripe\/silverstripe-elemental-bannerblock", + "github": "silverstripe/silverstripe-elemental-bannerblock", "gitlab": null, - "composer": "silverstripe\/elemental-bannerblock", + "composer": "silverstripe/elemental-bannerblock", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 136992112 }, { - "github": "silverstripe\/silverstripe-elemental-fileblock", + "github": "silverstripe/silverstripe-elemental-fileblock", "gitlab": null, - "composer": "silverstripe\/elemental-fileblock", + "composer": "silverstripe/elemental-fileblock", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": null }, { - "github": "silverstripe\/silverstripe-environmentcheck", + "github": "silverstripe/silverstripe-environmentcheck", "gitlab": null, - "composer": "silverstripe\/environmentcheck", + "composer": "silverstripe/environmentcheck", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 3143218 }, { - "github": "silverstripe\/silverstripe-errorpage", + "github": "silverstripe/silverstripe-errorpage", "gitlab": null, - "composer": "silverstripe\/errorpage", + "composer": "silverstripe/errorpage", "scrutinizer": false, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 94210313 }, { - "github": "silverstripe\/eslint-config", + "github": "silverstripe/eslint-config", "gitlab": null, - "composer": "silverstripe\/eslint-config", + "composer": "silverstripe/eslint-config", "scrutinizer": false, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 109643040 }, { - "github": "silverstripe\/silverstripe-externallinks", + "github": "silverstripe/silverstripe-externallinks", "gitlab": null, - "composer": "silverstripe\/externallinks", + "composer": "silverstripe/externallinks", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": null }, { - "github": "silverstripe\/silverstripe-framework", + "github": "silverstripe/silverstripe-framework", "gitlab": null, - "composer": "silverstripe\/framework", + "composer": "silverstripe/framework", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 1318892 }, { - "github": "silverstripe\/silverstripe-fulltextsearch", + "github": "silverstripe/silverstripe-fulltextsearch", "gitlab": null, - "composer": "silverstripe\/fulltextsearch", + "composer": "silverstripe/fulltextsearch", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 1673985 }, { - "github": "silverstripe\/silverstripe-graphql", + "github": "silverstripe/silverstripe-graphql", "gitlab": null, - "composer": "silverstripe\/graphql", + "composer": "silverstripe/graphql", "scrutinizer": false, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 68341446 }, { - "github": "silverstripe\/silverstripe-graphql-devtools", + "github": "silverstripe/silverstripe-graphql-devtools", "gitlab": null, - "composer": "silverstripe\/graphql-devtools", + "composer": "silverstripe/graphql-devtools", "scrutinizer": false, "addons": true, - "type": "supported-dependency" + "type": "supported-dependency", + "githubId": 78792258 }, { - "github": "silverstripe\/silverstripe-gridfieldqueuedexport", + "github": "silverstripe/silverstripe-gridfieldqueuedexport", "gitlab": null, - "composer": "silverstripe\/gridfieldqueuedexport", + "composer": "silverstripe/gridfieldqueuedexport", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 59252430 }, { - "github": "silverstripe\/silverstripe-html5", + "github": "silverstripe/silverstripe-html5", "gitlab": null, - "composer": "silverstripe\/html5", + "composer": "silverstripe/html5", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 8889228 }, { - "github": "silverstripe\/silverstripe-hybridsessions", + "github": "silverstripe/silverstripe-hybridsessions", "gitlab": null, - "composer": "silverstripe\/hybridsessions", + "composer": "silverstripe/hybridsessions", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 22979135 }, { - "github": "silverstripe\/silverstripe-iframe", + "github": "silverstripe/silverstripe-iframe", "gitlab": null, - "composer": "silverstripe\/iframe", + "composer": "silverstripe/iframe", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 4515744 }, { - "github": "silverstripe\/silverstripe-installer", + "github": "silverstripe/silverstripe-installer", "gitlab": null, - "composer": "silverstripe\/installer", + "composer": "silverstripe/installer", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 1319402 }, { - "github": "silverstripe\/silverstripe-ldap", + "github": "silverstripe/silverstripe-ldap", "gitlab": null, - "composer": "silverstripe\/ldap", + "composer": "silverstripe/ldap", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": null }, { - "github": "silverstripe\/silverstripe-lumberjack", + "github": "silverstripe/silverstripe-lumberjack", "gitlab": null, - "composer": "silverstripe\/lumberjack", + "composer": "silverstripe/lumberjack", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": null }, { - "github": "silverstripe\/silverstripe-mimevalidator", + "github": "silverstripe/silverstripe-mimevalidator", "gitlab": null, - "composer": "silverstripe\/mimevalidator", + "composer": "silverstripe/mimevalidator", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 22493606 }, { - "github": "silverstripe\/silverstripe-postgresql", + "github": "silverstripe/silverstripe-postgresql", "gitlab": null, - "composer": "silverstripe\/postgresql", + "composer": "silverstripe/postgresql", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 1236928 }, { - "github": "silverstripe\/silverstripe-realme", + "github": "silverstripe/silverstripe-realme", "gitlab": null, - "composer": "silverstripe\/realme", + "composer": "silverstripe/realme", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 46946194 }, - { - "github": "silverstripe\/recipe-authoring-tools", + "github": "silverstripe/recipe-authoring-tools", "gitlab": null, - "composer": "silverstripe\/recipe-authoring-tools", + "composer": "silverstripe/recipe-authoring-tools", "scrutinizer": false, "addons": false, - "type": "supported-module" + "type": "supported-module", + "githubId": 120226694 }, { - "github": "silverstripe\/recipe-blog", + "github": "silverstripe/recipe-blog", "gitlab": null, - "composer": "silverstripe\/recipe-blog", + "composer": "silverstripe/recipe-blog", "scrutinizer": false, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": null }, { - "github": "silverstripe\/recipe-cms", + "github": "silverstripe/recipe-cms", "gitlab": null, - "composer": "silverstripe\/recipe-cms", + "composer": "silverstripe/recipe-cms", "scrutinizer": false, "addons": false, - "type": "supported-module" + "type": "supported-module", + "githubId": 96844605 }, { - "github": "silverstripe\/recipe-collaboration", + "github": "silverstripe/recipe-collaboration", "gitlab": null, - "composer": "silverstripe\/recipe-collaboration", + "composer": "silverstripe/recipe-collaboration", "scrutinizer": false, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 119923751 }, { - "github": "silverstripe\/recipe-content-blocks", + "github": "silverstripe/recipe-content-blocks", "gitlab": null, - "composer": "silverstripe\/recipe-content-blocks", + "composer": "silverstripe/recipe-content-blocks", "scrutinizer": false, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 120223778 }, { - "github": "silverstripe\/recipe-core", + "github": "silverstripe/recipe-core", "gitlab": null, - "composer": "silverstripe\/recipe-core", + "composer": "silverstripe/recipe-core", "scrutinizer": false, "addons": false, - "type": "supported-module" + "type": "supported-module", + "githubId": 96839278 }, { - "github": "silverstripe\/recipe-form-building", + "github": "silverstripe/recipe-form-building", "gitlab": null, - "composer": "silverstripe\/recipe-form-building", + "composer": "silverstripe/recipe-form-building", "scrutinizer": false, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 120237364 }, { - "github": "silverstripe\/recipe-plugin", + "github": "silverstripe/recipe-plugin", "gitlab": null, - "composer": "silverstripe\/recipe-plugin", + "composer": "silverstripe/recipe-plugin", "scrutinizer": false, "addons": false, - "type": "supported-module" + "type": "supported-module", + "githubId": 67970412 }, { - "github": "silverstripe\/recipe-reporting-tools", + "github": "silverstripe/recipe-reporting-tools", "gitlab": null, - "composer": "silverstripe\/recipe-reporting-tools", + "composer": "silverstripe/recipe-reporting-tools", "scrutinizer": false, "addons": false, - "type": "supported-module" + "type": "supported-module", + "githubId": 120228554 }, { - "github": "silverstripe\/recipe-services", + "github": "silverstripe/recipe-services", "gitlab": null, - "composer": "silverstripe\/recipe-services", + "composer": "silverstripe/recipe-services", "scrutinizer": false, "addons": false, - "type": "supported-module" + "type": "supported-module", + "githubId": null }, { - "github": "silverstripe\/silverstripe-registry", + "github": "silverstripe/silverstripe-registry", "gitlab": null, - "composer": "silverstripe\/registry", + "composer": "silverstripe/registry", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 8086664 }, { - "github": "silverstripe\/silverstripe-reports", + "github": "silverstripe/silverstripe-reports", "gitlab": null, - "composer": "silverstripe\/reports", + "composer": "silverstripe/reports", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 7656757 }, { - "github": "silverstripe\/silverstripe-restfulserver", + "github": "silverstripe/silverstripe-restfulserver", "gitlab": null, - "composer": "silverstripe\/restfulserver", + "composer": "silverstripe/restfulserver", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 4222524 }, { - "github": "silverstripe\/silverstripe-secureassets", + "github": "silverstripe/silverstripe-secureassets", "gitlab": null, - "composer": "silverstripe\/secureassets", + "composer": "silverstripe/secureassets", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 15884157 }, { - "github": "silverstripe\/silverstripe-securityreport", + "github": "silverstripe/silverstripe-securityreport", "gitlab": null, - "composer": "silverstripe\/securityreport", + "composer": "silverstripe/securityreport", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 19595761 }, { - "github": "silverstripe\/silverstripe-segment-field", + "github": "silverstripe/silverstripe-segment-field", "gitlab": null, - "composer": "silverstripe\/segment-field", + "composer": "silverstripe/segment-field", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 40516528 }, { - "github": "silverstripe\/silverstripe-selectupload", + "github": "silverstripe/silverstripe-selectupload", "gitlab": null, - "composer": "silverstripe\/selectupload", + "composer": "silverstripe/selectupload", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 21804238 }, { - "github": "silverstripe\/silverstripe-sharedraftcontent", + "github": "silverstripe/silverstripe-sharedraftcontent", "gitlab": null, - "composer": "silverstripe\/sharedraftcontent", + "composer": "silverstripe/sharedraftcontent", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 35126267 }, { - "github": "silverstripe\/silverstripe-siteconfig", + "github": "silverstripe/silverstripe-siteconfig", "gitlab": null, - "composer": "silverstripe\/siteconfig", + "composer": "silverstripe/siteconfig", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 22776092 }, { - "github": "silverstripe\/silverstripe-sitewidecontent-report", + "github": "silverstripe/silverstripe-sitewidecontent-report", "gitlab": null, - "composer": "silverstripe\/sitewidecontent-report", + "composer": "silverstripe/sitewidecontent-report", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 43330250 }, { - "github": "silverstripe\/silverstripe-spamprotection", + "github": "silverstripe/silverstripe-spamprotection", "gitlab": null, - "composer": "silverstripe\/spamprotection", + "composer": "silverstripe/spamprotection", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 1236936 }, { - "github": "silverstripe\/silverstripe-spellcheck", + "github": "silverstripe/silverstripe-spellcheck", "gitlab": null, - "composer": "silverstripe\/spellcheck", + "composer": "silverstripe/spellcheck", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": null }, { - "github": "silverstripe\/silverstripe-sqlite3", + "github": "silverstripe/silverstripe-sqlite3", "gitlab": null, - "composer": "silverstripe\/sqlite3", + "composer": "silverstripe/sqlite3", "scrutinizer": false, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": null }, { - "github": "silverstripe\/sspak", + "github": "silverstripe/sspak", "gitlab": null, - "composer": "silverstripe\/sspak", + "composer": "silverstripe/sspak", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 9559572 }, { - "github": "silverstripe\/silverstripe-staticpublishqueue", + "github": "silverstripe/silverstripe-staticpublishqueue", "gitlab": null, - "composer": "silverstripe\/staticpublishqueue", + "composer": "silverstripe/staticpublishqueue", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 9162434 }, { - "github": "silverstripe\/silverstripe-subsites", + "github": "silverstripe/silverstripe-subsites", "gitlab": null, - "composer": "silverstripe\/subsites", + "composer": "silverstripe/subsites", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 1236940 }, { - "github": "silverstripe\/silverstripe-tagfield", + "github": "silverstripe/silverstripe-tagfield", "gitlab": null, - "composer": "silverstripe\/tagfield", + "composer": "silverstripe/tagfield", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 1181344 }, { - "github": "silverstripe\/silverstripe-taxonomy", + "github": "silverstripe/silverstripe-taxonomy", "gitlab": null, - "composer": "silverstripe\/taxonomy", + "composer": "silverstripe/taxonomy", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 8301510 }, { - "github": "silverstripe\/silverstripe-textextraction", + "github": "silverstripe/silverstripe-textextraction", "gitlab": null, - "composer": "silverstripe\/textextraction", + "composer": "silverstripe/textextraction", "scrutinizer": true, "addons": true, - "type": "supported-module-in" + "type": "supported-module-in", + "githubId": 7482455 }, { - "github": "silverstripe\/silverstripe-translatable", + "github": "silverstripe/silverstripe-translatable", "gitlab": null, - "composer": "silverstripe\/translatable", + "composer": "silverstripe/translatable", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 1540453 }, { - "github": "silverstripe\/silverstripe-upgrader", + "github": "silverstripe/silverstripe-upgrader", "gitlab": null, - "composer": "silverstripe\/upgrader", + "composer": "silverstripe/upgrader", "scrutinizer": false, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 57424901 }, { - "github": "silverstripe\/silverstripe-userforms", + "github": "silverstripe/silverstripe-userforms", "gitlab": null, - "composer": "silverstripe\/userforms", + "composer": "silverstripe/userforms", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 1247754 }, { - "github": "silverstripe\/vendor-plugin", + "github": "silverstripe/vendor-plugin", "gitlab": null, - "composer": "silverstripe\/vendor-plugin", + "composer": "silverstripe/vendor-plugin", "scrutinizer": true, "addons": false, - "type": "supported-module" + "type": "supported-module", + "githubId": 104690866 }, { - "github": "silverstripe\/silverstripe-versioned", + "github": "silverstripe/silverstripe-versioned", "gitlab": null, - "composer": "silverstripe\/versioned", + "composer": "silverstripe/versioned", "scrutinizer": false, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 85634633 }, { - "github": "silverstripe\/silverstripe-versioned-admin", + "github": "silverstripe/silverstripe-versioned-admin", "gitlab": null, - "composer": "silverstripe\/versioned-admin", + "composer": "silverstripe/versioned-admin", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 124332817 }, { - "github": "silverstripe\/silverstripe-versionfeed", + "github": "silverstripe/silverstripe-versionfeed", "gitlab": null, - "composer": "silverstripe\/versionfeed", + "composer": "silverstripe/versionfeed", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 6821471 }, { - "github": "silverstripe\/silverstripe-widgets", + "github": "silverstripe/silverstripe-widgets", "gitlab": null, - "composer": "silverstripe\/widgets", + "composer": "silverstripe/widgets", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 4068399 }, { - "github": "silverstripe\/webpack-config", + "github": "silverstripe/webpack-config", "gitlab": null, - "composer": "silverstripe\/webpack-config", + "composer": "silverstripe/webpack-config", "scrutinizer": false, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 92692253 }, { - "github": "silverstripe-themes\/silverstripe-simple", + "github": "silverstripe-themes/silverstripe-simple", "gitlab": null, - "composer": "silverstripe-themes\/simple", + "composer": "silverstripe-themes/simple", "scrutinizer": false, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": null }, { - "github": "symbiote\/silverstripe-advancedworkflow", + "github": "symbiote/silverstripe-advancedworkflow", "gitlab": null, - "composer": "symbiote\/silverstripe-advancedworkflow", + "composer": "symbiote/silverstripe-advancedworkflow", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 981174 }, { - "github": "symbiote\/silverstripe-gridfieldextensions", + "github": "symbiote/silverstripe-gridfieldextensions", "gitlab": null, - "composer": "symbiote\/silverstripe-gridfieldextensions", + "composer": "symbiote/silverstripe-gridfieldextensions", "scrutinizer": false, "addons": true, - "type": "supported-dependency" + "type": "supported-dependency", + "githubId": 7373726 }, { - "github": "symbiote\/silverstripe-multivaluefield", + "github": "symbiote/silverstripe-multivaluefield", "gitlab": null, - "composer": "symbiote\/silverstripe-multivaluefield", + "composer": "symbiote/silverstripe-multivaluefield", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 624044 }, { - "github": "symbiote\/silverstripe-queuedjobs", + "github": "symbiote/silverstripe-queuedjobs", "gitlab": null, - "composer": "symbiote\/silverstripe-queuedjobs", + "composer": "symbiote/silverstripe-queuedjobs", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 660816 }, { - "github": "symbiote\/silverstripe-versionedfiles", + "github": "symbiote/silverstripe-versionedfiles", "gitlab": null, - "composer": "symbiote\/silverstripe-versionedfiles", + "composer": "symbiote/silverstripe-versionedfiles", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 391319 }, { - "github": "tijsverkoyen\/akismet", + "github": "tijsverkoyen/akismet", "gitlab": null, - "composer": "tijsverkoyen\/akismet", + "composer": "tijsverkoyen/akismet", "scrutinizer": false, "addons": false, - "type": "supported-dependency" + "type": "supported-dependency", + "githubId": null }, { - "github": "tractorcow\/classproxy", + "github": "tractorcow/classproxy", "gitlab": null, - "composer": "tractorcow\/classproxy", + "composer": "tractorcow/classproxy", "scrutinizer": false, "addons": false, - "type": "supported-dependency" + "type": "supported-dependency", + "githubId": 121438031 }, { - "github": "tractorcow-farm\/silverstripe-fluent", + "github": "tractorcow-farm/silverstripe-fluent", "gitlab": null, - "composer": "tractorcow\/silverstripe-fluent", + "composer": "tractorcow/silverstripe-fluent", "scrutinizer": true, "addons": true, - "type": "supported-dependency" + "type": "supported-dependency", + "githubId": 10893201 }, { - "github": "tractorcow\/silverstripe-proxy-db", + "github": "tractorcow/silverstripe-proxy-db", "gitlab": null, - "composer": "tractorcow\/silverstripe-proxy-db", + "composer": "tractorcow/silverstripe-proxy-db", "scrutinizer": false, "addons": true, - "type": "supported-dependency" + "type": "supported-dependency", + "githubId": null }, { - "github": "undefinedoffset\/sortablegridfield", + "github": "undefinedoffset/sortablegridfield", "gitlab": null, - "composer": "undefinedoffset\/sortablegridfield", + "composer": "undefinedoffset/sortablegridfield", "scrutinizer": false, "addons": true, - "type": "supported-dependency" + "type": "supported-dependency", + "githubId": null }, { "github": "silverstripe/silverstripe-mfa", @@ -934,7 +1049,8 @@ "composer": "silverstripe/mfa", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 172815373 }, { "github": "silverstripe/silverstripe-totp-authenticator", @@ -942,7 +1058,8 @@ "composer": "silverstripe/totp-authenticator", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 179381590 }, { "github": "silverstripe/silverstripe-webauthn-authenticator", @@ -950,7 +1067,8 @@ "composer": "silverstripe/webauthn-authenticator", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 176832496 }, { "github": "silverstripe/silverstripe-login-forms", @@ -958,7 +1076,8 @@ "composer": "silverstripe/login-forms", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 155142697 }, { "github": "silverstripe/silverstripe-security-extensions", @@ -966,6 +1085,7 @@ "composer": "silverstripe/security-extensions", "scrutinizer": true, "addons": true, - "type": "supported-module" + "type": "supported-module", + "githubId": 190106499 } ] From d9191775c1da7f3b0399def458516c9f1b119825 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Wed, 16 Jun 2021 19:13:29 +1200 Subject: [PATCH 2/3] NEW Core metadata (fixes #10) It's not as well defined as supported modules, but still a useful distinction - e.g. to break down overall effort and contributions. --- README.md | 3 +- modules.json | 363 ++++++++++++++++++++++++++++++++++----------------- 2 files changed, 244 insertions(+), 122 deletions(-) diff --git a/README.md b/README.md index 41fb5b2..02fa6e4 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ our ["Elvis" bug tracker](https://github.com/silverstripe/github-issue-search-cl * `scrutinizer`: Boolean. Does this repo have Scrutinizer enabled? * `addons`: Boolean. Does this module exist on addons.silverstripe.org? * `type`: String. `supported-module` or `supported-dependency` - * `githubId` The [id](https://docs.github.com/en/rest/reference/repos#get-a-repository) in Github. Used as a unique identifier. + * `githubId` Number. The [id](https://docs.github.com/en/rest/reference/repos#get-a-repository) in Github. Used as a unique identifier. + * `isCore`. Boolean. Is this considered a direct dependency of `silverstripe/installer`, `silverstripe/recipe-cms` or `silverstripe/recipe-core`? ## Adding a repo diff --git a/modules.json b/modules.json index 0f8812e..f78e75d 100644 --- a/modules.json +++ b/modules.json @@ -6,7 +6,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 42240917 + "githubId": 42240917, + "isCore": false }, { "github": "bringyourownideas/silverstripe-composer-update-checker", @@ -15,7 +16,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 41240800 + "githubId": 41240800, + "isCore": false }, { "github": "bringyourownideas/silverstripe-composer-security-checker", @@ -24,7 +26,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 40122132 + "githubId": 40122132, + "isCore": false }, { "github": "colymba/GridFieldBulkEditingTools", @@ -33,7 +36,8 @@ "scrutinizer": false, "addons": true, "type": "supported-dependency", - "githubId": 5071848 + "githubId": 5071848, + "isCore": false }, { "github": "composer/installers", @@ -42,7 +46,8 @@ "scrutinizer": false, "addons": false, "type": "supported-dependency", - "githubId": 4698175 + "githubId": 4698175, + "isCore": false }, { "github": "silverstripe/cwp-agencyextensions", @@ -51,7 +56,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 113399978 + "githubId": 113399978, + "isCore": false }, { "github": "silverstripe/cwp", @@ -60,7 +66,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 113398740 + "githubId": 113398740, + "isCore": false }, { "github": "silverstripe/cwp-core", @@ -69,7 +76,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 113399915 + "githubId": 113399915, + "isCore": false }, { "github": "silverstripe/cwp-installer", @@ -78,7 +86,8 @@ "scrutinizer": false, "addons": true, "type": "supported-module", - "githubId": null + "githubId": null, + "isCore": false }, { "github": "silverstripe/cwp-pdfexport", @@ -87,7 +96,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 118521425 + "githubId": 118521425, + "isCore": false }, { "github": "silverstripe/cwp-recipe-basic", @@ -96,7 +106,8 @@ "scrutinizer": false, "addons": true, "type": "supported-module", - "githubId": null + "githubId": null, + "isCore": false }, { "github": "silverstripe/cwp-recipe-basic-dev", @@ -105,7 +116,8 @@ "scrutinizer": false, "addons": true, "type": "supported-module", - "githubId": null + "githubId": null, + "isCore": false }, { "github": "silverstripe/cwp-recipe-blog", @@ -114,7 +126,8 @@ "scrutinizer": false, "addons": true, "type": "supported-module", - "githubId": null + "githubId": null, + "isCore": false }, { "github": "silverstripe/cwp-recipe-cms", @@ -123,7 +136,8 @@ "scrutinizer": false, "addons": false, "type": "supported-module", - "githubId": null + "githubId": null, + "isCore": false }, { "github": "silverstripe/cwp-recipe-core", @@ -132,7 +146,8 @@ "scrutinizer": false, "addons": true, "type": "supported-module", - "githubId": null + "githubId": null, + "isCore": false }, { "github": "silverstripe/cwp-recipe-search", @@ -141,7 +156,8 @@ "scrutinizer": false, "addons": false, "type": "supported-module", - "githubId": 120237510 + "githubId": 120237510, + "isCore": false }, { "github": "silverstripe/cwp-search", @@ -150,7 +166,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": null + "githubId": null, + "isCore": false }, { "github": "silverstripe/cwp-starter-theme", @@ -159,7 +176,8 @@ "scrutinizer": false, "addons": true, "type": "supported-module", - "githubId": 109077240 + "githubId": 109077240, + "isCore": false }, { "github": "silverstripe/cwp-watea-theme", @@ -168,7 +186,8 @@ "scrutinizer": false, "addons": true, "type": "supported-module", - "githubId": 109077377 + "githubId": 109077377, + "isCore": false }, { "github": "silverstripe/cwp-theme-default", @@ -177,7 +196,8 @@ "scrutinizer": false, "addons": true, "type": "supported-module", - "githubId": 114298025 + "githubId": 114298025, + "isCore": false }, { "github": "silverstripe/silverstripe-elemental", @@ -186,7 +206,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 23339883 + "githubId": 23339883, + "isCore": false }, { "github": "dnadesign/silverstripe-elemental-subsites", @@ -195,7 +216,8 @@ "scrutinizer": true, "addons": true, "type": "supported-dependency", - "githubId": null + "githubId": null, + "isCore": false }, { "github": "dnadesign/silverstripe-elemental-userforms", @@ -204,7 +226,8 @@ "scrutinizer": true, "addons": true, "type": "supported-dependency", - "githubId": 96047938 + "githubId": 96047938, + "isCore": false }, { "github": "hafriedlander/phockito", @@ -213,7 +236,8 @@ "scrutinizer": false, "addons": false, "type": "supported-dependency", - "githubId": 1903885 + "githubId": 1903885, + "isCore": false }, { "github": "hafriedlander/silverstripe-phockito", @@ -222,7 +246,8 @@ "scrutinizer": false, "addons": true, "type": "supported-dependency", - "githubId": 2292890 + "githubId": 2292890, + "isCore": false }, { "github": "lekoala/silverstripe-debugbar", @@ -231,7 +256,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 60849433 + "githubId": 60849433, + "isCore": false }, { "github": "silverstripe/silverstripe-activedirectory", @@ -240,7 +266,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 32431978 + "githubId": 32431978, + "isCore": false }, { "github": "silverstripe/silverstripe-admin", @@ -249,7 +276,8 @@ "scrutinizer": false, "addons": true, "type": "supported-module", - "githubId": 84500508 + "githubId": 84500508, + "isCore": true }, { "github": "silverstripe/silverstripe-akismet", @@ -258,7 +286,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": null + "githubId": null, + "isCore": false }, { "github": "silverstripe/silverstripe-asset-admin", @@ -267,7 +296,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 42913926 + "githubId": 42913926, + "isCore": true }, { "github": "silverstripe/silverstripe-assets", @@ -276,7 +306,8 @@ "scrutinizer": false, "addons": true, "type": "supported-module", - "githubId": 85148184 + "githubId": 85148184, + "isCore": true }, { "github": "silverstripe/silverstripe-auditor", @@ -285,7 +316,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 47799024 + "githubId": 47799024, + "isCore": false }, { "github": "silverstripe/silverstripe-behat-extension", @@ -294,7 +326,8 @@ "scrutinizer": true, "addons": true, "type": "supported-dependency", - "githubId": null + "githubId": null, + "isCore": false }, { "github": "silverstripe/silverstripe-blog", @@ -303,7 +336,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 1236910 + "githubId": 1236910, + "isCore": false }, { "github": "silverstripe/silverstripe-campaign-admin", @@ -312,7 +346,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 85750633 + "githubId": 85750633, + "isCore": true }, { "github": "silverstripe/silverstripe-ckan-registry", @@ -321,7 +356,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 159571764 + "githubId": 159571764, + "isCore": false }, { "github": "silverstripe/silverstripe-cms", @@ -330,7 +366,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 1319183 + "githubId": 1319183, + "isCore": true }, { "github": "silverstripe/comment-notifications", @@ -339,7 +376,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 32947509 + "githubId": 32947509, + "isCore": false }, { "github": "silverstripe/silverstripe-comments", @@ -348,7 +386,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 1157974 + "githubId": 1157974, + "isCore": false }, { "github": "silverstripe/silverstripe-config", @@ -357,7 +396,8 @@ "scrutinizer": true, "addons": false, "type": "supported-module", - "githubId": 66067831 + "githubId": 66067831, + "isCore": true }, { "github": "silverstripe/silverstripe-content-widget", @@ -366,7 +406,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": null + "githubId": null, + "isCore": false }, { "github": "silverstripe/silverstripe-contentreview", @@ -375,7 +416,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 2370478 + "githubId": 2370478, + "isCore": false }, { "github": "silverstripe/silverstripe-controllerpolicy", @@ -384,7 +426,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 19681209 + "githubId": 19681209, + "isCore": false }, { "github": "silverstripe/silverstripe-crontask", @@ -393,7 +436,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 12394679 + "githubId": 12394679, + "isCore": false }, { "github": "silverstripe/silverstripe-dms", @@ -402,7 +446,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 6785883 + "githubId": 6785883, + "isCore": false }, { "github": "silverstripe/silverstripe-dms-cart", @@ -411,7 +456,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 91522112 + "githubId": 91522112, + "isCore": false }, { "github": "silverstripe/silverstripe-documentconverter", @@ -420,7 +466,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 113400338 + "githubId": 113400338, + "isCore": false }, { "github": "silverstripe/silverstripe-elemental-bannerblock", @@ -429,7 +476,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 136992112 + "githubId": 136992112, + "isCore": false }, { "github": "silverstripe/silverstripe-elemental-fileblock", @@ -438,7 +486,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": null + "githubId": null, + "isCore": false }, { "github": "silverstripe/silverstripe-environmentcheck", @@ -447,7 +496,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 3143218 + "githubId": 3143218, + "isCore": false }, { "github": "silverstripe/silverstripe-errorpage", @@ -456,7 +506,8 @@ "scrutinizer": false, "addons": true, "type": "supported-module", - "githubId": 94210313 + "githubId": 94210313, + "isCore": true }, { "github": "silverstripe/eslint-config", @@ -465,7 +516,8 @@ "scrutinizer": false, "addons": true, "type": "supported-module", - "githubId": 109643040 + "githubId": 109643040, + "isCore": false }, { "github": "silverstripe/silverstripe-externallinks", @@ -474,7 +526,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": null + "githubId": null, + "isCore": false }, { "github": "silverstripe/silverstripe-framework", @@ -483,7 +536,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 1318892 + "githubId": 1318892, + "isCore": true }, { "github": "silverstripe/silverstripe-fulltextsearch", @@ -492,7 +546,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 1673985 + "githubId": 1673985, + "isCore": false }, { "github": "silverstripe/silverstripe-graphql", @@ -501,7 +556,8 @@ "scrutinizer": false, "addons": true, "type": "supported-module", - "githubId": 68341446 + "githubId": 68341446, + "isCore": true }, { "github": "silverstripe/silverstripe-graphql-devtools", @@ -510,7 +566,8 @@ "scrutinizer": false, "addons": true, "type": "supported-dependency", - "githubId": 78792258 + "githubId": 78792258, + "isCore": false }, { "github": "silverstripe/silverstripe-gridfieldqueuedexport", @@ -519,7 +576,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 59252430 + "githubId": 59252430, + "isCore": false }, { "github": "silverstripe/silverstripe-html5", @@ -528,7 +586,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 8889228 + "githubId": 8889228, + "isCore": false }, { "github": "silverstripe/silverstripe-hybridsessions", @@ -537,7 +596,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 22979135 + "githubId": 22979135, + "isCore": false }, { "github": "silverstripe/silverstripe-iframe", @@ -546,7 +606,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 4515744 + "githubId": 4515744, + "isCore": false }, { "github": "silverstripe/silverstripe-installer", @@ -555,7 +616,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 1319402 + "githubId": 1319402, + "isCore": true }, { "github": "silverstripe/silverstripe-ldap", @@ -564,7 +626,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": null + "githubId": null, + "isCore": false }, { "github": "silverstripe/silverstripe-lumberjack", @@ -573,7 +636,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": null + "githubId": null, + "isCore": false }, { "github": "silverstripe/silverstripe-mimevalidator", @@ -582,7 +646,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 22493606 + "githubId": 22493606, + "isCore": false }, { "github": "silverstripe/silverstripe-postgresql", @@ -591,7 +656,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 1236928 + "githubId": 1236928, + "isCore": false }, { "github": "silverstripe/silverstripe-realme", @@ -600,7 +666,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 46946194 + "githubId": 46946194, + "isCore": false }, { "github": "silverstripe/recipe-authoring-tools", @@ -609,7 +676,8 @@ "scrutinizer": false, "addons": false, "type": "supported-module", - "githubId": 120226694 + "githubId": 120226694, + "isCore": false }, { "github": "silverstripe/recipe-blog", @@ -618,7 +686,8 @@ "scrutinizer": false, "addons": true, "type": "supported-module", - "githubId": null + "githubId": null, + "isCore": false }, { "github": "silverstripe/recipe-cms", @@ -627,7 +696,8 @@ "scrutinizer": false, "addons": false, "type": "supported-module", - "githubId": 96844605 + "githubId": 96844605, + "isCore": true }, { "github": "silverstripe/recipe-collaboration", @@ -636,7 +706,8 @@ "scrutinizer": false, "addons": true, "type": "supported-module", - "githubId": 119923751 + "githubId": 119923751, + "isCore": false }, { "github": "silverstripe/recipe-content-blocks", @@ -645,7 +716,8 @@ "scrutinizer": false, "addons": true, "type": "supported-module", - "githubId": 120223778 + "githubId": 120223778, + "isCore": false }, { "github": "silverstripe/recipe-core", @@ -654,7 +726,8 @@ "scrutinizer": false, "addons": false, "type": "supported-module", - "githubId": 96839278 + "githubId": 96839278, + "isCore": true }, { "github": "silverstripe/recipe-form-building", @@ -663,7 +736,8 @@ "scrutinizer": false, "addons": true, "type": "supported-module", - "githubId": 120237364 + "githubId": 120237364, + "isCore": false }, { "github": "silverstripe/recipe-plugin", @@ -672,7 +746,8 @@ "scrutinizer": false, "addons": false, "type": "supported-module", - "githubId": 67970412 + "githubId": 67970412, + "isCore": true }, { "github": "silverstripe/recipe-reporting-tools", @@ -681,7 +756,8 @@ "scrutinizer": false, "addons": false, "type": "supported-module", - "githubId": 120228554 + "githubId": 120228554, + "isCore": false }, { "github": "silverstripe/recipe-services", @@ -690,7 +766,8 @@ "scrutinizer": false, "addons": false, "type": "supported-module", - "githubId": null + "githubId": null, + "isCore": false }, { "github": "silverstripe/silverstripe-registry", @@ -699,7 +776,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 8086664 + "githubId": 8086664, + "isCore": false }, { "github": "silverstripe/silverstripe-reports", @@ -708,7 +786,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 7656757 + "githubId": 7656757, + "isCore": true }, { "github": "silverstripe/silverstripe-restfulserver", @@ -717,7 +796,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 4222524 + "githubId": 4222524, + "isCore": false }, { "github": "silverstripe/silverstripe-secureassets", @@ -726,7 +806,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 15884157 + "githubId": 15884157, + "isCore": false }, { "github": "silverstripe/silverstripe-securityreport", @@ -735,7 +816,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 19595761 + "githubId": 19595761, + "isCore": false }, { "github": "silverstripe/silverstripe-segment-field", @@ -744,7 +826,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 40516528 + "githubId": 40516528, + "isCore": false }, { "github": "silverstripe/silverstripe-selectupload", @@ -753,7 +836,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 21804238 + "githubId": 21804238, + "isCore": false }, { "github": "silverstripe/silverstripe-sharedraftcontent", @@ -762,7 +846,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 35126267 + "githubId": 35126267, + "isCore": false }, { "github": "silverstripe/silverstripe-siteconfig", @@ -771,7 +856,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 22776092 + "githubId": 22776092, + "isCore": true }, { "github": "silverstripe/silverstripe-sitewidecontent-report", @@ -780,7 +866,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 43330250 + "githubId": 43330250, + "isCore": false }, { "github": "silverstripe/silverstripe-spamprotection", @@ -789,7 +876,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 1236936 + "githubId": 1236936, + "isCore": false }, { "github": "silverstripe/silverstripe-spellcheck", @@ -798,7 +886,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": null + "githubId": null, + "isCore": false }, { "github": "silverstripe/silverstripe-sqlite3", @@ -807,7 +896,8 @@ "scrutinizer": false, "addons": true, "type": "supported-module", - "githubId": null + "githubId": null, + "isCore": false }, { "github": "silverstripe/sspak", @@ -816,7 +906,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 9559572 + "githubId": 9559572, + "isCore": false }, { "github": "silverstripe/silverstripe-staticpublishqueue", @@ -825,7 +916,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 9162434 + "githubId": 9162434, + "isCore": false }, { "github": "silverstripe/silverstripe-subsites", @@ -834,7 +926,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 1236940 + "githubId": 1236940, + "isCore": false }, { "github": "silverstripe/silverstripe-tagfield", @@ -843,7 +936,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 1181344 + "githubId": 1181344, + "isCore": false }, { "github": "silverstripe/silverstripe-taxonomy", @@ -852,7 +946,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 8301510 + "githubId": 8301510, + "isCore": false }, { "github": "silverstripe/silverstripe-textextraction", @@ -861,7 +956,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module-in", - "githubId": 7482455 + "githubId": 7482455, + "isCore": false }, { "github": "silverstripe/silverstripe-translatable", @@ -870,7 +966,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 1540453 + "githubId": 1540453, + "isCore": false }, { "github": "silverstripe/silverstripe-upgrader", @@ -879,7 +976,8 @@ "scrutinizer": false, "addons": true, "type": "supported-module", - "githubId": 57424901 + "githubId": 57424901, + "isCore": false }, { "github": "silverstripe/silverstripe-userforms", @@ -888,7 +986,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 1247754 + "githubId": 1247754, + "isCore": false }, { "github": "silverstripe/vendor-plugin", @@ -897,7 +996,8 @@ "scrutinizer": true, "addons": false, "type": "supported-module", - "githubId": 104690866 + "githubId": 104690866, + "isCore": false }, { "github": "silverstripe/silverstripe-versioned", @@ -906,7 +1006,8 @@ "scrutinizer": false, "addons": true, "type": "supported-module", - "githubId": 85634633 + "githubId": 85634633, + "isCore": true }, { "github": "silverstripe/silverstripe-versioned-admin", @@ -915,7 +1016,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 124332817 + "githubId": 124332817, + "isCore": true }, { "github": "silverstripe/silverstripe-versionfeed", @@ -924,7 +1026,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 6821471 + "githubId": 6821471, + "isCore": false }, { "github": "silverstripe/silverstripe-widgets", @@ -933,7 +1036,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 4068399 + "githubId": 4068399, + "isCore": false }, { "github": "silverstripe/webpack-config", @@ -942,7 +1046,8 @@ "scrutinizer": false, "addons": true, "type": "supported-module", - "githubId": 92692253 + "githubId": 92692253, + "isCore": false }, { "github": "silverstripe-themes/silverstripe-simple", @@ -951,7 +1056,8 @@ "scrutinizer": false, "addons": true, "type": "supported-module", - "githubId": null + "githubId": null, + "isCore": true }, { "github": "symbiote/silverstripe-advancedworkflow", @@ -960,7 +1066,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 981174 + "githubId": 981174, + "isCore": false }, { "github": "symbiote/silverstripe-gridfieldextensions", @@ -969,7 +1076,8 @@ "scrutinizer": false, "addons": true, "type": "supported-dependency", - "githubId": 7373726 + "githubId": 7373726, + "isCore": false }, { "github": "symbiote/silverstripe-multivaluefield", @@ -978,7 +1086,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 624044 + "githubId": 624044, + "isCore": false }, { "github": "symbiote/silverstripe-queuedjobs", @@ -987,7 +1096,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 660816 + "githubId": 660816, + "isCore": false }, { "github": "symbiote/silverstripe-versionedfiles", @@ -996,7 +1106,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 391319 + "githubId": 391319, + "isCore": false }, { "github": "tijsverkoyen/akismet", @@ -1005,7 +1116,8 @@ "scrutinizer": false, "addons": false, "type": "supported-dependency", - "githubId": null + "githubId": null, + "isCore": false }, { "github": "tractorcow/classproxy", @@ -1014,7 +1126,8 @@ "scrutinizer": false, "addons": false, "type": "supported-dependency", - "githubId": 121438031 + "githubId": 121438031, + "isCore": false }, { "github": "tractorcow-farm/silverstripe-fluent", @@ -1023,7 +1136,8 @@ "scrutinizer": true, "addons": true, "type": "supported-dependency", - "githubId": 10893201 + "githubId": 10893201, + "isCore": false }, { "github": "tractorcow/silverstripe-proxy-db", @@ -1032,7 +1146,8 @@ "scrutinizer": false, "addons": true, "type": "supported-dependency", - "githubId": null + "githubId": null, + "isCore": false }, { "github": "undefinedoffset/sortablegridfield", @@ -1041,7 +1156,8 @@ "scrutinizer": false, "addons": true, "type": "supported-dependency", - "githubId": null + "githubId": null, + "isCore": false }, { "github": "silverstripe/silverstripe-mfa", @@ -1050,7 +1166,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 172815373 + "githubId": 172815373, + "isCore": false }, { "github": "silverstripe/silverstripe-totp-authenticator", @@ -1059,7 +1176,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 179381590 + "githubId": 179381590, + "isCore": false }, { "github": "silverstripe/silverstripe-webauthn-authenticator", @@ -1068,7 +1186,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 176832496 + "githubId": 176832496, + "isCore": false }, { "github": "silverstripe/silverstripe-login-forms", @@ -1077,7 +1196,8 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 155142697 + "githubId": 155142697, + "isCore": false }, { "github": "silverstripe/silverstripe-security-extensions", @@ -1086,6 +1206,7 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": 190106499 + "githubId": 190106499, + "isCore": false } ] From 2f0ebc92884d8d05a72c8773422bdf0177756fcb Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Wed, 16 Jun 2021 21:08:47 +1200 Subject: [PATCH 3/3] Fix missing ids --- modules.json | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/modules.json b/modules.json index f78e75d..1d16d9f 100644 --- a/modules.json +++ b/modules.json @@ -86,7 +86,7 @@ "scrutinizer": false, "addons": true, "type": "supported-module", - "githubId": null, + "githubId": 114296537, "isCore": false }, { @@ -106,7 +106,7 @@ "scrutinizer": false, "addons": true, "type": "supported-module", - "githubId": null, + "githubId": 114297027, "isCore": false }, { @@ -116,7 +116,7 @@ "scrutinizer": false, "addons": true, "type": "supported-module", - "githubId": null, + "githubId": 114297189, "isCore": false }, { @@ -126,7 +126,7 @@ "scrutinizer": false, "addons": true, "type": "supported-module", - "githubId": null, + "githubId": 114297098, "isCore": false }, { @@ -136,7 +136,7 @@ "scrutinizer": false, "addons": false, "type": "supported-module", - "githubId": null, + "githubId": 119917369, "isCore": false }, { @@ -146,7 +146,7 @@ "scrutinizer": false, "addons": true, "type": "supported-module", - "githubId": null, + "githubId": 118549688, "isCore": false }, { @@ -166,7 +166,7 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": null, + "githubId": 116906416, "isCore": false }, { @@ -216,7 +216,7 @@ "scrutinizer": true, "addons": true, "type": "supported-dependency", - "githubId": null, + "githubId": 96047352, "isCore": false }, { @@ -286,7 +286,7 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": null, + "githubId": 32699251, "isCore": false }, { @@ -326,7 +326,7 @@ "scrutinizer": true, "addons": true, "type": "supported-dependency", - "githubId": null, + "githubId": 6235025, "isCore": false }, { @@ -406,7 +406,7 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": null, + "githubId": 34094648, "isCore": false }, { @@ -486,7 +486,7 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": null, + "githubId": 136990365, "isCore": false }, { @@ -526,7 +526,7 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": null, + "githubId": 22708348, "isCore": false }, { @@ -626,7 +626,7 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": null, + "githubId": 104963133, "isCore": false }, { @@ -636,7 +636,7 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": null, + "githubId": 30332001, "isCore": false }, { @@ -686,7 +686,7 @@ "scrutinizer": false, "addons": true, "type": "supported-module", - "githubId": null, + "githubId": 119918895, "isCore": false }, { @@ -766,7 +766,7 @@ "scrutinizer": false, "addons": false, "type": "supported-module", - "githubId": null, + "githubId": 120680662, "isCore": false }, { @@ -886,7 +886,7 @@ "scrutinizer": true, "addons": true, "type": "supported-module", - "githubId": null, + "githubId": 22397728, "isCore": false }, { @@ -896,7 +896,7 @@ "scrutinizer": false, "addons": true, "type": "supported-module", - "githubId": null, + "githubId": 1481572, "isCore": false }, { @@ -1056,7 +1056,7 @@ "scrutinizer": false, "addons": true, "type": "supported-module", - "githubId": null, + "githubId": 3712566, "isCore": true }, { @@ -1116,7 +1116,7 @@ "scrutinizer": false, "addons": false, "type": "supported-dependency", - "githubId": null, + "githubId": 1023551, "isCore": false }, { @@ -1146,7 +1146,7 @@ "scrutinizer": false, "addons": true, "type": "supported-dependency", - "githubId": null, + "githubId": 121699865, "isCore": false }, { @@ -1156,7 +1156,7 @@ "scrutinizer": false, "addons": true, "type": "supported-dependency", - "githubId": null, + "githubId": 4274219, "isCore": false }, { @@ -1209,4 +1209,4 @@ "githubId": 190106499, "isCore": false } -] +] \ No newline at end of file