am
AmadeusITGroup
GitHub
@o3r/framework
Workspace
GitHub
CI Pipeline Executions
Filtered
Runs
Demo
Insights
Compare tasks
Analytics
Sign in
Toggle sidebar
Overview
⌘K
@o3r/framework
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
fix/ama-mfe-scalable
4964e877 Merge 7f6e2d91b7cf864c7d4ec8cda308af3320be6d18 into 0abf93012977823e92620e52d97fc86347d49454
by Florian PAUL
F
Succeeded
fix/ama-mfe-scalable
4964e877 fix(ama-mfe): wrong rounding for height computation in scalable directive
by Florian PAUL
F
Succeeded
fix/ama-mfe-scalable
4964e877 Merge 7f6e2d91b7cf864c7d4ec8cda308af3320be6d18 into 0abf93012977823e92620e52d97fc86347d49454
by Florian PAUL
F
Succeeded
main
dbdac26f feat: add Accessibility collection with WCAG skills and audit agents (#4395) ## Proposed change Add a new **Accessibility** collection with WCAG-focused skills and audit agents, and update the existing `ama-sdk` and `otter` collections. **New `accessibility` collection** (`collections/accessibility.collection.yml`) with the following skills/agents in `tools/llm/plugins/a11y/`: - `a11y-aria-patterns` — ARIA roles and mandatory behaviors reference - `a11y-axe-playwright` — automated axe accessibility tests with `@axe-core/playwright` - `a11y-component-audit` — WCAG 2.1/2.2 AA audit gate for components and PRs - `a11y-keyboard-playwright` — keyboard-only navigation test patterns - `a11y-page-checks` — page-level checks (heading hierarchy, focus on route change, full-page axe scan) - `a11y-full-page-audit` agent — full WCAG 2.1 AA audit for QA and release gates - `a11y-write-playwright-tests` agent — generates accessibility Playwright tests **Updated `ama-sdk` and `otter` collections:** - Point schema `$schema` URL to the updated path under `packages/core/src/public/schemas/` - Add `readme` path entry **Updated otter playwright-e2e accessibility reference:** - Replace the detailed content (now living in the dedicated a11y collection) with a pointer to the new Accessibility collection and install instructions. ## Related issues *- No issue associated -*
by Florian PAUL
F
Succeeded
fix/ama-mfe-scalable
79bab4b9 Merge 8851abd7f9c2c69c7e6d1b4fc3e046e02420fdf8 into dbdac26f038206b01d3436dde45352bb83ab1661
by Florian PAUL
F
Succeeded
fix/ama-mfe-scalable
79bab4b9 fix(ama-mfe): wrong rounding for height computation in scalable directive
by Florian PAUL
F
Succeeded
fix/ama-mfe-scalable
79bab4b9 Merge 8851abd7f9c2c69c7e6d1b4fc3e046e02420fdf8 into dbdac26f038206b01d3436dde45352bb83ab1661
by Florian PAUL
F
Succeeded
main
dbdac26f chore(deps): fix npm high vulnerabilities (#4404) ## 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 Florian PAUL
F
Succeeded
main
dbdac26f chore(deps): fix npm high vulnerabilities (#4404) ## 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 Florian PAUL
F
Succeeded
gh-readonly-queue/main/pr-4404-4ab37476e556ef405012632607aa9098ab0fffc2
dbdac26f chore(deps): fix npm high vulnerabilities (#4404) ## 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 Florian PAUL
F
Succeeded
gh-readonly-queue/main/pr-4404-4ab37476e556ef405012632607aa9098ab0fffc2
dbdac26f chore(deps): fix npm high vulnerabilities (#4404) ## 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 Florian PAUL
F
Succeeded
gh-readonly-queue/main/pr-4404-4ab37476e556ef405012632607aa9098ab0fffc2
5b7c777f chore(deps): fix npm high vulnerabilities (#4404) ## 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 Florian PAUL
F
Succeeded
gh-readonly-queue/main/pr-4404-4ab37476e556ef405012632607aa9098ab0fffc2
5b7c777f chore(deps): fix npm high vulnerabilities (#4404) ## 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 Florian PAUL
F
Succeeded
main
4ab37476 feat: add Accessibility collection with WCAG skills and audit agents (#4395) ## Proposed change Add a new **Accessibility** collection with WCAG-focused skills and audit agents, and update the existing `ama-sdk` and `otter` collections. **New `accessibility` collection** (`collections/accessibility.collection.yml`) with the following skills/agents in `tools/llm/plugins/a11y/`: - `a11y-aria-patterns` — ARIA roles and mandatory behaviors reference - `a11y-axe-playwright` — automated axe accessibility tests with `@axe-core/playwright` - `a11y-component-audit` — WCAG 2.1/2.2 AA audit gate for components and PRs - `a11y-keyboard-playwright` — keyboard-only navigation test patterns - `a11y-page-checks` — page-level checks (heading hierarchy, focus on route change, full-page axe scan) - `a11y-full-page-audit` agent — full WCAG 2.1 AA audit for QA and release gates - `a11y-write-playwright-tests` agent — generates accessibility Playwright tests **Updated `ama-sdk` and `otter` collections:** - Point schema `$schema` URL to the updated path under `packages/core/src/public/schemas/` - Add `readme` path entry **Updated otter playwright-e2e accessibility reference:** - Replace the detailed content (now living in the dedicated a11y collection) with a pointer to the new Accessibility collection and install instructions. ## Related issues *- No issue associated -*
by Florian PAUL
F
Succeeded
main
4ab37476 feat: add Accessibility collection with WCAG skills and audit agents (#4395) ## Proposed change Add a new **Accessibility** collection with WCAG-focused skills and audit agents, and update the existing `ama-sdk` and `otter` collections. **New `accessibility` collection** (`collections/accessibility.collection.yml`) with the following skills/agents in `tools/llm/plugins/a11y/`: - `a11y-aria-patterns` — ARIA roles and mandatory behaviors reference - `a11y-axe-playwright` — automated axe accessibility tests with `@axe-core/playwright` - `a11y-component-audit` — WCAG 2.1/2.2 AA audit gate for components and PRs - `a11y-keyboard-playwright` — keyboard-only navigation test patterns - `a11y-page-checks` — page-level checks (heading hierarchy, focus on route change, full-page axe scan) - `a11y-full-page-audit` agent — full WCAG 2.1 AA audit for QA and release gates - `a11y-write-playwright-tests` agent — generates accessibility Playwright tests **Updated `ama-sdk` and `otter` collections:** - Point schema `$schema` URL to the updated path under `packages/core/src/public/schemas/` - Add `readme` path entry **Updated otter playwright-e2e accessibility reference:** - Replace the detailed content (now living in the dedicated a11y collection) with a pointer to the new Accessibility collection and install instructions. ## Related issues *- No issue associated -*
by Florian PAUL
F
Succeeded
gh-readonly-queue/main/pr-4395-be71b09fc40fce750b8a436632a9bd3526f22d17
4ab37476 feat: add Accessibility collection with WCAG skills and audit agents (#4395) ## Proposed change Add a new **Accessibility** collection with WCAG-focused skills and audit agents, and update the existing `ama-sdk` and `otter` collections. **New `accessibility` collection** (`collections/accessibility.collection.yml`) with the following skills/agents in `tools/llm/plugins/a11y/`: - `a11y-aria-patterns` — ARIA roles and mandatory behaviors reference - `a11y-axe-playwright` — automated axe accessibility tests with `@axe-core/playwright` - `a11y-component-audit` — WCAG 2.1/2.2 AA audit gate for components and PRs - `a11y-keyboard-playwright` — keyboard-only navigation test patterns - `a11y-page-checks` — page-level checks (heading hierarchy, focus on route change, full-page axe scan) - `a11y-full-page-audit` agent — full WCAG 2.1 AA audit for QA and release gates - `a11y-write-playwright-tests` agent — generates accessibility Playwright tests **Updated `ama-sdk` and `otter` collections:** - Point schema `$schema` URL to the updated path under `packages/core/src/public/schemas/` - Add `readme` path entry **Updated otter playwright-e2e accessibility reference:** - Replace the detailed content (now living in the dedicated a11y collection) with a pointer to the new Accessibility collection and install instructions. ## Related issues *- No issue associated -*
by Florian PAUL
F
Succeeded
gh-readonly-queue/main/pr-4395-be71b09fc40fce750b8a436632a9bd3526f22d17
4ab37476 feat: add Accessibility collection with WCAG skills and audit agents (#4395) ## Proposed change Add a new **Accessibility** collection with WCAG-focused skills and audit agents, and update the existing `ama-sdk` and `otter` collections. **New `accessibility` collection** (`collections/accessibility.collection.yml`) with the following skills/agents in `tools/llm/plugins/a11y/`: - `a11y-aria-patterns` — ARIA roles and mandatory behaviors reference - `a11y-axe-playwright` — automated axe accessibility tests with `@axe-core/playwright` - `a11y-component-audit` — WCAG 2.1/2.2 AA audit gate for components and PRs - `a11y-keyboard-playwright` — keyboard-only navigation test patterns - `a11y-page-checks` — page-level checks (heading hierarchy, focus on route change, full-page axe scan) - `a11y-full-page-audit` agent — full WCAG 2.1 AA audit for QA and release gates - `a11y-write-playwright-tests` agent — generates accessibility Playwright tests **Updated `ama-sdk` and `otter` collections:** - Point schema `$schema` URL to the updated path under `packages/core/src/public/schemas/` - Add `readme` path entry **Updated otter playwright-e2e accessibility reference:** - Replace the detailed content (now living in the dedicated a11y collection) with a pointer to the new Accessibility collection and install instructions. ## Related issues *- No issue associated -*
by Florian PAUL
F
Succeeded
gh-readonly-queue/main/pr-4395-fc6bd96fc9362e36338784b012d89c40ef063e0e
4b69b106 feat: add Accessibility collection with WCAG skills and audit agents (#4395) ## Proposed change Add a new **Accessibility** collection with WCAG-focused skills and audit agents, and update the existing `ama-sdk` and `otter` collections. **New `accessibility` collection** (`collections/accessibility.collection.yml`) with the following skills/agents in `tools/llm/plugins/a11y/`: - `a11y-aria-patterns` — ARIA roles and mandatory behaviors reference - `a11y-axe-playwright` — automated axe accessibility tests with `@axe-core/playwright` - `a11y-component-audit` — WCAG 2.1/2.2 AA audit gate for components and PRs - `a11y-keyboard-playwright` — keyboard-only navigation test patterns - `a11y-page-checks` — page-level checks (heading hierarchy, focus on route change, full-page axe scan) - `a11y-full-page-audit` agent — full WCAG 2.1 AA audit for QA and release gates - `a11y-write-playwright-tests` agent — generates accessibility Playwright tests **Updated `ama-sdk` and `otter` collections:** - Point schema `$schema` URL to the updated path under `packages/core/src/public/schemas/` - Add `readme` path entry **Updated otter playwright-e2e accessibility reference:** - Replace the detailed content (now living in the dedicated a11y collection) with a pointer to the new Accessibility collection and install instructions. ## Related issues *- No issue associated -*
by Florian PAUL
F
Succeeded
gh-readonly-queue/main/pr-4404-be71b09fc40fce750b8a436632a9bd3526f22d17
fc6bd96f chore(deps): fix npm high vulnerabilities (#4404) ## 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 Florian PAUL
F
Succeeded
gh-readonly-queue/main/pr-4395-fc6bd96fc9362e36338784b012d89c40ef063e0e
4b69b106 feat: add Accessibility collection with WCAG skills and audit agents (#4395) ## Proposed change Add a new **Accessibility** collection with WCAG-focused skills and audit agents, and update the existing `ama-sdk` and `otter` collections. **New `accessibility` collection** (`collections/accessibility.collection.yml`) with the following skills/agents in `tools/llm/plugins/a11y/`: - `a11y-aria-patterns` — ARIA roles and mandatory behaviors reference - `a11y-axe-playwright` — automated axe accessibility tests with `@axe-core/playwright` - `a11y-component-audit` — WCAG 2.1/2.2 AA audit gate for components and PRs - `a11y-keyboard-playwright` — keyboard-only navigation test patterns - `a11y-page-checks` — page-level checks (heading hierarchy, focus on route change, full-page axe scan) - `a11y-full-page-audit` agent — full WCAG 2.1 AA audit for QA and release gates - `a11y-write-playwright-tests` agent — generates accessibility Playwright tests **Updated `ama-sdk` and `otter` collections:** - Point schema `$schema` URL to the updated path under `packages/core/src/public/schemas/` - Add `readme` path entry **Updated otter playwright-e2e accessibility reference:** - Replace the detailed content (now living in the dedicated a11y collection) with a pointer to the new Accessibility collection and install instructions. ## Related issues *- No issue associated -*
by Florian PAUL
F
Previous page
Previous
Next
Next page