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

Full support for Multi module projects #50

Merged
merged 48 commits into from
Jul 25, 2023
Merged

Commits on Jul 23, 2023

  1. Configuration menu
    Copy the full SHA
    65e0b55 View commit details
    Browse the repository at this point in the history
  2. Tech Debt - Adding eslint

    thsaravana committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    03f18cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23e2b02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3db001 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c301c80 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56d58c0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d73519c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d399b61 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f9e1102 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    80c5d32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc4b4ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37752cb View commit details
    Browse the repository at this point in the history
  4. Adding Files table back in

    thsaravana committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    96a2946 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a49faa0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b4419c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f2367a9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    53e9167 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5345c33 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7a2a3d7 View commit details
    Browse the repository at this point in the history
  11. Using globSync

    thsaravana committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    575fff8 View commit details
    Browse the repository at this point in the history
  12. Logging path

    thsaravana committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    37b3821 View commit details
    Browse the repository at this point in the history
  13. Filtering empty paths

    thsaravana committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    6b8f1ae View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    33ad78e View commit details
    Browse the repository at this point in the history
  15. Fixing the path type

    thsaravana committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    d62784f View commit details
    Browse the repository at this point in the history
  16. Fixing the path type

    thsaravana committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    fb12b7b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e581f33 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    faa89e8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    eada1b7 View commit details
    Browse the repository at this point in the history
  20. Testing the @actions/glob

    thsaravana committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    f93e18a View commit details
    Browse the repository at this point in the history
  21. Revert "Testing the @actions/glob"

    This reverts commit f93e18a.
    thsaravana committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    b366372 View commit details
    Browse the repository at this point in the history
  22. Revert "Replacing globSync with glob"

    This reverts commit eada1b7.
    thsaravana committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    848a823 View commit details
    Browse the repository at this point in the history
  23. Revert "Passing array directly to globSync"

    This reverts commit faa89e8.
    thsaravana committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    a804e0a View commit details
    Browse the repository at this point in the history
  24. Revert "Debugging the getJsonReports function"

    This reverts commit e581f33.
    thsaravana committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    9de483f View commit details
    Browse the repository at this point in the history
  25. Revert "Fixing the path type"

    This reverts commit d62784f.
    thsaravana committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    e039c82 View commit details
    Browse the repository at this point in the history
  26. Revert "typeof check for path returned"

    This reverts commit 33ad78e
    thsaravana committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    1006fe4 View commit details
    Browse the repository at this point in the history
  27. Revert "Filtering empty paths"

    This reverts commit 6b8f1ae.
    thsaravana committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    919d0cc View commit details
    Browse the repository at this point in the history
  28. Revert "Logging path"

    This reverts commit 37b3821.
    thsaravana committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    5cf2f33 View commit details
    Browse the repository at this point in the history
  29. Revert "Using globSync"

    This reverts commit 575fff8.
    thsaravana committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    a9a0936 View commit details
    Browse the repository at this point in the history
  30. Revert "Testing the glob pattern matching"

    This reverts commit 5345c33.
    thsaravana committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    ac6f5b6 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    f8177ac View commit details
    Browse the repository at this point in the history
  32. Deleting webpack.config.js

    thsaravana committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    67465d2 View commit details
    Browse the repository at this point in the history
  33. Adding more debug logs

    thsaravana committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    8f21b1f View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Running Lint in CI

    thsaravana committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    e2df100 View commit details
    Browse the repository at this point in the history
  2. Improving code coverage

    thsaravana committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    9635a47 View commit details
    Browse the repository at this point in the history
  3. Updating CI to use node16

    thsaravana committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    c51b286 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2897966 View commit details
    Browse the repository at this point in the history
  5. Updating README.md

    thsaravana committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    0adc085 View commit details
    Browse the repository at this point in the history
  6. Updating screenshots

    thsaravana committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    05774d6 View commit details
    Browse the repository at this point in the history