mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-22 03:02:35 +00:00
1. Fixed TestNewConfigPersistenceFailsWhenEncryptedDataPresentWithoutKey - Test was picking up real encryption key from /etc/pulse during migration - Now temporarily moves system key during test for proper isolation - Uses t.Cleanup to ensure key is restored even on failure 2. Cleaned up console.log statements in production code - Dashboard.tsx: replaced console.log with logger.debug for metadata events - CompleteStep.tsx: removed verbose agent detection debug logs These changes reduce log noise in production while maintaining debug capability in development mode. |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .eslintignore | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| pnpm-lock.yaml | ||
| postcss.config.js | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||