tabby/ee/tabby-webserver/src
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
..
repositories refactor(webserver): extract RegisterError and TokenAuthError and add unit test (#936) 2023-12-02 04:10:42 +00:00
schema refactor: Use DateTime<Utc> for sqlite datetime fields (#946) 2023-12-05 15:47:10 +00:00
service refactor: Use DateTime<Utc> for sqlite datetime fields (#946) 2023-12-05 15:47:10 +00:00
api.rs refactor: extract ServiceLocator interface (#933) 2023-12-01 22:16:59 +08:00
lib.rs feat(webserver): implement is_admin_initialized graphql api (#929) 2023-12-01 22:35:02 +08:00
ui.rs feat: add tabby-webserver as distribution layer of tabby #769 2023-11-12 13:07:07 -08:00
websocket.rs refactor: use tarpc for easier worker <-> hub communication (#781) 2023-11-14 12:48:20 -08:00