Commit Graph
17 Commits
Author SHA1 Message Date
Denys Vuika b40dfdd1f3 chore: enhance devcontainer setup with GPG keyring support and improved signing process 2026-07-08 12:55:30 +00:00
Denys Vuika e23950338c chore: enhance devcontainer setup with command history and GPG signing scripts 2026-07-08 12:45:06 +00:00
Denys Vuika 4b27f9978d chore: update postStartCommand to retain GPG signing across container restarts 2026-07-07 15:03:05 +00:00
Denys Vuika cdc394ff6e chore: enable copying host git config in devcontainer settings 2026-07-07 15:03:04 +00:00
Denys Vuika 114de75e73 chore: add auto-import of GPG public key in devcontainer setup 2026-07-07 15:03:02 +00:00
Denys Vuika 8e69330110 chore: add nxConsole.enableNxMcpServer setting to devcontainer configuration 2026-07-07 15:03:01 +00:00
Denys Vuika 31a72da250 chore: let Corepack provision pnpm from package.json as single source of truth
Remove the duplicated PNPM_VERSION pin from devcontainer.json build args and
the Dockerfile ARG (which had drifted to 11.5.3 vs package.json's 11.5.0).
Corepack now reads package.json#packageManager at runtime; set
COREPACK_ENABLE_DOWNLOAD_PROMPT=0 so first-use provisioning is non-interactive.
Update docs accordingly.
2026-07-07 15:02:59 +00:00
Denys Vuika 376a25946a chore: install gnupg2 for GPG agent forwarding and update devcontainer configuration 2026-07-07 15:02:58 +00:00
Denys Vuika c34bd87b0b chore: update pnpm version to 11.5.3 and enable Nx daemon in dev container 2026-07-07 15:02:57 +00:00
Denys Vuika d4ea7a43b0 chore: add Chromium installation for Karma tests and update devcontainer configuration 2026-07-07 15:02:54 +00:00
Denys Vuika baaa0a05b5 chore: remove NX_VERSION from Dockerfile and devcontainer configuration 2026-07-07 15:02:50 +00:00
Denys Vuika 4ecb400bef chore: specify fixed image variant in Dockerfile and remove variant argument from devcontainer configuration 2026-07-07 15:02:48 +00:00
Denys Vuika 287f50a310 chore: update build context in devcontainer configuration 2026-07-07 15:02:46 +00:00
Denys Vuika bd1230700d chore: remove unnecessary NPM configuration from container environment 2026-07-07 15:02:46 +00:00
Denys Vuika 3d72f6ac7d chore: ensure user is set to 'node' in Dockerfile and devcontainer configuration 2026-07-07 15:02:43 +00:00
Denys Vuika 720b2320c5 chore: update Dockerfile and devcontainer configuration to include NX version and enhance VSCode settings 2026-07-07 15:02:30 +00:00
Denys Vuika dd0905da28 chore: add Dockerfile and devcontainer configuration for development setup 2026-07-07 15:02:29 +00:00