Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Process all commits #205

Open
javiercasares opened this issue Jan 21, 2024 · 0 comments · May be fixed by #212
Open

Process all commits #205

javiercasares opened this issue Jan 21, 2024 · 0 comments · May be fixed by #212

Comments

@javiercasares
Copy link
Contributor

javiercasares commented Jan 21, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging a pull request may close this issue.

1 participant