Commit graph

492 commits

Author SHA1 Message Date
Rodrigo Rodriguez (Pragmatismo)
2ee0f0f7ec fix(KBService): remove unnecessary skip variable in file processing logic
All checks were successful
GBCI / build (push) Successful in 1m30s
2025-05-22 10:41:43 -03:00
Rodrigo Rodriguez (Pragmatismo)
320e401cad fix(GBMinService): update CORS origin to use HTTPS for improved security
All checks were successful
GBCI / build (push) Successful in 1m2s
2025-04-27 19:00:54 -03:00
Rodrigo Rodriguez (Pragmatismo)
2a61c07cd1 fix(GBMinService): update CORS origin to specific subdomain
All checks were successful
GBCI / build (push) Successful in 44s
2025-04-27 18:46:43 -03:00
Rodrigo Rodriguez (Pragmatismo)
b5034f9167 fix(GBMinService): add logging for meeting token requests and definition
All checks were successful
GBCI / build (push) Successful in 59s
2025-04-27 18:02:00 -03:00
Rodrigo Rodriguez (Pragmatismo)
c200456e38 fix(GBMinService): add logging for meeting token requests and definition
All checks were successful
GBCI / build (push) Successful in 1m15s
2025-04-26 21:44:02 -03:00
Rodrigo Rodriguez (Pragmatismo)
3ce1d1e152 fix(GBMinService): await token.toJwt() for proper JWT generation
All checks were successful
GBCI / build (push) Successful in 29s
2025-04-26 17:27:29 -03:00
Rodrigo Rodriguez (Pragmatismo)
b7f9c07faf fix(GBMinService): await token.toJwt() for proper JWT generation
All checks were successful
GBCI / build (push) Successful in 31s
2025-04-26 17:17:28 -03:00
Rodrigo Rodriguez (Pragmatismo)
32183519d2 fix(workflow): enable npm ci command for production build in BotServer
Some checks failed
GBCI / build (push) Failing after 2m39s
2025-04-26 16:47:02 -03:00
Rodrigo Rodriguez (Pragmatismo)
1b65edc213 feat(GBMinService): update dependencies to include livekit-server-sdk and AccessToken import
Some checks failed
GBCI / build (push) Failing after 37s
2025-04-26 16:14:53 -03:00
Rodrigo Rodriguez (Pragmatismo)
6f6dfca9c2 feat(GBMinService): add CORS header to meeting token endpoint
All checks were successful
GBCI / build (push) Successful in 37s
2025-04-26 15:25:35 -03:00
Rodrigo Rodriguez (Pragmatismo)
7175ab550b feat(GBMinService): add endpoint for generating meeting tokens with LiveKit
All checks were successful
GBCI / build (push) Successful in 1m29s
2025-04-26 15:15:57 -03:00
Rodrigo Rodriguez (Pragmatismo)
4d850362d2 chore: remove unused image assets and update API URL in configuration 2025-04-25 01:46:35 -03:00
Rodrigo Rodriguez (Pragmatismo)
0cb49684e6 feat(GBMinService, MainService): integrate Stripe payment success handling and update dialog flow 2025-04-24 20:02:50 -03:00
Rodrigo Rodriguez (Pragmatismo)
feb7939387 feat(GBMinService, MainService): integrate Stripe payment success handling and update dialog flow 2025-04-24 19:52:06 -03:00
Rodrigo Rodriguez (Pragmatismo)
ec8b0d44df feat(GBMinService, MainService): integrate Stripe payment success handling and update dialog flow
All checks were successful
GBCI / build (push) Successful in 1m18s
2025-04-24 01:18:30 -03:00
Rodrigo Rodriguez (Pragmatismo)
e3ac4f58b3 refactor(GBOService, MainModel): clean up code and enhance model structure for better clarity and maintainability
All checks were successful
GBCI / build (push) Successful in 1m30s
2025-04-21 22:29:26 -03:00
Rodrigo Rodriguez (Pragmatismo)
31b7d5d59e fix(GBMinService): comment out file writing to prevent overwriting bot manifest
Some checks failed
GBCI / build (push) Failing after 1h26m41s
2025-04-17 16:21:02 -03:00
Rodrigo Rodriguez (Pragmatismo)
87802e4249 fix(SystemKeywords): update file writing to use Uint8Array for buffer consistency
Some checks failed
GBCI / build (push) Has been cancelled
2025-04-17 16:15:27 -03:00
Rodrigo Rodriguez (Pragmatismo)
eb9ddb7ead feat(SystemKeywords): integrate MinIO client for file retrieval in gbcluster mode
Some checks failed
GBCI / build (push) Failing after 4m47s
2025-04-17 15:05:09 -03:00
Rodrigo Rodriguez (Pragmatismo)
d2851aabd6 feat(DialogKeywords): integrate MinIO client for file handling in gbcluster mode
Some checks failed
GBCI / build (push) Failing after 3h14m23s
2025-04-15 13:56:56 -03:00
Rodrigo Rodriguez (Pragmatismo)
7035c6799f feat(DialogKeywords): integrate MinIO client for file handling in gbcluster mode
Some checks failed
GBCI / build (push) Failing after 4m4s
2025-04-15 13:46:02 -03:00
Rodrigo Rodriguez (Pragmatismo)
6d75b4997b fix: update URLs and email addresses to reflect new domain 2025-04-15 12:49:05 -03:00
Rodrigo Rodriguez (Pragmatismo)
6e141e25a7 fix(app): comment out boot instance creation and saving in legacy mode
Some checks failed
GBCI / build (push) Failing after 2h8m50s
2025-04-04 19:11:12 -03:00
Rodrigo Rodriguez (Pragmatismo)
70c2d7c0d5 fix(app): comment out boot instance creation and saving in legacy mode
Some checks failed
GBCI / build (push) Has been cancelled
2025-04-04 18:34:57 -03:00
Rodrigo Rodriguez (Pragmatismo)
8ffc62ed67 fix(app): comment out boot instance creation and saving in legacy mode
Some checks failed
GBCI / build (push) Has been cancelled
2025-04-04 18:27:39 -03:00
Rodrigo Rodriguez (Pragmatismo)
0d89750a57 fix(services): update condition in GBMinService to simplify WhatsApp Direct Line setup
Some checks failed
GBCI / build (push) Has been cancelled
2025-03-29 20:38:55 -03:00
Rodrigo Rodriguez (Pragmatismo)
0e74502cc1 fix(services): refactor GBOService instantiation and update template listing logic 2025-03-29 11:03:46 -03:00
Rodrigo Rodriguez (Pragmatismo)
1b6dcb061b fix(services): remove unnecessary comments and improve URL configuration in GBCoreService and GBMinService
All checks were successful
GBCI / build (push) Successful in 5m13s
2025-03-28 07:48:50 -03:00
Rodrigo Rodriguez (Pragmatismo)
8584e43cc7 fix(workflows): clean up node.yaml by removing unnecessary whitespace
All checks were successful
GBCI / build (push) Successful in 6m4s
2025-03-28 07:14:35 -03:00
Rodrigo Rodriguez (Pragmatismo)
5fe45a04f7 new(all): Removal of OneDrive dependencies. 2025-03-05 22:09:05 -03:00
Rodrigo Rodriguez
54b2b6a56e fix(whatsapp.gblib): Fixed audio with IBM Watson. 2025-02-02 17:06:43 -03:00
Rodrigo Rodriguez
e17f4c8800 fix(whatsapp.gblib): Fixed check status. 2025-01-27 10:57:47 -03:00
Rodrigo Rodriguez
8aff53ef86 fix(whatsapp.gblib): Fixed check status. 2025-01-27 10:55:04 -03:00
Rodrigo Rodriguez
3981777a05 new(online.gbui): UI OK. 2024-12-21 20:23:44 -03:00
Rodrigo Rodriguez
6168275d92 fix(llm.gblib): Fix in doc. publishing. 2024-12-03 21:43:28 -03:00
me@rodrigorodriguez.com
26e7b4eec9 fix(llm.gblib): Vector store fixed in /publish. 2024-11-08 11:49:12 -03:00
me@rodrigorodriguez.com
bd26fdc0bf new(all); 2024-10-20 00:21:14 -03:00
me@rodrigorodriguez.com
efeb75410a new(core.gbapp): LLM alerts for data. 2024-10-17 09:07:41 -03:00
me@rodrigorodriguez.com
52f416076e new(core.gbapp): LLM alerts for data. 2024-10-15 16:09:48 -03:00
me@rodrigorodriguez.com
22384ed299 new(basic.gblib): SEND FILE pdf as temporary images ViewOnce. 2024-10-12 20:12:18 -03:00
me@rodrigorodriguez.com
d68feec33b new(basic.gblib): SEND FILE pdf as temporary images ViewOnce. 2024-10-06 15:49:07 -03:00
me@rodrigorodriguez.com
25245a010e new(basic.gblib): SEND FILE pdf as temporary images. 2024-10-04 00:55:10 -03:00
me@rodrigorodriguez.com
975d4961a4 new(basic.gblib): SEND FILE pdf as temporary images. 2024-10-03 23:57:49 -03:00
me@rodrigorodriguez.com
2cffae858c new(basic.gblib): SEND FILE pdf as temporary images. 2024-10-03 20:11:50 -03:00
me@rodrigorodriguez.com
53e0558593 new(basic.gblib): HEAR AS QRCODE. 2024-10-02 10:12:03 -03:00
me@rodrigorodriguez.com
8327b710ba fix(all): Templates OK. 2024-09-29 22:15:39 -03:00
me@rodrigorodriguez.com
80e766430e fix(all): Templates OK. 2024-09-29 22:08:08 -03:00
me@rodrigorodriguez.com
9a9722f494 fix(all): Templates OK. 2024-09-29 22:01:56 -03:00
me@rodrigorodriguez.com
c76c46ede7 fix(all): Templates OK. 2024-09-29 21:52:07 -03:00
me@rodrigorodriguez.com
d62c227431 fix(all): Templates OK. 2024-09-29 21:37:41 -03:00