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

merge from main #400

Merged
merged 31 commits into from
Jun 27, 2024
Merged

merge from main #400

merged 31 commits into from
Jun 27, 2024

Conversation

DelanoWAF
Copy link
Contributor

No description provided.

MLenterman and others added 30 commits June 11, 2024 14:41
docs: introduce docusaurus documentation website hosted as github pages
## [1.19.5](v1.19.4...v1.19.5) (2024-06-11)

### 📝 Documentation

* introduce docusaurus documentation website hosted as github pages ([4a784b3](4a784b3))
## [1.19.6](v1.19.5...v1.19.6) (2024-06-11)

### 📝 Documentation

* replace broken link how-to-set-or-override-properties with placeholder ([396715e](396715e))
…documenten and geefZaakDetails steps [skip ci]
…dateZaak add a new gerelateerde on the same roltype
…esulting in unnecessary delete and post calls
…the role is not present on the case (#285)

* fix: add organisatorischeEenheid translation

* test: add OEH test

* refacter: delete now finds by identification and deletes all that match

* Add: Zaak not found error detection

* refactor: ZdsZaak's existence can now be checked

* refactor: RolCheck goes one way not both

* Fix: added Check Test and commented out some soap elements

* Fix: extra empty check

* Refactor: add authentiek to zaak

* Fix: check was wrong on authentiek and

* Add: check tests (verwerkingsoort="I")

* save with correct soapui settings

* test: add two object updateZaak testcases for role delete, add and delete+add

* additional role testcases

* refactor: merge oud en nieuw and changed logic to pass extra testcases

* test: fix "'VI''TT'" test and add 'WI' test

* refactor: delete now throws eror if mutiple rolls are found to delete

* fix: change object count check

* refactor: cover more edgecases when merging

* refactor: group rollen at merge

* resolve regression test failures

---------

Co-authored-by: MLenterman <[email protected]>
## [1.19.7](v1.19.6...v1.19.7) (2024-06-21)

### 🐛 Bug Fixes

* authentiek element is not taken into account when identifying a gerelateerde on a role during updateZaak ([70be86d](70be86d))
* updateZaak fails when deleting a gerelateerde and in the same updateZaak add a new gerelateerde on the same roltype ([7b532b9](7b532b9))
* updateZaak not able to handle multiple gerelateerde for a single roltype ([a9d6607](a9d6607))
* updateZaak sometimes incorrectly detects changes to case roles resulting in unnecessary delete and post calls ([8825c6c](8825c6c))

### 🧑‍💻 Code Refactoring

* updateZaak uses verwerkingsoort when processing case roles ([4bb2da2](4bb2da2))
* verwerkingssoort 'I' on case roles are processed as 'T' if the role is not present on the case ([#285](#285)) ([1ec7016](1ec7016))

### ✅ Tests

* add assertions to check for regression on various geefLijstZaakdocumenten and geefZaakDetails steps [skip ci] ([3b2bfbf](3b2bfbf))
* add testcases for all different combinations of verwerkingsoort on case roles ([f88f0a6](f88f0a6))
* add testcases for deleting, changing and adding multiple gerelateerde on a single roltype ([e7b68a1](e7b68a1))
* fix: convert zgw zaak document status into zds zaak document status

* chore: removed redundant variable

* refactor: mapping removed into the CreateDu02Response.xslt file

* fix: update test case

* remove redundant namespace

* update test case

* statusMap function moved out ouf Du02Response.xslt file

* statusMap removed from other response creater xslt files used by an adapter that uses ZdsZaakDocumentInhoud as well. GeefZaakDocumentLezen in this case.

* trigger ci commit

---------

Co-authored-by: Meric Akgul <[email protected]>
Co-authored-by: MLenterman <[email protected]>
## [1.19.8](v1.19.7...v1.19.8) (2024-06-21)

### 🐛 Bug Fixes

* document status is not being translated from zgw to zds ([#355](#355)) ([8b06c39](8b06c39))
… the zaak can't be found (#395)

* geefLijstZaakDocumenten and geefZaakDetails don't return error but returns StUF:noValue="waardeOnbekend" in case no zaak is found

* update other adapters using getZgwZaak adapter. These adapters will give error

* testCase added to test if there is no error and object element is empty in case no zaak found for GeefZaakDetails and GeefLijstZaakDocumenten requests

* small style edits

---------

Co-authored-by: Meric Akgul <[email protected]>
Co-authored-by: MLenterman <[email protected]>
## [1.19.9](v1.19.8...v1.19.9) (2024-06-25)

### 🐛 Bug Fixes

* geefLijstZaakdocumenten should not return an error response when the zaak can't be found ([#395](#395)) ([d4ce003](d4ce003))
)

* new adapters which are handling authorization for each api have been added

* customcode related step has been removed from contributing file

* jwtPipe's has been replaced with the new pipe calling the authorization generator adapter for catalogiApi

* jwtPipe's has been replaced with the new pipe calling the authorization generator adapter for zakenApi

* jwtPipe's has been replaced with the new pipe calling the authorization generator adapter for documentenApi

* custom part in Parameter.java file removed. The whole file will be deleted later.

* update forward path names

* dummy commit to trigger ci

* typo

* update xmlSwitchPipe

* remove parameter.java

---------

Co-authored-by: Meric Akgul <[email protected]>
Co-authored-by: MLenterman <[email protected]>
## [1.19.10](v1.19.9...v1.19.10) (2024-06-25)

### 🧑‍💻 Code Refactoring

* replace authorization custom code with standard ff pipes ([#393](#393)) ([1d6671b](1d6671b))
## [1.19.11](v1.19.10...v1.19.11) (2024-06-25)

### 🤖 Build System

* **dependencies:** bump docusaurus version to 2.4.0 ([bb5ac6b](bb5ac6b))
## [1.19.12](v1.19.11...v1.19.12) (2024-06-27)

### 🐛 Bug Fixes

* adding heeftBetrekkingOp in an updateZaak action throws error ([b5e8572](b5e8572))

### ✅ Tests

* add testcases for heeftBetrekkingOp with and without address ([4eff2ca](4eff2ca))
@DelanoWAF DelanoWAF self-assigned this Jun 27, 2024
@DelanoWAF DelanoWAF merged commit 8d3a3f9 into GT-1035-Integrate-caching-solution Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants