Meng Zhang
6c6a2c803f
feat: make all features in webserver requires auth ( #992 )
...
* feat: require auth for webserver features
* cleanup frontend
* feat: add flag --webserver
* implement admin
* update format
2023-12-08 17:49:10 +00:00
Meng Zhang
8c02c22373
feat(tabby-ui): properly set accessToken for api access if user is login ( #989 )
...
* feat(tabby-ui): properly set accessToken for api access if user is login
* [autofix.ci] apply automated fixes
* fix: use return data from useSWR (#991 )
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: aliang <1098486429@qq.com>
2023-12-09 00:15:26 +08:00
Meng Zhang
d060888b5c
feat: when is_admin_initialized, implement strict api access check in graphql / v1beta / v1 ( #987 )
2023-12-08 11:59:56 +00:00
Meng Zhang
711a389197
refactor: add warnings about jwt token secret not set ( #986 )
2023-12-08 11:46:06 +00:00
Meng Zhang
2714b88878
refactor(webserver): split db.rs into sub implementations for each table ( #985 )
2023-12-08 05:25:24 +00:00
Meng Zhang
3f8f7fb7c6
refactor(webserver): enable import order + remove useless import ( #984 )
...
* refactor(webserver): enable import order + remove useless import
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-12-08 12:40:45 +08:00
Meng Zhang
c303c00b68
feat(webserver): implement optional secure access for dashboard ( #983 )
...
* feat: implement optional access secure for login flow
* update
* fix
* remove useless import
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-12-08 12:16:26 +08:00
Meng Zhang
8b97ec5d0c
refactor: gitignore generates dir ( #982 )
2023-12-08 04:08:37 +00:00
Meng Zhang
779eef0c1f
feat: add register / signin / signup / logout workflow ( #976 )
...
* feat: extract signup page
* feat: add signin page
* feat: implement auto redirecting
* fix: show slack dialog after signin
* feat: tweak signin page
* feat: add basic user panel + signout
* [autofix.ci] apply automated fixes
* fix: correct page title
* fix lint
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-12-07 17:56:08 +08:00
Meng Zhang
2df3b1c00d
fix: add back header to playground
2023-12-07 15:09:23 +08:00
Meng Zhang
48340a775f
fix: import ThemeToggle directly, fix hydration error ( #972 )
2023-12-07 06:11:40 +00:00
Meng Zhang
d8d1399f6d
refactor: merge tabby-stream as StreamAdapter ( #971 )
2023-12-07 05:56:28 +00:00
Meng Zhang
bfc2de49a3
refactor: move tabby specific libs to lib/tabby ( #970 )
...
* refactor: move useGraphQL to useGraphQLQuery
* refactor: tabby-gql-client -> tabby/gql
* refactor: tabby-fetcher -> tabby/fetcher
* fix
2023-12-07 05:52:59 +00:00
Meng Zhang
27d2f18302
feat: add authentication page example ( #955 )
...
* feat: add authentication page
autogen
* feat: pass invitation code to UserAuthForm in SignUp
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-12-07 05:39:39 +00:00
Meng Zhang
bec96a176a
feat: implement tabby/auth ( #969 )
...
* feat: implement tabby/auth
* update
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-12-07 13:31:09 +08:00
Meng Zhang
98006552eb
refactor(tabby-webserver): remove next-auth ( #956 )
...
* refactor(tabby-webserver): remove next-auth
* add autofix-tabby-ui
2023-12-06 15:08:30 +00:00
Meng Zhang
d772e44c17
refactor: move graphql query to individual files (avoid abstract for single use query) ( #954 )
...
* refactor: mofve graphql query to individual files (avoid abstract for single use query)
* fix codegen
* fix
2023-12-06 22:57:04 +08:00
Meng Zhang
c54091d4bc
refactor: extract dashboard layout ( #952 )
...
* refactor: extract dashboard layout
* fix formatting
2023-12-06 22:41:35 +08:00
Meng Zhang
5cbb2b3a4c
fix: correct tabby-webserver validation logic ( #953 )
2023-12-06 14:38:04 +00:00
Meng Zhang
7de4073779
refactor: fix tabby-ui formatting
2023-12-06 22:35:31 +08:00
Meng Zhang
74f81cb02a
refactor: Use DateTime<Utc> for sqlite datetime fields ( #946 )
...
* refactor: use DateTime<Utc> for RefreshToken.expires_at
* refactor: set other date time fields to be DateTime<Utc>
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-12-05 15:47:10 +00:00
Eric
73442c33a7
feat: implement refresh_token API ( #938 )
...
* feat: impl refresh token api
* resolve comment
2023-12-04 13:26:24 +08:00
Eric
870638cbbf
feat: Add me_query API ( #940 )
...
* feat: add me query
* fix compile
* update schema
2023-12-04 12:20:05 +08:00
Meng Zhang
305b3f913b
refactor: cleanup autofix ( #937 )
2023-12-02 04:21:37 +00:00
Meng Zhang
f3a31082ef
refactor(webserver): extract RegisterError and TokenAuthError and add unit test ( #936 )
...
* refactor: extract RegisterError and TokenAuthError
* update
* update test
* fix token auth test
* cleanup
* fix
* add down operations
* cleanup error type
* [autofix.ci] apply automated fixes
* update
* cleanup
* Process InvalidationErrors directly
* update error handling
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-12-02 04:10:42 +00:00
Meng Zhang
fb879e5ddf
refactor(webserver): cleanup user crud ( #935 )
...
* refactor(webserver): cleanup user crud
* fix
2023-12-01 16:56:15 +00:00
Meng Zhang
19d773e7ad
feat: implement register api check with invitation code ( #934 )
...
* feat(webserver): implement is_admin_initialized graphql api
* refactor
* add unit test
* [autofix.ci] apply automated fixes
* renaming
* temp invitations
* update
* update
* implement register check
* test
* update invitations
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-12-02 00:14:29 +08:00
Meng Zhang
88e5187b57
feat(webserver): implement is_admin_initialized graphql api ( #929 )
...
* feat(webserver): implement is_admin_initialized graphql api
* refactor
* add unit test
* [autofix.ci] apply automated fixes
* renaming
* refactor: server -> locator
* fix unused
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-12-01 22:35:02 +08:00
Meng Zhang
5c52a71f77
refactor: extract ServiceLocator interface ( #933 )
...
* refactor: cleanup the dependency chain - ServerContext should be the only thing being public in server mod
* refactor ServiceLocator
* refactor: extract worker.rs
* refactor: move db as private repo of server
* rename server -> service
2023-12-01 22:16:59 +08:00
Meng Zhang
1a9cbdcc3c
feat(ee): implement auth claims ( #932 )
...
* feat(ee): implement auth claims
* fix test
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-12-01 12:46:01 +00:00
Meng Zhang
8d3be2ea36
fix: do not persist active chat id ( #927 )
2023-12-01 07:36:37 +00:00
Meng Zhang
a4b1d75c1a
fix: tabby-ui should use AND condition to search function ( #926 )
2023-12-01 15:35:38 +08:00
Eric
79e704458d
feat(ee): implement user authentication api ( #912 )
...
* feat: impl user authentication
* resolve comments
* fix validation code name
* resolve comment
2023-12-01 10:22:53 +08:00
Meng Zhang
0857a10f31
fix: make runner card width equal in large screen ( #883 )
...
* fix: make runner card width equal in large screen
* chore: update build
2023-11-24 02:52:56 +00:00
Eric
e78cc1f844
feat: add api to serve files under repositories ( #851 )
...
* feat: add api to serve files under repositories
* resolve comments
* resolve comments
* Update repositories.rs
* Update lib.rs
* resolve comment
---------
Co-authored-by: Meng Zhang <meng@tabbyml.com>
2023-11-24 01:58:56 +00:00
Meng Zhang
3bd3a3304d
feat: implement worker unregistration ( #872 )
...
* feat: implement worker unregisteration logic
* refactor: rename HubError -> RegisterWorkerError
2023-11-23 06:22:04 +00:00
Meng Zhang
063678bfa6
feat: update tabby-ui
2023-11-23 09:31:39 +08:00
aliang
24b14888ce
feat: Display registration token in webserver dashboard ( #863 )
...
* feat: display registration token
* Update page.tsx
---------
Co-authored-by: Meng Zhang <meng@tabbyml.com>
2023-11-23 08:58:21 +08:00
aliang
f1e82d62e8
feat: Display remote workers in webserver dashboard ( #848 )
...
* feat: display remote workers
* refactor: useMergedWorkers
* fix: remove useless parameter
* fix: use-workers
* fix: warning silented
2023-11-22 18:53:36 +08:00
Meng Zhang
bb534fae27
fix(webserver): make GET /graphql route an api route (so it's valid through cors) ( #858 )
2023-11-21 23:08:27 +00:00
Dheeraj R Reddy
99d49a9c43
fix: Remove redundunt clone() ( #849 )
...
Found after running: `make fix`
Co-authored-by: dheeraj.reddy <dheeraj.reddy@thoughtspot.com>
2023-11-20 13:26:57 -08:00
Meng Zhang
d2281c7a1b
refactor: move chat-sidebar related components to router's components dir
2023-11-20 09:03:32 -08:00
Meng Zhang
352db4ecf2
change title to Set Chat Title
2023-11-20 09:03:32 -08:00
Meng Zhang
355e2b47aa
fix: make chat sidebar color consistent with main page sidebar
2023-11-20 09:03:32 -08:00
Meng Zhang
d8e83d0610
refactor: extract run_app function ( #843 )
...
* refactor: extract run_app function
* lint
* change route to /metrics
* refactor
2023-11-20 01:00:35 +00: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
Eric
8dd245ef30
feat: update graphql query to read token ( #829 )
2023-11-18 10:03:33 -08:00
Eric
fcfa13136a
fix: move db path, fix compile error ( #820 )
2023-11-17 18:08:07 -08:00
Meng Zhang
2bcbf8145c
fix: mark tabby-ui as yarn managed
2023-11-17 15:08:29 -08:00