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

[PCF Exchange Kit] Kit Update Rel. 24.08 #967

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
e79777d
Change Open API doc to current version.
wern Jun 6, 2024
9b94625
Fix issue #838 - invalid source URL.
wern Jun 7, 2024
9903ab4
Update pcf-exchange-api to latest version.
wern Jun 7, 2024
107d1c9
Merge branch 'eclipse-tractusx:main' into feature/PCF-Kit-Update_Rel_…
wern Jun 7, 2024
3849d9f
Several fixes and adaptations in "Adoption View" with regards to the …
SMaierTSI Jun 14, 2024
40cb5a1
Merge branch 'feature/PCF-Kit-Update_Rel_24.08' of https://github.com…
SMaierTSI Jun 14, 2024
71cdb8c
Several fixes and adaptations with regards to the latest CX Rel. 24.0…
SMaierTSI Jun 14, 2024
bb84992
Minor typo fixes
SMaierTSI Jun 14, 2024
2a19d99
Re-fix source URL ;)
wern Jun 17, 2024
32f5c6a
Remove URL based sample data.
wern Jun 17, 2024
2737182
Adapt policy structure and introduce bilateral contracts.
wern Jun 20, 2024
fdb7aad
Fix source link.
wern Jun 20, 2024
a043b85
Minor layout correct for collapsing/ expanding payload of PCF data model
SMaierTSI Jun 24, 2024
d323137
Corrected some typos
SMaierTSI Jun 24, 2024
ee0de6d
Enhance JSON sample formatting.
wern Jun 24, 2024
572f2dd
Fix Notes.
wern Jun 24, 2024
4d58c3d
Updated content, fixed several typos after review.
SMaierTSI Jul 2, 2024
23d57a9
Fixed several typos
SMaierTSI Jul 2, 2024
dcb53c5
Fixed typos
SMaierTSI Jul 2, 2024
d177ac9
Fixed several typos.
SMaierTSI Jul 2, 2024
246d4ae
Fixed several typos.
SMaierTSI Jul 2, 2024
d5c189e
Added update information for Rel. 24.08.
SMaierTSI Jul 3, 2024
17a0dac
Resolve merge conflicts.
wern Jul 3, 2024
6174fc6
Update datamodel version in diagrams.
wern Jul 3, 2024
c0c1fe4
Update data model version.
wern Jul 3, 2024
c95557a
Change reference FrameworkAgreement.
wern Jul 3, 2024
b7940c6
Update standard version numbers.
wern Jul 3, 2024
051312f
Added update information in context of Rel. 24.08
SMaierTSI Jul 3, 2024
0449e98
Merge branch 'feature/PCF-Kit-Update_Rel_24.08' of https://github.com…
SMaierTSI Jul 3, 2024
2620c37
Clarify access polices usage when using bilateral contracts in usage …
wern Jul 4, 2024
ecc5a20
Remove image transparency.
wern Jul 4, 2024
5996432
Resize and rearrange images to avoid upscaling by docusaurus.
wern Jul 4, 2024
d6bc4f6
Updated illustrations and fixed layout issues.
SMaierTSI Jul 5, 2024
e0171e9
Fixed linting errors
SMaierTSI Jul 8, 2024
2a112a5
Fixed further linting errors
SMaierTSI Jul 8, 2024
99ac466
Fixed further linting errors
SMaierTSI Jul 8, 2024
e43473e
Fix linting issues.
wern Jul 8, 2024
0e021df
Fix more linter findings.
wern Jul 8, 2024
8f000d8
Incorporate review findings.
wern Jul 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = [{"type":"doc","id":"kits/PCF Exchange Kit/Software Development View/pcf-exchange-api/catena-x-pcf-request-endpoint"},{"type":"category","label":"PCF Exchange API","items":[{"type":"doc","id":"kits/PCF Exchange Kit/Software Development View/pcf-exchange-api/get-pcf","label":"get_pcf","className":"api-method get"},{"type":"doc","id":"kits/PCF Exchange Kit/Software Development View/pcf-exchange-api/set-pcf","label":"set_pcf","className":"api-method put"}]}];
module.exports = [];
35 changes: 35 additions & 0 deletions docs-kits/kits/PCF Exchange Kit/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,41 @@ sidebar_position: 1

All notable changes to this Kit will be documented in this file.

## [1.2.0] - 2024-08-01

### Added

#### Adoption View

* References to available PCF exchange solutions (moved from CX-0136 PCF Use Case standard)
* Comprehensive illustration of latest PCF data model (overview plus details)

#### Development View

* Specification for bilateral contracts

### Changed

#### Adoption View

* Exemplary PCF data model payload to PCF data model version 7.0.0 (Rel. 24.08)
* References to relevant standards in their latest versions (Rel. 24.08)
* Several typos and link errors
* Reference to Framework Agreement

#### Development View

* PCF Exchange API to Rel. 24.08 (e.g. data format)
* Several illustrations to reflect latest changes in Rel. 24.08
* Policy adapted to latest standards (incl. new Framework Agreement and bilateral contracts)
* Referenced standard updated

### Removed

#### Development View

* Inlined Open-API (MDX) removed

## [1.1.0] - 2024-05-17

### Added
Expand Down
Loading
Loading