dauer commented on PR #147:
URL:
https://github.com/apache/grails-plugins-metadata/pull/147#issuecomment-3163694249
I just checked the entries in the grails-plugins.json file against the
GitHub API, fx.:
```
$ gh repo view grails/grails-views --json isArchived
{ "isArchived": false }
```
And if "isArchived" was true I added a "deprecated" field with the message
"This repository was archived by the owner on THE_DATE",
The "deprecated" field is not shown anywhere, I think it was introduced by
@matrei a few years ago.
There are 77 out of 272 projects marked with "deprecated", we could use the
attribute as a kind of "Todo" marker...
The JSON file is fetched from the Grails Static Website
https://github.com/apache/grails-static-website/blob/master/buildSrc/src/main/groovy/org/grails/gradle/PluginsTask.groovy#L28
when generating the [plugin.html](https://grails.apache.org/plugins.html) page.
We could discuss it at the next "Apache Grails Weekly Planning Meeting" on
the 13. of august?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]