Meng Zhang
|
2212171825
|
feat: add clipboard segment (#898)
* feat: add clipboard segment
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2023-11-26 11:27:03 +08:00 |
Meng Zhang
|
a12f741565
|
feat: use remote code search in workers (#833)
* refactor: lift tabby::api::code to tabby_common::api::code
* feat: use remote code search in workers
* update
* handle errors
|
2023-11-18 23:45:00 +00:00 |
Meng Zhang
|
b862d9d100
|
feat: support worker events logging (#831)
* refactor: lift tabby::api::event to tabby_common::api::event
* feat: allow worker write logs to webserver::api::Hub service
* refactor: implement RawEventLogger on HubClient directly
* fix: build context in request's scope
|
2023-11-18 23:17:54 +00:00 |
Meng Zhang
|
febfa18e4a
|
refactor: move code api to tabby/serve (#771)
|
2023-11-12 22:58:15 +00:00 |
Meng Zhang
|
fce94f622b
|
refactor: use Arc<dyn TextGeneration> and Arc<dyn CodeSearch>
|
2023-11-11 14:42:57 -08:00 |
Meng Zhang
|
41f60d3204
|
refactor(code): extract `search_in_language` (#762)
* chore: init tabby-webserver
* add code search worker registry
* add webserver command
* add graphql
* extract schema
* refactor: extract registry.rs
* refactor
* update
* update
* update
* update
* update
* fix lint
|
2023-11-10 17:29:50 -08:00 |
Meng Zhang
|
4068d6e81d
|
refactor: extract BoxCodeSearch as interface to CodeSearch (#756)
|
2023-11-10 22:55:51 +00:00 |
Meng Zhang
|
b510f61aca
|
refactor: extract tabby_common::api::code / tabby_common::index::CodeSearchSchema (#743)
* refactor: extract tabby_common::api::code
mark CodeSearch being Send + Sync
* extract CodeSearchSchema
|
2023-11-10 10:11:13 -08:00 |