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

License scanning for VMR #17442

Merged
merged 21 commits into from
Oct 12, 2023
Merged

Commits on Sep 28, 2023

  1. Test suite refactoring

    There are assumptions in the test infrastructure that all tests are
    based around testing the SDK output. But that's not always the case.
    This refactors the test suite to have a new TestBase class which can be
    used for tests that don't target the SDK and SmokeTest class has been
    renamed to SdkTests for those tests which do test the SDK. Also factored
    out the logic for parsing exclusion files into the Utilities class.
    mthalman committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    109c3d8 View commit details
    Browse the repository at this point in the history
  2. License scanning for VMR

    mthalman committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    4e062ba View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    a7306a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21d4b38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a464f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69e380c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80e9a03 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c7283ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    945e5e5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f3972a6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eced090 View commit details
    Browse the repository at this point in the history
  10. Remove LicenseScan category

    mthalman committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    b07e925 View commit details
    Browse the repository at this point in the history
  11. Simplify exclusion logic

    mthalman committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    0b07e41 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b8dafb2 View commit details
    Browse the repository at this point in the history
  13. Add documentation

    mthalman committed Oct 3, 2023
    1 Configuration menu
    Copy the full SHA
    bfe0446 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    54ec605 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2f01dee View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    8ecbc21 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Exclusion updates

    mthalman committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    e0590e7 View commit details
    Browse the repository at this point in the history
  2. Baseline test infra update

    mthalman committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    959fa22 View commit details
    Browse the repository at this point in the history
  3. Add markdown doc file

    mthalman committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    ad71a5a View commit details
    Browse the repository at this point in the history