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

Development branch for v2.0.0 #174

Merged
merged 86 commits into from
Nov 13, 2023
Merged

Development branch for v2.0.0 #174

merged 86 commits into from
Nov 13, 2023

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    93e0602 View commit details
    Browse the repository at this point in the history
  2. Rename typeCache to typeLoader.

    Pfeil committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    0df50be View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    ecef206 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73772df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17db03d View commit details
    Browse the repository at this point in the history
  4. Fix symbol not found.

    Pfeil committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    0e9f494 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4a9da9 View commit details
    Browse the repository at this point in the history
  6. Add missing documentation.

    Pfeil committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    ddaf7c3 View commit details
    Browse the repository at this point in the history
  7. Fix assertion order.

    Pfeil committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    1d2b7f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Cleanup

    Pfeil committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    882c0a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    148e389 View commit details
    Browse the repository at this point in the history
  3. Avoid possible NPE.

    Pfeil committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    e26a8f3 View commit details
    Browse the repository at this point in the history
  4. Remove Lombok from PidRecord.

    This will hopefully give better error messages on code analysis.
    Pfeil committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    4f575b7 View commit details
    Browse the repository at this point in the history
  5. Fix possible NPE.

    Pfeil committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    118e1f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    da77d35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a03dea View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. HTTP 409 if PID already exists

    Pfeil committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    906cac2 View commit details
    Browse the repository at this point in the history
  2. Add etag method for PIDRecord.

    Pfeil committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    789720a View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Add etag support

    Pfeil committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    aaf6747 View commit details
    Browse the repository at this point in the history
  2. Fix record serialization

    Pfeil committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    de5d394 View commit details
    Browse the repository at this point in the history
  3. Add etag tests

    Pfeil committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    435807f View commit details
    Browse the repository at this point in the history
  4. Adjust other tests

    Pfeil committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    1c058cc View commit details
    Browse the repository at this point in the history
  5. Cleanup obsolete exceptions.

    Pfeil committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    14fcecf View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

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

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    049c5ae View commit details
    Browse the repository at this point in the history
  2. test(docker): Remove docker test for update

    It is not required anymore due to the extensive unit/integration tests
    and would need to be adjusted to make use of etags.
    Pfeil committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    078701a View commit details
    Browse the repository at this point in the history
  3. cleanup: remove unused imports

    Pfeil committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    5b1ff6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    611d511 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8cbe7c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. feat: send error messages in HTTP reponse headers.

    Can be disabled using the configuration provided by spring.
    Pfeil committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    527710a View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into 114-unclearnon-stan…

    …dard-response-for-post-apiv1pitpid
    Pfeil committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    130af2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b361f0 View commit details
    Browse the repository at this point in the history
  4. cleanup!: remove Handle REST impl. for now.

    BREAKING CHANGE:
    The REST implementation for the Handle system was removed.
    Reason: We can not test it using usename password and not
    reasonably maintain it. It may be added in future with key /
    certificate support as it is in the HandleProtocol implementation.
    Preferably as soon as there is an official handle client for REST.
    Pfeil committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    a66c81f View commit details
    Browse the repository at this point in the history
  5. ci: set java 17 as minimum

    Pfeil committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    53a65f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    56bfab0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bbf95a View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    b7f8413 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    002cb3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b590c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b60635b View commit details
    Browse the repository at this point in the history
  5. cleanup: fix sonarlint hints

    Pfeil committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    8269287 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc9d2db View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    c559825 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8323d07 View commit details
    Browse the repository at this point in the history
  3. cleanup: remove replaced APIs

    Pfeil committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    77ee312 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Configuration menu
    Copy the full SHA
    d0139f6 View commit details
    Browse the repository at this point in the history
  2. cleanup: imports and style

    Pfeil committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    b72db98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8959766 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abbbadb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11b5f29 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    07fa434 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

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

Commits on Sep 14, 2023

  1. Merge pull request #125 from kit-data-manager/114-unclearnon-standard…

    …-response-for-post-apiv1pitpid
    
    Fix 114 Unclear/non-standard response for post api/v1/pit/pid
    Pfeil authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    d0cc10e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c26732 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc724c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    0e2b308 View commit details
    Browse the repository at this point in the history
  2. chore: rename javax to jakarta

    Pfeil committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    7721742 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08bb892 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d88678 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9592407 View commit details
    Browse the repository at this point in the history
  6. fix: jakarta imports in tests

    Pfeil committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    79651fa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b62c1bf View commit details
    Browse the repository at this point in the history
  8. fix: Elasticsearch setup

    According to documentation. Not testable at this point.
    Pfeil committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    bd845f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    39c4557 View commit details
    Browse the repository at this point in the history
  2. deps: upgrade lombok and jacoco

    Pfeil committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    f97f951 View commit details
    Browse the repository at this point in the history
  3. deps: upgrade springdoc

    Pfeil committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    d923a0d View commit details
    Browse the repository at this point in the history
  4. fix(test): test body in mockmvc properly.

    This was not possible before the update to spring boot 3
    for unknown reasons.
    Pfeil committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    ff23219 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Configuration menu
    Copy the full SHA
    9d9e999 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cc5d56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d84d0b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d77269 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92f566b View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    5f64149 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce31193 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e13cd4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    428c97b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    678da97 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86b39ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ca5aae6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8759250 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    06be3dd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7c6b317 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #168 from kit-data-manager/115-upgrade-spring-boot

    fix: 115 Upgrade Spring Boot
    Pfeil authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    1e403b6 View commit details
    Browse the repository at this point in the history
  12. Revert "build(deps): update gradle wrapper to version 8.4"

    This reverts commit 86b39ba.
    Pfeil committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    0743e95 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    eed92c5 View commit details
    Browse the repository at this point in the history
  14. ci: remove explicit push trigger on dev branches

    Just open a draft PR to test and track dev branches.
    Pfeil committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    2c33261 View commit details
    Browse the repository at this point in the history