1
0
Fork 0
mirror of synced 2024-09-21 20:11:15 +12:00
Commit graph

104 commits

Author SHA1 Message Date
Jake Barnby
185624fda1 Return schema by ref 2022-07-25 16:27:07 +12:00
Jake Barnby
fd79922284 Per project keys 2022-07-25 16:26:46 +12:00
Jake Barnby
2c69dbcc22 Allow SDK graphql header in access control 2022-07-22 16:09:15 +12:00
Jake Barnby
1899b3ccd2 Fix order types param 2022-07-21 16:37:21 +12:00
Jake Barnby
5e4dc6ad13 Format 2022-07-19 13:51:30 +12:00
Jake Barnby
404ed4cb1f Update benchmarks 2022-07-19 00:44:02 +12:00
Jake Barnby
e3bed0c636 Test fixes 2022-07-18 21:38:13 +12:00
Jake Barnby
adbb1a1d79 Account for limit param when calculating query complexity 2022-07-18 19:30:54 +12:00
Jake Barnby
03a2a00b30 Check if path contains key before replacing 2022-07-18 19:29:51 +12:00
Jake Barnby
31081b01cb Fix chained promises 2022-07-18 18:47:08 +12:00
Jake Barnby
410d9b0f0c Use statics for anonymous functions 2022-07-18 14:53:49 +12:00
Jake Barnby
1dc557042f Fix lazy matching route replacement parameters 2022-07-18 14:52:41 +12:00
Jake Barnby
4ca6750309 Cleanup controller 2022-07-13 23:21:02 +12:00
Jake Barnby
a656699fa7 Code cleanup 2022-07-13 21:34:56 +12:00
Jake Barnby
ac8e47ac2d Lint 2022-07-13 17:21:41 +12:00
Jake Barnby
3f2037a906 Reduce type re-scanning 2022-07-13 16:44:11 +12:00
Jake Barnby
10a5c24a63 Format and lint 2022-07-12 09:52:00 +12:00
Jake Barnby
de5d0eec06 Get current request context utopia instance in cached resolvers 2022-07-11 18:51:08 +12:00
Jake Barnby
8a9a5bec1e Remove redundant output redirection 2022-07-11 18:43:55 +12:00
Jake Barnby
4d60904cff Resolve request and response from resources 2022-07-11 18:43:15 +12:00
Jake Barnby
c15a90f709 Update logging 2022-07-11 18:41:21 +12:00
Jake Barnby
a589681c3d WIP caching and lazy re-building schema 2022-07-08 17:48:00 +12:00
Jake Barnby
ae32d89a0f Formatting 2022-07-07 19:55:07 +12:00
Jake Barnby
b5e8273839 Fix custom entity id properties 2022-07-07 19:39:42 +12:00
Jake Barnby
4ec637f889 Update input file scalar definition 2022-07-07 12:54:59 +12:00
Jake Barnby
23c52da9f8 Fix input file switch reference 2022-07-07 12:54:44 +12:00
Jake Barnby
67807f8c6f WIP input file handling 2022-07-06 20:56:58 +12:00
Jake Barnby
81265ab458 Fix custom entity tests 2022-07-06 17:12:12 +12:00
Jake Barnby
39233cfe1c Handle event validator parsing 2022-07-06 15:57:14 +12:00
Jake Barnby
96e86f6e4e Explicitly enforce content type of API response on GQL response 2022-07-06 15:51:03 +12:00
Jake Barnby
e36192388d Fix params for GET requests 2022-06-30 21:22:54 +12:00
Jake Barnby
8db6148297 Handle delete routes 2022-06-30 21:22:34 +12:00
Jake Barnby
2eb74d2898 Add data json string property to models with additional data 2022-06-30 21:22:16 +12:00
Jake Barnby
b09e5aac8a Test fixes 2022-06-27 18:46:01 +12:00
Jake Barnby
32e530e757 Fix status code not proxied to outer request on exception 2022-06-27 14:21:44 +12:00
Jake Barnby
5ea41a0253 Print with debug flags if not production 2022-06-22 16:44:58 +12:00
Jake Barnby
7689f7ef6f
WIP allow processing routes with no response 2022-05-04 21:45:36 +12:00
Jake Barnby
1055a00090
Proxy headers, cookies and status code from inner to outer request 2022-05-04 21:19:04 +12:00
Jake Barnby
f7c1a6c4a6
IDE method hint 2022-05-04 21:17:19 +12:00
Jake Barnby
54e672498e
Remove redundant function 2022-05-04 18:47:34 +12:00
Jake Barnby
9deaf335cf
Update document list resolution 2022-05-04 18:47:04 +12:00
Jake Barnby
4180784033
Update document get resolution 2022-05-04 18:46:43 +12:00
Jake Barnby
40d8760dd5
Delegate update to create with patch instead of post 2022-05-04 18:46:22 +12:00
Jake Barnby
f02b73c109
Update delete document resolution 2022-05-04 18:45:37 +12:00
Jake Barnby
4f00b30fca
Add common resolve 2022-05-04 18:45:14 +12:00
Jake Barnby
5b555c8aac
Update document resolve 2022-05-04 18:44:45 +12:00
Jake Barnby
7edbb428d0
Use exposed nested validator 2022-05-04 18:43:51 +12:00
Jake Barnby
6138e4af5d
Static map for default args 2022-05-04 18:42:12 +12:00
Jake Barnby
4020c4413d
Remove redundant param 2022-05-04 18:41:18 +12:00
Jake Barnby
248f19f61e
Allow routes with path params to execute by running match on the modified request 2022-05-03 23:15:41 +12:00