1
0
Fork 0
mirror of synced 2024-09-08 13:51:34 +12:00
Commit graph

2226 commits

Author SHA1 Message Date
Matej Bačo
c3a80dcebc Fix GraphQL function test 2023-10-26 16:50:35 +02:00
shimon
5e17cde10f usage test 2023-10-25 15:57:03 +03:00
shimon
4c6976488c clean up 2023-10-25 15:06:54 +03:00
shimon
9fad9dca88 usage sync 2023-10-25 10:39:59 +03:00
Khushboo Verma
2cf8639b68 Resolve merge conflicts 2023-10-23 15:06:01 +05:30
Khushboo Verma
97c1099961 Refactor code and add more assertions 2023-10-23 15:03:24 +05:30
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
bd3be15d07
Fix options test 2023-10-19 21:23:54 +13: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
Khushboo Verma
2914a4d1c5 Add test for createRepo endpoint 2023-10-18 13:24:32 +05:30
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
Yatharth Verma
1489f77499 fix changes suggested by steven and also fixed some bugs came after merging with 1.4.x 2023-10-14 12:45:29 +05:30
Yatharth Verma
96f389cee5 merge 1.4.x changes to my branch 2023-10-14 11:57:40 +05:30
Khushboo Verma
f18d33a0d6 Resolved merge conflicts 2023-10-13 18:54:14 +05:30
Khushboo Verma
66ec7f2e1d VCS tests 2023-10-13 18:50:58 +05:30
Khushboo Verma
615bd5148e Test for create and update function using VCS 2023-10-13 03:11:31 +05:30
Khushboo Verma
bb75036efe WIP: Mocked GitHub installation 2023-10-13 01:45:27 +05:30
shimon
2cd4514086 sync with main 2023-10-11 16:03:15 +03:00
Khushboo Verma
dbd6dbcb5b WIP: Progress with VCS tests 2023-10-11 02:56:15 +05:30
Khushboo Verma
1f97bb39b3 WIP: VCS tests 2023-10-11 01:31:22 +05:30
shimon
002fc19d60 tests fix 2023-10-10 21:02:24 +03:00
Khushboo Verma
bd2999037d WIP: Add VCS tests 2023-10-09 15:15:36 +05:30
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
Yatharth Verma
5771ad35ed fix test cases 2023-09-22 22:56:58 +05:30
Yatharth Verma
56a3b3df99 Add test cases 2023-09-22 22:56:58 +05:30
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
Jake Barnby
3c6e08540a
Fix function test 2023-08-30 02:10:50 -04:00
Jake Barnby
085b50be8b
Check if host is public domain before requesting 2023-08-30 02:04:52 -04:00
Jake Barnby
18f86b057d
Test fixes 2023-08-30 01:31:21 -04:00
Jake Barnby
30f5a80703
Fix console test 2023-08-30 01:10:08 -04:00
Jake Barnby
e3a9fae033
Fix maildev auth 2023-08-30 00:56:08 -04:00
Jake Barnby
3d0ae4b9d9
Remove invites codes 2023-08-30 00:31:38 -04:00
Jake Barnby
a1d0b67c6b
Fix SMTP 2023-08-30 00:30:44 -04:00
Jake Barnby
49fa5550bb
Fix sleep wait 2023-08-28 23:15:02 -04:00
Jake Barnby
f43f155224
Fix template test 2023-08-28 22:41:48 -04:00
Jake Barnby
34cb1a2229
Fix graphql tests 2023-08-28 22:25:11 -04:00
Jake Barnby
0a1ab4ae60
Add back codes env var 2023-08-28 22:24:52 -04:00
Jake Barnby
ef25c176ed
Fix retry build test 2023-08-28 21:11:57 -04:00
Matej Bačo
596e59f2cc response format fix, smtp QA fixes 2023-08-25 17:13:25 +02:00
Matej Bačo
293e44e91e Introduce SMTP ping timeout 2023-08-24 13:04:49 +02:00
Jake Barnby
0f36245f78
Fix message checks 2023-08-23 16:42:16 -04:00
Jake Barnby
e8ae7fb49a
Fix test wrong depends 2023-08-23 01:17:14 -04:00
Jake Barnby
c30b5b1a77
Fix missing var 2023-08-22 23:39:38 -04:00
Jake Barnby
08cc7e8c56
Fix status code check 2023-08-22 23:22:06 -04:00
Jake Barnby
20de675bae
Poll for deployments instead of sleeping 2023-08-22 23:12:04 -04:00
Jake Barnby
a1d62d8d42
Fix project test 2023-08-22 22:12:15 -04:00
Jake Barnby
43ba14fb75
Fix console tests 2023-08-22 21:35:00 -04:00
Jake Barnby
a84e669a1f
Add missing accessedAt values when creating users 2023-08-22 21:34:23 -04:00
Jake Barnby
24fcc360e2
GraphQL test fixes 2023-08-22 21:33:33 -04:00
Jake Barnby
efd25d6a70
Merge remote-tracking branch 'origin/feat-git-integration' into feat-framework-router-v2
# Conflicts:
#	app/controllers/api/users.php
#	composer.json
#	composer.lock
#	tests/e2e/Services/Storage/StorageBase.php
2023-08-22 17:58:42 -04:00
Jake Barnby
2edbb1269f
Merge remote-tracking branch 'origin/cl-1.4.x' into feat-git-integration 2023-08-22 16:02:29 -04:00
Jake Barnby
c929fe113e
Fix colliding ID overrides 2023-08-22 13:11:32 -04:00
Jake Barnby
b48a64d1ad
Merge remote-tracking branch 'origin/cl-1.4.x' into feat-git-integration
# Conflicts:
#	app/controllers/api/functions.php
#	composer.json
#	composer.lock
#	tests/e2e/Services/Databases/DatabasesConsoleClientTest.php
2023-08-22 00:59:36 -04:00
Jake Barnby
942705b5f3
Fix database upgrade 2023-08-21 23:25:55 -04:00
shimon
2b62149dda Merge branch 'feat-git-integration' of github.com:appwrite/appwrite into feat-usage-rollback 2023-08-21 10:37:44 +03:00
Jake Barnby
a1b10ef7a8
Fix graphql tests 2023-08-20 13:40:44 -04:00
Jake Barnby
4c9c34d929
Fix console test 2023-08-20 13:21:14 -04:00
Jake Barnby
1e4a3cd020
Fix graphql test 2023-08-20 13:20:37 -04:00
shimon
83ffea68d1 rolling back usage flow 2023-08-20 16:53:26 +03:00
shimon
8147f3ee7d rolling back usage flow 2023-08-20 15:29:43 +03:00
Matej Bačo
5de7c24ee8 Fix more function tests 2023-08-19 13:37:45 +02:00
Matej Bačo
69cf0161ff Fix more tests 2023-08-19 10:05:49 +02:00
Jake Barnby
2404352f3c
Fix more graphql tests 2023-08-19 01:59:36 -04:00
Jake Barnby
0f98199c85
Fix webhook test 2023-08-18 14:21:54 -04:00
Jake Barnby
4f59570738
Fix storage tests 2023-08-18 14:20:29 -04:00
Jake Barnby
e388f1f8e2
Remove redundant tests 2023-08-18 14:14:52 -04:00
Jake Barnby
f18fb13afd
Fix graphql tests 2023-08-18 13:52:03 -04:00
Jake Barnby
1e3fd5291e
Merge remote-tracking branch 'origin/cl-1.4.x' into fix-collection-disabled-mode-checks 2023-08-18 13:25:21 -04:00
Jake Barnby
a848322687
Merge remote-tracking branch 'origin/cl-1.4.x' into feat-git-integration
# Conflicts:
#	app/config/specs/open-api3-latest-client.json
#	app/config/specs/open-api3-latest-console.json
#	app/config/specs/open-api3-latest-server.json
#	app/config/specs/swagger2-latest-client.json
#	app/config/specs/swagger2-latest-console.json
#	app/config/specs/swagger2-latest-server.json
#	composer.json
#	composer.lock
2023-08-18 13:23:35 -04:00
Jake Barnby
a77ff0a9b0
Merge remote-tracking branch 'origin/1.4.x' into chore-1.4.x-upgrade
# Conflicts:
#	app/config/specs/open-api3-latest-client.json
#	app/config/specs/open-api3-latest-console.json
#	app/config/specs/open-api3-latest-server.json
#	app/config/specs/swagger2-latest-client.json
#	app/config/specs/swagger2-latest-console.json
#	app/config/specs/swagger2-latest-server.json
2023-08-17 19:54:25 -04:00