Commit graph

87 commits

Author SHA1 Message Date
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
dd71ac8820 Update dependencies and i18n logic 2026-01-24 22:06:07 -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
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
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
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
ffd746ae94 fix(basic.gblib): TODO removal. 2022-12-26 13:36:36 -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
2732f2f9c1 new(teams.gblib): Teams support for creation of new bots. 2021-09-30 16:03:43 -03:00
ce41f749ea new(all): Facebook workplace support. 2021-07-06 13:16:36 -03:00
29f5b36812 fix(all): Google Workplace suppport 2021-06-15 08:36:27 -03:00
b2676b9c4f fix(all): Google Workplace suppport 2021-06-12 16:14:20 -03:00
d5375de2d8 fix(all): Fix comments in header. 2020-12-31 15:36:22 -03:00
5253b61495 fix(all): updated setValue to be an async function. 2020-12-26 09:39:28 -03:00
ca8c3ab8f0 new(all): Optimizing language interfaces. 2020-11-16 08:09:22 -03:00
98af278afa new(core.gbapp): NLP automation for entities. 2020-10-18 17:46:23 -03:00
d621da7fd4 new(all): Exchange services between .gbapps. 2020-07-26 16:26:08 -03:00
f3c1ddaea1 new(all): Services between gbapp allowed. 2020-07-25 17:39:00 -03:00
36abf92acb fix(all): Code formatting. 2020-07-17 19:39:42 -03:00
349069bc72 new(core.gbapp): Better support for instance params. 2020-07-04 16:32:57 -03:00
ff70b88589 fix(all): Header for pragmatismo fixed. 2020-07-01 14:58:13 -03:00
b487eeabc5 new(all): App Packages in min. 2020-06-12 15:54:59 -03:00
fc82c58f13 fix(all): Check of bot name before creating. 2020-06-11 09:48:13 -03:00
e63912a330 fix(all): min is required for translate method. 2020-06-04 20:12:26 -03:00
b39420778a new(all): State for disabling instances and activationCode for referencing them alternatively. 2020-05-25 14:34:12 -03:00
8d15190289 new(all): Added flexible interfaces. 2020-05-23 18:41:20 -03:00
3c4fd1f755 new(all):Activation code. 2020-05-19 14:57:11 -03:00
Rodrigo Rodriguez
fa4091d6e5 all(text): Bot to text in any language. 2020-05-17 21:30:56 +00:00
Rodrigo Rodriguez
e10844dc8e new(all): New translator services. 2020-05-17 19:05:43 +00:00
22c7250552 fix(core.gblib): Removal of old fields. 2020-05-15 12:13:29 -03:00