Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: IBM/JSONata4Java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: IBM/JSONata4Java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: function-redesign
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 13 files changed
  • 2 contributors

Commits on Nov 27, 2022

  1. Cleanup of AbsFunction and its tests

    Tests for AbsFunction are simple JUnit tests now based on JUnit5
    Started introducing JUnit5.
    Vintage Engine enables downward compatibility.
    Tweaked TesterUI to be a little bit closer to the JSONata Exerciser
    
    Signed-off-by: Martin Bluemel <martin.bluemel1@vodafone.com>
    Martin Bluemel committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    a4910c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Reorganized tests

    Introduction of JUnit5 failed because Vintage Engine ignores failures
    in AgnosticTestSuite
    
    Signed-off-by: Martin Bluemel <martin.bluemel1@vodafone.com>
    Martin Bluemel committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    cdf8bc7 View commit details
    Browse the repository at this point in the history
  2. Fixed issue 237.

    And by the way
    - cleaned up implementation of function $merge()
    - added JUnit test for function $merge() to reach 100% test coverage
    
    Signed-off-by: Martin Bluemel <martin.bluemel1@vodafone.com>
    Martin Bluemel committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    41cc1db View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Redesign and fix of FilterFunction

    Removed console traces during JUnit test runs
    
    Signed-off-by: Martin Bluemel <martin.bluemel1@vodafone.com>
    Martin Bluemel committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    a88ac53 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into function-redesign

    Signed-off-by: Martin Bluemel <martin.bluemel1@vodafone.com>
    Martin Bluemel committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    52e8de8 View commit details
    Browse the repository at this point in the history
  3. Redesign of EachFunction

    Signed-off-by: Martin Bluemel <martin.bluemel1@vodafone.com>
    Martin Bluemel committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    edd9e29 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Redesign and thorough test of EachFunction (test coverage > 98%)

    Signed-off-by: Martin Bluemel <martin.bluemel1@vodafone.com>
    Martin Bluemel committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    2b3bccc View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

  1. Increased test coverage of FilterFunction

    @ignore all manual tests in Order to measure overall JUnit test coverage
    Test coverage:
    - AbsFunction:     100,0%
    - EachFunction:     98,2%
    - FilterFunction:   94,5%
    - MergeFunction:   100,0%
    
    - Overall Coverage: 62,9%
    
    Signed-off-by: Martin Bluemel <martin.bluemel1@vodafone.com>
    Martin Bluemel committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    49f7d9c View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

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