|
|
3272a49a32
|
fix(ci): minimal checkout - clone only botlib submodule
|
2026-01-25 14:11:28 -03:00 |
|
|
|
68ae908506
|
fix(ci): invalidate cache and enforce shallow submodules
|
2026-01-25 14:10:17 -03:00 |
|
|
|
4e7db823ea
|
fix(ci): use shallow clone to improve performance
|
2026-01-25 12:42:45 -03:00 |
|
|
|
64c4487b8e
|
Fix CI recursive clone and document CI workflow strategy in PROMPT.md
|
2026-01-25 12:31:55 -03:00 |
|
|
|
fe8579e7b2
|
Update botserver CI workflow to use workspace structure
|
2026-01-25 12:27:50 -03:00 |
|
|
|
9087bb17cd
|
feat: complete General Bots 7.0 (v6.2.0)
|
2026-01-25 10:29:54 -03:00 |
|
|
|
5b552f633f
|
ci: debug build, no swap (fastest)
|
2025-12-18 17:33:04 -03:00 |
|
|
|
44e1281b63
|
ci: fix swap setup and optimize release build for low memory
|
2025-12-18 17:14:36 -03:00 |
|
|
|
ff73f0b4c6
|
CI: add swap and staged build to prevent OOM
|
2025-12-18 14:08:47 -03:00 |
|
|
|
cb921c60f9
|
CI: reduce codegen-units to 1 to prevent OOM
|
2025-12-18 10:41:33 -03:00 |
|
|
|
0f8e8ceab8
|
CI: add libpq-dev for PostgreSQL linking
|
2025-12-17 22:40:45 -03:00 |
|
|
|
db9e1b875c
|
CI: use debug build for fastest compilation
|
2025-12-17 22:01:11 -03:00 |
|
|
|
355708e7cd
|
Use CI profile: thin LTO + 4 codegen units for faster builds
|
2025-12-17 21:59:52 -03:00 |
|
|
|
b5da997c6d
|
Reduce memory usage in CI: limit parallel jobs
|
2025-12-17 21:56:28 -03:00 |
|
|
|
848a933a84
|
Disable botserver-bundle workflow
|
2025-12-17 20:44:01 -03:00 |
|
|
|
2127118b22
|
Save build logs to /opt/gbo/logs/
|
2025-12-16 22:29:29 -03:00 |
|
|
|
b4c6ac46cb
|
Add debug output to diagnose silent CI failures
|
2025-12-16 21:13:12 -03:00 |
|
|
|
d80af79312
|
Simplify: build only Linux x86_64 for now
|
2025-12-16 20:40:40 -03:00 |
|
|
|
c3bd934395
|
Fix: use full paths for cargo to work across all build steps
|
2025-12-16 19:59:05 -03:00 |
|
|
|
84b8aaa50e
|
Fix: rename gbserver to botserver, use rustup for Rust install, remove macOS
|
2025-12-16 19:17:47 -03:00 |
|
|
|
292c7032ab
|
Fix: use git clone for dependencies outside workspace
|
2025-12-16 17:20:36 -03:00 |
|
|
|
8cfb081eb5
|
Add checkout of botlib dependency in CI
|
2025-12-16 17:00:14 -03:00 |
|
|
|
ef0e7d1b88
|
Add Cargo caching for faster builds
|
2025-12-16 16:35:22 -03:00 |
|
|
|
d0d844994d
|
Add Forgejo CI workflows - botserver.yaml and botserver-bundle.yaml with cross-platform builds
|
2025-12-16 13:25:26 -03:00 |
|
|
|
c88a240903
|
Migration to Rust removal of Azure.
|
2025-10-06 10:29:14 -03:00 |
|
|
|
e1f2914fe4
|
Add -f flag when removing package-lock.json
|
2025-09-24 19:30:08 -03:00 |
|
|
|
b42148e6d6
|
- Update CI.
|
2025-09-24 19:14:15 -03:00 |
|
|
|
7b08b17d8c
|
fix(WhatsappDirectLine): update sendFileToDevice to default isViewOnce to true and clean up header example
|
2025-06-24 14:54:28 -03:00 |
|
|
|
ce93ebad75
|
fix(KBService): update Puppeteer configuration for headless mode and executable path
fix(node.yaml): correct deployment paths and improve Node.js setup
fix(.gitignore): add 'botpoc' to ignored files
fix(SystemKeywords): enhance PDF conversion and image processing logic
fix(DialogKeywords): adjust Puppeteer launch options for better performance
fix(KeywordsExpressions): fix syntax error in PDF assignment
|
2025-06-09 19:51:05 -03:00 |
|
|
|
95c4fbe8b1
|
fix(KBService): update Puppeteer configuration for headless mode and executable path
fix(node.yaml): correct deployment paths and improve Node.js setup
fix(.gitignore): add 'botpoc' to ignored files
fix(SystemKeywords): enhance PDF conversion and image processing logic
fix(DialogKeywords): adjust Puppeteer launch options for better performance
fix(KeywordsExpressions): fix syntax error in PDF assignment
|
2025-06-09 19:48:24 -03:00 |
|
|
|
1292573222
|
refactor(workflows): remove unnecessary .env file copy in deployment script
|
2025-05-11 22:44:30 -03:00 |
|
|
|
50f438caa9
|
fix(DialogKeywords): comment out unused email headers in mail options
|
2025-04-30 14:18:32 -03:00 |
|
|
|
76fe9f63e2
|
feat(DialogKeywords): integrate Nodemailer for email sending functionality
|
2025-04-30 13:50:47 -03:00 |
|
|
|
05bf56a5e4
|
fix(GBMinService): await token.toJwt() for proper JWT generation
|
2025-04-26 17:17:28 -03:00 |
|
|
|
d28aaafe48
|
fix(workflow): clean up node_modules before installing production dependencies in BotServer
|
2025-04-26 16:56:38 -03:00 |
|
|
|
f197e5a135
|
fix(workflow): enable npm ci command for production build in BotServer
|
2025-04-26 16:40:42 -03:00 |
|
|
|
264b0a1445
|
fix(workflow): add logging for file copying in node.yaml
|
2025-04-19 13:37:55 -03:00 |
|
|
|
e12744b1de
|
fix(workflow): comment out Node.js setup and adjust build commands in node.yaml
|
2025-04-19 13:36:07 -03:00 |
|
|
|
b392aa6e7f
|
fix(ChatServices): update prompt message for clarity on tool results
|
2025-04-19 13:32:53 -03:00 |
|
|
|
4301bb64c4
|
fix(workflow): streamline botserver restart process in node.yaml
|
2025-04-19 12:14:18 -03:00 |
|
|
|
d912667dee
|
fix(workflow): ensure BotServer directory is created before copying files
|
2025-04-19 11:48:09 -03:00 |
|
|
|
9786749728
|
fix(workflow): ensure BotServer directory is created before copying files
|
2025-04-19 11:36:07 -03:00 |
|
|
|
96c65af1b4
|
fix(workflow): ensure BotServer directory is created before copying files
|
2025-04-19 11:14:26 -03:00 |
|
|
|
b24f8fb733
|
fix(workflow): ensure BotServer directory is created before copying files
|
2025-04-19 01:42:51 -03:00 |
|
|
|
a8c3c696e8
|
fix(workflow): ensure BotServer directory is created before copying files
|
2025-04-19 01:12:54 -03:00 |
|
|
|
10294c9a82
|
fix(workflow): update node.yaml to correctly copy .env file to deployment location
|
2025-04-19 01:09:16 -03:00 |
|
|
|
f4f76f3743
|
fix(workflow): update node.yaml to run npm start in the background
|
2025-04-19 00:24:43 -03:00 |
|
|
|
275eaa90e1
|
fix(workflow): update node.yaml to run npm start in the background
|
2025-04-18 23:48:26 -03:00 |
|
|
|
cb8b4c5a60
|
fix(workflows): clean up node.yaml by removing unnecessary commented-out commands
|
2025-03-28 10:24:41 -03:00 |
|
|
|
fd69e28765
|
fix(workflows): clean up node.yaml by removing unnecessary commented-out commands
|
2025-03-28 09:27:15 -03:00 |
|