Henrik Jess Nielsen hjess
  • Joined on 2024-08-14
hjess pushed to main at hjess/iLSP 2026-05-10 16:41:02 +02:00
acccd9ba20 docs: add README and EDITOR_SETUP with YAML pipeline template section
hjess pushed to main at hjess/iLSP 2026-05-10 16:37:51 +02:00
ae751f944c fix: yaml stdio per-connection, iac catalog path, makefile port
hjess pushed to main at hjess/iLSP 2026-05-10 16:23:07 +02:00
2a1717ff81 feat: bake iac_source_catalog into Docker image; fix YAML smoke test; add .gitignore
hjess pushed to main at hjess/iLSP 2026-05-10 16:10:40 +02:00
ef3535048b fix: Bicep module ref path — strip bicep/ prefix, lookup by ref_path
hjess pushed to main at hjess/iLSP 2026-05-10 15:59:42 +02:00
333d986e76 feat: YAML pipeline template autocomplete (AzDO + GHA)
hjess pushed to main at hjess/iLSP 2026-05-10 15:40:17 +02:00
5501254b55 feat: YAML LSP (/yaml endpoint) + IAC source catalog enrichment
hjess pushed to main at hjess/iLSP 2026-05-10 15:30:36 +02:00
b93aa84737 feat: param_value context — enum/allowed completions for principalType, environmentType etc.
hjess pushed to main at hjess/iLSP 2026-05-10 15:17:00 +02:00
bf24b5677f fix: backend unavailable test — use free port + ws.close(timeout=2s)
hjess pushed to main at hjess/iLSP 2026-05-10 15:13:07 +02:00
404bd1418d fix: add 3s timeout to LSP backend connection (handles CI firewall drops)
hjess pushed to main at hjess/iLSP 2026-05-10 15:07:26 +02:00
a708cb779e fix: push_catalogs.sh uses ilsp.i80.dk (not lsp.i80.dk)
hjess pushed to main at hjess/iLSP 2026-05-10 15:04:16 +02:00
27947e4f7f feat: context-aware Bicep completions (version + param injection)
hjess pushed to main at hjess/iLSP 2026-05-10 14:52:47 +02:00
eafddb6f4a test: fake LSP client integration tests against real pylsp
hjess pushed to main at hjess/iLSP 2026-05-10 14:44:38 +02:00
941d7b003f refactor: single HTTP port, WebSocket proxy for LSP endpoints
hjess pushed to main at hjess/iLSP 2026-05-10 14:20:34 +02:00
83817229e0 fix: remove host volume requirement until autobox is configured
hjess pushed to main at hjess/iLSP 2026-05-10 13:51:06 +02:00
0527df717c feat: volume-based catalog refresh with hot-reload
hjess pushed to main at hjess/iLSP 2026-05-10 13:40:53 +02:00
6b38cbd70c feat: bake bicep catalog into image; fix dict-based modules parsing
hjess pushed to main at hjess/iLSP 2026-05-10 13:35:44 +02:00
44da791f5a fix: update tests to match thread-based proxy API (_frame, _inject_completions)
hjess pushed to main at hjess/iLSP 2026-05-10 13:33:06 +02:00
c48ea919f6 ci: add --ignore-installed to avoid typing_extensions uninstall error
hjess pushed to main at hjess/iLSP 2026-05-10 13:02:59 +02:00
6385e159ff fix: replace asyncio subprocess proxy with thread-based Popen proxy
hjess pushed to main at hjess/iLSP 2026-05-10 12:48:16 +02:00
c550a4963e Fix PyPI regex and switch Bicep modules to /api/bicep-modules endpoint