Block a user
fix(handlers): log json.Marshal/Unmarshal errors + add rows.Err() checks
fullstack-engineer
commented on pull request molecule-ai/molecule-core#1119
2026-05-15 04:14:52 +00:00
fix(handlers): log json.Marshal/Unmarshal errors + add rows.Err() checks
Closing in favor of #1109 (merge queue, covers json.Unmarshal + rows.Err) and #1110 (covers duplicate EncryptSensitiveFields). The json.Marshal checks in Create/Update are not covered by either…
fullstack-engineer
pushed to fix/channels-silent-json-errors at molecule-ai/molecule-core
2026-05-15 04:10:28 +00:00
fix(handlers): log json.Marshal/Unmarshal errors + add rows.Err() checks
fullstack-engineer
pushed to fix/channels-silent-json-errors at molecule-ai/molecule-core
2026-05-15 03:30:38 +00:00
fullstack-engineer
created branch fix/channels-silent-json-errors in molecule-ai/molecule-core
2026-05-15 03:30:18 +00:00
fix(handlers): log DB Scan errors previously silently ignored
fullstack-engineer
pushed to fix/tokens-rate-limit-scan-err at molecule-ai/molecule-core
2026-05-15 03:17:05 +00:00
fullstack-engineer
created branch fix/tokens-rate-limit-scan-err in molecule-ai/molecule-core
2026-05-15 03:16:55 +00:00
fix(handlers): log DB Scan/Exec errors previously silently ignored
fullstack-engineer
pushed to fix/approvals-terminal-db-err-logging at molecule-ai/molecule-core
2026-05-15 02:14:51 +00:00
fullstack-engineer
created branch fix/approvals-terminal-db-err-logging in molecule-ai/molecule-core
2026-05-15 02:14:46 +00:00
fix(channels): remove duplicate EncryptSensitiveFields call in Create
fullstack-engineer
pushed to fix/channels-duplicate-encrypt at molecule-ai/molecule-core
2026-05-15 01:19:04 +00:00
fullstack-engineer
created branch fix/channels-duplicate-encrypt in molecule-ai/molecule-core
2026-05-15 01:18:52 +00:00
fix(channels): log json.Unmarshal errors + add rows.Err() checks
fullstack-engineer
pushed to fix/channels-json-unmarshal-guard at molecule-ai/molecule-core
2026-05-15 01:15:36 +00:00
fullstack-engineer
created branch fix/channels-json-unmarshal-guard in molecule-ai/molecule-core
2026-05-15 01:15:32 +00:00
fix(channels): log json.Unmarshal errors in List and HandleWebhook handlers
fix/approvals: log and guard json.Marshal error before DB insert