1
0
Fork 0
mirror of synced 2024-09-17 01:47:57 +12:00
Commit graph

1911 commits

Author SHA1 Message Date
loks0n
7109e85711 test: seperate client and server tests 2023-10-26 09:43:15 +01:00
loks0n
a67ca55af5 fix: use queueForEvents in users 2023-10-23 11:32:09 +01:00
loks0n
1343d4851a Merge branch 'main' of https://github.com/appwrite/appwrite into feat-ssr 2023-10-23 09:10:57 +01:00
Christy Jacob
01e842782f
Merge branch '1.4.x' into feat-1.4.6-release-prep 2023-10-19 05:28:02 -04:00
Christy Jacob
18dc8749d5 chore: update health API 2023-10-19 09:25:38 +00:00
Jake Barnby
354211950f
Add timeout test 2023-10-19 17:06:57 +13:00
Steven Nguyen
1d7c9d84d2
Fix get database queue endpoint params
A path param cannot be optional so change it to a query param.
2023-10-18 17:42:27 -07:00
Christy Jacob
6d55b20fac chore: update health tests 2023-10-18 20:18:15 +00:00
Christy Jacob
20415c6daf fix: webhook tests 2023-10-18 21:09:23 +04:00
Christy Jacob
2e3d17e7b1 fix: webhook tests 2023-10-18 21:06:59 +04:00
Christy Jacob
050cb28d4f fix: incorrect events 2023-10-18 20:30:47 +04:00
Christy Jacob
5f9059e221 chore: run linter 2023-10-18 19:50:40 +04:00
Christy Jacob
2a201a9d1c chore: fix flaky tests 2023-10-18 19:42:23 +04:00
Christy Jacob
011df60c0d feat: remove old worker class 2023-10-18 01:17:02 +04:00
shimon
1036cb406d some fixes 2023-10-17 21:32:38 +03:00
shimon
039df4abb3 revert changes 2023-10-16 18:04:27 +03:00
shimon
94178f8eaf rollback to Usage 2023-10-15 20:41:09 +03:00
loks0n
250e9ae9f7 chore: cleanup pr 2023-10-13 16:10:55 +01:00
loks0n
07286e5864 Merge branch 'main' of https://github.com/appwrite/appwrite into feat-ssr 2023-10-13 11:05:22 +01:00
loks0n
8ab429b92f feat: replace session confirmation endpoints 2023-10-12 14:38:32 +01:00
loks0n
3474fa8378 chore: remove comment 2023-10-11 17:02:30 +01:00
loks0n
8379551510 test: fix warning 2023-10-11 16:59:44 +01:00
loks0n
4f11cbacb4 chore: fmt 2023-10-11 14:21:59 +01:00
loks0n
0332d35d9e test: e2e universal token 2023-10-11 14:21:20 +01:00
shimon
2cd4514086 sync with main 2023-10-11 16:03:15 +03:00
shimon
002fc19d60 tests fix 2023-10-10 21:02:24 +03:00
loks0n
c343d7550f chore: fmt 2023-10-10 14:41:02 +01:00
loks0n
c30c024805 test: fix magic url assertions 2023-10-10 14:36:53 +01:00
loks0n
a88175fc46 fix: unhash session responses 2023-10-10 13:30:42 +01:00
shimon
948f36a023 sync with 1.4 2023-10-05 16:15:39 +03:00
shimon
7f1507f810 sync with 1.4 2023-10-04 11:20:32 +03:00
shimon
6d60b0bd8c sync with 1.4 2023-10-03 11:40:34 +03:00
Steven Nguyen
9d47237da9
Merge branch '1.4.x' into fix-skip-non-ascii-chars-image 2023-09-29 11:07:31 -07:00
Steven Nguyen
f2feecf84e
Fix avatars tests
Because the tests referenced images on the appwrite.io website, but the
appwrite.io website changed, the tests broke. This updates the tests to
reference valid images/URLs.

In addition, the favicon test was changed to use github.com because
appwrite.io has an SVG favicon which the avatars API does not support.
2023-09-29 10:25:22 -07:00
Bradley Schofield
1136dc9e64 Add Test and don't stop on special char 2023-09-29 16:27:59 +01:00
Jake Barnby
aa1cf053f7
Add test ensuring no 500 on bad serach 2023-09-28 18:58:29 +13:00
Matej Bačo
d625b9abc8 Remvoe unnessessary comments 2023-09-27 21:25:12 +00:00
Matej Bačo
2d578dddac Remove double test 2023-09-27 21:25:04 +00:00
Matej Bačo
e58bf7f695 Rename audits back to logs 2023-09-27 21:24:56 +00:00
Matej Bačo
5120152369 Add all worker health endpoints 2023-09-27 21:24:41 +00:00
Steven Nguyen
4a0c77a8df
Update avatar font and default colors 2023-09-25 15:55:15 -07:00
Matej Bačo
a6aa38f1d8 Fix test 2023-09-25 09:55:55 +02:00
Matej Bačo
303c8a16ca Fix test 2023-09-24 14:38:33 +02:00
Matej Bačo
fee30e0239 Remove unnessessary test code 2023-09-24 14:34:27 +02:00
Matej Bačo
310517fd29 Auto-parse event bodies + test 2023-09-24 13:19:31 +02:00
Christy Jacob
4ea0541623
Merge pull request #6150 from appwrite/fix-global-vars
Fix: Global variables
2023-09-06 13:51:13 -04:00
Matej Bačo
9a1d13f9db Add v2 function test 2023-09-05 15:47:59 +02:00
Matej Bačo
8e509efcec Add global env var test 2023-09-05 13:55:02 +02:00
Torsten Dittmann
3b2cb9b868
Merge pull request #6059 from appwrite/fix-smtp
Fix smtp
2023-08-30 16:09:10 +02:00
Torsten Dittmann
3d8125c4ac tests: remove arbritary tests 2023-08-30 15:49:15 +02:00