diff --git a/fds-migration/reports/conformity-latest.json b/fds-migration/reports/conformity-latest.json new file mode 100644 index 00000000000..67b73c588bc --- /dev/null +++ b/fds-migration/reports/conformity-latest.json @@ -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" + } + ] +} diff --git a/openaev-api/src/main/resources/application-dev.properties.example b/openaev-api/src/main/resources/application-dev.properties.example index 032ed0db15c..48029bcede7 100644 --- a/openaev-api/src/main/resources/application-dev.properties.example +++ b/openaev-api/src/main/resources/application-dev.properties.example @@ -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