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

Feat(Revocation): Revocation service,IATP changes and trufferhob workflow added #357

Open
wants to merge 70 commits into
base: main
Choose a base branch
from

Commits on Jul 5, 2024

  1. Merge pull request #321 from eclipse-tractusx/main

    feat: kick off new development cycle
    borisrizov-zf authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    3bae1fb View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

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

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    5961854 View commit details
    Browse the repository at this point in the history
  2. fix: updated var name

    thackerronak committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    44af067 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #325 from Cofinity-X/feature/did-document-update

    feat: did document update
    borisrizov-zf authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    cfc98f7 View commit details
    Browse the repository at this point in the history
  4. chore(release): 0.6.0-develop.1 [skip ci]

    # [0.6.0-develop.1](v0.5.0...v0.6.0-develop.1) (2024-07-18)
    
    ### Bug Fixes
    
    * updated code as per review ([5961854](5961854))
    * updated var name ([44af067](44af067))
    
    ### Features
    
    * added new fields in did document ([8a17aec](8a17aec))
    borisrizov-zf committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    9b3381d View commit details
    Browse the repository at this point in the history
  5. feat(identity-trust)!: update IATP protocol

    BREAKING CHANGE: `/api/presentations/iatp` endpoint now accepts PresentationQueryMessage and returns PresentationResponseMessage objects.
    
    Signed-off-by: Dominik Pinsel <dominik.pinsel@mercedes-benz.com>
    DominikPinsel committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    e3c5450 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #324 from DominikPinsel/feature/update_sts_protocol

    feat(identity-trust)!: update IATP protocol
    borisrizov-zf authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    85fb9ef View commit details
    Browse the repository at this point in the history
  7. chore(release): 1.0.0-develop.1 [skip ci]

    # [1.0.0-develop.1](v0.6.0-develop.1...v1.0.0-develop.1) (2024-07-18)
    
    * feat(identity-trust)!: update IATP protocol ([e3c5450](e3c5450))
    
    ### BREAKING CHANGES
    
    * `/api/presentations/iatp` endpoint now accepts PresentationQueryMessage and returns PresentationResponseMessage objects.
    
    Signed-off-by: Dominik Pinsel <dominik.pinsel@mercedes-benz.com>
    borisrizov-zf committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    87e8a5d View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    010ecab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #326 from Cofinity-X/security-finding

    fix: updated spring boot and cloud version
    nitin-vavdiya authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    332cbe9 View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.0.0-develop.2 [skip ci]

    # [1.0.0-develop.2](v1.0.0-develop.1...v1.0.0-develop.2) (2024-07-22)
    
    ### Bug Fixes
    
    * updated spring boot and cloud version ([010ecab](010ecab))
    nitin-vavdiya committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    89c07c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    15425be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4fa6cc View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Merge pull request #328 from Cofinity-X/feature/bpn_auth_validation

    feat: bpn auth validation
    nitin-vavdiya authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    007e844 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.0.0-develop.3 [skip ci]

    # [1.0.0-develop.3](v1.0.0-develop.2...v1.0.0-develop.3) (2024-07-29)
    
    ### Features
    
    * remove BaseController, change Principal to Authenticationand unit test cases added ([15425be](15425be))
    * test cases added, file header updated and detail log added for security events ([a4fa6cc](a4fa6cc))
    nitin-vavdiya committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    ae2710f View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. chore(release): 1.0.0-develop.3 [skip ci]

    # [1.0.0-develop.3](v1.0.0-develop.2...v1.0.0-develop.3) (2024-07-29)
    
    ### Features
    
    * remove BaseController, change Principal to Authenticationand unit test cases added ([15425be](15425be))
    * test cases added, file header updated and detail log added for security events ([a4fa6cc](a4fa6cc))
    
    Signed-off-by: Dominik Pinsel <dominik.pinsel@mercedes-benz.com>
    nitin-vavdiya authored and DominikPinsel committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    d470f86 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #329 from DominikPinsel/fix/update_iatp_security_c…

    …onfig
    
    fix(identity-trust): disable spring security for identityMinusTrust endpoint
    nitin-vavdiya authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    3af518c View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. feat(API)!: change API VC/VP default data format from Json to JWT

    BREAKING CHANGE: All API endpoints that used Verifiable Credentials and -Presentations in JSON format per default are now working with the JWT format by default instead.
    
    Signed-off-by: Dominik Pinsel <dominik.pinsel@mercedes-benz.com>
    DominikPinsel committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    233ab68 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #346 from DominikPinsel/features/create_jwt_format…

    …_by_default
    
    feat(API)!: change API VC/VP default data format from Json to JWT
    nitin-vavdiya authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    ecb21eb View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.0.0-develop.4 [skip ci]

    # [1.0.0-develop.4](v1.0.0-develop.3...v1.0.0-develop.4) (2024-08-09)
    
    * feat(API)!: change API VC/VP default data format from Json to JWT ([233ab68](233ab68))
    
    ### BREAKING CHANGES
    
    * All API endpoints that used Verifiable Credentials and -Presentations in JSON format per default are now working with the JWT format by default instead.
    
    Signed-off-by: Dominik Pinsel <dominik.pinsel@mercedes-benz.com>
    nitin-vavdiya committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    2a29ef8 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    c173bd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0421797 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    190ed6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce29cb8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec8bb00 View commit details
    Browse the repository at this point in the history
  6. fix: sonar issues

    nitin-vavdiya committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    b1c5417 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    02ccd31 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e91b6a0 View commit details
    Browse the repository at this point in the history
  9. fix: more test added

    nitin-vavdiya committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    e739cdc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    042292f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6a7cff2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    168493a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    107538c View commit details
    Browse the repository at this point in the history
  14. doc: API doc updated

    nitin-vavdiya committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    272e22a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4465f24 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4ebed6f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    60e3a5c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7d76b00 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ad65e01 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    28796db View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    44b46ff View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6b118b2 View commit details
    Browse the repository at this point in the history
  23. fix: compilation error

    nitin-vavdiya committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    90ef524 View commit details
    Browse the repository at this point in the history
  24. fix: failing test

    nitin-vavdiya committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    a99ca32 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f70b345 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    42ed843 View commit details
    Browse the repository at this point in the history
  27. fix: dockerfile

    nitin-vavdiya committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    234a7a0 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    4429211 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    badb46d View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    82c399d View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    52281f2 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    c0c202f View commit details
    Browse the repository at this point in the history
  33. fix: sonar issues

    nitin-vavdiya committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    643493d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    65dd812 View commit details
    Browse the repository at this point in the history
  2. fix: tests

    nitin-vavdiya committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    df62fcc View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

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

Commits on Sep 11, 2024

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

Commits on Sep 13, 2024

  1. Merge pull request #12 from rohit-smartsensesolutions/feat/fixing-git…

    …hub-workflows
    
    fix: chart workflows
    nitin-vavdiya authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a446811 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    c162cad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    074ab2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1218df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14a67e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    571d994 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ca1b3f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

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

Commits on Oct 18, 2024

  1. Merge pull request #317 from Cofinity-X/feat/revocation-service

    feat: initial revocation service added
    nitin-vavdiya authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    1ed0878 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.0.0-develop.5 [skip ci]

    # [1.0.0-develop.5](v1.0.0-develop.4...v1.0.0-develop.5) (2024-10-18)
    
    ### Bug Fixes
    
    * chart workflows ([3d0fbf9](3d0fbf9))
    * compilation error ([90ef524](90ef524))
    * copy path in docker file ([ad65e01](ad65e01))
    * dependencies addded at individual project level ([60e3a5c](60e3a5c))
    * docker context path ([ce29cb8](ce29cb8))
    * dockerfile ([234a7a0](234a7a0))
    * dockerfile and dockerfile location ([042292f](042292f))
    * failing test ([a99ca32](a99ca32))
    * failing test cases ([e91b6a0](e91b6a0))
    * file copy path in Dockerfile ([7d76b00](7d76b00))
    * modefied the value for the replicas ([14a67e1](14a67e1))
    * more test added ([e739cdc](e739cdc))
    * random port added for management url ([6b118b2](6b118b2))
    * revocation service dockerfile ([28796db](28796db))
    * sonar issues ([643493d](643493d))
    * sonar issues ([b1c5417](b1c5417))
    * status list changed to 2021 from bitstring ([546908b](546908b))
    * status list VS as JSON-LD ([65dd812](65dd812))
    * test cases due to revocation client ([02ccd31](02ccd31))
    * tests ([df62fcc](df62fcc))
    * user added in dockerfile ([44b46ff](44b46ff))
    * zap scan errors ([074ab2d](074ab2d))
    * zap scan errors ([c162cad](c162cad))
    
    ### Features
    
    * Helm charts for revocation service ([badb46d](badb46d))
    * intial revocation service added ([c173bd4](c173bd4))
    * release workflow added for revocation-service ([f70b345](f70b345))
    * revoke API, revocation support in issue VC API, wallet-commons module for common classes ([ec8bb00](ec8bb00))
    * status list VC type set to StatusList2021 ([4429211](4429211))
    * test coverage verification added at root gradle level and javadoc for miw-commons ([6a7cff2](6a7cff2))
    nitin-vavdiya committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    969d6a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cd6b40 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #356 from Cofinity-X/chore/trufflehog-workflow

    chore: trufflehog workgflow added
    nitin-vavdiya authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    7e1b48e View commit details
    Browse the repository at this point in the history