Migrate to FastAPI #13

Merged
inex merged 50 commits from fastapi into graphql 2022-08-25 20:03:57 +03:00

50 Commits (master)

Author SHA1 Message Date
Inex Code 15a900d009 Add Jitsi to services 2022-08-24 03:05:06 +04:00
Inex Code ba434f4fb5 Allow using query params to fetch GraphQL 2022-08-23 00:06:12 +04:00
Inex Code aafc77dce3 Add vscode launch dotflile 2022-08-22 23:49:30 +04:00
Inex Code 28c6d983b9 Fix ws auth 2022-08-22 23:49:14 +04:00
Inex Code ab9e8d81e5 Add auth to service mutations 2022-08-22 23:32:37 +04:00
Inex Code 8c878ea898 Add service mutation endpoints to GraphQL 2022-08-22 22:28:12 +04:00
Inex Code cb5e04567d Add job mutations to GraphQL schema 2022-08-22 21:48:50 +04:00
Inex Code 50a309e2a2 Add remove job by uid endpoint 2022-08-22 21:45:00 +04:00
Inex Code 2e22ad7219 Implement Pull repository changes in GraphQL 2022-08-20 22:50:42 +04:00
Inex Code bf1cd32895 Change the ServiceStatus to match systemctl show 2022-08-20 22:50:25 +04:00
Inex Code 3a5d4d5e86 Implement DNS records getter 2022-08-20 22:49:51 +04:00
Inex Code 07f4da2f23 Reorganize tests 2022-08-20 22:48:44 +04:00
Inex Code c92294350f Make Huey run immediately when testing 2022-08-20 22:47:32 +04:00
Inex Code cd5ae80931 Fix postgresql not being migrated during migration to binds 2022-08-20 22:46:39 +04:00
Inex Code 807df0c1cc Fix Bind migration check 2022-08-19 05:48:26 +04:00
Inex Code 130ab61d4b Register volume migration mutation 2022-08-18 03:35:06 +04:00
Inex Code bb99c2ba58 Fix graphql field 2022-08-18 03:27:10 +04:00
Inex Code a67a0b3de2 Fix type cast 2022-08-18 01:43:02 +04:00
Inex Code 19168dfdaf Add jobs mocking to tests explicitly 2022-08-18 01:38:38 +04:00
Inex Code e5584e0e1c use exists() instead of isFile 2022-08-18 01:13:06 +04:00
Inex Code 87c036de7f Add GraphQL endpoints related to binds 2022-08-18 00:58:56 +04:00
Inex Code 7fe51eb665 Fix update function 2022-08-16 01:44:22 +04:00
Inex Code 039dd2f80e Fix jobs file 2022-08-16 01:31:24 +04:00
Inex Code 64425ac443 fix uid compare 2022-08-15 23:48:43 +04:00
Inex Code 5f34337fb4 Serialize custom types 2022-08-15 23:37:34 +04:00
Inex Code af902923ab replace uuid with str 2022-08-15 23:12:50 +04:00
Inex Code f940a23e7e Make sure jobs file exists on read 2022-08-15 22:51:01 +04:00
Inex Code 1b1bb4966a Use jobs file to transfer data between threads 2022-08-15 22:37:02 +04:00
Inex Code 69557fcf50 add task registry 2022-08-13 03:59:48 +04:00
Inex Code d8a8b2ec29 fixes 2022-08-13 03:39:37 +04:00
Inex Code 79bc2668e1 fix 2022-08-13 02:32:08 +04:00
Inex Code bb14adb8bc Remove infinite recursion 2022-08-13 02:26:47 +04:00
Inex Code f750056ad8 fix circular import 2022-08-13 02:18:13 +04:00
Inex Code 9abc11f187 Add services to volumes 2022-08-13 02:12:28 +04:00
Inex Code 19b5c06fc6 Fix mountpoints bug 2022-08-13 01:52:36 +04:00
Inex Code 5e6c51a8bc add shell module 2022-08-13 01:42:25 +04:00
Inex Code 1ed2b73ec8 Make icons python modules 2022-08-13 01:42:11 +04:00
Inex Code 1e901d1fcb add get working directory endpoint 2022-08-13 01:34:48 +04:00
Inex Code 00badfbbf8 Add some services endpoints 2022-08-13 01:29:18 +04:00
Inex Code e7df559787 Change uvicorn run expression 2022-08-12 22:04:20 +04:00
Inex Code 43675b2d1d Programmatical uvicorn start 2022-08-12 17:43:04 +04:00
Inex Code a96f6bd067 LInting 2022-08-11 23:11:00 +04:00
Inex Code dfd28ad0cd Move to fastapi 2022-08-11 03:36:36 +04:00
Inex Code 9132b70e70 Fix mountpoints 2022-08-03 14:06:18 +03:00
Inex Code 5e62798fde Test 2022-08-02 23:30:03 +03:00
Inex Code b965ffd96a Trying out 2022-08-02 23:12:48 +03:00
Inex Code 8f940e64fd uh 2022-08-02 23:08:32 +03:00
Inex Code 8ea0d89d71 Fix 2022-08-02 22:58:39 +03:00
Inex Code d8d3cd2068 Register subscription 2022-08-02 22:53:35 +03:00
Inex Code 52a58d94e7 Test subscription 2022-08-02 22:50:16 +03:00