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

Find related backports by looking at mergedCommit.oid #173

Merged
merged 3 commits into from
Apr 1, 2020

Commits on Apr 1, 2020

  1. Find related backports by looking at mergedCommit.oid.

     - Find related backports by looking at `mergedCommit.oid`
     - Improve error reporting by writing the error.message in console and the rest in logs
     - Change `setInterval` to recursive `setTimeout` to avoid flooding with requests (mostly relevant for huge git repos)
    sorenlouv committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    8f11331 View commit details
    Browse the repository at this point in the history
  2. Remove console.log

    sorenlouv committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    12d6626 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    sorenlouv committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    6230784 View commit details
    Browse the repository at this point in the history