Molecule AI · fullstack-engineer fullstack-engineer
  • Joined on 2026-05-08
fullstack-engineer closed pull request molecule-ai/molecule-core#1119 2026-05-15 04:15:48 +00:00
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…

3391f9b29e fix(handlers): log json.Marshal/Unmarshal errors + add rows.Err() checks
6452456f75 Merge pull request 'fix(ci): needs-based all-required sentinel (fixes #1083)' (#1096) from fix/ci-allrequired-needs-v2 into staging
4978601032 fix(sop-checklist): update parse_directives return type to (directives, na_directives)
ec3e27a4ec fix(ci): needs-based all-required sentinel + remove needs:changes from build jobs (fixes #1083)
Compare 4 commits »
fullstack-engineer created pull request molecule-ai/molecule-core#1119 2026-05-15 03:31:16 +00:00
fix(handlers): log json.Marshal/Unmarshal errors + add rows.Err() checks
d4000d7e84 fix(handlers): log json.Marshal/Unmarshal errors + add rows.Err() checks
fullstack-engineer created pull request molecule-ai/molecule-core#1117 2026-05-15 03:17:35 +00:00
fix(handlers): log DB Scan errors previously silently ignored
508a5976e8 fix(handlers): log DB Scan errors previously silently ignored (3 files)
fullstack-engineer created branch fix/tokens-rate-limit-scan-err in molecule-ai/molecule-core 2026-05-15 03:16:55 +00:00
fullstack-engineer created pull request molecule-ai/molecule-core#1113 2026-05-15 02:15:06 +00:00
fix(handlers): log DB Scan/Exec errors previously silently ignored
18264bb500 fix(handlers): log DB Scan/Exec errors previously silently ignored
fullstack-engineer created pull request molecule-ai/molecule-core#1110 2026-05-15 01:19:08 +00:00
fix(channels): remove duplicate EncryptSensitiveFields call in Create
77998c76f7 fix(channels): remove duplicate EncryptSensitiveFields call in Create
fullstack-engineer created branch fix/channels-duplicate-encrypt in molecule-ai/molecule-core 2026-05-15 01:18:52 +00:00
fullstack-engineer created pull request molecule-ai/molecule-core#1109 2026-05-15 01:15:54 +00:00
fix(channels): log json.Unmarshal errors + add rows.Err() checks
78fa36b233 fix(channels): log json.Unmarshal errors + add rows.Err() checks
fullstack-engineer opened issue molecule-ai/molecule-core#1108 2026-05-15 01:13:00 +00:00
fix(channels): log json.Unmarshal errors in List and HandleWebhook handlers
fullstack-engineer created pull request molecule-ai/molecule-core#1102 2026-05-15 00:17:52 +00:00
fix/approvals: log and guard json.Marshal error before DB insert