Extract UI from Bot repo for initial skeleton in the new UI repo#1
Merged
vishnoianil merged 26 commits intomainfrom Jun 13, 2024
Merged
Extract UI from Bot repo for initial skeleton in the new UI repo#1vishnoianil merged 26 commits intomainfrom
vishnoianil merged 26 commits intomainfrom
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 <bsalisbu@redhat.com>
- Fetch streaming data from go-stream and present it in various forms to track current and past jobs. Signed-off-by: Brent Salisbury <bsalisbu@redhat.com>
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] <support@github.com>
Remove prebuild for prod until code passes eslint Signed-off-by: Brent Salisbury <bsalisbu@redhat.com>
Signed-off-by: Brent Salisbury <bsalisbu@redhat.com>
- 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 <bsalisbu@redhat.com>
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] <support@github.com>
Closes #324 Signed-off-by: Brent Salisbury <bsalisbu@redhat.com>
- Adds the ability to chat realtime with the ilab endpoint Signed-off-by: Brent Salisbury <bsalisbu@redhat.com>
Signed-off-by: Brent Salisbury <bsalisbu@redhat.com>
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
- 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 <vishnoianil@gmail.com>
Signed-off-by: greg pereira <grpereir@redhat.com>
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
- refactored for nextjs - Oauth for github - eslint cleanups - server side rendering for api calls via nextjs Signed-off-by: Brent Salisbury <bsalisbu@redhat.com>
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
Signed-off-by: Brent Salisbury <bsalisbu@redhat.com>
Signed-off-by: Brent Salisbury <bsalisbu@redhat.com>
Signed-off-by: Brent Salisbury <bsalisbu@redhat.com>
- 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 <bsalisbu@redhat.com>
- Fix type errors for prod building (npm run build) - Add type checking to CI Signed-off-by: Brent Salisbury <bsalisbu@redhat.com>
Signed-off-by: Brent Salisbury <bsalisbu@redhat.com>
- 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 <bsalisbu@redhat.com>
Signed-off-by: Brent Salisbury <bsalisbu@redhat.com>
Signed-off-by: Brent Salisbury <bsalisbu@redhat.com>
markstur
reviewed
Jun 12, 2024
- Typos - Fixed ui path in CI Signed-off-by: Brent Salisbury <bsalisbu@redhat.com>
Gregory-Pereira
approved these changes
Jun 13, 2024
Collaborator
Gregory-Pereira
left a comment
There was a problem hiding this comment.
/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.
juancappi
approved these changes
Jun 13, 2024
artreimus
pushed a commit
to artreimus/ui
that referenced
this pull request
Sep 21, 2024
* 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 <70088064+candyhy@users.noreply.github.com> Co-authored-by: Candice.Yeoh@ibm.com <candiceyhy@Candices-MacBook-Pro.local> Co-authored-by: Arthur Reimus Lechoncito <Arthur.Reimus.Lechoncito@ibm.com>
This file contains hidden or 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
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.
This process preserves the commit history from the original repository along with Russell's initial commit from the new repository.