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

Add github logger to be able to use Annotations on GitHub Actions #1368

Merged
merged 21 commits into from Oct 31, 2020

Commits on Oct 31, 2020

  1. Add checkstyle based xml logger to be able to use Annotation (Warning…

    …s and Errors) on GitHub Actions
    
    Try adding markdown syntax to highlight diffs in GitHub annotations
    
    Get infection flags
    
    Revert changes in ci.yml
    
    Remove commented out code
    
    Move functions into workflow folder
    
    Use relative URL from the root of the repository
    
    Add more outputs, test branch names
    
    Use HEAD_REF for branch name
    
    Test commands (git diff)
    
    Test commands (git diff) 2
    
    Test commands (git diff) 3
    
    Test commands (git diff) 4
    
    Test commands (git diff) 5
    
    Move Infection Code Review into its own github action
    
    Normilize trailing spaces for diff in tests
    
    Fix autoreview tests / cs
    
    Move github funcions out of workflow folder, create checkstyle report in build folder
    maks-rafalko committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    4a87f00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46de6a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    444c62a View commit details
    Browse the repository at this point in the history
  4. Debug git diff

    maks-rafalko committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    1640cac View commit details
    Browse the repository at this point in the history
  5. Git diff origin/master

    maks-rafalko committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    9252894 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3fdf3c9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a3d69f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    77fc5f4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b1c02f4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f18a040 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a7575ca View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7ab8a27 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    42a9949 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2e20ffc View commit details
    Browse the repository at this point in the history
  15. Add --logger-github=[A|AM] option, rename checkstyle logger report …

    …to `github`
    
    Automatically mutate only changed/added files when `--logger-github` is used
    maks-rafalko committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    8cfe384 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    25d07f6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    875e9ed View commit details
    Browse the repository at this point in the history
  18. Add new --git-diff-filter and --git-diff-base options in addition…

    … to `--logger-github`
    maks-rafalko committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    3c64117 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    32cec22 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    fb507b0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0536a38 View commit details
    Browse the repository at this point in the history