rodriguez
  • Joined on 2025-03-25
rodriguez pushed to main at GeneralBots/gbserver 2025-04-27 19:48:20 +00:00
3f20667813 fix(gb-infra): Correctly position cargo test step in Node workflow
rodriguez pushed to main at GeneralBots/gbserver 2025-04-27 19:44:55 +00:00
e03c0c7411 fix(gb-infra): Update Rust toolchain action to use trunk and add cargo test step
rodriguez pushed to main at GeneralBots/gbserver 2025-04-27 19:42:13 +00:00
c61afb2077 refactor(gb-infra): Rename CI/CD workflow to GBCI and adjust branch configurations; add temporary SSL verification disable step
rodriguez pushed to main at GeneralBots/gbserver 2025-04-27 19:30:48 +00:00
fb1fb52f5a refactor(gb-infra): Rename CI/CD workflow to GBCI and adjust branch configurations; add temporary SSL verification disable step
rodriguez created branch main in GeneralBots/gbserver 2025-04-27 19:30:48 +00:00
rodriguez pushed to master at GeneralBots/gbserver 2025-04-27 19:26:47 +00:00
18b6992f24 feat(gb-infra): Add CI/CD workflow for Rust with build, test, and deployment steps; include architecture diagram for system components
rodriguez pushed to master at GeneralBots/gbserver 2025-04-27 19:21:54 +00:00
b2868c6d5d feat(gb-infra): Add CI/CD workflow for Rust with build, test, and deployment steps; include architecture diagram for system components
rodriguez pushed to main at GeneralBots/gbclient 2025-04-27 19:14:32 +00:00
7f5c2615c0 feat: implement meeting room page with LiveKit integration and enhanced chat functionality
rodriguez pushed to main at GeneralBots/gbclient 2025-04-27 18:53:37 +00:00
a851150d45 feat: update Next.js configuration, add 'use client' directive to multiple components, and create new pages for music, editor, and videos
rodriguez pushed to main at GeneralBots/gbclient 2025-04-27 18:29:57 +00:00
c2352564be feat: update Next.js configuration, add 'use client' directive to multiple components, and create new pages for music, editor, and videos
rodriguez pushed to main at GeneralBots/gbclient 2025-04-27 18:25:50 +00:00
4e57232f08 feat: update Next.js configuration, add 'use client' directive to multiple components, and create new pages for music, editor, and videos
rodriguez pushed to main at GeneralBots/gbclient 2025-04-27 12:30:35 +00:00
f3a659f8b0 fix: update workflow to use npm for dependency installation and build process
rodriguez pushed to main at GeneralBots/gbclient 2025-04-27 12:25:52 +00:00
22eaff3899 feat: add LiveKit styles and enhance meeting page UI with improved layout and components
rodriguez pushed to main at GeneralBots/gbclient 2025-04-27 00:44:42 +00:00
a3c67a3bcc feat: add video page, implement token generation API, and enhance chat components with improved styles and functionality
rodriguez pushed to main at GeneralBots/botserver 2025-04-27 00:44:08 +00:00
c200456e38 fix(GBMinService): add logging for meeting token requests and definition
rodriguez pushed to main at GeneralBots/botserver 2025-04-26 20:27:33 +00:00
3ce1d1e152 fix(GBMinService): await token.toJwt() for proper JWT generation
rodriguez pushed to main at GeneralBots/botserver 2025-04-26 20:17:31 +00:00
b7f9c07faf fix(GBMinService): await token.toJwt() for proper JWT generation
rodriguez pushed to main at GeneralBots/botserver 2025-04-26 20:01:06 +00:00
7f7397b192 fix(dependencies): remove duplicate super-strong-password-generator entries in package.json
rodriguez pushed to main at GeneralBots/botserver 2025-04-26 19:56:41 +00:00
4db5e10b15 fix(workflow): clean up node_modules before installing production dependencies in BotServer
rodriguez pushed to main at GeneralBots/botserver 2025-04-26 19:47:05 +00:00
32183519d2 fix(workflow): enable npm ci command for production build in BotServer