AmadeusITGroup
OSS
@o3r/framework
Sign in / Sign up
Open main menu
@o3r/framework
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
release/13.5
cc1a9d0d fix(ama-styling): fix metadata formatter edge case when token name ha… (#4195) ## Fix metadata formatter to unwrap parent nodes returned by getReferences for DTCG token paths ### Summary This fixes metadata generation when token paths like `{input.color.foreground.value}` reference tokens nested within a structural parent object. In DTCG mode, `.value` is treated as a literal path segment rather than a token-value accessor, causing path resolution to return the parent object instead of the leaf token. ### Root Cause When building metadata for a token like `input-color-foreground-label` that references `{input.color.foreground.value}`: 1. In DTCG mode, the `.value` suffix is NOT stripped (only `.$value` is stripped by Style Dictionary's getReferences) 2. `getReferences` tries to resolve the full path `input.color.foreground.value` 3. The token hierarchy has `foreground` as a parent containing both `value` and `label` as sibling tokens: ```json "foreground": { "value": { "$type": "color", "$value": "#545352" }, "label": { "$type": "color", "$value": "{input.color.foreground.value}" } } 4.Style Dictionary's getValueByPath traverses to foreground and returns that parent object instead of drilling into value 5.The metadata formatter receives { value: <actual token>, label: <another token> } (no name property on the wrapper) 6.It tries to read properties like ref.name and ref.original from this parent wrapper and fails with unnamed-ref error
by Kilian Panot
K
Succeeded
release/13.5
ccc6fde3 fix(ama-sdk): missing enums from barrel file (#4160) ## Proposed change When enums are defined directly in the `/components/schema` of the openapi spec, they are missing from the `enums.ts` file. ## Related issues <!-- Please make sure to follow the [contribution guidelines](https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md) --> *- No issue associated -* <!-- * :bug: Fix #issue --> <!-- * :bug: Fix resolves #issue --> <!-- * :rocket: Feature #issue --> <!-- * :rocket: Feature resolves #issue --> <!-- * :octocat: Pull Request #issue -->
by Florian PAUL
F
Succeeded
release/13.5
f68973a9 [cascading] from release/12.4 to release/13.5 (#4142) <!-- {"currentBranch":"release/12.4","targetBranch":"release/13.5","bypassReviewers":false,"isConflicting":false} --> ## Cascading from release/12.4 to release/13.5 --- :heavy_exclamation_mark: The pull request is conflicting with the target branch. You can fix the issue locally with the following commands: <details open> <summary>Using <b>gh CLI</b></summary> ```shell gh pr checkout 4142 git pull --ff origin release/13.5 ``` and update this Pull Request with ```shell gh pr push 4142 ``` </details> <details> <summary>Using <b>git</b> only</summary> ```shell git fetch origin git checkout origin/cascading/12.4.0-13.5.0 git pull --ff origin release/13.5 ``` and update this Pull Request with ```shell git push origin HEAD:cascading/12.4.0-13.5.0 ``` </details> --- <small>This Pull Request has been generated with :heart: by the [Otter](https://github.com/AmadeusITGroup/otter) cascading tool.</small>
by matthieu-c...
m
Succeeded
release/13.5
5474d892 fix: remove cast to ArraySchema (#4123) remove the cast to `ArraySchema` that breaks the generation in OAS3.1 In OAS 3.1, [ModelUtils.isArraySchema()](https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator/src/main/java/org/openapitools/codegen/utils/ModelUtils.java) returns a `JsonSchema`
by Victor Sca...
V
Succeeded
release/13.5
f96dbf7b chore(deps): upgrade handlebars (#4124) ## Proposed change <!-- Please include a summary of the changes and the related issue. Please also include relevant motivation and context. --> ## Related issues <!-- Please make sure to follow the [contribution guidelines](https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md) --> *- No issue associated -* <!-- * :bug: Fix #issue --> <!-- * :bug: Fix resolves #issue --> <!-- * :rocket: Feature #issue --> <!-- * :rocket: Feature resolves #issue --> <!-- * :octocat: Pull Request #issue -->
by matthieu-c...
m
Succeeded
release/13.5
fa4dde80 fix(ama-openapi): metadata format for private variables (#4023) ## Proposed change fix(ama-openapi): metadata format for private variables <!-- Please include a summary of the changes and the related issue. Please also include relevant motivation and context. --> ## Related issues <!-- Please make sure to follow the [contribution guidelines](https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md) --> <!-- * :bug: Fix #issue --> * :bug: Fix resolves #4016 <!-- * :rocket: Feature #issue --> <!-- * :rocket: Feature resolves #issue --> <!-- * :octocat: Pull Request #issue -->
by Kilian Panot
K
Succeeded
release/13.5
3b6ab282 [CHERRY-PICK] fix: add args to execFile for windows (#4009) ## Proposed change Cherry pick of https://github.com/AmadeusITGroup/otter/pull/4005 <!-- Please include a summary of the changes and the related issue. Please also include relevant motivation and context. --> ## Related issues <!-- Please make sure to follow the [contribution guidelines](https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md) --> *- No issue associated -* <!-- * :bug: Fix #issue --> <!-- * :bug: Fix resolves #issue --> <!-- * :rocket: Feature #issue --> <!-- * :rocket: Feature resolves #issue --> <!-- * :octocat: Pull Request #issue -->
by matthieu-c...
m
Succeeded
release/13.5
7709f29d fix: audit critical issue (#4021) ## Proposed change <!-- Please include a summary of the changes and the related issue. Please also include relevant motivation and context. --> ## Related issues <!-- Please make sure to follow the [contribution guidelines](https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md) --> *- No issue associated -* <!-- * :bug: Fix #issue --> <!-- * :bug: Fix resolves #issue --> <!-- * :rocket: Feature #issue --> <!-- * :rocket: Feature resolves #issue --> <!-- * :octocat: Pull Request #issue -->
by matthieu-c...
m
Previous page
Previous
Next
Next page