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

build(2.0.0-rc10): merge main into dev #778

Merged
merged 26 commits into from
May 28, 2024
Merged

build(2.0.0-rc10): merge main into dev #778

merged 26 commits into from
May 28, 2024

Commits on May 16, 2024

  1. feat(document): enhance companyDetailsWithAddress endpoint (#732)

    * add documents section to endpoint companydetailaddress
    * remove documents section from applications endpoint
    * adjust unit tests
    ---------
    Co-authored-by: Norbert Truchsess <[email protected]>
    AnuragNagpure authored May 16, 2024
    Configuration menu
    Copy the full SHA
    58f12b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b70ab0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b66e693 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9052e37 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    87cfaa4 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

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

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    76b5336 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0889ae3 View commit details
    Browse the repository at this point in the history
  3. chore: fix file header

    evegufy committed May 22, 2024
    Configuration menu
    Copy the full SHA
    cd8c7c1 View commit details
    Browse the repository at this point in the history
  4. fix(offersubscription): fix queries throwing a system exception inste…

    …ad of returning default value (#755)
    
    * fix 'System.InvalidOperationException: Nullable object must have a value' caused by queries selecting a (non-nullable) guid from a joined table where the joined table does not have a matching dataset resulting in 'null' being returned from the database.
    ntruchsess authored May 22, 2024
    Configuration menu
    Copy the full SHA
    6b8a6c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4e9119 View commit details
    Browse the repository at this point in the history
  6. build(2.0.0-rc9): merge release into main (#756)

    * feat(document): enhance companyDetailsWithAddress endpoint (#732)
    
    * add documents section to endpoint companydetailaddress
    * remove documents section from applications endpoint
    * adjust unit tests
    ---------
    Co-authored-by: Norbert Truchsess <[email protected]>
    
    * fix(decline): add decline url for invite process (#727)
    
    Refs: #701
    
    * feat(app): add roleId for exitisting activeRoleDetails (#744)
    
    Ref : #705
    
    * fix(seeding-data): add self description document for Catena-X (#707)
    
    Reviewed-By: Phil Schneider <[email protected]>
    Refs: #702
    
    * fix(dim) don't create keycloak sa for dim (#745)
    
    * fix(role-management): fix query selecting role-data for core-offer role assignement (#749)
    
    * feat(services): update permission for api endpoints added (#751)
    
    * fix(keycloak): set clockSkew to 5 min (#753)
    
    * chore: fix file header
    #752
    
    * fix(offersubscription): fix queries throwing a system exception instead of returning default value (#755)
    
    * fix 'System.InvalidOperationException: Nullable object must have a value' caused by queries selecting a (non-nullable) guid from a joined table where the joined table does not have a matching dataset resulting in 'null' being returned from the database.
    
    * build(2.0.0-rc9): bump version and update docs
    
    ---------
    
    Co-authored-by: AnuragNagpure <[email protected]>
    Co-authored-by: Phil Schneider <[email protected]>
    Co-authored-by: VPrasannaK94 <[email protected]>
    Co-authored-by: Norbert Truchsess <[email protected]>
    5 people authored May 22, 2024
    Configuration menu
    Copy the full SHA
    028d6b1 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Merge pull request #759 from eclipse-tractusx/release/v2.0.0-RC9

    build(2.0.0-rc9): redo merge release into main
    evegufy authored May 23, 2024
    Configuration menu
    Copy the full SHA
    a0b4b0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f178ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa3c2d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd2bedd View commit details
    Browse the repository at this point in the history
  5. feat(registration): add process to decline own companies registration (

    …#757)
    
    * synchronously process all db-entities and create processes to asynchronously process all related entities in keycloak within the same transaction.
    * feat: added unit tests and migrations
    Ref: CPLP-3548
    ---------
    Co-authored-by: VPrasannaK94 <[email protected]>
    ntruchsess authored May 23, 2024
    Configuration menu
    Copy the full SHA
    ef231e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bbe8dab View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    6f08c57 View commit details
    Browse the repository at this point in the history
  2. fix(sa): fix old autosetup process for dim technical user creation (#771

    )
    
    * fix(sa): fix old autosetup process for dim technical user creation
    
    Refs: #762
    
    * fix review findings
    
    ---------
    
    Co-authored-by: Norbert Truchsess <[email protected]>
    Phil91 and ntruchsess authored May 24, 2024
    Configuration menu
    Copy the full SHA
    2aab4de View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. fix(ownCompany): allow deletion of configured url for own company (#773)

    Refs: #764
    Reviewed-By: Evelyn Gurschler <[email protected]>
    Phil91 authored May 27, 2024
    Configuration menu
    Copy the full SHA
    0a97969 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42e7306 View commit details
    Browse the repository at this point in the history
  3. fix(permission): adjust permission for /declineregistration (#774)

    Reviewed-By: Evelyn Gurschler <[email protected]>
    Phil91 authored May 27, 2024
    Configuration menu
    Copy the full SHA
    eb5966f View commit details
    Browse the repository at this point in the history
  4. fix(policy): add valid company policy (#775)

    Reviewed-By: Evelyn Gurschler <[email protected]>
    Phil91 authored May 27, 2024
    Configuration menu
    Copy the full SHA
    a53ddaa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c04509d View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Merge pull request #776 from eclipse-tractusx/release/v2.0.0-RC10

    build(2.0.0-rc10): merge release into main
    evegufy authored May 28, 2024
    Configuration menu
    Copy the full SHA
    2348e52 View commit details
    Browse the repository at this point in the history