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

type-safe UiAsset #512

Commits on Sep 5, 2023

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

Commits on Sep 8, 2023

  1. chore: Asset Deserializer

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

Commits on Sep 12, 2023

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

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    6e96d18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ef5b4a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of https://github.com/sovity/edc-extensions into …

    …459-backend-ui-api-wrapper-refactor-assetdto-to-be-a-type-safe-uiasset
    SaadEGI committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    3de17dc View commit details
    Browse the repository at this point in the history
  4. fix: remove dead code

    SaadEGI committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    ef56352 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1292bb7 View commit details
    Browse the repository at this point in the history
  6. fix: newLines

    SaadEGI committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    50c6d12 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f616982 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. chore: Asset e2e Test

    SaadEGI committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    bd1667e View commit details
    Browse the repository at this point in the history
  2. chore: AssetMapper

    SaadEGI committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    d8fa49d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b819c8a View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Merge branch 'main' of https://github.com/sovity/edc-extensions into …

    …459-backend-ui-api-wrapper-refactor-assetdto-to-be-a-type-safe-uiasset
    
    # Conflicts:
    #	extensions/wrapper/wrapper-common-api/src/main/java/de/sovity/edc/ext/wrapper/api/common/model/UiAsset.java
    #	extensions/wrapper/wrapper-common-mappers/build.gradle.kts
    #	extensions/wrapper/wrapper-common-mappers/src/main/java/de/sovity/edc/ext/wrapper/api/common/mappers/AssetMapper.java
    #	extensions/wrapper/wrapper/src/main/java/de/sovity/edc/ext/wrapper/WrapperExtension.java
    #	extensions/wrapper/wrapper/src/main/java/de/sovity/edc/ext/wrapper/WrapperExtensionContextBuilder.java
    #	extensions/wrapper/wrapper/src/main/java/de/sovity/edc/ext/wrapper/api/ui/UiResource.java
    #	extensions/wrapper/wrapper/src/main/java/de/sovity/edc/ext/wrapper/api/ui/model/AssetPage.java
    #	extensions/wrapper/wrapper/src/main/java/de/sovity/edc/ext/wrapper/api/ui/model/ContractAgreementCard.java
    #	extensions/wrapper/wrapper/src/main/java/de/sovity/edc/ext/wrapper/api/ui/pages/asset/AssetApiService.java
    #	extensions/wrapper/wrapper/src/main/java/de/sovity/edc/ext/wrapper/api/ui/pages/asset/AssetBuilder.java
    #	extensions/wrapper/wrapper/src/main/java/de/sovity/edc/ext/wrapper/api/ui/pages/contracts/services/ContractAgreementPageCardBuilder.java
    SaadEGI committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    3187376 View commit details
    Browse the repository at this point in the history
  2. chore: AssetMapper

    SaadEGI committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    c6ec76a View commit details
    Browse the repository at this point in the history
  3. fix: UiWrapperTest

    SaadEGI committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    212e363 View commit details
    Browse the repository at this point in the history
  4. fix: PR Revision

    SaadEGI committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    6e8238a View commit details
    Browse the repository at this point in the history
  5. fix: PR Revision

    SaadEGI committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    a7dedd3 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    77af54a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43189c0 View commit details
    Browse the repository at this point in the history
  3. Merge branch '459-backend-ui-api-wrapper-refactor-assetdto-to-be-a-ty…

    …pe-safe-uiasset' of github.com:sovity/edc-extensions into 459-backend-ui-api-wrapper-refactor-assetdto-to-be-a-type-safe-uiasset
    richardtreier committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    1eb6d57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83190bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b518efc View commit details
    Browse the repository at this point in the history
  6. Merge branch '459-backend-ui-api-wrapper-refactor-assetdto-to-be-a-ty…

    …pe-safe-uiasset' of https://github.com/sovity/edc-extensions into 459-backend-ui-api-wrapper-refactor-assetdto-to-be-a-type-safe-uiasset
    SaadEGI committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    90ef84f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b93c368 View commit details
    Browse the repository at this point in the history
  8. fix: layout

    SaadEGI committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    7b17731 View commit details
    Browse the repository at this point in the history
  9. fix: Naming

    SaadEGI committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    5036d44 View commit details
    Browse the repository at this point in the history
  10. fix: Naming

    SaadEGI committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    e01b930 View commit details
    Browse the repository at this point in the history
  11. fix: Naming

    SaadEGI committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    daa0097 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

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

    SaadEGI committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    10759a0 View commit details
    Browse the repository at this point in the history
  3. fix: Undo changes

    SaadEGI committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    03b0a54 View commit details
    Browse the repository at this point in the history
  4. fix: (Temporary) Pipeline

    SaadEGI committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    65baad2 View commit details
    Browse the repository at this point in the history
  5. fix: (Temporary) Pipeline

    SaadEGI committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    82db764 View commit details
    Browse the repository at this point in the history
  6. fix: Style

    SaadEGI committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    dfb94e3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8efed62 View commit details
    Browse the repository at this point in the history
  8. Merge branch '459-backend-ui-api-wrapper-refactor-assetdto-to-be-a-ty…

    …pe-safe-uiasset' of github.com:sovity/edc-extensions into 459-backend-ui-api-wrapper-refactor-assetdto-to-be-a-type-safe-uiasset
    
    # Conflicts:
    #	launchers/connectors/sovity-dev/src/test/java/de/sovity/edc/e2e/UiApiWrapperTest.java
    richardtreier committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    f37b8cc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fb7c92e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5e51ebc View commit details
    Browse the repository at this point in the history
  11. docs: fix wording

    richardtreier committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    a72cd04 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c92359f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    541e865 View commit details
    Browse the repository at this point in the history