1
0
Fork 0
mirror of synced 2024-09-19 19:07:21 +12:00
Commit graph

1470 commits

Author SHA1 Message Date
Jake Barnby
5b1f973b45
Fix promise adapter all resolving on a started scheduler 2022-04-22 22:08:30 +12:00
Jake Barnby
1057d7e3aa
Resolve fields as top-level promises for fixed passed through types 2022-04-22 22:06:53 +12:00
Jake Barnby
e79343bae7
Fix type check 2022-04-22 17:49:46 +12:00
Jake Barnby
4a2b620611
Fix using closed request (rebuild API schema per request) 2022-04-22 17:47:27 +12:00
Jake Barnby
601576a9e3
WIP fix individual param resolution 2022-04-20 22:30:48 +12:00
Jake Barnby
5010317d8b
WIP update get defer to route 2022-04-12 18:47:40 +12:00
Jake Barnby
d4a77504c0
Inject read/write args for mutations 2022-04-09 02:08:36 +12:00
Jake Barnby
58241d6fe8
Check content type header exists before checking its type 2022-04-08 23:08:44 +12:00
Jake Barnby
f81e69d7d6
Remove coroutines for easier debug 2022-04-08 23:08:20 +12:00
Jake Barnby
d95a1b277f
Expose swoole request instead of stealing it 2022-04-08 19:16:35 +12:00
Jake Barnby
af128ede7c
Pass-thru graphql args as request parameters 2022-04-08 19:05:59 +12:00
Jake Barnby
47642f63ff
Fix API schema build arg types 2022-04-08 19:04:15 +12:00
Jake Barnby
af98bb9c4a
Rename types 2022-04-08 17:54:51 +12:00
Jake Barnby
40b04a3721
Fix collection type arg and type setting 2022-04-08 02:02:48 +12:00
Jake Barnby
75fec18356
Fix setting nested promise 2022-04-08 00:23:45 +12:00
Jake Barnby
10449822ce
Check promise all equal 2022-04-07 18:41:53 +12:00
Jake Barnby
831429f00c
Capture resolve vars 2022-04-07 18:41:36 +12:00
Jake Barnby
48ba76f365
Add resolvers for get, list, create, update, delete for user collections 2022-04-07 11:23:20 +12:00
Jake Barnby
69e7c2fed9
Async query resolution 2022-04-06 01:48:51 +12:00
Jake Barnby
48c610348e
Merge remote-tracking branch 'origin/master' into feat-graphql-support
# Conflicts:
#	app/controllers/api/account.php
#	app/controllers/api/graphql.php
#	app/controllers/api/projects.php
#	app/controllers/api/users.php
#	app/controllers/general.php
#	app/http.php
#	app/init.php
#	composer.lock
#	src/Appwrite/Utopia/Response.php
2022-04-05 16:44:38 +12:00
Damodar Lohani
7e604cbcfb fix name 2022-03-26 01:38:13 +00:00
Damodar Lohani
293406eff6 add default scope 2022-03-26 01:33:21 +00:00
Damodar Lohani
2a512fb611 zoom oauth 2022-03-26 00:54:41 +00:00
Matej Bačo
bff9acb88a Upgraded versions 2022-03-23 12:05:57 +00:00
Torsten Dittmann
36384c4fe5 chore: prepare 0.13.3 2022-03-15 13:19:04 +01:00
Eldad A. Fux
5bf0202490
Update src/Appwrite/Utopia/Response/Model/AttributeFloat.php
Co-authored-by: Matej Bačo <matejbacocom@gmail.com>
2022-03-14 19:40:19 +02:00
Damodar Lohani
1d7e8a76a1 update attribute examples 2022-03-14 06:03:55 +00:00
Torsten Dittmann
26684ec0f9 Merge branch 'master' of https://github.com/appwrite/appwrite into chore-prepare-0-13-2 2022-03-07 16:11:36 +01:00
Torsten Dittmann
f07cd7b043 chore: prepare 0.13.2 2022-03-07 12:33:09 +01:00
Steven Nguyen
e35ccea43a Fix platform type mismatch in origin validation 2022-03-05 15:35:44 -08:00
Torsten Dittmann
2fd6dc9fa1 Merge branch 'master' of https://github.com/appwrite/appwrite into chore-prepare-0-13-1 2022-03-04 14:22:29 +01:00
Christy Jacob
ea1d55e82b feat: use strict comparison 2022-03-04 14:34:42 +04:00
Christy Jacob
07e104ea01 feat: fix timeout issues 2022-03-04 01:14:44 +04:00
Torsten Dittmann
3968c06205 chore: prepare version numbers to 0.13.1 2022-03-03 15:14:22 +01:00
Torsten Dittmann
17f3353a5f fix: migration for executions 2022-03-02 17:45:22 +01:00
Torsten Dittmann
51b2b88dc0 fix: executions migration 2022-03-02 17:31:28 +01:00
Torsten Dittmann
c7f5f0ff94 fix: migration sql escape for rename tables 2022-03-02 13:40:42 +01:00
Torsten Dittmann
d826ad0d9f fix: migration sql escape 2022-03-02 13:30:43 +01:00
Torsten Dittmann
cb631c1c46 fix: migration escape sql statements 2022-03-02 13:20:59 +01:00
Torsten Dittmann
c84a1e4fd8 fix: migration custom collection 2022-03-02 12:37:54 +01:00
Torsten Dittmann
e44587b3c9
Merge pull request #2877 from appwrite/fix-spec-nested-maps
Fix spec nested map properties being overridden
2022-03-02 11:30:52 +01:00
Torsten Dittmann
5e3f226539
Merge pull request #2876 from appwrite/fix-v13-filter-defaults
Fix v13 filter for null int defaults
2022-03-02 10:49:01 +01:00
Torsten Dittmann
69e51195a3 fix: migration files cursor 2022-03-02 09:52:24 +01:00
Torsten Dittmann
0003fc09ca fix: add console log to custom collection migration 2022-03-02 09:35:52 +01:00
Torsten Dittmann
66099079b1 style: fix code 2022-03-02 09:12:20 +01:00
Torsten Dittmann
0e270b89d2 fix: files migration 2022-03-02 09:11:10 +01:00
Torsten Dittmann
3e4470ed57 chore: add comment 2022-03-02 08:56:20 +01:00
Torsten Dittmann
e6c986d3fb fix: files migration 2022-03-02 08:53:06 +01:00
Torsten Dittmann
8c056706de fix: teams migration type 2022-03-02 08:43:05 +01:00
Torsten Dittmann
7848f76f98 fix: teams total sum renaming 2022-03-02 08:42:34 +01:00