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

Remove Testcontainers And Add Different Cursor Behaviour #72

Merged
merged 37 commits into from
Sep 21, 2023

Commits on Jun 9, 2023

  1. Reference new JsonPatch Based maven plugin

    this plugin is a simpler approach to extend yaml or json files using jsonpatch
    geso02 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    921a15f View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Add extension search and combinedWith aggregation of queries

    if extensionName is set in a search query, the path must point to the extension value
      - the extensionName is compared in addition using an equals test
    
    - we use combinedWith in the search query to aggregate queries
      - for all paths outside of a sm all queries must match
      - for paths pointing to a submodelDescriptor property, there needs to be at least one sm that matches all these queries in order that the hole request matches for that shell
    geso02 committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    71cbf42 View commit details
    Browse the repository at this point in the history
  2. Remove return value of path visitor

    The return value is not needed in most cases and not reliable considered
    geso02 committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    c8e416c View commit details
    Browse the repository at this point in the history
  3. Add extension indeces

    Speeds up searching by extension name and value
    geso02 committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    2bbfc66 View commit details
    Browse the repository at this point in the history
  4. Define source folders in POM

    in some projects we use src/generated/lava or src/main/lombok as source folders
    we define them now not in the .classpath but also in POM
    geso02 committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    4fa1ebc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8a53c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    6a13c0b View commit details
    Browse the repository at this point in the history
  2. Remove unused empty file

    geso02 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    640c648 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

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

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    dc5df83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02b9aa6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fa56ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8576e70 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Add additional Wait strategy to wait for KAFKA

    Additionally, add timout to wait strategy not to the container
    geso02 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    19b78e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e7bf34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e825cb View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Implement v3.0.1 features

    - add Location to headers
    - integrate new openapi
    - use jsonpath plugin for all openapi updates
    - add additional waiting strategy for testcontainers
    geso02 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    efb779f View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Add location-header support

    geso02 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    0ef0a8b View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Update build and integration test process and remove altered openapi …

    …descr
    
    - move all api changes to patch file
    - move "global" docker-build functionality to specific projects
      - default configuration destroyed the build process for the release images
    - Use @ClassRule in the integration tests instead of parallel starting
    geso02 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    e2f0f29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    278b412 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    82d0bc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a4b988 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3005f90 View commit details
    Browse the repository at this point in the history
  4. Resolve merge problems

    geso02 committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    c2fc619 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    6dac98b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    236465d View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    442c51c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9996fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    383f769 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    5d1e969 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65f88ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    535480c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Wait for Kafka partition assignment in testcases

    Fixes missing messages because tests start before partitions are assigned
    
    Also disable batch processing, as waiting for additional messages could result in a timeout
    geso02 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    edf018e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    531b5e7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into main

    geso02 authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    36cd451 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee48a22 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Remove test files

    geso02 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    fbb8913 View commit details
    Browse the repository at this point in the history