1
0
Fork 0
mirror of synced 2024-07-01 12:40:34 +12:00
Commit graph

357 commits

Author SHA1 Message Date
Eldad Fux d4bffb8a43 Fixed tests 2020-12-11 00:02:54 +02:00
Eldad Fux 6157e46ebb Fixed API test 2020-12-10 21:08:25 +02:00
Eldad Fux 6d25b83cc7 Fixed tests 2020-12-10 19:47:32 +02:00
Eldad Fux 0393555c94 Debug CI 2 2020-12-10 16:35:39 +02:00
Eldad Fux 0c0bd6af95 Debug CI 2020-12-10 13:36:12 +02:00
Eldad Fux 68f9d03d13 Added logs 2020-12-10 12:03:13 +02:00
Eldad Fux 2a04f7397e Increased timeout 2020-12-10 10:45:32 +02:00
Eldad Fux 5e019f5910 Wait for warmup 2020-12-10 10:32:12 +02:00
Eldad Fux 7bbf368a38 Updated logs 2020-12-10 09:38:20 +02:00
Eldad Fux 3f35fdcb1e Updated debug 2020-12-10 09:28:57 +02:00
Eldad Fux 8ebbd7a398 Added better error logging 2020-12-10 09:10:48 +02:00
Eldad Fux 671360a95b Updated log 2020-12-10 08:53:03 +02:00
Eldad Fux c8bdf46a13 Added a new Python FX test 2020-12-09 23:26:13 +02:00
Eldad Fux 9a5acbb0cb Added new env tests 2020-12-09 00:24:22 +02:00
Eldad Fux da13028695 Added new envs! 2020-12-08 09:26:57 +02:00
Eldad Fux b204ca6415 Merge branch '0.7.x' of github.com:appwrite/appwrite into swoole-and-functions 2020-12-07 19:20:35 +02:00
Eldad Fux 49aed67ad9 Fix for events memory management +
merged functions and webhooks events
2020-12-07 10:51:12 +02:00
Eldad Fux 4bff1dd5b6 Default limit for function conatiner is 1 cpu 2020-12-06 23:15:01 +02:00
Eldad Fux 2ab7e520b9 Merge branch '0.7.x' of github.com:appwrite/appwrite into swoole-and-functions 2020-12-06 21:44:20 +02:00
Eldad A. Fux 8f65ff1086
Merge pull request #751 from christyjacob4/delete-collection-documents
feat: delete documents using delete worker
2020-12-05 09:54:24 +02:00
Christy Jacob df1822cd18 chore: review comments 2020-12-05 12:23:09 +05:30
Christy Jacob 54c3b4c84a chore: review comments 2020-12-05 11:04:58 +05:30
Christy Jacob 9128348aff chore: added e2e tests for collection deletion 2020-12-05 11:01:59 +05:30
Eldad Fux 99c10508e5 Merge branch '0.7.x' of github.com:appwrite/appwrite into swoole-and-functions 2020-12-05 07:18:11 +02:00
Eldad Fux b2ccc65813 Added new webhooks headers 2020-12-03 19:56:07 +02:00
Eldad Fux 28623c6baa Added team events and tests 🟢 2020-12-03 00:15:20 +02:00
Eldad Fux 4df6cb2ef5 Added tests for Database webhooks 2020-12-01 20:53:31 +02:00
Eldad Fux f5df201e4a Added more missing tests 2020-11-30 23:41:58 +02:00
Eldad Fux aa18bbfb58 Added account delete test for webhooks 2020-11-29 08:47:47 +02:00
Eldad Fux 07f50e6650 Updated tests 2020-11-26 08:31:59 +02:00
Eldad Fux 8d41590596 Added more tests 2020-11-24 22:54:37 +02:00
Eldad Fux 374e504923 Added more tests 2020-11-23 17:04:02 +02:00
Eldad Fux 31884d17b2 Merge branch '0.7.x' of github.com:appwrite/appwrite into swoole-and-functions 2020-11-21 08:15:55 +02:00
Eldad Fux a5fd3f9ce1 Merge branch '0.7.x' of github.com:appwrite/appwrite into feat-730-new-webhook-events 2020-11-21 01:32:57 +02:00
Eldad Fux 63e442293c Fixed encryption in nested fields 2020-11-21 01:31:17 +02:00
Eldad Fux f3fae632cc Added webhook tests 2020-11-20 23:03:48 +02:00
Eldad Fux fe244880b4 Added unsetRole method 2020-11-20 23:03:36 +02:00
Eldad Fux 53e2f2fcc1 Added test webhook 2020-11-20 23:03:14 +02:00
Eldad Fux e9c1e8e0b1 Added new tests 2020-11-20 14:35:16 +02:00
Eldad Fux a4ea9e78a8 Merge branch '0.7.x' of github.com:appwrite/appwrite into feat-730-new-webhook-events 2020-11-20 08:54:58 +02:00
Eldad Fux e2ba702dc9 More tests :) 2020-11-20 08:48:25 +02:00
Eldad Fux 76c575e989 Fixed authorization 2020-11-19 00:55:02 +02:00
Eldad Fux f44bb22f76 Updated Authorization and added unit test 2020-11-19 00:24:28 +02:00
Eldad Fux ea0f51a4da Added new webhook events 2020-11-18 21:38:31 +02:00
Eldad Fux 3bb7a93e0e Added Open API 3 validation test 2020-11-14 15:05:18 +02:00
Eldad Fux 4d57d08ff9 Updated tests 2020-11-12 14:11:17 +02:00
Eldad Fux 2750267712 Added spec test 2020-11-12 00:03:27 +02:00
Eldad Fux e81fb88736 First commit 2020-10-30 21:53:27 +02:00
Eldad Fux 33d13d91e1 Merge branch '0.7.x' of github.com:appwrite/appwrite into swoole-and-functions 2020-10-30 07:52:12 +02:00
Eldad Fux 752c6b4ecb Merge branch '0.7.x' of github.com:appwrite/appwrite into feat-coding-standards 2020-10-30 00:42:46 +02:00