]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/shortlog
e-mobility-charging-stations-simulator.git
2026-03-24  Jérôme Benoitrefactor: audit-driven quick wins — fix assert.ok misus...
2026-03-24  Jérôme Benoitfix(webui): remove deprecated baseUrl for TypeScript...
2026-03-24  Jérôme Benoitrefactor(ocpp-server): audit-driven test improvements
2026-03-24  Jérôme Benoitrefactor(ocpp-server): harmonize shutdown tests with...
2026-03-24  Jérôme Benoittest(ocpp-server): add graceful shutdown tests covering...
2026-03-24  Jérôme Benoitfeat(ocpp-server): add graceful shutdown with signal...
2026-03-24  Jérôme Benoittest(mcp): add OCPP schema mapping consistency tests
2026-03-24  Jérôme Benoitchore: release main (#1748) ocpp-server@v3.3.0 simulator@v3.3.0 v3.3
2026-03-24  renovate[bot]fix(deps): update all non-major dependencies (#1749)
2026-03-24  Jérôme Benoitrefactor(mcp): split MCP definitions by spec concern...
2026-03-24  Jérôme Benoitrefactor(broadcast-channel): extract response status...
2026-03-24  Jérôme Benoitrefactor(broadcast-channel): extract passthrough()...
2026-03-24  Jérôme Benoitrefactor(ocpp): extract buildEmptyMeterValue helper...
2026-03-23  Jérôme Benoitfeat(ui-server): add MCP transport and deprecate HTTP...
2026-03-23  renovate[bot]chore(deps): lock file maintenance (#1747)
2026-03-23  renovate[bot]chore(deps): update dependency vite to v8 (#1717)
2026-03-22  Jérôme Benoitchore: release main (#1743) ocpp-server@v3.2.1 simulator@v3.2.1 v3.2
2026-03-22  Jérôme Benoitfix(ocpp2): implement StopTxOnInvalidId and MaxEnergyOn...
2026-03-22  Jérôme Benoitfix(ocpp2): align MeterValues implementation with OCPP...
2026-03-22  renovate[bot]fix(deps): update all non-major dependencies (#1742)
2026-03-22  Jérôme Benoitfix(ocpp2): build meter values payload in broadcast...
2026-03-21  autofix-ci... [autofix.ci] apply automated fixes
2026-03-21  Jérôme Benoitchore: release main (#1733) ocpp-server@v3.2.0 simulator@v3.2.0
2026-03-21  Jérôme Benoitrefactor(ocpp2): use enum values instead of string...
2026-03-21  Jérôme Benoitrevert(ocpp2): re-comment Available→Available self...
2026-03-21  Jérôme Benoitfix(ocpp2): add AvailabilityState defaults and allow...
2026-03-21  Jérôme Benoitfix(lifecycle): clear auth service on template reload...
2026-03-21  Jérôme Benoitfix(auth): replace phantom spec references in source...
2026-03-21  Jérôme Benoittest(auth): fix OCPP spec references and remove duplica...
2026-03-21  Jérôme Benoittest(auth): strengthen assertion quality and edge case...
2026-03-21  Jérôme Benoitrefactor(auth): remove ocppVersion from UnifiedIdentifier
2026-03-21  Jérôme Benoitrefactor(auth): replace adapter Map with single adapter...
2026-03-21  Jérôme Benoitfix(auth): address audit findings in OCPP auth abstract...
2026-03-21  Jérôme Benoitfix(webui): use table-layout fixed so table shrinks...
2026-03-21  Jérôme Benoitfix(webui): remove white-space nowrap on buttons to...
2026-03-21  Jérôme Benoitfix(webui): prevent action panel flex grow and allow...
2026-03-21  Jérôme Benoitrefactor(webui): css quality overhaul with scoped style...
2026-03-20  Jérôme Benoitfix(ocpp2.0): add proper response handlers for certific...
2026-03-20  Jérôme Benoitfeat(ocpp2.0): implement Authorize request, fix double...
2026-03-20  Jérôme Benoitfix(ocpp2.0): guard BroadcastChannel MeterValues for...
2026-03-20  Jérôme Benoitfix(ocpp2.0): pass real transactionId to buildMeterValu...
2026-03-20  Jérôme Benoitrefactor(webui): restore native table layout to fix...
2026-03-20  Jérôme Benoitfix(auth): log actual station OCPP version in RemoteAut...
2026-03-20  Jérôme Benoitfix(ocpp2.0): align VARIABLE_REGISTRY spec conformance...
2026-03-20  renovate[bot]fix(deps): update all non-major dependencies (#1739)
2026-03-20  Jérôme Benoitrefactor: build version-agnostic OCPP transaction primi...
2026-03-19  Jérôme Benoitfix(ocpp2.0): make stopRunningTransactions version...
2026-03-19  Jérôme Benoitrefactor(ocpp2.0): parameterize requestStopTransaction...
2026-03-19  Jérôme Benoitfix(ocpp2.0): reset transaction sequence number before...
2026-03-19  Jérôme Benoitfix(ocpp2.0): inject offline:true in sendTransactionEve...
2026-03-19  Jérôme Benoitrefactor(webui): harmonize barrel usage in types and...
2026-03-19  Jérôme Benoitfix: merge duplicate node:process imports in Utils...
2026-03-19  Jérôme Benoitfix: merge duplicate type imports from same barrel...
2026-03-19  Jérôme Benoitrefactor: harmonize barrel usage across all test files
2026-03-19  Jérôme Benoitfix: use exception barrel instead of direct module...
2026-03-19  Jérôme Benoitfix(ocpp): keep StopTransactionRequest as 1.6 wire...
2026-03-19  Jérôme Benoitfix(ocpp): remove type re-export from services barrel
2026-03-19  Jérôme Benoitrefactor(ocpp): consolidate cross-stack types and harmo...
2026-03-19  Jérôme Benoitchore(ocpp-server): add .coverage to .gitignore
2026-03-19  Jérôme Benoittest(ocpp-server): add coverage threshold (fail_under...
2026-03-19  Jérôme Benoittest(ui): raise coverage thresholds to match current...
2026-03-19  Jérôme Benoittest(webui): add comprehensive unit test suite (#1738)
2026-03-19  Jérôme Benoitrefactor(ocpp2): harmonize and condense audit comments...
2026-03-19  Jérôme Benoitfix(ocpp2): audit TransactionEvent — state ownership...
2026-03-19  renovate[bot]chore(deps): update dependency vue-tsc to v3 (#1740)
2026-03-19  Jérôme Benoitfix(ocpp2): handle transaction lifecycle in Transaction...
2026-03-18  Jérôme Benoitfeat(ui): add SAP Horizon theme from official theming...
2026-03-18  Jérôme Benoitfix(ui): use theme text color on toggle pressed state...
2026-03-18  Jérôme Benoitdocs(ui): document theme configuration and available...
2026-03-18  Jérôme Benoitfeat(ui): add Catppuccin Latte light theme
2026-03-18  Jérôme Benoitfix(ui): remove redundant text color selectors that...
2026-03-18  Jérôme Benoitfeat(ui): add configurable theme support
2026-03-18  Jérôme Benoitfeat(ui): apply Tokyo Night Storm theme with semantic...
2026-03-18  Jérôme Benoitfeat(ui): add OCPP version column to charging stations...
2026-03-18  Jérôme Benoitfix: use truncateId consistently for all user identifie...
2026-03-18  Jérôme Benoitfix: preserve EVSE and connector IDs in configuration...
2026-03-18  Jérôme Benoitfix: prevent tests from polluting production log files
2026-03-18  Jérôme Benoittest: move truncateId tests from InMemoryAuthCache...
2026-03-18  Jérôme Benoitfix(ocpp): replace this.constructor.name with moduleNam...
2026-03-18  Jérôme Benoitrefactor(test): remove duplicate certificate passthroug...
2026-03-18  Jérôme Benoittest(ocpp): add call chain integration tests for both...
2026-03-18  Jérôme Benoitrefactor(ocpp2): extract buildTransactionEvent as stand...
2026-03-18  Jérôme Benoitrefactor(ocpp): add rawPayload bypass, resolve minimal...
2026-03-18  Jérôme Benoitrefactor(ocpp): make buildRequestPayload the authoritat...
2026-03-18  Jérôme Benoitrefactor(ocpp): use buildStatusNotificationRequest...
2026-03-18  Jérôme Benoitrefactor(ocpp): harmonize buildRequestPayload switch...
2026-03-18  Jérôme Benoitfix(ocpp2): revert UI transaction handlers to simple...
2026-03-18  Jérôme Benoitrefactor(ocpp2): remove redundant getTxUpdatedInterval...
2026-03-18  Jérôme Benoitrefactor(ocpp2): consolidate dual-path request architec...
2026-03-18  Jérôme Benoitrefactor(ocpp2): centralize payload construction and...
2026-03-18  Jérôme Benoitfeat(ui): add OCPP 2.0.x command support to Web UI...
2026-03-18  renovate[bot]chore(deps): lock file maintenance (#1729)
2026-03-18  renovate[bot]chore(deps): update pnpm/action-setup action to v5...
2026-03-18  renovate[bot]chore(deps): update dependency eslint-plugin-perfection...
2026-03-18  Jérôme Benoitfeat(ocpp2): fix authorization conformance gaps (C10...
2026-03-17  Jérôme Benoitdocs(ocpp-server): add typecheck and test_coverage...
2026-03-17  Jérôme Benoitdocs: update suggested commands and task completion...
2026-03-17  Jérôme Benoitchore: release main (#1732) ocpp-server@v3.1.2 simulator@v3.1.2 v3.1
2026-03-17  Jérôme Benoitdocs: remove redundant common pitfalls from code style...
2026-03-17  Jérôme Benoitdocs: update openspec config with current project struc...
next