feat: bake iac_source_catalog into Docker image; fix YAML smoke test; add .gitignore
All checks were successful
Build and Deploy iLSP / test (push) Successful in 23s
Build and Deploy iLSP / build-and-deploy (push) Successful in 1m35s

- Dockerfile: COPY iac_source_catalog.json in builder + final stage
- push_catalogs.sh: cp iac_source_catalog.json to iLSP repo root before SCP
- smoke_test_completions.py: detect WS CLOSE in _recv_until_id; 20s YAML init timeout; clearer error message
- .gitignore: standard Python exclusions

Fixes: iac_source_modules=0 (was never baked into image)
This commit is contained in:
Henrik Jess Nielsen
2026-05-10 16:23:02 +02:00
parent ef3535048b
commit 2a1717ff81
5 changed files with 2445 additions and 6 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.eggs/
*.egg-info/
dist/
build/
.coverage
htmlcov/
*.log
.env
.venv/
venv/