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

Parser parity test #984

Merged
merged 36 commits into from
Nov 1, 2023
Merged

Parser parity test #984

merged 36 commits into from
Nov 1, 2023

Commits on Oct 30, 2023

  1. Delete test

    fabapp2 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    82e2f8b View commit details
    Browse the repository at this point in the history
  2. Fix comment

    fabapp2 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    76ffa0a View commit details
    Browse the repository at this point in the history
  3. Delete class

    fabapp2 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    915169c View commit details
    Browse the repository at this point in the history
  4. WIP test

    fabapp2 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    6f099e6 View commit details
    Browse the repository at this point in the history
  5. Always return MavenSettings

    fabapp2 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    7dfcc75 View commit details
    Browse the repository at this point in the history
  6. Cleanup

    fabapp2 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    13a0e0f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3fff81f View commit details
    Browse the repository at this point in the history
  8. Rename test and add javadoc

    fabapp2 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    5f6e5fd View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Refactor test

    fabapp2 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    909b83d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79b8ddf View commit details
    Browse the repository at this point in the history
  3. Refactor test

    fabapp2 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    110f0a0 View commit details
    Browse the repository at this point in the history
  4. Add missing import

    fabapp2 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    de647c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b240ba View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    25785ef View commit details
    Browse the repository at this point in the history
  2. Improve error message

    fabapp2 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    f69a79a View commit details
    Browse the repository at this point in the history
  3. Formatting

    fabapp2 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    adc5137 View commit details
    Browse the repository at this point in the history
  4. Fix license header

    fabapp2 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    5299623 View commit details
    Browse the repository at this point in the history
  5. Exception handling

    fabapp2 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    0feeb87 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc20850 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a16b5e1 View commit details
    Browse the repository at this point in the history
  8. Fix copyright

    fabapp2 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    a10a33e View commit details
    Browse the repository at this point in the history
  9. Remove duplicate test

    fabapp2 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    182789d View commit details
    Browse the repository at this point in the history
  10. Remove duplicate code

    fabapp2 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    e3b042f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ff54f04 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    416a2c9 View commit details
    Browse the repository at this point in the history
  13. Organize imports

    fabapp2 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    5d06dae View commit details
    Browse the repository at this point in the history
  14. Merge TestHelpers

    fabapp2 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    a23f58e View commit details
    Browse the repository at this point in the history
  15. Disable learning test

    fabapp2 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    03d72b6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    00eb002 View commit details
    Browse the repository at this point in the history
  17. Remove printouts

    fabapp2 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    5529f42 View commit details
    Browse the repository at this point in the history
  18. Use ParserParityTestHelper

    fabapp2 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    e931aea View commit details
    Browse the repository at this point in the history
  19. Remove license check action

    The check is part of the MAven build
    fabapp2 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    db0f377 View commit details
    Browse the repository at this point in the history
  20. Change boot version in test

    The dependency could not be resolved when running GH build
    fabapp2 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    bcb5b24 View commit details
    Browse the repository at this point in the history
  21. Add comment

    fabapp2 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    e453c33 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0abcb08 View commit details
    Browse the repository at this point in the history
  23. Fix download error in build

    Dependencies were not downloaded by RewriteMavenProjectParser. Adding the repository definition solved the issue.
    fabapp2 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    0d27f1b View commit details
    Browse the repository at this point in the history