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

Feature/Handle of out-of-order commits #28

Conversation

seanmailander-orange
Copy link

@seanmailander-orange seanmailander-orange commented Jun 8, 2018

Enable handling of out-of-order commits

Playing around with a strategy to resolve #26

Keep track of "already-seen" commits, as pairs of PR#:CommittedDate
And PRs with new commits (as compared to previously-seen tip commit date) will be returned as new versions

Potential improvements:

  • compress alreadyseen via gzip or equivalent
  • more explicit test cases

* Hack and slash some above-the-fold calculations
@itsdalmo
Copy link
Contributor

Closing this based on: https://github.com/itsdalmo/github-pr-resource/issues/26#issuecomment-396166261 - thanks for opening the PR and contributing. Appreciated!

@itsdalmo itsdalmo closed this Jun 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Out-of-order commits on different PRs result in skipped builds
2 participants