Commit Graph

10 Commits

Author SHA1 Message Date
23c29aba1d fix(cluster-1): data corruption fixes (C4/C5/C8)
- synchandler: combine course date with clock time via time.Date instead
  of adding two absolute Unix epochs, which produced corrupt start times
- tracing: make DeploymentEnvironment configurable via config.Trace
  (defaults to development instead of hardcoded production)
- http: align course handler tracer name to 'kuriweb.http' to match the
  request middleware instrument so spans share the same tracer
2026-06-27 23:54:07 +00:00
3a9e01a683 rework list courses page to be flatten 2024-04-19 00:13:03 +03:00
68810d93a7 add opentelemetry tracing 2024-04-02 15:23:22 +03:00
938d3cd307 add sqlite support 2024-03-12 14:44:22 +03:00
d5f76f4e07 add templ engine 2024-01-21 16:49:47 +03:00
2c0564f68c add show course and map names 2024-01-08 18:31:35 +03:00
48f5d80f7a add more style 2024-01-05 23:03:15 +03:00
f60ebcfb36 add simple http 2023-12-17 10:01:49 +03:00
414dc87091 able to get product 2023-11-30 00:39:51 +03:00
606b94e35b make application with base logic 2023-11-26 15:39:34 +03:00