-
Notifications
You must be signed in to change notification settings - Fork 56
Extract UI from Bot repo for initial skeleton in the new UI repo #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
Conversation
- Setup WebSocket endpoints to handle live connections and stream job data from Redis. This enables the UI to get status for current and past jobs for analysis and summarization. Signed-off-by: Brent Salisbury <[email protected]>
- Fetch streaming data from go-stream and present it in various forms to track current and past jobs. Signed-off-by: Brent Salisbury <[email protected]>
Bumps the go_modules group with 1 update in the /ui/go-stream directory: [golang.org/x/net](https://github.com/golang/net). Updates `golang.org/x/net` from 0.17.0 to 0.23.0 - [Commits](golang/net@v0.17.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <[email protected]>
Remove prebuild for prod until code passes eslint Signed-off-by: Brent Salisbury <[email protected]>
Signed-off-by: Brent Salisbury <[email protected]>
- Updated docs - Renamed env variables to match the IL_x_x repo pattern - Moved rimraf to a dev dependancy - Added authentication to the API - Renamed go-stream to apiserver and moved to a REST gin service Signed-off-by: Brent Salisbury <[email protected]>
Bumps the go_modules group with 1 update in the /ui/apiserver directory: [golang.org/x/net](https://github.com/golang/net). Updates `golang.org/x/net` from 0.22.0 to 0.23.0 - [Commits](golang/net@v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <[email protected]>
Closes #324 Signed-off-by: Brent Salisbury <[email protected]>
- Adds the ability to chat realtime with the ilab endpoint Signed-off-by: Brent Salisbury <[email protected]>
Signed-off-by: Brent Salisbury <[email protected]>
Signed-off-by: Anil Vishnoi <[email protected]>
- Adds UX Forms for skill and knowledge data collection - Push the user provided data to the gobot through apiserver - Gobot takes the data and generate PR to the taxonomy repo. - Gobot make sure all the linting rules are taken care, attribution file is properly generated and commits are signed off. Signed-off-by: Anil Vishnoi <[email protected]>
Signed-off-by: greg pereira <[email protected]>
Signed-off-by: Anil Vishnoi <[email protected]>
- refactored for nextjs - Oauth for github - eslint cleanups - server side rendering for api calls via nextjs Signed-off-by: Brent Salisbury <[email protected]>
Signed-off-by: Anil Vishnoi <[email protected]>
Signed-off-by: Brent Salisbury <[email protected]>
Signed-off-by: Brent Salisbury <[email protected]>
Signed-off-by: Brent Salisbury <[email protected]>
- This restricts GH OAuth logins to be members of the InstructLab org - Adds an error page with info for failed login attempts - Adds logging for GH OAuth attempts - Fixed a couple of lint + formatting fixes that snuck through - Updated env.Example - Moved a couple of interfaces into @/types Signed-off-by: Brent Salisbury <[email protected]>
- Fix type errors for prod building (npm run build) - Add type checking to CI Signed-off-by: Brent Salisbury <[email protected]>
Signed-off-by: Brent Salisbury <[email protected]>
- Custom endpoints should be processed from the client side since it will often be a localhost inference. - We also wouldn't want arbitrary proxying to models from the server side other than the predefined endpoints provided. Signed-off-by: Brent Salisbury <[email protected]>
Signed-off-by: Brent Salisbury <[email protected]>
Signed-off-by: Brent Salisbury <[email protected]>
- Typos - Fixed ui path in CI Signed-off-by: Brent Salisbury <[email protected]>
Gregory-Pereira
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
We should merge this as is, even if there are mistakes. The purpose of this PR is propagating history through to the seed. As such feature changes should come in follow on PRs, we will get more familiar with it as we work it.
toraponibm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
vishnoianil
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
* Add interactive taxonomy graph feature * Fix node children properly, add placeholder, listener for leaf node data display * Render node content in modal * Add badges for diff user contexts * Add child node visibility toggle while preserving the original graph layout * Refactor code to remove use of any, fix lint checks * Standardise variables * Fix type check errors * Fix lint checks --------- Signed-off-by: candyhy <[email protected]> Co-authored-by: [email protected] <[email protected]> Co-authored-by: Arthur Reimus Lechoncito <[email protected]>
This process preserves the commit history from the original repository along with Russell's initial commit from the new repository.