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

Change detection using git "three dot" diff #35

Merged
merged 17 commits into from
Sep 1, 2020
Merged

Commits on Sep 1, 2020

  1. Rework change detection via git diff

    Previous implementation performed simple diff between two versions. New implementation fetches on demand more commits to have the merge base between two branches. Now it will detect only changes introduced by branch that was pushed, instead of mixing with changes introduced meanwhile on the base branch.
    dorny committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    975dfab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b223b13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0484ce1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    021ccf4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e77618 View commit details
    Browse the repository at this point in the history
  6. Fix counting of commits

    dorny committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    711af02 View commit details
    Browse the repository at this point in the history
  7. Fix counting commints

    dorny committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    95a8e98 View commit details
    Browse the repository at this point in the history
  8. test

    dorny committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    99640b9 View commit details
    Browse the repository at this point in the history
  9. test

    dorny committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    5e45510 View commit details
    Browse the repository at this point in the history
  10. test

    dorny committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    558e760 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3ef7c67 View commit details
    Browse the repository at this point in the history
  12. another fix

    dorny committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    2c2f521 View commit details
    Browse the repository at this point in the history
  13. misc improvements

    dorny committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    831e61a View commit details
    Browse the repository at this point in the history
  14. improve logging

    dorny committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    87a8540 View commit details
    Browse the repository at this point in the history
  15. Fix CI

    dorny committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    d9c3756 View commit details
    Browse the repository at this point in the history
  16. Fix CI

    dorny committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    155bff3 View commit details
    Browse the repository at this point in the history
  17. Fix CI

    dorny committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    f76640e View commit details
    Browse the repository at this point in the history