Commit graph

33 commits

Author SHA1 Message Date
1c80c026d2 feat: refactor database connection handling and add LLM component
- Replace direct database connection establishment with shared `establish_pg_connection` utility
- Add "llm" to required components list in bootstrap manager
- Lower default RUST_LOG level from debug to info in VSCode config
- Clean up imports and connection error messages
- Remove hardcoded database URL strings in favor of centralized connection handling

The changes improve code maintainability by centralizing database connection logic and adding support for the new LLM component in the bootstrap process.
2025-11-01 07:20:04 -03:00
5c4245f9b2 feat(auth): refactor authentication handler and update logging
- Changed RUST_LOG level from 'trace' to 'debug' in VSCode launch config
- Simplified auth handler by removing direct bot ID lookup logic
- Added HttpRequest parameter to auth handler
- Implemented bot_from_url helper for bot identification
- Updated auth script path to use bot-specific directory structure
- Removed unused warn import
- Improved error handling for auth script reading and execution

The changes streamline the authentication process by:
1. Moving bot identification to a dedicated helper function
2. Making the auth script path dynamic based on bot name
3. Reducing log verbosity in development
4. Cleaning up unused imports and code
2025-10-31 15:40:52 -03:00
3302295538 feat: simplify bot name handling and improve logging
- Added RUST_LOG=trace to VSCode debug configurations for better debugging
- Removed unused imports (uuid, Selectable, SelectableHelper) from bootstrap module
- Simplified bot name handling by removing name formatting logic, using raw bot folder names
- Renamed check_default_gbot to check_gbot for consistency
- Improved logging format in drive monitor initialization
- Fixed S3 bucket reference in bootstrap manager (removed 'templates/' prefix)
2025-10-31 07:30:37 -03:00
bb9c733fd5 - GET ketyowrd for buckets. 2025-10-15 12:45:15 -03:00
0774251449 - Fix on the web presentation. 2025-10-15 10:37:04 -03:00
6d58491281 Migration to Rust and free from Azure. 2025-10-06 10:30:17 -03:00
2e7e333ce3 - Logo fix. 2025-08-23 21:39:03 -03:00
a8d645ecb9 new(all): Node.js v22 and ts-node. 2024-09-24 16:44:03 -03:00
92b391f19f new(all): Node.js v22 and ts-node. 2024-09-24 14:38:34 -03:00
afc0f4b445 new(all): Node.js v22 and ts-node. 2024-09-24 14:30:01 -03:00
Rodrigo Rodriguez
293f8944fb fix(llm.gblib): Tool fix. 2024-09-04 00:18:19 -03:00
Rodrigo Rodriguez
9a1425a0ac new(all): WebDav support for all bots. 2024-08-30 19:22:56 -03:00
Rodrigo Rodriguez
dac2d783b9 fix(all): TRUE multicloud. 2024-08-29 22:10:52 -03:00
Rodrigo Rodriguez
0037f24f8e fix(all): Libraries update. 2024-05-26 10:18:20 -03:00
08c4886d5c fix(basic.gblib): Fix Scheduling. 2024-03-16 21:36:03 -03:00
b11e68a3b1 new(gpt.gblib): GPT Tools and .gbdialog. 2024-03-13 20:12:05 -03:00
5ae0283e63 fix(kb.gbapp): Dialog now are finished OK. 2023-05-25 11:17:43 -03:00
Alan
62cb4849f5 fix(core.gbapp): fixed the use of GBLogEx to create GuaribasLog. 2023-04-20 22:41:58 -03:00
3e7345c888 fix(core.gbapp): #336 timeout in API fixed. 2023-03-26 19:33:58 -03:00
e70b992a9f fix(all): Fixes in production. 2023-03-19 20:09:54 -03:00
e816b86125 new(all): Review order of boot.mjs and imports calls from compiled js #302 and new boot logo. 2023-02-24 10:18:04 -03:00
c745657dfe Rename launch.json.template to launch.json 2022-12-07 11:05:46 -03:00
aee711fa38 fix(core.gbapp): Update of all packages and nodejs to 19.1.0. 2022-11-18 22:39:14 -03:00
0b4cca89f6 fix(all): Debugging of .gbapp allowed when launch.json is tailored on outFiles .gbapp dist files. 2020-10-24 12:36:56 -03:00
0d0dff5d18 fix(all): sendFile working after path fix. 2020-10-14 13:43:58 -03:00
c812210a19 fix(core.gbapp): .gbapp now can be debugged within .ts files. 2020-07-20 16:38:29 -03:00
67b13283c3 fix(analytics.gblib): Fixes in database storage. 2020-01-27 16:19:09 -03:00
63f1c6e18d fix(core.gbapp): Self-replication on Azure 2019-05-27 08:46:17 -03:00
6425bacbd9 fix(kb.gbapp): Fix in subjects null pointer. 2019-05-01 08:48:30 -03:00
5c7a03254f fix(kb.gbapp): Menu and Ask dialog flows fixing. 2019-02-01 10:58:11 -02:00
Rodrigo Rodriguez (pragmatismo.io)
1afa915661 fix(code): Improvements on CODE_OF_CONDUCT and prettify. 2018-11-17 08:52:16 -02:00
cfde47ab4f Cleaning and KB improvements. 2018-04-24 05:36:48 -03:00
ce73db22f6 Initial import. 2018-04-21 02:59:30 -03:00