otter
otter copied to clipboard
The Otter project is a highly modular framework whose goal is to provide a common platform to accelerate and facilitate the development of runtime customizable Angular based Web Applications
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. > [!WARNING] These dependencies are deprecated: | Datasource | Name | Replacement PR? |...
## Proposed change Enhance the integration test campaign with tests for libraries. - [x] `@o3r/create` should generate a project with a library - [x] base Otter project should contain a...
### Package name schematics ### Package version 9.6 ### Reproduction steps generate an sdk starting from a spec file in swagger 2, having 'produces' keyword for the operations or globally,...
### Package name core ### Package version 10.2.4 ### Reproduction steps Create a simple NX repo Add o3r/core to the repo Add an Nx Angular Library for service Try creating...
### Package name design ### Package version 10.2.1 ### Reproduction steps ```shell npm create @o3r my-workspace cd my-workspace ng g app webapp ng add @o3r/design --project-name webapp ``` ### Current...
## Proposed change Add the support of multi Api Tag via the duplication of the Api Class. ## Related issues - :bug: Fixes resolves #855
Depending to #1744
### Context To generate the `OPERATION_ADAPTER` of an SDK, we need to parse manually the specification at generation time. Today the code parsing the specification does support only local references...