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

Use new policies endpoint in UI #63

Closed
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 13, 2023

  1. code refactor

    AnurosePrakash authored and richardtreier committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    bea9132 View commit details
    Browse the repository at this point in the history
  2. feat enable mds-theme

    richardtreier committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    f4a3d09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e3d749 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9379758 View commit details
    Browse the repository at this point in the history
  5. style revert mds colors

    richardtreier committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    a9e190a View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. fix asset properties containing IDS concerns. IDS concerns will be ha…

    …ndled by our IDS protocol adapter.
    richardtreier committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    495f849 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0604b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9cf961 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #102 from sovity/98-mds-specific-attributes-as-sel…

    …ects
    
    EDC UI Improvements & MDS Features
    richardtreier authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    c580568 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Configuration menu
    Copy the full SHA
    dd706cf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #115 from sovity/release/v0.0.1-ab1b6fd0-sovity5

    release: 0.0.1-ab1b6fd0-sovity5
    efiege authored Jan 17, 2023
    Configuration menu
    Copy the full SHA
    f297f7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32d8eac View commit details
    Browse the repository at this point in the history
  4. feat config from env variables

    fix missing nginx conf, fix bad config dir
    
    feat NGINX_PORT and NGINX_BIND templating now done by container
    richardtreier committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    d68ead2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    818fa89 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #113 from sovity/101-clean-up-edc-ui-repo

    Config from ENV & Clean up text files
    efiege authored Jan 17, 2023
    Configuration menu
    Copy the full SHA
    8d98c31 View commit details
    Browse the repository at this point in the history
  7. add prettier

    richardtreier committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    d49c910 View commit details
    Browse the repository at this point in the history
  8. npm run format-all

    richardtreier committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    ba937e2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a75b7fd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b1f3274 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #120 from sovity/119-some-notes-and-questions

    feat switch language ids to IDS ontology ids
    richardtreier authored Jan 17, 2023
    Configuration menu
    Copy the full SHA
    5db09fd View commit details
    Browse the repository at this point in the history
  12. fix fake backend cors

    richardtreier committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    a5ebb34 View commit details
    Browse the repository at this point in the history
  13. feat EDC_UI_ACTIVE_PROFILE instead of EDC_UI_ACTIVE_FEATURE_SET for m…

    …ore control over feature sets.
    richardtreier committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    8daa238 View commit details
    Browse the repository at this point in the history
  14. fix line endings

    richardtreier committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    949aab2 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #117 from sovity/116-prettier

    Prettier
    efiege authored Jan 17, 2023
    Configuration menu
    Copy the full SHA
    57f0ada View commit details
    Browse the repository at this point in the history
  16. Merge pull request #121 from sovity/114-create-4-themes-default-mds-s…

    …ovity-internal-mds-internal
    
    EDC_UI_ACTIVE_PROFILE instead of EDC_UI_ACTIVE_FEATURE_SETS
    efiege authored Jan 17, 2023
    Configuration menu
    Copy the full SHA
    a730708 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    42147d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a3ee08 View commit details
    Browse the repository at this point in the history
  3. Merge commit 'c3ec34f730ca4322121c67e54ea2ae980c96c2f0'

    # Conflicts:
    #	.github/ISSUE_TEMPLATE/bug_report.md
    #	.github/ISSUE_TEMPLATE/feature_request.md
    #	.github/PULL_REQUEST_TEMPLATE.md
    #	CODEOWNERS
    #	README.md
    #	docs/developer/continuous_deployment.md
    #	openapi/management-api.yaml
    #	src/assets/config/app.config.json
    #	src/environments/environment.ts
    #	src/modules/app/app-config.service.ts
    #	src/modules/app/app.module.ts
    #	src/modules/app/variables.ts
    #	src/modules/edc-demo/components/asset-editor-dialog/asset-editor-dialog.component.ts
    #	src/modules/edc-demo/components/asset-viewer/asset-viewer.component.ts
    #	src/modules/edc-demo/components/catalog-browser/catalog-browser.component.ts
    #	src/modules/edc-demo/components/contract-definition-editor-dialog/contract-definition-editor-dialog.component.html
    #	src/modules/edc-demo/components/contract-definition-editor-dialog/contract-definition-editor-dialog.component.ts
    #	src/modules/edc-demo/components/contract-definition-viewer/contract-definition-viewer.component.ts
    #	src/modules/edc-demo/components/contract-viewer/contract-viewer.component.ts
    #	src/modules/edc-demo/components/new-policy-dialog/new-policy-dialog.component.html
    #	src/modules/edc-demo/components/new-policy-dialog/new-policy-dialog.component.ts
    #	src/modules/edc-demo/components/policy-rule-viewer/policy-rule-viewer.component.ts
    #	src/modules/edc-demo/components/policy-view/policy-view.component.html
    #	src/modules/edc-demo/components/policy-view/policy-view.component.ts
    #	src/modules/edc-demo/components/transfer-history/transfer-history-viewer.component.ts
    #	src/modules/edc-demo/models/contract-offer.ts
    #	src/modules/edc-demo/services/catalog-browser.service.ts
    #	src/modules/mgmt-api-client/model/policyDefinitionRequestDto.ts
    richardtreier committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    556b953 View commit details
    Browse the repository at this point in the history
  4. fix release image name (#16)

    * fix release image name
    
    * docs for container vars NGINX_*
    
    * chore update CHANGELOG.md
    richardtreier authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    79f7f1d View commit details
    Browse the repository at this point in the history
  5. 29 fix logo paddings (#30)

    * feat fix mds icon balance
    
    * fix ghcr image description
    richardtreier authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    ef5976a View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    e851133 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f800cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e2e514 View commit details
    Browse the repository at this point in the history
  4. Update LinkedIn-Link

    SebastianOpriel authored and richardtreier committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    32592ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b42eb77 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    09955bb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9caedf3 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

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

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    90f3730 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d0d922 View commit details
    Browse the repository at this point in the history
  3. 🔄 synced local '.github/ISSUE_TEMPLATE/bug_report.md' with remote '.g…

    …ithub/ISSUE_TEMPLATE/bug_report.md'
    sovitybot authored and richardtreier committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    1b94547 View commit details
    Browse the repository at this point in the history
  4. 🔄 synced local '.github/ISSUE_TEMPLATE/epic_template.md' with remote …

    …'.github/ISSUE_TEMPLATE/epic_template.md'
    sovitybot authored and richardtreier committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    be4a6ae View commit details
    Browse the repository at this point in the history
  5. 🔄 synced local '.github/ISSUE_TEMPLATE/feature_request.md' with remot…

    …e '.github/ISSUE_TEMPLATE/feature_request.md'
    sovitybot authored and richardtreier committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    33905c1 View commit details
    Browse the repository at this point in the history
  6. chore "npm update"

    richardtreier committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    845482e View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. 🔄 synced local '.github/workflows/add_issue_to_project.yml' with remo…

    …te '.github/workflows/add_issue_to_project.yml' (#52)
    
    Co-authored-by: sovitybot <null>
    sovitybot authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    a2c6af4 View commit details
    Browse the repository at this point in the history
  2. chore bump dependencies:

    npm i --save rxjs@7.8.0 zone.js@0.12.0 && npm i -D karma-coverage@2.2.0 typescript@4.8.4 jasmine-core@4.5.0 types/jasmine@4.3.1 karma-jasmine@5.1.0 types/node@18.11.18 karma@6.4.1
    
    added dependabot.yml configuration against major angular versions
    richardtreier committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    9c7b71f View commit details
    Browse the repository at this point in the history
  3. Bump karma-jasmine-html-reporter from 1.7.0 to 2.0.0

    Bumps [karma-jasmine-html-reporter](https://github.com/dfederm/karma-jasmine-html-reporter) from 1.7.0 to 2.0.0.
    - [Release notes](https://github.com/dfederm/karma-jasmine-html-reporter/releases)
    - [Commits](dfederm/karma-jasmine-html-reporter@v1.7.0...v2.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: karma-jasmine-html-reporter
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and richardtreier committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    47c62f0 View commit details
    Browse the repository at this point in the history
  4. Bump actions/checkout from 2 to 3

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and richardtreier committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    31ab8e9 View commit details
    Browse the repository at this point in the history
  5. Bump nginx from 1.23.2-alpine to 1.23.3-alpine in /docker

    Bumps nginx from 1.23.2-alpine to 1.23.3-alpine.
    
    ---
    updated-dependencies:
    - dependency-name: nginx
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and richardtreier committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    9944af7 View commit details
    Browse the repository at this point in the history
  6. Bump docker/login-action from 1 to 2

    Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2.
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](docker/login-action@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: docker/login-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and richardtreier committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    b867c3b View commit details
    Browse the repository at this point in the history
  7. Bump docker/metadata-action from 3 to 4

    Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3 to 4.
    - [Release notes](https://github.com/docker/metadata-action/releases)
    - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
    - [Commits](docker/metadata-action@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: docker/metadata-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and richardtreier committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    ef952bb View commit details
    Browse the repository at this point in the history
  8. Bump docker/build-push-action from 2 to 3

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and richardtreier committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    b5b1690 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b0d356d View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. 🔄 synced local '.github/PULL_REQUEST_TEMPLATE.md' with remote '.githu…

    …b/PULL_REQUEST_TEMPLATE.md'
    sovitybot authored and richardtreier committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    2faf0db View commit details
    Browse the repository at this point in the history
  2. 🔄 synced local '.github/ISSUE_TEMPLATE/bug_report.md' with remote '.g…

    …ithub/ISSUE_TEMPLATE/bug_report.md'
    sovitybot authored and richardtreier committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    f535a8c View commit details
    Browse the repository at this point in the history
  3. 🔄 synced local '.github/ISSUE_TEMPLATE/epic_template.md' with remote …

    …'.github/ISSUE_TEMPLATE/epic_template.md'
    sovitybot authored and richardtreier committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    e9c4cb6 View commit details
    Browse the repository at this point in the history
  4. 🔄 synced local '.github/ISSUE_TEMPLATE/feature_request.md' with remot…

    …e '.github/ISSUE_TEMPLATE/feature_request.md'
    sovitybot authored and richardtreier committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    b5fff70 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a7200a5 View commit details
    Browse the repository at this point in the history
  6. fix additional policy id vs uid issues (#62)

    * fix additional policy id vs uid issues
    
    * Update CHANGELOG.md
    richardtreier authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    f5ccc42 View commit details
    Browse the repository at this point in the history
  7. feat: add license and vulnerability scanner (#66)

    Co-authored-by: Richard Treier <richard.treier@sovity.de>
    omarsilva1 and richardtreier authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    a291c4e View commit details
    Browse the repository at this point in the history
  8. fix transfer process initiation not working (temporary workaround wit…

    …h custom-built extension) (#68)
    richardtreier authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    3566b81 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    565f1e4 View commit details
    Browse the repository at this point in the history
  10. fix dead code

    richardtreier committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    da23332 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b65f199 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

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

Commits on Jan 30, 2023

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

Commits on Jan 31, 2023

  1. feat dashboard (#73)

    richardtreier authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    31bbaf9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a40521e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69226bb View commit details
    Browse the repository at this point in the history
  4. chore: add dependabot patch automerge (#67)

    * chore: add ignore to dependabot
    
    * chore: add dependabot automerge
    omarsilva1 authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    6ea879d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    593f74a View commit details
    Browse the repository at this point in the history
  6. chore: add continue on error if couldn't automerge

    omar authored and richardtreier committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    1d7fe82 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    d0a6851 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    629a0ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0db68a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c0400d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9ab931 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

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

Commits on Feb 6, 2023

  1. Bump @types/node from 18.11.18 to 18.11.19 (#102)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.18 to 18.11.19.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    19adf23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e13bc3f View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Bump prettier from 2.8.3 to 2.8.4 (#114)

    Bumps [prettier](https://github.com/prettier/prettier) from 2.8.3 to 2.8.4.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.8.3...2.8.4)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    dcce362 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. fix: Placeholder URLs missing "/catalog/" path (#115)

    * fix: Placeholder URLs missing "/catalog/" path
    
    * Update CHANGELOG.md
    SebastianOpriel authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    425d977 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    2873b68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5915b34 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. 🔄 synced file(s) with sovity/github-file-sync (#124)

    * 🔄 synced local '.github/workflows/add_issue_to_project.yml' with remote '.github/workflows/add_issue_to_project.yml'
    
    * 🔄 synced local '.github/dependabot.yml' with remote '.github/dependabot.yml'
    
    * 🔄 created local '.github/workflows/code_analysis.yml' from remote '.github/workflows/code_analysis.yml'
    
    * 🔄 synced local '.github/workflows/license_scan.yml' with remote '.github/workflows/license_scan.yml'
    
    * 🔄 synced local '.github/license_scan_config.yml' with remote '.github/license_scan_config.yml'
    
    * 🔄 synced local '.github/workflows/secret_scan.yml' with remote '.github/workflows/secret_scan.yml'
    
    * 🔄 created local '.github/workflows/security_scan.yml' from remote '.github/workflows/security_scan.yml'
    
    * Update dependabot.yml
    
    * Update dependabot.yml
    
    ---------
    
    Co-authored-by: sovitybot <null>
    Co-authored-by: Sebastian Opriel <sebastian.opriel@sovity.de>
    sovitybot and SebastianOpriel authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    82c5bb0 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. feat loading errors and empty states for pages

    Co-authored-by: Richard Treier <richard.treier@sovity.de>
    AnurosePrakash and richardtreier authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    21939c9 View commit details
    Browse the repository at this point in the history
  2. fix transfer dialog submitting on cancel

    - fix transfer dialog submitting on cancel
    - fix transfer dialog validation not working
    - refactored transfer dialog to angular forms
    - renamed transfer dialog to contract-agreement-transfer-dialog
    - add data-address-type-select
    richardtreier committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    c9c4df3 View commit details
    Browse the repository at this point in the history
  3. fix dependabot.yml

    richardtreier committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    5554625 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f742299 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1fea12d View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. 🔄 Workflows: synced file(s) with sovity/github-file-sync (#129)

    * 🔄 Workflows: synced local '.github/workflows/code_analysis.yml' with remote '.github/workflows/code_analysis.yml'
    
    * 🔄 Workflows: synced local '.github/workflows/license_scan.yml' with remote '.github/workflows/license_scan.yml'
    
    * 🔄 Workflows: synced local '.github/workflows/secret_scan.yml' with remote '.github/workflows/secret_scan.yml'
    
    * 🔄 Workflows: synced local '.github/workflows/security_scan.yml' with remote '.github/workflows/security_scan.yml'
    
    ---------
    
    Co-authored-by: sovitybot <null>
    sovitybot authored Feb 18, 2023
    Configuration menu
    Copy the full SHA
    860e3ef View commit details
    Browse the repository at this point in the history
  2. 🔄 Dependabot: synced file(s) with sovity/github-file-sync (#131)

    * 🔄 Dependabot: synced local '.github/dependabot.yml' with remote '.github/dependabot.yml'
    
    * Update dependabot.yml
    
    ---------
    
    Co-authored-by: sovitybot <null>
    Co-authored-by: Sebastian Opriel <sebastian.opriel@sovity.de>
    sovitybot and SebastianOpriel authored Feb 18, 2023
    Configuration menu
    Copy the full SHA
    6952c90 View commit details
    Browse the repository at this point in the history
  3. 🔄 Templates: synced file(s) with sovity/github-file-sync (#130)

    * 🔄 Templates: synced local '.github/PULL_REQUEST_TEMPLATE.md' with remote '.github/PULL_REQUEST_TEMPLATE.md'
    
    * 🔄 Templates: synced local '.github/ISSUE_TEMPLATE/bug_report.md' with remote '.github/ISSUE_TEMPLATE/bug_report.md'
    
    * 🔄 Templates: synced local '.github/ISSUE_TEMPLATE/epic_template.md' with remote '.github/ISSUE_TEMPLATE/epic_template.md'
    
    * 🔄 Templates: synced local '.github/ISSUE_TEMPLATE/feature_request.md' with remote '.github/ISSUE_TEMPLATE/feature_request.md'
    
    * 🔄 Templates: synced local '.github/workflows/add_issue_to_project.yml' with remote '.github/workflows/add_issue_to_project.yml'
    
    ---------
    
    Co-authored-by: sovitybot <null>
    sovitybot authored Feb 18, 2023
    Configuration menu
    Copy the full SHA
    4a5b148 View commit details
    Browse the repository at this point in the history
  4. 🔄 Templates: created local '.github/workflows/add_pullrequest_to_proj…

    …ect.yml' from remote '.github/workflows/add_pullrequest_to_project.yml' (#134)
    
    Co-authored-by: sovitybot <null>
    sovitybot authored Feb 18, 2023
    Configuration menu
    Copy the full SHA
    c8d7c59 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. 🔄 Workflows: synced local '.github/workflows/code_analysis.yml' with …

    …remote '.github/workflows/code_analysis.yml' (#135)
    
    Co-authored-by: sovitybot <null>
    sovitybot authored Feb 19, 2023
    Configuration menu
    Copy the full SHA
    deaeac1 View commit details
    Browse the repository at this point in the history
  2. Bump docker/build-push-action from 3 to 4 (#77)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sebastian Opriel <sebastian.opriel@sovity.de>
    dependabot[bot] and SebastianOpriel authored Feb 19, 2023
    Configuration menu
    Copy the full SHA
    c3226c0 View commit details
    Browse the repository at this point in the history
  3. 🔄 Templates: synced local '.github/workflows/add_pullrequest_to_proje…

    …ct.yml' with remote '.github/workflows/add_pullrequest_to_project.yml' (#137)
    
    Co-authored-by: sovitybot <null>
    sovitybot authored Feb 19, 2023
    Configuration menu
    Copy the full SHA
    90bd9c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    15d40fe View commit details
    Browse the repository at this point in the history
  2. changelog cleanup (#139)

    * chore remove empty sections from CHANGELOG.md
    
    * chore add missing overview section to latest release
    richardtreier authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    4d687de View commit details
    Browse the repository at this point in the history
  3. chore: add continue on error in step level (#143)

    * chore: add continue on error in step level
    
    * chore: merge minor (test)
    
    * chore:revert to patch
    omarsilva1 authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    80ddd7a View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. feat favicons (#142)

    richardtreier authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    53ea32a View commit details
    Browse the repository at this point in the history
  2. fix compatibility information in README.md (#141)

    * fix compatibility information in README.md
    
    * update CHANGELOG.md
    richardtreier authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    d9ce7d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    b7b6104 View commit details
    Browse the repository at this point in the history
  2. chore: improve error handling for contract definition dialog (#146)

    * chore: improve error handling for contract definition dialog
    
    * chore: prettier?
    
    * fix http error message extraction
    
    ---------
    
    Co-authored-by: Richard Treier <richard.treier@sovity.de>
    2 people authored and SebastianOpriel committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    6c8971b View commit details
    Browse the repository at this point in the history
  3. Bump @types/node from 18.11.19 to 18.14.0

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.19 to 18.14.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and SebastianOpriel committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    09ca9dd View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Bump @types/node from 18.14.0 to 18.14.1 (#148)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.0 to 18.14.1.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    23b92e0 View commit details
    Browse the repository at this point in the history
  2. feat consume into any rest endpoint (#147)

    Co-authored-by: Richard Treier <richard.treier@sovity.de>
    AnurosePrakash and richardtreier authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    49f5cb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa5074b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b960df View commit details
    Browse the repository at this point in the history
  5. fix pagination counts

    richardtreier committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    4cf4f90 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    84f8a95 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    262ef4a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    35a68dc View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Bump @types/node from 18.14.1 to 18.14.2 (#155)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.1 to 18.14.2.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    f0c1c4f View commit details
    Browse the repository at this point in the history
  2. fix typo

    richardtreier committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    e2006d8 View commit details
    Browse the repository at this point in the history
  3. chore: change order of sidebar

    omar authored and richardtreier committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    3fe239f View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Bump @types/node from 18.14.2 to 18.14.3 (#158)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.2 to 18.14.3.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    c9200d6 View commit details
    Browse the repository at this point in the history
  2. fix typo

    richardtreier authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    8db2636 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4d8b0f View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Bump @types/node from 18.14.3 to 18.14.5 (#161)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.3 to 18.14.5.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    273a41b View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Bump actions/add-to-project from 0.4.0 to 0.4.1 (#166)

    Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 0.4.0 to 0.4.1.
    - [Release notes](https://github.com/actions/add-to-project/releases)
    - [Commits](actions/add-to-project@v0.4.0...v0.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/add-to-project
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    3ede61c View commit details
    Browse the repository at this point in the history
  2. Bump @types/node from 18.14.5 to 18.14.6 (#167)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.5 to 18.14.6.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    963208c View commit details
    Browse the repository at this point in the history
  3. 122 additional connector self-description (#165)

    * fix contract policy created message
    
    * feat EDC_UI_CONFIG_URL
    
    * feat more connector self-description properties
    
    * chore update CHANGELOG.md
    richardtreier authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    39dec8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe33946 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2cea25 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    768a905 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    70502b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cee5f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. 87 asset ids should be more technical and less prominent (#169)

    * feat: replaced asset id with asset organization in components, added validation for asset ID in the contract definition dialog
    
    * chore: added asset name in the select component instead of asset ID
    
    * feat: added viewing of asset cards below the multiple select component of  'Create new contract definition'
    
    * chore: code refactor
    
    * feat: added check for unknown originator organization in the asset detail , added ID in the asset detail
    
    * code refactor
    
    * code refactor
    
    * code refactor
    AnurosePrakash authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    2dc0ca9 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Bump @angular/cli from 14.2.10 to 14.2.11 (#191)

    Bumps [@angular/cli](https://github.com/angular/angular-cli) from 14.2.10 to 14.2.11.
    - [Release notes](https://github.com/angular/angular-cli/releases)
    - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
    - [Commits](angular/angular-cli@14.2.10...14.2.11)
    
    ---
    updated-dependencies:
    - dependency-name: "@angular/cli"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    ddd2e05 View commit details
    Browse the repository at this point in the history
  2. 177 chrome suggests passwords for policy ids (#180)

    * feat: replaced asset id with asset organization in components, added validation for asset ID in the contract definition dialog
    
    * chore: added asset name in the select component instead of asset ID
    
    * feat: added viewing of asset cards below the multiple select component of  'Create new contract definition'
    
    * Fix: Set auto-complete off for ID and other mandatory fields
    
    * code refactor
    
    * code refactor
    AnurosePrakash authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    4e2490e View commit details
    Browse the repository at this point in the history
  3. 126 UI needs to handle 401 (#176)

    * feat: replaced asset id with asset organization in components, added validation for asset ID in the contract definition dialog
    
    * chore: added asset name in the select component instead of asset ID
    
    * feat: added viewing of asset cards below the multiple select component of  'Create new contract definition'
    
    * chore: code refactor
    
    * fix: handling of error 401 on logout
    
    * Updated CHANGELOG.md
    
    * code refactor
    
    * code refactor
    
    * code refactor
    
    ---------
    
    Co-authored-by: Richard Treier <richard.treier@sovity.de>
    AnurosePrakash and richardtreier authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    334324d View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Dependabot updates merged (#194)

    * Bump zone.js from 0.12.0 to 0.13.0
    
    Bumps [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) from 0.12.0 to 0.13.0.
    - [Release notes](https://github.com/angular/angular/releases)
    - [Changelog](https://github.com/angular/angular/blob/main/packages/zone.js/CHANGELOG.md)
    - [Commits](https://github.com/angular/angular/commits/zone.js-0.13.0/packages/zone.js)
    
    ---
    updated-dependencies:
    - dependency-name: zone.js
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump @angular/platform-browser-dynamic from 14.2.12 to 14.3.0
    
    Bumps [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) from 14.2.12 to 14.3.0.
    - [Release notes](https://github.com/angular/angular/releases)
    - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/angular/angular/commits/14.3.0/packages/platform-browser-dynamic)
    
    ---
    updated-dependencies:
    - dependency-name: "@angular/platform-browser-dynamic"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump @angular/animations from 14.2.12 to 14.3.0
    
    Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 14.2.12 to 14.3.0.
    - [Release notes](https://github.com/angular/angular/releases)
    - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/angular/angular/commits/14.3.0/packages/animations)
    
    ---
    updated-dependencies:
    - dependency-name: "@angular/animations"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump @angular/platform-browser from 14.2.12 to 14.3.0
    
    Bumps [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) from 14.2.12 to 14.3.0.
    - [Release notes](https://github.com/angular/angular/releases)
    - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/angular/angular/commits/14.3.0/packages/platform-browser)
    
    ---
    updated-dependencies:
    - dependency-name: "@angular/platform-browser"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump @types/node from 18.14.6 to 18.15.3
    
    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.6 to 18.15.3.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump @angular/forms from 14.2.12 to 14.3.0
    
    Bumps [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) from 14.2.12 to 14.3.0.
    - [Release notes](https://github.com/angular/angular/releases)
    - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/angular/angular/commits/14.3.0/packages/forms)
    
    ---
    updated-dependencies:
    - dependency-name: "@angular/forms"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump @angular/router from 14.2.12 to 14.3.0
    
    Bumps [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) from 14.2.12 to 14.3.0.
    - [Release notes](https://github.com/angular/angular/releases)
    - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/angular/angular/commits/14.3.0/packages/router)
    
    ---
    updated-dependencies:
    - dependency-name: "@angular/router"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump jasmine-core from 4.5.0 to 4.6.0
    
    Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 4.5.0 to 4.6.0.
    - [Release notes](https://github.com/jasmine/jasmine/releases)
    - [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md)
    - [Commits](jasmine/jasmine@v4.5.0...v4.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: jasmine-core
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump @angular-devkit/build-angular from 14.2.10 to 14.2.11
    
    Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli) from 14.2.10 to 14.2.11.
    - [Release notes](https://github.com/angular/angular-cli/releases)
    - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
    - [Commits](angular/angular-cli@14.2.10...14.2.11)
    
    ---
    updated-dependencies:
    - dependency-name: "@angular-devkit/build-angular"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump @trivago/prettier-plugin-sort-imports from 4.0.0 to 4.1.1
    
    Bumps [@trivago/prettier-plugin-sort-imports](https://github.com/trivago/prettier-plugin-sort-imports) from 4.0.0 to 4.1.1.
    - [Release notes](https://github.com/trivago/prettier-plugin-sort-imports/releases)
    - [Changelog](https://github.com/trivago/prettier-plugin-sort-imports/blob/master/CHANGELOG.md)
    - [Commits](trivago/prettier-plugin-sort-imports@v4.0.0...v4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@trivago/prettier-plugin-sort-imports"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump @angular/compiler from 14.2.12 to 14.3.0
    
    Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 14.2.12 to 14.3.0.
    - [Release notes](https://github.com/angular/angular/releases)
    - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/angular/angular/commits/14.3.0/packages/compiler)
    
    ---
    updated-dependencies:
    - dependency-name: "@angular/compiler"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump @angular/common from 14.2.12 to 14.3.0
    
    Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 14.2.12 to 14.3.0.
    - [Release notes](https://github.com/angular/angular/releases)
    - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/angular/angular/commits/14.3.0/packages/common)
    
    ---
    updated-dependencies:
    - dependency-name: "@angular/common"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump @angular/compiler-cli from 14.2.12 to 14.3.0
    
    Bumps [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) from 14.2.12 to 14.3.0.
    - [Release notes](https://github.com/angular/angular/releases)
    - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/angular/angular/commits/14.3.0/packages/compiler-cli)
    
    ---
    updated-dependencies:
    - dependency-name: "@angular/compiler-cli"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix dependencies
    
    * chore update README.md
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    richardtreier and dependabot[bot] authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    ea33dbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0433523 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f323f71 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Bump prettier from 2.8.4 to 2.8.5 (#197)

    Bumps [prettier](https://github.com/prettier/prettier) from 2.8.4 to 2.8.5.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.8.4...2.8.5)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    8f06944 View commit details
    Browse the repository at this point in the history
  2. Bump @types/node from 18.15.3 to 18.15.5 (#198)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.15.3 to 18.15.5.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    c795562 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Bump prettier from 2.8.5 to 2.8.6 (#200)

    Bumps [prettier](https://github.com/prettier/prettier) from 2.8.5 to 2.8.6.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.8.5...2.8.6)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    bdf6e12 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Bump @types/node from 18.15.5 to 18.15.6 (#203)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.15.5 to 18.15.6.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    29e18c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9dca4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77a4b46 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Bump @types/node from 18.15.6 to 18.15.10 (#207)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.15.6 to 18.15.10.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    745ae8d View commit details
    Browse the repository at this point in the history
  2. Bump prettier from 2.8.6 to 2.8.7 (#208)

    Bumps [prettier](https://github.com/prettier/prettier) from 2.8.6 to 2.8.7.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.8.6...2.8.7)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    f2ab11d View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Bump nginx from 1.23.3-alpine to 1.23.4-alpine in /docker (#209)

    Bumps nginx from 1.23.3-alpine to 1.23.4-alpine.
    
    ---
    updated-dependencies:
    - dependency-name: nginx
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    db34863 View commit details
    Browse the repository at this point in the history
  2. Bump @types/node from 18.15.10 to 18.15.11 (#210)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.15.10 to 18.15.11.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    a5eb0b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

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

Commits on Apr 6, 2023

  1. 🔄 Templates: synced local '.github/ISSUE_TEMPLATE/bug_report.md' with…

    … remote '.github/ISSUE_TEMPLATE/bug_report.md'
    sovitybot authored and SebastianOpriel committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    ddf404f View commit details
    Browse the repository at this point in the history
  2. 🔄 Templates: synced local '.github/ISSUE_TEMPLATE/epic_template.md' w…

    …ith remote '.github/ISSUE_TEMPLATE/epic_template.md'
    sovitybot authored and SebastianOpriel committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    00e3cbb View commit details
    Browse the repository at this point in the history
  3. 🔄 Templates: synced local '.github/ISSUE_TEMPLATE/feature_request.md'…

    … with remote '.github/ISSUE_TEMPLATE/feature_request.md'
    sovitybot authored and SebastianOpriel committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    364911a View commit details
    Browse the repository at this point in the history
  4. 🔄 Templates: synced local '.github/workflows/add_issue_to_project.yml…

    …' with remote '.github/workflows/add_issue_to_project.yml'
    sovitybot authored and SebastianOpriel committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    e575652 View commit details
    Browse the repository at this point in the history
  5. 🔄 Templates: synced local '.github/workflows/add_pullrequest_to_proje…

    …ct.yml' with remote '.github/workflows/add_pullrequest_to_project.yml'
    sovitybot authored and SebastianOpriel committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    72c63e2 View commit details
    Browse the repository at this point in the history
  6. 🔄 Workflows: synced local '.github/workflows/license_scan.yml' with r…

    …emote '.github/workflows/license_scan.yml'
    sovitybot authored and SebastianOpriel committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    8485778 View commit details
    Browse the repository at this point in the history
  7. 🔄 Workflows: synced local '.github/workflows/secret_scan.yml' with re…

    …mote '.github/workflows/secret_scan.yml'
    sovitybot authored and SebastianOpriel committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    a056149 View commit details
    Browse the repository at this point in the history
  8. 🔄 Workflows: synced local '.github/workflows/security_scan.yml' with …

    …remote '.github/workflows/security_scan.yml'
    sovitybot authored and SebastianOpriel committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    0e06c58 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

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

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    03cb443 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dff3034 View commit details
    Browse the repository at this point in the history
  3. fix logout page hijacking back button

    This is not a full fix as it will leave two entries in the
    history of the last visited page. The exact solution would
    be to remove the abstraction leak of the list of routes
    being re-used for the list of navigation menu entries.
    richardtreier committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    2f20326 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. 164 show hidden asset properties + contract offer policies (#223)

    * feat: replaced asset id with asset organization in components, added validation for asset ID in the contract definition dialog
    
    * chore: added asset name in the select component instead of asset ID
    
    * feat: added viewing of asset cards below the multiple select component of  'Create new contract definition'
    
    * feat: adding handling of additional asset properties in the asset dialog
    
    * feat: Handling of additional asset properties and policies in the asset dialog
    
    * Updated CHANGELOG.md
    
    * chore: refactor
    
    * fix mds fields always showing, fix some paddings
    
    * chore: refactor
    
    * fix typo
    
    ---------
    
    Co-authored-by: Richard Treier <richard.treier@sovity.de>
    AnurosePrakash and richardtreier authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    7ce866e View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. 🔄 Templates: synced file(s) with sovity/github-file-sync (#226)

    * 🔄 Templates: synced local '.github/PULL_REQUEST_TEMPLATE.md' with remote '.github/PULL_REQUEST_TEMPLATE.md'
    
    * 🔄 Templates: synced local '.github/ISSUE_TEMPLATE/bug_report.md' with remote '.github/ISSUE_TEMPLATE/bug_report.md'
    
    * 🔄 Templates: synced local '.github/ISSUE_TEMPLATE/epic_template.md' with remote '.github/ISSUE_TEMPLATE/epic_template.md'
    
    * 🔄 Templates: synced local '.github/ISSUE_TEMPLATE/feature_request.md' with remote '.github/ISSUE_TEMPLATE/feature_request.md'
    
    * 🔄 Templates: synced local '.github/workflows/add_pullrequest_to_project.yml' with remote '.github/workflows/add_pullrequest_to_project.yml'
    
    ---------
    
    Co-authored-by: sovitybot <null>
    sovitybot authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    da98688 View commit details
    Browse the repository at this point in the history
  2. 🔄 Workflows: synced local '.github/workflows/secret_scan.yml' with re…

    …mote '.github/workflows/secret_scan.yml' (#225)
    
    Co-authored-by: sovitybot <null>
    Co-authored-by: Sebastian Opriel <sebastian.opriel@sovity.de>
    sovitybot and SebastianOpriel authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    cb883a7 View commit details
    Browse the repository at this point in the history
  3. 🔄 Dependabot: synced file(s) with sovity/github-file-sync (#229)

    * 🔄 Dependabot: synced local '.github/dependabot.yml' with remote '.github/dependabot.yml'
    
    * Update dependabot.yml
    
    ---------
    
    Co-authored-by: sovitybot <null>
    Co-authored-by: Sebastian Opriel <sebastian.opriel@sovity.de>
    sovitybot and SebastianOpriel authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    f2f5fc2 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Bump @types/node from 18.15.11 to 18.15.12 (#233)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.15.11 to 18.15.12.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    0ee922c View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Bump @types/node from 18.15.12 to 18.15.13 (#235)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.15.12 to 18.15.13.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    e2669d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Bump karma from 6.4.1 to 6.4.2 (#237)

    Bumps [karma](https://github.com/karma-runner/karma) from 6.4.1 to 6.4.2.
    - [Release notes](https://github.com/karma-runner/karma/releases)
    - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
    - [Commits](karma-runner/karma@v6.4.1...v6.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: karma
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    058efd5 View commit details
    Browse the repository at this point in the history
  2. Bump prettier from 2.8.7 to 2.8.8 (#239)

    Bumps [prettier](https://github.com/prettier/prettier) from 2.8.7 to 2.8.8.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.8.7...2.8.8)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    cce5a23 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    e9b4d7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60c0f51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dcdea0 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Bump rxjs from 7.8.0 to 7.8.1 (#245)

    Bumps [rxjs](https://github.com/reactivex/rxjs) from 7.8.0 to 7.8.1.
    - [Release notes](https://github.com/reactivex/rxjs/releases)
    - [Changelog](https://github.com/ReactiveX/rxjs/blob/7.8.1/CHANGELOG.md)
    - [Commits](ReactiveX/rxjs@7.8.0...7.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: rxjs
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    9c63840 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a058e61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    368f960 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf77be4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe14db6 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Bump rxjs from 7.8.0 to 7.8.1 (#251)

    Bumps [rxjs](https://github.com/reactivex/rxjs) from 7.8.0 to 7.8.1.
    - [Release notes](https://github.com/reactivex/rxjs/releases)
    - [Changelog](https://github.com/ReactiveX/rxjs/blob/7.8.1/CHANGELOG.md)
    - [Commits](ReactiveX/rxjs@7.8.0...7.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: rxjs
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    ba3950d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bd7f14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    842b419 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb0d494 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

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

Commits on May 3, 2023

  1. feat: adding details popup in the transfer history (#263)

    * feat: adding details popup in the transfer history
    
    * chore: Updated CHANGELOG.md
    AnurosePrakash authored May 3, 2023
    Configuration menu
    Copy the full SHA
    518c2d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    821c97e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54ffe14 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7619cbc View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    b08f311 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66da869 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    e1e93c1 View commit details
    Browse the repository at this point in the history
  2. feat: minor UI improvements (#266)

    * fix long single words breaking card titles
    
    * feat re-add consuming contract agreements section header
    
    * feat add asset propreties as titles
    
    * chore update CHANGELOG.md
    richardtreier authored May 15, 2023
    Configuration menu
    Copy the full SHA
    c5518f5 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Bump tslib from 2.5.0 to 2.5.1 (#279)

    Bumps [tslib](https://github.com/Microsoft/tslib) from 2.5.0 to 2.5.1.
    - [Release notes](https://github.com/Microsoft/tslib/releases)
    - [Commits](microsoft/tslib@2.5.0...2.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: tslib
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 18, 2023
    Configuration menu
    Copy the full SHA
    a5bf5ae View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Bump tslib from 2.5.1 to 2.5.2 (#281)

    Bumps [tslib](https://github.com/Microsoft/tslib) from 2.5.1 to 2.5.2.
    - [Release notes](https://github.com/Microsoft/tslib/releases)
    - [Commits](microsoft/tslib@2.5.1...2.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: tslib
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 19, 2023
    Configuration menu
    Copy the full SHA
    56805a7 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Bump socket.io-parser from 4.2.2 to 4.2.3 (#286)

    Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.2 to 4.2.3.
    - [Release notes](https://github.com/socketio/socket.io-parser/releases)
    - [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
    - [Commits](socketio/socket.io-parser@4.2.2...4.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: socket.io-parser
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 24, 2023
    Configuration menu
    Copy the full SHA
    8c75c0b View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Bump @types/jasmine from 4.3.1 to 4.3.2 (#289)

    Bumps [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) from 4.3.1 to 4.3.2.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/jasmine"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 26, 2023
    Configuration menu
    Copy the full SHA
    a94ab88 View commit details
    Browse the repository at this point in the history
  2. Bump postcss-loader from 7.3.0 to 7.3.1 (#291)

    Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 7.3.0 to 7.3.1.
    - [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
    - [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
    - [Commits](webpack-contrib/postcss-loader@v7.3.0...v7.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: postcss-loader
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 26, 2023
    Configuration menu
    Copy the full SHA
    5f33227 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Bump postcss-loader from 7.3.1 to 7.3.2 (#293)

    Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 7.3.1 to 7.3.2.
    - [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
    - [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
    - [Commits](webpack-contrib/postcss-loader@v7.3.1...v7.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: postcss-loader
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 29, 2023
    Configuration menu
    Copy the full SHA
    a322f46 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. broker UI PoC (#278)

    * refactor: split edc-ui into broker-ui and connector-ui, improved module architecture
    
    * feat: broker data offer page (WIP)
    
    * feat: additional broker ui features
    richardtreier authored May 30, 2023
    Configuration menu
    Copy the full SHA
    1fd31e9 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. broker connector page (#295)

    * chore: initial broker server model
    
    * feat: broker connector page
    richardtreier authored May 31, 2023
    Configuration menu
    Copy the full SHA
    cefde2e View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

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

Commits on Jun 2, 2023

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

Commits on Jun 5, 2023

  1. Bump tslib from 2.5.2 to 2.5.3 (#299)

    Bumps [tslib](https://github.com/Microsoft/tslib) from 2.5.2 to 2.5.3.
    - [Release notes](https://github.com/Microsoft/tslib/releases)
    - [Commits](microsoft/tslib@2.5.2...v2.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: tslib
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    ce83762 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf273cc View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

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

Commits on Jun 12, 2023

  1. Bump postcss-loader from 7.3.2 to 7.3.3 (#305)

    Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 7.3.2 to 7.3.3.
    - [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
    - [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
    - [Commits](webpack-contrib/postcss-loader@v7.3.2...v7.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: postcss-loader
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    6d7172a View commit details
    Browse the repository at this point in the history
  2. Adding version Information to Dashboard Page - Connector Properties (#…

    …303)
    
    * Adding version Information to Dashboard Page - Connector Properties
    
    * removed unwanted console.log and updated CHANGELOG.md
    
    * refactor: modularising functionalities in the connector-info-property-grid-group-builder.ts
    
    * Bump tslib from 2.5.2 to 2.5.3 (#299)
    
    Bumps [tslib](https://github.com/Microsoft/tslib) from 2.5.2 to 2.5.3.
    - [Release notes](https://github.com/Microsoft/tslib/releases)
    - [Commits](microsoft/tslib@2.5.2...v2.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: tslib
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * feat: copyright footer (broker) (#302)
    
    * chore: update CHANGELOG.md for release
    
    * chore: code cleanup - variable renaming
    
    * Updated CHANGELOG.md
    
    * Updated CHANGELOG.md
    
    * chore: pipeline now writes build date
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Richard Treier <richard.treier@sovity.de>
    3 people authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    f40e10a View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Bump @types/jasmine from 4.3.2 to 4.3.3 (#313)

    Bumps [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) from 4.3.2 to 4.3.3.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/jasmine"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    2fa948b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6973c2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2dc935f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64d7600 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Bump @types/jasmine from 4.3.3 to 4.3.4 (#318)

    Bumps [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) from 4.3.3 to 4.3.4.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/jasmine"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    60cc3a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    20a79b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9c0a05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c960d98 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    151dce1 View commit details
    Browse the repository at this point in the history
  2. fix broker ui sort not working + release prep (#324)

    * fix: catalog sorting not working (broker ui)
    
    * chore: prepare release
    richardtreier authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    308ff40 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. chore(deps-dev): bump karma-coverage from 2.2.0 to 2.2.1 (#326)

    Bumps [karma-coverage](https://github.com/karma-runner/karma-coverage) from 2.2.0 to 2.2.1.
    - [Release notes](https://github.com/karma-runner/karma-coverage/releases)
    - [Changelog](https://github.com/karma-runner/karma-coverage/blob/master/CHANGELOG.md)
    - [Commits](karma-runner/karma-coverage@v2.2.0...v2.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: karma-coverage
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    68f4d4d View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. chore(deps-dev): bump @types/jasmine from 4.3.4 to 4.3.5 (#337)

    Bumps [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) from 4.3.4 to 4.3.5.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/jasmine"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    c19c5c8 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @angular/cli from 14.2.11 to 14.2.12 (#338)

    Bumps [@angular/cli](https://github.com/angular/angular-cli) from 14.2.11 to 14.2.12.
    - [Release notes](https://github.com/angular/angular-cli/releases)
    - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
    - [Commits](angular/angular-cli@14.2.11...14.2.12)
    
    ---
    updated-dependencies:
    - dependency-name: "@angular/cli"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    71153db View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. feat: max active consuming contract agreements limit (#335)

    Co-authored-by: Richard Treier <richard.treier@sovity.de>
    AnurosePrakash and richardtreier authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    8fa3680 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3ba751 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump @angular-devkit/build-angular (#339)

    Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli) from 14.2.11 to 14.2.12.
    - [Release notes](https://github.com/angular/angular-cli/releases)
    - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
    - [Commits](angular/angular-cli@14.2.11...14.2.12)
    
    ---
    updated-dependencies:
    - dependency-name: "@angular-devkit/build-angular"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    188f2b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    47e21d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d364c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. fix: data address built wrongly, prepare release (#345)

    * fix: data address built wrongly
    
    * chore: prepare release
    richardtreier authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    a592ff4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e799e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8ed8ec View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Visualize Connector Status (#346)

    Co-authored-by: Richard Treier <richard.treier@sovity.de>
    SaadEGI and richardtreier authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    e214fc7 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump semver from 5.7.1 to 5.7.2 in /fake-backend (#350)

    Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
    - [Commits](npm/node-semver@v5.7.1...v5.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    446eaf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c11f368 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d45340d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f9266e View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. chore(deps-dev): bump tailwindcss from 3.3.2 to 3.3.3 (#365)

    Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.3.2 to 3.3.3.
    - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
    - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.3.3/CHANGELOG.md)
    - [Commits](tailwindlabs/tailwindcss@v3.3.2...v3.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: tailwindcss
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    9676dbe View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

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

Commits on Jul 26, 2023

  1. Update Packages (#376)

    * Update Packages
    
    * Update Packages
    SaadEGI authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    98ac623 View commit details
    Browse the repository at this point in the history
  2. Bump nginx from 1.23.4-alpine to 1.25.1-alpine in /docker (#310)

    Bumps nginx from 1.23.4-alpine to 1.25.1-alpine.
    
    ---
    updated-dependencies:
    - dependency-name: nginx
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    42bc455 View commit details
    Browse the repository at this point in the history
  3. Bump zone.js from 0.12.0 to 0.13.1 (#308)

    Bumps [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) from 0.12.0 to 0.13.1.
    - [Release notes](https://github.com/angular/angular/releases)
    - [Changelog](https://github.com/angular/angular/blob/main/packages/zone.js/CHANGELOG.md)
    - [Commits](https://github.com/angular/angular/commits/zone.js-0.13.1/packages/zone.js)
    
    ---
    updated-dependencies:
    - dependency-name: zone.js
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    c375148 View commit details
    Browse the repository at this point in the history
  4. Bump karma-jasmine-html-reporter from 2.0.0 to 2.1.0 (#301)

    Bumps [karma-jasmine-html-reporter](https://github.com/dfederm/karma-jasmine-html-reporter) from 2.0.0 to 2.1.0.
    - [Release notes](https://github.com/dfederm/karma-jasmine-html-reporter/releases)
    - [Commits](https://github.com/dfederm/karma-jasmine-html-reporter/commits)
    
    ---
    updated-dependencies:
    - dependency-name: karma-jasmine-html-reporter
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>
    dependabot[bot] and tmberthold authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    651e20e View commit details
    Browse the repository at this point in the history
  5. Bump karma-chrome-launcher from 3.1.1 to 3.2.0 (#236)

    Bumps [karma-chrome-launcher](https://github.com/karma-runner/karma-chrome-launcher) from 3.1.1 to 3.2.0.
    - [Release notes](https://github.com/karma-runner/karma-chrome-launcher/releases)
    - [Changelog](https://github.com/karma-runner/karma-chrome-launcher/blob/master/CHANGELOG.md)
    - [Commits](karma-runner/karma-chrome-launcher@v3.1.1...v3.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: karma-chrome-launcher
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>
    dependabot[bot] and tmberthold authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    4c000e1 View commit details
    Browse the repository at this point in the history
  6. fix: downgrade zone.js

    tmberthold committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    cf7098d View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

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

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    3381d69 View commit details
    Browse the repository at this point in the history
  2. feat: migrate transfer history page to API Wrapper (#351)

    ---------
    
    Co-authored-by: Richard Treier <richard.treier@sovity.de>
    AnurosePrakash and richardtreier authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    b15b648 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. chore(deps): bump nginx from 1.25.1-alpine to 1.25.2-alpine in /docker (

    #436)
    
    Bumps nginx from 1.25.1-alpine to 1.25.2-alpine.
    
    ---
    updated-dependencies:
    - dependency-name: nginx
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    73b071e View commit details
    Browse the repository at this point in the history
  2. ci: non-root container image (#437)

    Make image work in a nonroot environment.
    
    * Docker: fully-qualified image names
    
    Consistency and compatibility with more container runtimes and builders.
    
    * Docker: rewrite to use unprivileged NGINX
    
    Instead of manually modifying the image to work in a non-root
    environment, use the official unprivileged NGINX image. To install
    packages and perform other privileged tasks, temporarily switch to root
    and subsequently switch back.
    
    Additionally, use the native envsubst templating already integrated into
    the NGINX images instead of recreating it. The reason it was not
    triggering before is that the entrypoint script in the base image checks
    if the command is `nginx` or `nginx-debug` and if not just executes the
    command directly without running any further setup.
    
    ---------
    
    Co-authored-by: Thomas <60181704+tsk9@users.noreply.github.com>
    sybereal and tsk9 authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    6912794 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. chore(deps-dev): bump postcss-scss from 4.0.6 to 4.0.7 (#438)

    Bumps [postcss-scss](https://github.com/postcss/postcss-scss) from 4.0.6 to 4.0.7.
    - [Changelog](https://github.com/postcss/postcss-scss/blob/main/CHANGELOG.md)
    - [Commits](postcss/postcss-scss@4.0.6...4.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: postcss-scss
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    78bded3 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. chore(deps): bump tslib from 2.6.1 to 2.6.2 (#441)

    Bumps [tslib](https://github.com/Microsoft/tslib) from 2.6.1 to 2.6.2.
    - [Release notes](https://github.com/Microsoft/tslib/releases)
    - [Commits](microsoft/tslib@v2.6.1...v2.6.2)
    
    ---
    updated-dependencies:
    - dependency-name: tslib
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    bcd5d4c View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

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

Commits on Aug 23, 2023

  1. feat: type-safe fake backend (#447)

    ---------
    
    Co-authored-by: AnurosePrakash <anurose.prakash@sovity.de>
    richardtreier and AnurosePrakash authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    f55cd0c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

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

Commits on Aug 29, 2023

  1. chore: contract definition page now uses UI API Wrapper (#456)

    ---------
    
    Co-authored-by: Richard Treier <richard.treier@sovity.de>
    SaadEGI and richardtreier authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    3cb98ce View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

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