Skip to content

Commit

Permalink
[6 Dev] STORY-3208: A CDM user has access to the FpML 5.13 ingestion …
Browse files Browse the repository at this point in the history
…test pack (finos#2797)

* Add FpML 5.13 test pack

* Update expectations

* Separate incomplete processes

* Separate incomplete products

* Update expectations

* Revert pom version change

* Reformat

* Clean up files

* Update RELEASE.md

* Update ingestions.json

* Remove unused imports

* Remove unused files related to the CDM Portal

* Remove unused distribution module

* Remove unused distribution module

* Update RELEASE.md

* Fix release note

* Fix licence scanning

* Fix licence scanning
  • Loading branch information
hugohills-regnosys authored Mar 21, 2024
1 parent e10672c commit 26ae072
Show file tree
Hide file tree
Showing 804 changed files with 210,552 additions and 12,380 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/license-scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
module-folder: ["./", "./examples", "./rosetta-source", "./rosetta-project", "./distribution"]
module-folder: ["./", "./examples", "./rosetta-source", "./rosetta-project"]
steps:
- uses: actions/checkout@v3
- name: Install XQ
Expand Down
33 changes: 27 additions & 6 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,35 @@
# _Infrastructure - Dependency Update_
# _Infrastructure - FpML 5.13 Ingestion Test Pack_

_What is being released?_

This release updates the `rosetta-dsl` dependencies.
This release adds an ingestion test pack containing FpML 5.13 WD3 xml files from [www.fpml.org/spec/fpml-5-13-3-wd-3/](https://www.fpml.org/spec/fpml-5-13-3-wd-3/) examples download.

Version updates include:
- `rosetta-dsl` 9.7.0: DSL validation and performance enhancements. For further details see DSL release notes: https://github.com/REGnosys/rosetta-dsl/releases/tag/9.7.0.
There are no changes to the model. Ingestion test expectations have been added for the new FpML 5.13 test pack.

There are no changes to the model. The number of expected ingestion validation failures has changed due to changes in the way validation failures are counted.
_Review directions_

In Rosetta, open the Translate tab and review test packs:

- fpml-5-13/products
- fpml-5-13/incomplete-products
- fpml-5-13/processes
- fpml-5-13/incomplete-processes

The changes can be reviewed in PR: [#2797](https://github.com/finos/common-domain-model/pull/2797)

# _Infrastructure - Remove Unused Folders_

_What is being released?_

This release removes files and folders that were previously used by the CDM Portal.

Removed folders:
- distribution
- rosetta-source/src/main/resources/calculation-test-cases
- rosetta-source/src/main/resources/cdm-sample-files/event-sequences

There are no changes to the model.

_Review directions_

The changes can be reviewed in PR: [#2783](https://github.com/finos/common-domain-model/pull/2783)
The changes can be reviewed in PR: [#2800](https://github.com/finos/common-domain-model/pull/2800)
46 changes: 0 additions & 46 deletions distribution/assembly.xml

This file was deleted.

47 changes: 0 additions & 47 deletions distribution/csharp8-assembly.xml

This file was deleted.

153 changes: 0 additions & 153 deletions distribution/csharp8-pom.xml

This file was deleted.

47 changes: 0 additions & 47 deletions distribution/csharp9-assembly.xml

This file was deleted.

Loading

0 comments on commit 26ae072

Please sign in to comment.