-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
Currently, the Runner gets the latest WordPress version and processes that last commit. That means that not every different commit is processed and sent to the Reporter.
We may find a way to save the list of all commits (for example, in the last 24 hours), save them in a JSON file with the date, commit ID and whether it's processed or not, and start running until it last all? Or maybe one in every execution.
When the information is sent to the “reporter”, there is a revision value, so we can send all the revisions and not only the latest.
Metadata
Metadata
Assignees
Type
Projects
Status
Todo