• Joined on 2022-11-12
seb pushed to main at seb/deployHook 2025-08-04 14:43:59 +00:00
f1ef4a167e feat(webhooks): add script to retry failed webhooks and log results
seb pushed to main at seb/deployHook 2025-08-04 12:31:34 +00:00
e5f50d3db3 refactor(api): require webhook payload for commit summary and remove local git fallback
seb pushed to main at seb/deployHook 2025-08-04 12:30:11 +00:00
a5db1f34cb feat(api): enhance commit summary with Gitea API integration
seb pushed to main at seb/deployHook 2025-08-04 08:41:40 +00:00
c2c7e11e00 feat(api): include unified diff in DE summary prompt and extend timeout
seb pushed to main at seb/deployHook 2025-08-04 08:39:57 +00:00
0102196e09 fix(api): adjust DE summary prompt and add trailing newline
seb pushed to main at seb/deployHook 2025-08-04 08:38:24 +00:00
8d9dc45c4f fix(api): standardize executive summary block formatting
seb pushed to main at seb/deployHook 2025-08-04 08:35:33 +00:00
00d8e6c6e7 fix(api): use en dash between hash and message to avoid '-' entity issues
seb pushed to main at seb/deployHook 2025-08-04 08:34:31 +00:00
ab4964815c fix(api): escape Markdown and adjust compare link formatting
seb pushed to main at seb/deployHook 2025-08-04 08:33:18 +00:00
e4a01f387b feat(api): add LLM-based DE executive summary to Telegram release hook
seb created branch main in seb/deployHook 2025-08-04 08:21:17 +00:00
seb pushed to main at seb/deployHook 2025-08-04 08:21:17 +00:00
9a8086acea genesis
seb created repository seb/deployHook 2025-08-04 08:20:00 +00:00
seb pushed to master at seb/backupService 2025-08-02 12:53:56 +00:00
c59d55ea8d chore: replace aws-sdk with @aws-sdk/client-s3 in dependencies
seb pushed to master at seb/backupService 2025-08-02 10:07:07 +00:00
a64c95f54d refactor: trim environment variables and enhance error logging in Telegram broadcast
seb pushed to master at seb/backupService 2025-08-02 10:02:00 +00:00
2d020b47b5 add Telegram notification configuration and broadcast functionality
seb pushed to master at seb/backupService 2025-08-02 09:29:29 +00:00
1d6eb27a91 remove obsolete README and configuration files
seb created branch master in seb/backupService 2025-08-02 09:27:52 +00:00
seb pushed to master at seb/backupService 2025-08-02 09:27:52 +00:00
6a0b0de265 Genesis
seb created repository seb/backupService 2025-08-02 09:27:10 +00:00
seb pushed to master at seb/fibdash 2025-08-02 08:07:41 +00:00
096d4d0530 Refactor BankingKreditorSelector and DocumentRenderer components to enhance transaction assignment handling. Remove unused 'assigned_by' field from API requests and update onSave callbacks to pass assigned Kreditor details. Improve SQL queries in bankingTransactions.js to handle both numeric and string transaction IDs, and streamline transaction insertion logic. Update transaction retrieval in transactions.js to include additional assigned Kreditor information.