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

Json Compatibility Checker #155

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open

Commits on Nov 24, 2020

  1. Issue101:relocating one package

    Signed-off-by: Atharva Joshi <[email protected]>
    Atharva Joshi authored and Atharva Joshi committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    329275e View commit details
    Browse the repository at this point in the history
  2. build with fat jar & thin jar

    Signed-off-by: Atharva Joshi <[email protected]>
    Atharva Joshi authored and Atharva Joshi committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    d59ea54 View commit details
    Browse the repository at this point in the history
  3. json compatibility checker first commit

    Signed-off-by: Atharva Joshi <[email protected]>
    Atharva Joshi authored and Atharva Joshi committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    969d113 View commit details
    Browse the repository at this point in the history
  4. propertiesComparator

    Signed-off-by: Atharva Joshi <[email protected]>
    Atharva Joshi authored and Atharva Joshi committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    3181443 View commit details
    Browse the repository at this point in the history
  5. dependency comparator

    Signed-off-by: Atharva Joshi <[email protected]>
    Atharva Joshi authored and Atharva Joshi committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    50ba7d7 View commit details
    Browse the repository at this point in the history
  6. ArrayCompatibility

    Signed-off-by: Atharva Joshi <[email protected]>
    Atharva Joshi authored and Atharva Joshi committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    60e5767 View commit details
    Browse the repository at this point in the history
  7. NumbersComparator

    Signed-off-by: Atharva Joshi <[email protected]>
    Atharva Joshi authored and Atharva Joshi committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    6becb24 View commit details
    Browse the repository at this point in the history
  8. StringComparator

    Signed-off-by: Atharva Joshi <[email protected]>
    Atharva Joshi authored and Atharva Joshi committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    fea569d View commit details
    Browse the repository at this point in the history
  9. EnumCompatibility

    Signed-off-by: Atharva Joshi <[email protected]>
    Atharva Joshi authored and Atharva Joshi committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    ddeb442 View commit details
    Browse the repository at this point in the history
  10. main method

    Signed-off-by: Atharva Joshi <[email protected]>
    Atharva Joshi authored and Atharva Joshi committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    535b506 View commit details
    Browse the repository at this point in the history
  11. analyze mismatch

    Signed-off-by: Atharva Joshi <[email protected]>
    Atharva Joshi authored and Atharva Joshi committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    85d33f8 View commit details
    Browse the repository at this point in the history
  12. unit test first commit

    Signed-off-by: Atharva Joshi <[email protected]>
    Atharva Joshi authored and Atharva Joshi committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    59cc890 View commit details
    Browse the repository at this point in the history
  13. jsonCompatibilityCheckerUtilsTest

    Signed-off-by: Atharva Joshi <[email protected]>
    Atharva Joshi authored and Atharva Joshi committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    7e34614 View commit details
    Browse the repository at this point in the history
  14. testDependenciesComparator

    Signed-off-by: Atharva Joshi <[email protected]>
    Atharva Joshi authored and Atharva Joshi committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    68d92d8 View commit details
    Browse the repository at this point in the history
  15. seperate test classes

    Signed-off-by: Atharva Joshi <[email protected]>
    Atharva Joshi authored and Atharva Joshi committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    ca95106 View commit details
    Browse the repository at this point in the history
  16. propertiesComparatorTest - basic properties

    Signed-off-by: Atharva Joshi <[email protected]>
    Atharva Joshi authored and Atharva Joshi committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    2f50d99 View commit details
    Browse the repository at this point in the history
  17. propertiesComparatorTest

    Signed-off-by: Atharva Joshi <[email protected]>
    Atharva Joshi authored and Atharva Joshi committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    f0b4b93 View commit details
    Browse the repository at this point in the history
  18. ArrayTypeComparator - first half

    Signed-off-by: Atharva Joshi <[email protected]>
    Atharva Joshi authored and Atharva Joshi committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    4aa47e3 View commit details
    Browse the repository at this point in the history
  19. arrayTypeComparatorTest

    Signed-off-by: Atharva Joshi <[email protected]>
    Atharva Joshi authored and Atharva Joshi committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    8a17d38 View commit details
    Browse the repository at this point in the history
  20. NumberTypeComparatorTest

    Signed-off-by: Atharva Joshi <[email protected]>
    Atharva Joshi authored and Atharva Joshi committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    a995f40 View commit details
    Browse the repository at this point in the history
  21. StringTypeComparatorTest

    Signed-off-by: Atharva Joshi <[email protected]>
    Atharva Joshi authored and Atharva Joshi committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    f815c3a View commit details
    Browse the repository at this point in the history
  22. StringTypeComparatorTest

    Signed-off-by: Atharva Joshi <[email protected]>
    Atharva Joshi authored and Atharva Joshi committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    c633470 View commit details
    Browse the repository at this point in the history
  23. IT part 1

    Signed-off-by: Atharva Joshi <[email protected]>
    Atharva Joshi authored and Atharva Joshi committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    489c18c View commit details
    Browse the repository at this point in the history
  24. integration test

    Signed-off-by: Atharva Joshi <[email protected]>
    Atharva Joshi authored and Atharva Joshi committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    dd93162 View commit details
    Browse the repository at this point in the history
  25. changes based on PR comments 1

    Signed-off-by: Atharva Joshi <[email protected]>
    Atharva Joshi authored and Atharva Joshi committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    c4df985 View commit details
    Browse the repository at this point in the history
  26. test cases for canBeRead

    Signed-off-by: Atharva Joshi <[email protected]>
    Atharva Joshi authored and Atharva Joshi committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    f7254b2 View commit details
    Browse the repository at this point in the history
  27. integration test - dynamic properties

    Signed-off-by: Atharva Joshi <[email protected]>
    Atharva Joshi authored and Atharva Joshi committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    f7f52ce View commit details
    Browse the repository at this point in the history
  28. subschema comparator

    Signed-off-by: Atharva Joshi <[email protected]>
    Atharva Joshi authored and Atharva Joshi committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    83c6e97 View commit details
    Browse the repository at this point in the history
  29. subschema test 1

    Signed-off-by: Atharva Joshi <[email protected]>
    Atharva Joshi authored and Atharva Joshi committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    5e73209 View commit details
    Browse the repository at this point in the history
  30. subschema test 2

    Signed-off-by: Atharva Joshi <[email protected]>
    Atharva Joshi authored and Atharva Joshi committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    cab2df5 View commit details
    Browse the repository at this point in the history