5d73abe9f8
Debug: Add detailed logging for translation lookups
2026-02-14 12:28:15 +00:00
e0f00060cb
Debug: Add logging for embedded locale file loading
2026-02-14 12:25:41 +00:00
30786e2cf8
fix(i18n): Add logging for embedded locale loading
2026-02-14 11:48:44 +00:00
Claude Sonnet 4.5
38dc7c050d
Update default port from 8088 to 9000
...
- Update DEFAULT_BOTSERVER_URL constant in http_client.rs
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-08 12:24:24 +00:00
2765fa2eba
Update: delete PROMPT.md and update files
2026-02-04 13:54:26 -03:00
a8ed131b3b
feat: Implement new log format specification
2026-01-27 18:08:57 -03:00
da758206b4
Fix undeclared variable in bundle.rs
2026-01-27 15:00:16 -03:00
57fcb6fef2
Fix syntax errors in bundle.rs
2026-01-27 14:47:32 -03:00
5ed6ee7988
feat(i18n): Embed locales using rust-embed
...
- Added rust-embed dependency to botlib (optional, enabled by i18n feature).
- Implemented EmbeddedLocales struct to embed 'locales' directory.
- Modified I18nBundle::load to fallback to embedded assets if the filesystem path is not found.
- This resolves issues where botserver fails to find locales directory in production/container environments.
2026-01-27 14:01:03 -03:00
bfaa68dc35
revert: removing production URL constant and detection (requested by user)
2026-01-25 22:49:04 -03:00
2e418fab4e
http: add production URL detection for BOTSERVER_ENV=production
2026-01-25 22:42:30 -03:00
d7a287837e
chore: update dependencies
2026-01-25 08:42:45 -03:00
dd71ac8820
Update dependencies and i18n logic
2026-01-24 22:06:07 -03:00
5ce3860f2c
Refactor: Use workspace dependencies
2026-01-23 09:37:17 -03:00
29d3cb05b1
Update PROMPT.md
2026-01-22 20:24:03 -03:00
628f853c85
Add ANSI colors to log levels: red E, yellow W, green I, cyan D
2026-01-14 09:33:03 -03:00
8526b0d585
feat(i18n): add missing people, CRM, billing, products translations
...
- Add people-* keys to en, pt-BR, es locales
- Add crm-subtitle, crm-stage-*, crm-conversion-rate, crm-pipeline-value, etc
- Add billing-subtitle, billing-new-payment, billing-revenue-month, etc
- Add products-subtitle, products-items, products-pricelists, products-total-*, etc
2026-01-12 14:13:08 -03:00
9ff058294e
feat(i18n): add missing navigation menu translations
...
- Add nav-docs, nav-sheet, nav-slides, nav-social, nav-all-apps
- Add nav-people, nav-editor, nav-dashboards, nav-security
- Add nav-designer, nav-project, nav-canvas, nav-goals
- Add nav-player, nav-workspace, nav-video, nav-learn
- Update all locales: en, pt-BR, es
2026-01-10 10:53:44 -03:00
49c7d3e751
Add chat mention i18n translations (en, pt-BR, es)
2026-01-10 07:06:47 -03:00
3d07d7f989
Add CRM, Billing, Products, Tickets, Forms i18n translations to .ftl files
...
- Add nav entries for crm, billing, products, tickets, forms (en, pt-BR, es)
- Add full CRM section: entities, actions, fields, pipeline stages
- Add full Billing section: invoices, payments, quotes, status, reports
- Add full Products section: catalog, services, price lists, inventory
- Add full Tickets section: cases, priorities, status, AI features
- Add full Forms section: templates, field types, actions
2026-01-10 06:59:48 -03:00
ff599a2cd4
Add i18n localization support with locales
2026-01-08 13:16:05 -03:00
a50d229346
Add limits module and resilience improvements
2025-12-28 11:50:48 -03:00
94f333f983
Update http_client and version modules
2025-12-24 09:29:29 -03:00
2d764af8d7
Remove all code comments
2025-12-23 18:41:16 -03:00
b430866dbf
Update library components and models
2025-12-23 15:52:20 -03:00
2de330dbe9
Update botlib
2025-12-21 23:40:41 -03:00
7928c0ef14
refactor: enterprise-grade error handling, HTTP client, models with builder patterns
2025-12-20 19:57:51 -03:00
b7b313c2e9
docs: update PROMPT.md with weekly maintenance checklist
2025-12-18 16:18:14 -03:00
ffcfe9bbcb
Disable auto-trigger CI - manual only via workflow_dispatch
2025-12-16 17:07:34 -03:00
b61f05b96d
Revert "Disable CI - library compiled as dependency"
...
GBCI / build (push) Failing after 4m4s
This reverts commit 9ae01eb90c .
2025-12-16 17:04:57 -03:00
9ae01eb90c
Disable CI - library compiled as dependency
2025-12-16 17:02:21 -03:00
0e1903f419
Add Cargo caching for faster builds
GBCI / build (push) Failing after 5m52s
2025-12-16 16:35:23 -03:00
3303ae4be0
Add Forgejo CI workflow for botlib - Compile Rust library
GBCI / build (push) Failing after 4m20s
2025-12-16 13:25:15 -03:00
f9582d3c7b
Lowercase botserver/botbook references
2025-12-12 23:21:18 -03:00
90599c2e7c
Update http_client.rs
2025-12-12 16:39:44 -03:00
ea3aa1413f
chore: Replace emoji status indicators with text equivalents
2025-12-09 07:55:33 -03:00
34152dabc3
fix: change default botserver port from 8081 to 8080
...
Match botserver's default port configuration for proper
health check connectivity between botui and botserver.
2025-12-08 14:08:56 -03:00
b159b4c00a
Add Default impl for BotResponse to support testing
2025-12-05 16:43:48 -03:00
97b897a557
Remove VERSION.md
2025-12-04 12:28:10 -03:00
dfa904042e
- To Rust.
2025-12-03 19:45:09 -03:00
Rodrigo Rodriguez
18b616f042
fix(all): Packages updated.
2024-09-03 11:20:34 -03:00
08ee8756cc
new(all): #156 and logo enhancement.
2023-02-24 23:05:46 -03:00
be1e691f1c
new(all): #156 and logo enhancement.
2023-02-24 13:32:16 -03:00
66757ed4cc
fix(all): Renaming branch to main.
2023-01-01 14:53:25 -03:00
f12ba0f96f
fix(basic.gblib): Renaming branch to main.
2022-12-26 13:49:21 -03:00
ffd746ae94
fix(basic.gblib): TODO removal.
2022-12-26 13:36:36 -03:00
fbbcdeec4c
fix(core.gbapp): Update of all packages and nodejs to 19.1.0.
2022-11-18 22:39:27 -03:00
f404cf2383
new(all): Twitter support.
2022-09-24 12:52:30 -03:00
b806534735
new(all): Web log.
2022-08-06 19:38:31 -03:00
25c502874f
new(all): Moving versions.
2022-02-04 18:41:38 -03:00