Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@nerdalert
Copy link
Member

  • Cloned the original repository (instructlab-bot) and created a new branch (extract-ui).
  • Moved relevant files and directories (ui, .github, templates, lints) into the ui directory.
  • Used git filter-branch to retain only the ui directory, making it the root.
  • Cleaned up unnecessary history and references.
  • Merged new-origin/main into extract-ui with --allow-unrelated-histories to incorporate the initial commit from the new repository.

This process preserves the commit history from the original repository along with Russell's initial commit from the new repository.

nerdalert and others added 25 commits April 29, 2024 01:29
- 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]>
- 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]>
- Adds the ability to chat realtime with the ilab endpoint

Signed-off-by: Brent Salisbury <[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]>
- refactored for nextjs
- Oauth for github
- eslint cleanups
- server side rendering for api calls via nextjs

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]>
- 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]>
@vishnoianil vishnoianil requested a review from a team June 12, 2024 23:35
- Typos
- Fixed ui path in CI

Signed-off-by: Brent Salisbury <[email protected]>
Copy link
Collaborator

@Gregory-Pereira Gregory-Pereira left a 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.

Copy link

@toraponibm toraponibm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@vishnoianil vishnoianil self-requested a review June 13, 2024 17:58
Copy link
Member

@vishnoianil vishnoianil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@vishnoianil vishnoianil merged commit a3ddb46 into main 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 <[email protected]>
Co-authored-by: [email protected] <[email protected]>
Co-authored-by: Arthur Reimus Lechoncito <[email protected]>
@vishnoianil vishnoianil deleted the extract-ui branch September 27, 2024 05:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants