freddidierRTE
freddidierRTE
Similar to https://github.com/opfab/operatorfabric-core/pull/5960 , add eslint rule to avoid focus tests on node services
It is possible to push a none or invalid json file as businessdata it should not be possible In the code (services/businessconfig/src/main/java/org/opfab/businessconfig/services/ProcessesService.java) : ``` public synchronized void updateBusinessDataFile(String fileContent, String...
https://www.baeldung.com/spring-native-intro To test in a specific branch for a service (for example users)
Add in migration guide
To be defined in angular.json : ``` "lint": { "builder": "@angular-eslint/builder:lint", "options": { "lintFilePatterns": [ "src/**/*.js", "src/**/*.ts", "src/**/*.html", "src/**/*.scss", "src/**/*.css" ] } } ``` First test show errors in existing...
the list of entities in the card footer shall not be more than two lines If there is too many entities , keep visible 2 lines and add a dropdown...
To choose between : bats: https://github.com/bats-core/bats-core shUnit2 : https://github.com/kward/shunit2 shellSpec : https://github.com/shellspec/shellspec assert.sh :https://github.com/lehmannro/assert.sh