1
0
Fork 0
mirror of synced 2024-09-18 18:40:24 +12:00
Commit graph

393 commits

Author SHA1 Message Date
Steven Nguyen
9ccf4991e3
fix(functions): fix flaky function test
The execution is async so give the function a bit more time to execute.
2024-06-24 19:15:41 +00:00
Christy Jacob
991a22f642
Merge pull request #8290 from appwrite/1.5.x
Sync 1.5.x into refactor-usage-sn
2024-06-21 00:38:21 +05:30
Jake Barnby
e58e849504
Fix function test 2024-06-06 21:29:34 +12:00
Jake Barnby
c87a6a863b
Increase sleep 2024-06-06 20:52:22 +12:00
Jake Barnby
9e487b8ccf
Revert "Merge pull request #8237 from appwrite/revert-8193-feat-remove-random-shared-tables"
This reverts commit 930ae6ded0, reversing
changes made to 1f6417b156.
2024-06-06 20:11:19 +12:00
Christy Jacob
ff6efc2855
Revert "Feat remove random shared tables" 2024-06-06 00:11:56 +05:30
Jake Barnby
5b3a3d5bf9
Add flaky test retry 2024-06-04 20:10:45 +12:00
ItzNotABug
37da4a0cd3 review comments. 2024-06-03 14:19:59 +05:30
ItzNotABug
b54a599960 update test name for clarity. 2024-06-03 14:13:08 +05:30
ItzNotABug
52f5a5c40c update test. 2024-06-03 14:10:20 +05:30
ItzNotABug
1a42d118f6 add: test to validate user-id isn't overridden. 2024-06-01 19:18:35 +05:30
Khushboo Verma
ccae83c8a8 Add tests for scheduled functions 2024-05-20 17:44:48 +05:30
Torsten Dittmann
0a1d572c72 chore: run formatter 2024-03-06 18:34:21 +01:00
Jake Barnby
c948d3a485
Debug dump errors 2024-02-24 15:04:40 +13:00
fogelito
a782e20315 Merge branch '1.5.x' of github.com:appwrite/appwrite into json-parsing
 Conflicts:
	app/controllers/api/account.php
	composer.json
	composer.lock
	src/Appwrite/Platform/Tasks/CalcTierStats.php
	tests/e2e/Services/Account/AccountBase.php
2024-01-25 17:44:05 +02:00
fogelito
dc203a494e Syntax change 2023-12-20 12:55:09 +02:00
shimon
c9a4eb0a49 tests fix 2023-11-26 22:57:57 +02:00
shimon
f64d0ab8a8 Merge branch '1.4.x' of github.com:appwrite/appwrite into refactor-usage-sn
 Conflicts:
	.gitmodules
	CHANGES.md
	Dockerfile
	composer.lock
	src/Appwrite/Migration/Migration.php
2023-11-05 17:03:13 +02:00
Matej Bačo
b2d385944a Add function domain cookie test 2023-10-27 15:33:26 +02:00
Matej Bačo
84559b8f56 Improve cookie test 2023-10-27 12:01:37 +02:00
Matej Bačo
740d9def8e Linter fix 2023-10-27 10:33:08 +02:00
Matej Bačo
94ff3baa9c Fix cookie headers 2023-10-27 10:26:46 +02:00
shimon
9fad9dca88 usage sync 2023-10-25 10:39:59 +03: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
3d8125c4ac tests: remove arbritary tests 2023-08-30 15:49:15 +02: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
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
8de0eefbaa
Lint 2023-08-17 17:38:05 -04:00
Matej Bačo
3a6f10fa62 Fix failing tests 2023-08-16 08:19:42 +02:00
Matej Bačo
897d299ae6 PR review changes, fixes from QA 2023-08-11 15:34:57 +02:00
Matej Bačo
906f86fbb8 Merge branch 'cloud-1.4.x' into feat-git-integration 2023-08-06 09:31:32 +02:00
Steven Nguyen
d960f85da6
Merge branch '1.4.x' into cloud-1.4.x 2023-08-04 18:07:33 -07:00
Steven Nguyen
aa3c2faed9
Merge tag '1.3.8' into cloud-1.3.x-2 2023-08-04 13:55:07 -07:00
Damodar Lohani
4fd5c72f34 Merge branch 'master' into feat-1.4.x-with-1.3.x-master 2023-07-19 07:39:37 +00:00
Damodar Lohani
fa94e4830c function usage fix name 2023-07-11 04:35:27 +00:00
fogelito
5be5a7dd0e Empty queries fixes 2023-05-03 14:53:40 +03:00
Damodar Lohani
3486885dc8 fix large deployment test 2023-04-19 05:38:54 +00:00
Torsten Dittmann
0dd666c227 tests: fix functions tests 2023-03-01 17:30:54 +05:30
Torsten Dittmann
6e5b8fab4b fix: implement new framework changes 2023-03-01 17:30:36 +05:30
Damodar Lohani
5acd78463a Merge remote-tracking branch 'origin/feat-db-pools' into feat-db-pools-master-sync 2023-02-16 00:44:29 +00:00