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

sync with tractus-X #508

Merged
merged 48 commits into from
Mar 28, 2024
Merged

sync with tractus-X #508

merged 48 commits into from
Mar 28, 2024

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    8028ac4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1898634 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    f9a886b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4975d01 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    eba7540 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcdd24e View commit details
    Browse the repository at this point in the history
  3. feat(impl): [#199] Harden test and clean method signature

     1) harden test PolicyStoreServiceTest#whenUpdate by asserting that the creation timestamp is not changed and that the validUntil timestamp is changed as expected
    
     2) clean method signature by moving loop from controller to the service method
    dsmf committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    58a3212 View commit details
    Browse the repository at this point in the history
  4. feat(impl): [#199] Fix warnings

    dsmf committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    9340fb4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05ec245 View commit details
    Browse the repository at this point in the history
  6. feat(impl): [#199] Avoid too many methods by extraction to helper class

    inlcuding test for helper class
    dsmf committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    038b85a View commit details
    Browse the repository at this point in the history
  7. feat(impl): [#199] Add tests

    - updatePolicies_shouldAddPolicyToEachBpn
    - updatePolicies_shouldAddBpnsToEachPolicy
    dsmf committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    c999b0a View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    6a32fde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eea278b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29b7560 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Merge branch 'main' into feature/#199-register-policy-definition-for-…

    …certian-bpnls
    
    # Conflicts:
    #	CHANGELOG.md
    dsmf committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    f6626c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

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

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    be88258 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4a4de9 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    4758554 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df7a662 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d4e1cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2962615 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    740b188 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    13136f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    20c7e49 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e0ab6b3 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #802 from catenax-ng/feature/#199-register-policy-…

    …definition-for-certian-bpnls
    
    feat(irs-api):[#199] register policy definition for certain bpnls
    ds-psosnowski authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    7703420 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ff53d66 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4a71ae8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5c605df View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f67923c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5017c8c View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    788a585 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56f8ebd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    058fa3a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #835 from catenax-ng/chore/#000-add-bpn-to-gloassary

    doc(doc):[#000] add bpn l s and a
    dsmf authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    136949c View commit details
    Browse the repository at this point in the history
  5. chore(collection):[#TRI-996] Correct param "jobStates" in collection …

    …and documentation
    
    (the parameter was renamed in
    https://jira.catena-x.net/browse/TRI-996
    from "jobStates" to "states")
    dsmf committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    cdb9197 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #837 from catenax-ng/chore/correct-param-jobstates

    chore(collection):[#TRI-996] Correct param "jobStates" in collection …
    dsmf authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    7f3d204 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Merge pull request #832 from catenax-ng/feature/XXX-update-db-version

    feat(impl):[XXX] update sb to fix security CVE's
    ds-ext-kmassalski authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    4a35ddd View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    81cd1ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d9952d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aad0a12 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/feature/359-registry-update-impl…

    …-for-lookup' into feature/359-registry-update-impl-for-lookup
    dsmf committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    f9f8645 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'refs/heads/main' into feature/359-registry-update-impl-…

    …for-lookup
    
    # Conflicts:
    #	CHANGELOG.md
    dsmf committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    ec2cb5b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca34021 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7a990b2 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #829 from catenax-ng/feature/359-registry-update-i…

    …mpl-for-lookup
    
    feat(impl):[#359] update registry impl for lookup
    dsmf authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    338fce3 View commit details
    Browse the repository at this point in the history