coller/src/server
Julien Riou 1fcde736a8
All checks were successful
/ pre-commit (push) Successful in 1m33s
fix: convert id to int64
Snowflake identifiers are integers, not strings.

BREAKING CHANGE: notes that are not using snowflake identifiers will not be
compatible anymore.

Signed-off-by: Julien Riou <julien@riou.xyz>
2025-09-27 10:05:58 +02:00
..
templates feat: replace Monaco by Ace 2025-09-27 09:56:50 +02:00
compression.go Initial commit 2025-08-21 16:22:03 +02:00
compression_test.go Initial commit 2025-08-21 16:22:03 +02:00
config.go feat: replace Monaco by Ace 2025-09-27 09:56:50 +02:00
db.go fix: convert id to int64 2025-09-27 10:05:58 +02:00
handlers_api.go fix: convert id to int64 2025-09-27 10:05:58 +02:00
handlers_web.go fix: convert id to int64 2025-09-27 10:05:58 +02:00
metrics.go feat: Add metrics 2025-08-26 09:26:15 +02:00
note.go fix: convert id to int64 2025-09-27 10:05:58 +02:00
server.go feat: replace Monaco by Ace 2025-09-27 09:56:50 +02:00