Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
96 changes: 96 additions & 0 deletions fds-migration/reports/conformity-latest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
{
"generatedAt": "2026-08-23T10:27:28.468Z",
"results": [
{
"check": "bridge-integrity",
"file": "src/components/fds-tokens.generated.ts",
"status": "OK"
},
{
"check": "bridge-freshness",
"file": "src/components/fds-tokens.generated.ts",
"status": "SKIPPED",
"detail": "filigran-design-system not checked out as a sibling repo — can't compare theme.css"
},
{
"check": "wiring",
"file": "openaev-front/src/components/ThemeDark.ts",
"status": "OK"
},
{
"check": "wiring",
"file": "openaev-front/src/components/ThemeLight.ts",
"status": "OK"
},
{
"check": "forbidden-pattern",
"file": "openaev-front/src/components/ThemeDark.ts",
"status": "OK"
},
{
"check": "forbidden-pattern",
"file": "openaev-front/src/components/ThemeDark.ts",
"status": "OK"
},
{
"check": "forbidden-pattern",
"file": "openaev-front/src/components/ThemeDark.ts",
"status": "OK"
},
{
"check": "forbidden-pattern",
"file": "openaev-front/src/components/ThemeDark.ts",
"status": "OK"
},
{
"check": "forbidden-pattern",
"file": "openaev-front/src/components/ThemeLight.ts",
"status": "OK"
},
{
"check": "forbidden-pattern",
"file": "openaev-front/src/components/ThemeLight.ts",
"status": "OK"
},
{
"check": "forbidden-pattern",
"file": "openaev-front/src/components/ThemeLight.ts",
"status": "OK"
},
{
"check": "forbidden-pattern",
"file": "openaev-front/src/components/ThemeLight.ts",
"status": "OK"
},
{
"check": "lib-component-usage",
"file": "openaev-front/src/admin/components/common/ConfigurationSection.tsx",
"status": "OK"
},
{
"check": "lib-component-usage",
"file": "openaev-front/src/admin/components/lessons/simulations/LessonsCategories.jsx",
"status": "OK"
},
{
"check": "lib-component-usage",
"file": "openaev-front/src/admin/components/lessons/simulations/Lessons.tsx",
"status": "OK"
},
{
"check": "lib-component-usage",
"file": "openaev-front/src/admin/components/lessons/scenarios/LessonsCategories.jsx",
"status": "OK"
},
{
"check": "lib-component-usage",
"file": "openaev-front/src/admin/components/lessons/scenarios/Lessons.tsx",
"status": "OK"
},
{
"check": "lib-component-usage",
"file": "openaev-front/src/components/common/detail/EntityDetailCommon.tsx",
"status": "OK"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,11 @@ executor.openaev.binaries.version=prerelease
# INJECTORS #
#############
openaev.rabbitmq.prefix=openaev
openaev.rabbitmq.hostname=host.docker.internal # you can also set it to localhost, but in case you wish to have injectors installed locally through your docker containers, you must use host.docker.internal instead and then point this domain to 127.0.0.1 in your /etc/hosts
# Keep host.docker.internal so injectors and collectors running in Docker can
# reach the broker. It does not resolve from the host itself, so a backend run
# outside Docker needs it pointed at 127.0.0.1 in /etc/hosts (or set to
# localhost, which drops those injectors).
openaev.rabbitmq.hostname=host.docker.internal
openaev.rabbitmq.user=guest
openaev.rabbitmq.pass=guest
openaev.rabbitmq.queue-type=classic
Expand Down
Loading