-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Production release to version v1.5.0 (#272)
* removed: unmutable put/patch validation on zaaktype * removed: unit test unmutable put/patch validation on zaaktype * Adds cicd pipeline with develop branch (#269) * Issue/#2192 inclusions (#267) **Enhancements, Bug Fixes, and Code Refactoring** - **Added:** Extension of list call functionality to accept expand parameters for enriched data retrieval. - **Added:** Introduction of 'ExpandField' class to manage and process expand parameters. - **Added:** 'Inclusion' class to facilitate data inclusion and enhance response customization. - **Added:** Method for building inclusion schemas. - **Added:** Recursion logic in later stages to support nested data inclusion. - **Added:** 'Inclusions' class for streamlined management of included external API calls. - **Added:** External API calls within the 'Inclusions' class for comprehensive data integration. - **Added:** Clear and descriptive text to the expand filter for better understanding. - **Added:** Validation mechanism and resolved issues with external API calls within 'Inclusions'. - **Added:** Regex validator to enhance input validation. - **Added:** Explanation regarding the use of regex validation. - **Added:** Support for nested dictionary types like 'relevante_andere_zaken' in the expansions model. - **Added:** Integration of the 'expand' feature into the OpenAPI Specification (OAS) and expanded GET detail endpoints. - **Changed:** Hard-coded mappings from 'expensions.py' for increased flexibility. - **Changed:** Relocated 'routers' import into a function to address circular import concerns. - **Changed:** Reworked the expansions model to resolve previous errors and improve reliability. - **Changed:** Various issues related to specific problem reports: #2280, #2279, #2269, #2270, #2271, #2288, #2287. - **Changed:** Updated OAS description and resolved a bug in the expansions. - **Updated:** Requirements files, including 'psyopg2' for proper functionality. These changes encompass a wide range of enhancements, bug fixes, and code clean-up, significantly improving the functionality, stability, and maintainability of the system. The introduction of expand parameters, 'ExpandField' class, 'Expand' class, and various bug fixes contribute to a more robust and efficient system. * Production release to version v1.5.0 (#271) --------- Co-authored-by: matthijsbekendam <[email protected]> Co-authored-by: MatthijsBekendam <[email protected]>
- Loading branch information
1 parent
a2ea70f
commit 415fa17
Showing
18 changed files
with
1,375 additions
and
606 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,10 @@ on: | |
push: | ||
branches: | ||
- "stable/*" | ||
- "develop" | ||
pull_request: | ||
branches: | ||
- "develop" | ||
- "master" | ||
|
||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
============ | ||
pip============ | ||
Installation | ||
============ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Oops, something went wrong.