Skip to content

Commit

Permalink
PR Remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Mar 31, 2023
1 parent 9b53144 commit 9836746
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 42 deletions.
39 changes: 0 additions & 39 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,25 +49,6 @@ corresponding [documentation](/docs/migration/Version_0.1.x_0.3.x.md).
- Local TXDC Setup Documentation (#618)
- Feature: Sftp Provisioner and Client (#554)

- Add contract id to data source http call (#732)
- Support also support releases in ci pipeline
- Introduce typed object for oauth2 provisioning
- Add documentation
- Add test case
- Add client to omejdn
- add hydra deployment
- Configure dynamically HTTP Receiver callback endpoints. (#685)
- cp-adapter : code review, rollbacke name change (#664)
- Feature/cp adapter task 355 356 357 (#621)
- Add Validity Mapping in ContractDefinitionStepDefs class
- Add feature and create SendAnOfferwithoutConstraints method in class negotiationSteps
- Add validity attribute in class ContractDefinition
- Add Validity Mapping in ContractDefinitionStepDefs class
- Add feature and create SendAnOfferwithoutConstraints method in class negotiationSteps
- Add validity attribute in class ContractDefinition
- Local TXDC Setup Documentation (#618)
- Feature: Sftp Provisioner and Client (#554)

### Changed

- Support horizontal edc scaling in cp adapter extension (#678)
Expand All @@ -90,26 +71,6 @@ corresponding [documentation](/docs/migration/Version_0.1.x_0.3.x.md).
- update link to edc logo in README.md (#612)
- update description of supporting infrastructure deployment (#616)

- Support horizontal edc scaling in cp adapter extension (#678)
- Use upstream jackson version (#741)
- Replace provision-oauth2 with data-plane-http-oauth2
- docs: Update sample documentation (#671)
- chore: Disable build ci pipeline if just docu was updated (#705)
- Increase trivy timeout
- Remove not useful anymore custom-jsonld extension (#683)
- update setup docu (#654)
- remove trailing slash (#652)
- update alpine from 3.17.0 to 3.17.1 for controlplane-memory-hashicorp-vault (#665)
- Feature/set charts deprecated (#628)
- update setup docu (#627)
- Feature/update txdc deployment downward capabilities (#625)
- remove git submodule (#619)
- Feature/update postman (#624)
- update control plane docu (#623)
- update postgresql version in Chart.yaml supporting-infrastructure (#622)
- update link to edc logo in README.md (#612)
- update description of supporting infrastructure deployment (#616)

### Fixed

- bugfix: Fix slow AES encryption (#746)
Expand Down
1 change: 1 addition & 0 deletions NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ SPDX-License-Identifier: Apache-2.0

## Source Code

The project maintains the following source code repositories
in the GitHub organization <https://github.com/eclipse-tractusx>:

* <https://github.com/eclipse-tractusx/tractusx-edc>
Expand Down
2 changes: 1 addition & 1 deletion edc-tests/cucumber/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ tasks.withType(Test::class) {
// do not publish
edcBuild {
publish.set(false)
}
}
2 changes: 1 addition & 1 deletion edc-tests/e2e-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ dependencies {
// do not publish
edcBuild {
publish.set(false)
}
}
2 changes: 1 addition & 1 deletion edc-tests/runtime/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ tasks.withType<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar> {
// do not publish
edcBuild {
publish.set(false)
}
}

0 comments on commit 9836746

Please sign in to comment.