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

Reduce use of legacy ClassInfo and detect missing plugins #1118

Merged
merged 14 commits into from
Nov 28, 2022

Commits on Nov 23, 2022

  1. create extension point for build verifiers

    Henry Coles committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    40b3df5 View commit details
    Browse the repository at this point in the history
  2. move class info classes into pitest entry

    Henry Coles committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    102adcc View commit details
    Browse the repository at this point in the history
  3. remove reliance on class info from build verifier

    Henry Coles committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    6c3e7ad View commit details
    Browse the repository at this point in the history
  4. remove use of ClassInfo

    Henry Coles committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    8f1691c View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. reduce use of classinfo

    Henry Coles committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    7aedfdb View commit details
    Browse the repository at this point in the history
  2. remove unused code from ClassInfo

    Henry Coles committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    6d5d124 View commit details
    Browse the repository at this point in the history
  3. simplify ReportCoverage interface

    Henry Coles committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    7518f44 View commit details
    Browse the repository at this point in the history
  4. move code lines out of ClassInfo

    Henry Coles committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    1198b5e View commit details
    Browse the repository at this point in the history
  5. remove source file from ClassInfo

    Henry Coles committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    ce353c2 View commit details
    Browse the repository at this point in the history
  6. do not store heavyweight ClassTree

    Henry Coles committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    a47b184 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. display build issues at end of run

    Henry Coles committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    1d5adc5 View commit details
    Browse the repository at this point in the history
  2. detect missing testng plugin

    Henry Coles committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    dfc496c View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. detect missing kotlin plugin

    Henry Coles committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    1564eb1 View commit details
    Browse the repository at this point in the history
  2. Update readme

    Henry Coles committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    8b387e5 View commit details
    Browse the repository at this point in the history