-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUI is hosted #19
Merged
Merged
BUI is hosted #19
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ll checks. Applied patches from BBai to 1 file Files modified: - bui/src/islands/Chat.tsx
…stly, preserving previous conversation data when a new entry is added. Applied patches from BBai to 1 file Files modified: - bui/src/islands/Chat.tsx
Applied patches from BBai to 1 file Files modified: - bui/src/routes/_app.tsx
Applied patches from BBai to 1 file Files modified: - bui/src/routes/index.tsx
Applied patches from BBai to 1 file Files modified: - bui/src/utils/websocketManager.ts
…tate was not being properly updated. Applied patches from BBai to 1 file Files modified: - bui/src/islands/Chat.tsx
…tate was not being updated correctly. Applied patches from BBai to 1 file Files modified: - bui/src/islands/Chat.tsx
commit f2112e3 Author: Charlie Garrison <charlie-github@garrison.com.au> Date: Sat Sep 7 00:30:25 2024 +1000 version bump commit 1a8cb9e Author: Charlie Garrison <charlie-github@garrison.com.au> Date: Sat Sep 7 00:25:56 2024 +1000 Move BUI to hosted site commit 580d319 Author: Charlie Garrison <charlie-github@garrison.com.au> Date: Sat Sep 7 00:02:32 2024 +1000 Added console logs to the Chat component to debug API port and URL information. Applied patches from BBai to 1 file Files modified: - bui/src/islands/Chat.tsx commit 5ce96b4 Author: Charlie Garrison <charlie-github@garrison.com.au> Date: Sat Sep 7 00:02:10 2024 +1000 Improved URL parsing and added client-side logging for apiPort and URL Applied patches from BBai to 1 file Files modified: - bui/src/routes/_app.tsx commit 5389282 Author: Charlie Garrison <charlie-github@garrison.com.au> Date: Sat Sep 7 00:00:27 2024 +1000 Added logging to Chat component to aid in debugging Applied patches from BBai to 1 file Files modified: - bui/src/islands/Chat.tsx commit 23b2f8f Author: Charlie Garrison <charlie-github@garrison.com.au> Date: Sat Sep 7 00:00:02 2024 +1000 Added more logging and an inline script to log the parsed apiPort value on the client side Applied patches from BBai to 1 file Files modified: - bui/src/routes/_app.tsx commit c47b6e9 Author: Charlie Garrison <charlie-github@garrison.com.au> Date: Fri Sep 6 23:51:31 2024 +1000 Changed the base URL for the chat API to use the local development server and added a log message to display the initialized API client base URL. Applied patches from BBai to 1 file Files modified: - bui/src/islands/Chat.tsx commit ee63b32 Author: Charlie Garrison <charlie-github@garrison.com.au> Date: Fri Sep 6 23:47:51 2024 +1000 Changed the base URL for the API client to use the production chat server URL instead of localhost. Applied patches from BBai to 1 file Files modified: - bui/src/islands/Chat.tsx commit c776f97 Author: Charlie Garrison <charlie-github@garrison.com.au> Date: Fri Sep 6 23:47:19 2024 +1000 Removed unused imports, updated App component to use URL hash for apiPort, and passed apiPort as a number or undefined to the Component. Applied patches from BBai to 1 file Files modified: - bui/src/routes/_app.tsx commit 9a17705 Author: Charlie Garrison <charlie-github@garrison.com.au> Date: Fri Sep 6 23:37:21 2024 +1000 Enabled CORS for bbai.tips and chat.bbai.tips in addition to localhost Applied patches from BBai to 1 file Files modified: - api/src/main.ts commit 052eba1 Author: Charlie Garrison <charlie-github@garrison.com.au> Date: Fri Sep 6 23:32:52 2024 +1000 Added startDir to debug log and persisted startDir in localStorage Applied patches from BBai to 1 file Files modified: - bui/src/islands/Chat.tsx commit 9ca9922 Author: Charlie Garrison <charlie-github@garrison.com.au> Date: Fri Sep 6 23:19:13 2024 +1000 Refactored `apiStart` command to use `getConfig` function and improved cross-platform browser opening logic Applied patches from BBai to 1 file Files modified: - cli/src/commands/apiStart.ts commit 9176872 Author: Charlie Garrison <charlie-github@garrison.com.au> Date: Fri Sep 6 23:18:58 2024 +1000 Removed unused 'open' import from 'apiStart.ts' Applied patches from BBai to 1 file Files modified: - cli/src/commands/apiStart.ts commit 018f9d2 Author: Charlie Garrison <charlie-github@garrison.com.au> Date: Fri Sep 6 23:15:43 2024 +1000 Implemented dynamic API port configuration using URL hash parameters Applied patches from BBai to 1 file Files modified: - bui/src/routes/_app.tsx commit 8dab13e Author: Charlie Garrison <charlie-github@garrison.com.au> Date: Fri Sep 6 23:15:30 2024 +1000 Added support for opening the chat URL in the default browser and improved the API start command with additional options. Applied patches from BBai to 1 file Files modified: - cli/src/commands/apiStart.ts commit eaa63ac Merge: ae26d63 266fb80 Author: Charlie Garrison <charlie-github@garrison.com.au> Date: Wed Sep 4 09:54:11 2024 +1000 Merge branch 'staging' into building/more # Conflicts: # bui/src/islands/Chat.tsx # bui/src/utils/websocketManager.ts # deno.jsonc commit ae26d63 Author: Charlie Garrison <charlie-github@garrison.com.au> Date: Wed Sep 4 09:46:31 2024 +1000 Resolved
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.