-
Notifications
You must be signed in to change notification settings - Fork 5
Comparing changes
Open a pull request
base repository: stacklok/codegate-ui
base: v0.14.1
head repository: stacklok/codegate-ui
compare: v0.15.0
- 20 commits
- 252 files changed
- 5 contributors
Commits on Feb 11, 2025
-
chore: type-safe msw endpoint helper (#288)
* chore: util function for MSW endpoint * chore: apply msw endpoint to handlers * chore: mockers for API responses * chore: add eslint rule to enforce safe msw usage * chore: apply new MSW approach across codebase
Configuration menu - View commit details
-
Copy full SHA for 7529f73 - Browse repository at this point
Copy the full SHA 7529f73View commit details -
feat: implement "Revert" button for workspace name (#276)
* Label Workspaces dropdown with Active Workspace instead of just Workspace. * Add indicator to the "active" workspace within the Workspace Settings page. * change wording of workspace settings title * add jsonforms * . * types fix * fix failing test * better schema for string * make form label in jsonforms loook like design * add revert feature * make dropdown work * remove useless stuff * . * Revert "." This reverts commit 0b1edec. * . * . * . * fixes * implement James's suggestions * remove some unused stuff
Configuration menu - View commit details
-
Copy full SHA for 7e66ff0 - Browse repository at this point
Copy the full SHA 7e66ff0View commit details -
feat: new messages endpoint (#287)
* revert: openapi-ts upgrade * feat: show all alerts in dashboard table * refactor: continue replace alerts with messages * fix(project structure): issues with cross-feature leakage * fix layout, and beging building conversation summary functionality * deduplicate alerts & render secrets in conversation summary * fix: dial back de-duplication logic * chore: util function for MSW endpoint * chore: apply msw endpoint to handlers * chore: mockers for API responses * chore: add eslint rule to enforce safe msw usage * chore: apply new MSW approach across codebase * fix: remove de-duplication logic * tidy up conversation detail with tabs, add tests * visual improvements to conversation view * fix: tests * chore: tidy ups * fix flaky test * fix vitest & istanbul mismatch causing flakiness
Configuration menu - View commit details
-
Copy full SHA for ccbce0c - Browse repository at this point
Copy the full SHA ccbce0cView commit details
Commits on Feb 12, 2025
-
fix: error displayed when activating workspace (#305)
* fix(table empty state): smaller size for loader * fix(empty state): spacing tweaks requested by James * fix(workspace selector): navigate back to home on activating workspace * fix(table empty state): default to loading state, handle error state separately * fix: tidy ups to empty state
Configuration menu - View commit details
-
Copy full SHA for be99509 - Browse repository at this point
Copy the full SHA be99509View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d586fb - Browse repository at this point
Copy the full SHA 3d586fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00bf204 - Browse repository at this point
Copy the full SHA 00bf204View commit details -
feat: extend new revert logic to "custom instructions" (#304)
* remove jsonforms * extract <FormButtons /> * better naming * reuse form hook for custom instructions * add pending state for form buttons * make workspace name uneditable for the default workspace * add sidenote when workspace cannot be renamed
Configuration menu - View commit details
-
Copy full SHA for 40f86a5 - Browse repository at this point
Copy the full SHA 40f86a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5200192 - Browse repository at this point
Copy the full SHA 5200192View commit details -
feat: make preferred model form consistent with the other forms (#309)
* only show notice on actual default workspace * fix test assertion * invalidate muxes after changing preferred model
Configuration menu - View commit details
-
Copy full SHA for 6b57fd3 - Browse repository at this point
Copy the full SHA 6b57fd3View commit details
Commits on Feb 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 32d46a0 - Browse repository at this point
Copy the full SHA 32d46a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f2c040 - Browse repository at this point
Copy the full SHA 7f2c040View commit details
Commits on Feb 14, 2025
-
chore(deps-dev): bump @types/node from 22.10.5 to 22.13.1 (#283)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.10.5 to 22.13.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0805f21 - Browse repository at this point
Copy the full SHA 0805f21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b45b6d - Browse repository at this point
Copy the full SHA 8b45b6dView commit details -
chore(deps): bump tailwind-variants from 0.3.0 to 0.3.1 (#243)
Bumps [tailwind-variants](https://github.com/heroui-inc/tailwind-variants) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/heroui-inc/tailwind-variants/releases) - [Commits](heroui-inc/tailwind-variants@v0.3.0...v0.3.1) --- updated-dependencies: - dependency-name: tailwind-variants dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 307672f - Browse repository at this point
Copy the full SHA 307672fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a00cfa - Browse repository at this point
Copy the full SHA 3a00cfaView commit details -
feat: show README for prompts when available (#313)
* chore: update built-in prompt database * feat: show readme for prompts when available
Configuration menu - View commit details
-
Copy full SHA for a388e49 - Browse repository at this point
Copy the full SHA a388e49View commit details -
fix: markdown syntax highlighting (#316)
* fix: markdown syntax highlighting * chore: tidy ups
Configuration menu - View commit details
-
Copy full SHA for 35ba1a4 - Browse repository at this point
Copy the full SHA 35ba1a4View commit details -
feat: add support muxing rules v2 (#311)
* chore: add dnd-kit, uuid and upgrade ui-kit * feat: create SortableArea generic component * feat: replacing zustand store with useFormState, rename filename * feat: replace drag icon * feat: add models dropdown * feat: create a remove queries utility fn * refactor: simplify logic for handling dirty and reset form state * feat: update muxing rules * feat: show remove button if multiple rules * feat: add link to doc and manager providers link * refactor: remove unneeded div wrapper * feat: use form buttons * leftover * feat: change notfication message * chore: update msw handlers * fix: update rules and add tests case * refactor: rename filename * refactor: revert changes * chore: update openapi * fix: matcher_type for filename * feat: set the default muxing rule as catch all * fix: update workspace name and models * test: update muxing model * fix: type * fix: drag sortable area * fix: catch all rule spacing * fix: fields alignment * fix: models unique identifier * fix: invalidate models * test: update muxing logic * prettier * refactor: review
Configuration menu - View commit details
-
Copy full SHA for 38f2ecc - Browse repository at this point
Copy the full SHA 38f2eccView commit details -
fixes: #284
Configuration menu - View commit details
-
Copy full SHA for 18ac940 - Browse repository at this point
Copy the full SHA 18ac940View commit details -
Configuration menu - View commit details
-
Copy full SHA for d09ba34 - Browse repository at this point
Copy the full SHA d09ba34View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.14.1...v0.15.0