Bundled commit across unrelated threads: perf collector/meter/logs/export
updates, SSO bootstrap and traefik/nginx/gitea infra, dev backend scripts
(gitea/github/woodpecker), diag test updates, and misc config.
Also fix test pollution: five tests were doing raw sys.modules.pop("conf")
to simulate ImportError on `import conf`, but raw dict mutation isn't
tracked by monkeypatch and leaked the eviction into subsequent tests.
Downstream tests that did `from conf import secret` at module level held
references to the pre-eviction conf, while re-imports inside tests got a
fresh conf, so patches to conf.cfg._data didn't land on the secret()
closure's cfg — causing tests/conf/test_conf.py::TestSecret and
tests/conf/test_connect.py::TestDuckdb::test_custom_db_name to fail.
Fix: use monkeypatch.delitem(sys.modules, "conf", raising=False) so the
eviction is reverted on teardown. Applied to test_diag_ci.py, test_init.py,
test_tracer.py, and test_resource.py (two sites).
19 lines
583 B
INI
19 lines
583 B
INI
192.168.1.192 fhirworx.io
|
|
192.168.1.192 dashboard.fhirworx.io
|
|
192.168.1.192 docs.fhirworx.io
|
|
192.168.1.192 git.fhirworx.io
|
|
192.168.1.192 ci.fhirworx.io
|
|
192.168.1.192 notebooks.fhirworx.io
|
|
192.168.1.192 zotero.fhirworx.io
|
|
192.168.1.192 webdav.fhirworx.io
|
|
192.168.1.192 api.fhirworx.io
|
|
192.168.1.192 nessie.fhirworx.io
|
|
192.168.1.192 trino.fhirworx.io
|
|
192.168.1.192 polaris.fhirworx.io
|
|
192.168.1.192 grafana.fhirworx.io
|
|
192.168.1.192 prometheus.fhirworx.io
|
|
192.168.1.192 jaeger.fhirworx.io
|
|
192.168.1.192 loki.fhirworx.io
|
|
192.168.1.192 s3.fhirworx.io
|
|
192.168.1.192 s3console.fhirworx.io
|