Commit graph

32 commits

Author SHA1 Message Date
a3555c1a84 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
8c53161129 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
f401c170d4 - GET ketyowrd for buckets. 2025-10-15 12:45:15 -03:00
a293c0e083 - Fix on the web presentation. 2025-10-15 10:37:04 -03:00
9749893dd0 Migration to Rust and free from Azure. 2025-10-06 10:30:17 -03:00
e6ec0d2e9e - Logo fix. 2025-08-23 21:39:03 -03:00
2bbeac175c new(all): Node.js v22 and ts-node. 2024-09-24 16:44:03 -03:00
d5884636cc new(all): Node.js v22 and ts-node. 2024-09-24 14:38:34 -03:00
30994a3a28 new(all): Node.js v22 and ts-node. 2024-09-24 14:30:01 -03:00
Rodrigo Rodriguez
63efa588a8 fix(llm.gblib): Tool fix. 2024-09-04 00:18:19 -03:00
Rodrigo Rodriguez
7e1fda84bb new(all): WebDav support for all bots. 2024-08-30 19:22:56 -03:00
Rodrigo Rodriguez
3952724f7a fix(all): TRUE multicloud. 2024-08-29 22:10:52 -03:00
Rodrigo Rodriguez
f4419fe71c fix(all): Libraries update. 2024-05-26 10:18:20 -03:00
bb9d8c91e6 fix(basic.gblib): Fix Scheduling. 2024-03-16 21:36:03 -03:00
ce36ac476e new(gpt.gblib): GPT Tools and .gbdialog. 2024-03-13 20:12:05 -03:00
a969abbcc4 fix(kb.gbapp): Dialog now are finished OK. 2023-05-25 11:17:43 -03:00
Alan
2cb866bc2f fix(core.gbapp): fixed the use of GBLogEx to create GuaribasLog. 2023-04-20 22:41:58 -03:00
0c443618a6 fix(core.gbapp): #336 timeout in API fixed. 2023-03-26 19:33:58 -03:00
56b687792b fix(all): Fixes in production. 2023-03-19 20:09:54 -03:00
2f9d07908f 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
aee02caa84
Rename launch.json.template to launch.json 2022-12-07 11:05:46 -03:00
a315d21cfe fix(core.gbapp): Update of all packages and nodejs to 19.1.0. 2022-11-18 22:39:14 -03:00
201b8c7dac fix(all): Debugging of .gbapp allowed when launch.json is tailored on outFiles .gbapp dist files. 2020-10-24 12:36:56 -03:00
2c901f451b fix(all): sendFile working after path fix. 2020-10-14 13:43:58 -03:00
10990e601c fix(core.gbapp): .gbapp now can be debugged within .ts files. 2020-07-20 16:38:29 -03:00
22f4250831 fix(analytics.gblib): Fixes in database storage. 2020-01-27 16:19:09 -03:00
bf602c6b7d fix(core.gbapp): Self-replication on Azure 2019-05-27 08:46:17 -03:00
e21916f35e fix(kb.gbapp): Fix in subjects null pointer. 2019-05-01 08:48:30 -03:00
d884bc357d fix(kb.gbapp): Menu and Ask dialog flows fixing. 2019-02-01 10:58:11 -02:00
Rodrigo Rodriguez (pragmatismo.io)
e430532e66 fix(code): Improvements on CODE_OF_CONDUCT and prettify. 2018-11-17 08:52:16 -02:00
fcbbcf1965 Cleaning and KB improvements. 2018-04-24 05:36:48 -03:00
ce73db22f6 Initial import. 2018-04-21 02:59:30 -03:00