]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/shortlog
e-mobility-charging-stations-simulator.git
10 days ago  Jérôme Benoitfix(tests): rename test cases to 'should [verb]' convention
10 days ago  Jérôme Benoitfix(tests): add missing @file headers and standardCleanup()
10 days ago  Jérôme Benoitrefactor(ocpp2): OCPP 2.0.1 audit fixes — spec complian...
11 days ago  Jérôme Benoitrefactor(test): remove duplicate test coverage in error...
11 days ago  Jérôme Benoitrefactor(test): audit-driven test quality improvements
11 days ago  renovate[bot]fix(deps): update all non-major dependencies (#1695)
12 days ago  Jérôme Benoitfix(tests): use import type for type-only imports in ESM
12 days ago  Jérôme Benoitfix(tests): use inline type exports to fix Windows...
12 days ago  Jérôme Benoitfix(tests): separate type import for Windows ESM compat...
12 days ago  Jérôme Benoitrefactor(test): remove local certificate aliases, use...
12 days ago  Jérôme Benoitrefactor(test): consolidate certificate constants and...
12 days ago  Jérôme Benoitrefactor(test): remove duplicate MockChargingStation...
12 days ago  Jérôme Benoitrefactor(test): harmonize mockStation naming across...
12 days ago  Jérôme Benoitrefactor(test): consolidate MockChargingStation type...
12 days ago  Jérôme Benoitrefactor(test): harmonize test file headers and fix...
12 days ago  Jérôme Benoitfix(test): investigate Windows CI hang (#1694)
13 days ago  Jérôme Benoitrefactor(test): remove more implementation history...
13 days ago  Jérôme Benoitrefactor(test): remove implementation history from...
13 days ago  Jérôme Benoitrefactor: restore initial mock reset code
13 days ago  Jérôme Benoitfix(test): remove redundant standardCleanup() from...
13 days ago  Jérôme Benoitfix(test): remove redundant nested afterEach in Reset...
13 days ago  Jérôme Benoitfix(tests): restore standardCleanup in SetVariables...
13 days ago  Jérôme Benoitfix(tests): remove standardCleanup from SetVariables...
13 days ago  Jérôme Benoitfix(tests): prevent Windows CI hang by moving timer...
13 days ago  Jérôme Benoitfix(tests): cleanup ALL private intervals in cleanupCha...
13 days ago  Jérôme Benoitfix(tests): restore ping() method and cleanup wsPingSet...
13 days ago  Jérôme Benoitfix(tests): remove unused mock imports after cleanup...
13 days ago  Jérôme Benoitrefactor(tests): use TEST_CHARGING_STATION_BASE_NAME...
13 days ago  Jérôme Benoitrefactor(tests): remove aliases, extract time constants...
13 days ago  Jérôme Benoitrefactor(tests): restructure TEST_STYLE_GUIDE and use...
13 days ago  Jérôme Benoitdocs: update TEST_STYLE_GUIDE with standardCleanup...
13 days ago  Jérôme Benoittest: add standardCleanup() and fix import ordering...
13 days ago  Jérôme Benoitdocs(tests): fix TEST_STYLE_GUIDE to match actual codebase
13 days ago  Jérôme Benoitrefactor(tests): remove unused constants and add missin...
13 days ago  Jérôme Benoitdocs(tests): update TEST_STYLE_GUIDE to reflect current...
13 days ago  Jérôme Benoitdocs(tests): add missing JSDoc param descriptions and...
13 days ago  Jérôme Benoitrefactor(tests): cleanup unused exports and consolidate...
13 days ago  autofix-ci... [autofix.ci] apply automated fixes
13 days ago  Jérôme Benoitrefactor(tests): remove deprecated code and backward...
13 days ago  Jérôme Benoitrefactor(tests): consolidate MockUIService classes...
13 days ago  Jérôme Benoitrefactor(tests): remove deprecated identifier factories
13 days ago  Jérôme Benoitrefactor(tests): consolidate duplicate mock factories
13 days ago  Jérôme Benoitfix(tests): resolve all ESLint errors in factory consol...
13 days ago  Jérôme Benoitdocs(tests): update TEST_STYLE_GUIDE to reference new...
13 days ago  Jérôme Benoitrefactor(tests): fix TypeScript errors in auth and...
13 days ago  Jérôme Benoitrefactor(tests): delete deprecated ChargingStationFacto...
13 days ago  Jérôme Benoitrefactor(tests): migrate all test files to createMockCh...
13 days ago  Jérôme Benoitrefactor(tests): migrate OCPP20TestUtils to createMockC...
13 days ago  Jérôme Benoitrefactor(tests): extend MockChargingStationOptions...
13 days ago  Jérôme Benoitchore: update minimatch to 10.2.4
13 days ago  Jérôme Benoitchore: update minimatch to 10.2.4 and 3.1.5
13 days ago  Jérôme Benoitrefactor(tests): standardize cleanup and strict equality
13 days ago  Jérôme Benoitfix(test-isolation): make OCPP20VariableManager tests...
13 days ago  Jérôme Benoitrefactor(tests): move mock creation from it() to before...
13 days ago  Jérôme Benoitfix(test-isolation): replace mock.reset() with mock...
13 days ago  Jérôme Benoitrefactor(tests): harmonize test suite structure and...
13 days ago  Jérôme Benoitfix(test-type-safety): remove unsafe type casts and...
13 days ago  autofix-ci... [autofix.ci] apply automated fixes
13 days ago  Jérôme Benoitfix(test-isolation): move mock instances to beforeEach...
13 days ago  Jérôme Benoitfix(test-isolation): move mock creation to beforeEach...
13 days ago  Jérôme Benoitrefactor(tests): add shared test helpers and fixtures...
13 days ago  Jérôme Benoitrefactor(tests): remove eslint-disable and fix type...
13 days ago  renovate[bot]chore(deps): update all non-major dependencies (#1692)
13 days ago  Jérôme Benoitdocs(tests): enhance TEST_STYLE_GUIDE with async patter...
13 days ago  Jérôme Benoitdocs: reference TEST_STYLE_GUIDE.md in AI agent instruc...
13 days ago  Jérôme Benoitrefactor(tests): remove file-level eslint-disable and...
2026-02-27  Jérôme Benoitrefactor(tests): improve test isolation and remove...
2026-02-27  Jérôme Benoitrefactor(tests): add testable interface to eliminate...
2026-02-27  Jérôme Benoittest: add afterEach cleanup to all test files
2026-02-27  Jérôme Benoittest: harmonize test names and add mock factories
2026-02-27  Jérôme Benoittest: improve test suite quality and add lifecycle...
2026-02-27  Jérôme Benoitrefactor(tests): harmonize test naming and consolidate...
2026-02-27  Jérôme Benoitfix(tests): fix wrong constant name imports in GetVaria...
2026-02-27  Jérôme Benoitfix(tests): fix Windows CI - separate type vs value...
2026-02-27  Jérôme Benoitfix(tests): fix Windows CI failures - separate value...
2026-02-27  Jérôme Benoitfix(tests): fix Windows CI failures - type import and...
2026-02-27  Jérôme Benoitfix(tests): achieve zero lint errors
2026-02-27  Jérôme Benoitfix(tests): bind method reference in ClearCache test
2026-02-27  Jérôme Benoitfix(tests): remove non-null assertions in InstallCertif...
2026-02-27  Jérôme Benoitchore(tests): remove unused imports and variables
2026-02-27  Jérôme Benoitchore(tests): auto-fix lint errors (sorting and unused...
2026-02-27  Jérôme Benoitrefactor(tests): modularize ChargingStationTestUtils
2026-02-27  Jérôme Benoitrefactor(tests): split ChargingStation.test.ts into...
2026-02-27  Jérôme Benoitfix(tests): add afterEach cleanup to RemoteStartAuth...
2026-02-27  Jérôme Benoitfix(tests): make auth integration tests deterministic
2026-02-27  Jérôme Benoitrefactor(tests): use testable interfaces in OCPP 2...
2026-02-27  Jérôme Benoitdocs(tests): add test style guide
2026-02-27  Jérôme Benoitrefactor(tests): consolidate duplicate test constants
2026-02-27  Jérôme Benoitfix(tests): move ocppVersion inside stationInfo in...
2026-02-27  Jérôme Benoitfix(tests): ensure proper test isolation and cleanup
2026-02-27  Jérôme Benoitrefactor(tests): reduce eslint-disable comments with...
2026-02-27  Jérôme Benoitrefactor(tests): consolidate mock station creation...
2026-02-27  Jérôme Benoitdocs(tests): add file-level JSDoc to test files
2026-02-27  Jérôme Benoitrefactor(tests): standardize test naming to BDD style
2026-02-27  Jérôme Benoitdocs(tests): document timer mock pattern for test reuse
2026-02-27  Jérôme Benoitrefactor(tests): add mock factories to eliminate test...
2026-02-27  Jérôme Benoittest(utils): add exponentialDelay backoff algorithm...
2026-02-27  Jérôme Benoittest(ocpp): add E03 IdToken-First pre-authorization...
2026-02-27  Jérôme Benoittest(ocpp): add B02/B03 boot notification behavior...
2026-02-27  Jérôme Benoitdocs(tests): comprehensive OCPP spec requirements refer...
next