-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
release 0.9 #1574
Closed
release 0.9 #1574
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
…1566) * Draft cache design * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * Remove AnyCache, simplify Cache * Move cache --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* feat(ui): useDebounce * update * update
* feat: add tabby-email to build tabby email templates * ifx test * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* Draft cache design * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * Remove AnyCache, simplify Cache * Move cache * feat(db): Implement db-layer user count cache * Fix errors from resolving conflicts * Invalidate cache instead of updating * Remove Cache::update * Remove Cache::set * Add test for user cache, fix bug --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* docs: Fix rocm blog with new usage instructions * Add screenshot * Apply suggestions * Add -p and -v flags
wsxiaoys
temporarily deployed
to
github-pages
February 29, 2024 00:05 — with
GitHub Actions
Inactive
…e code (#1586) * fix(webserver): Better error message when the email does not match the code * Update ee/tabby-webserver/src/service/auth.rs --------- Co-authored-by: Meng Zhang <[email protected]>
* refactor(db, webserver): Refactor InvitationDao to use query_as! * Apply suggestion * Make DateTimeUtc use String for type info * Remove duplicate AsID impl
* chore(agent): bump tabby agent version to 1.4.0. * chore(agent): include win-ca binary in npm release file list. * chore(agent): bump tabby agent version to 1.4.1. * fix: update tabby-agent reference versions. * chore(agent): bump tabby agent version to 1.4.2.
…#1591) * fix: check seat count in oauth registering flow * tests: add unit test to ensure certain situations for domain list allowlist * Update ee/tabby-webserver/src/oauth/mod.rs Co-authored-by: boxbeam <[email protected]> * Update ee/tabby-webserver/src/schema/auth.rs Co-authored-by: boxbeam <[email protected]> * update * fix --------- Co-authored-by: boxbeam <[email protected]>
* feat(tabby): Add experimental vulkan support * Add rocm device * Fix feature flags * Vulkan support working
…1604) * fix(webserver): /v1beta/server_setting should be protected by auth * update
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.
…(#1566)
Draft cache design
[autofix.ci] apply automated fixes
[autofix.ci] apply automated fixes (attempt 2/3)
Remove AnyCache, simplify Cache
Move cache