Bradley Schofield
81efc4aff9
Update test
2024-08-08 11:28:57 +09:00
Bradley Schofield
e51f912ab1
Address Jake's comments and add 0.5 cpu spec
2024-08-06 18:54:46 +09:00
Bradley Schofield
19e7769d8c
Merge branch '1.5.x' into feat-runtime-controls-1.5.x
2024-08-05 17:38:14 +09:00
Bradley Schofield
3a91fee41b
Run Linter
2024-08-05 12:24:27 +09:00
Bradley Schofield
4801fb816a
Fix Tests
2024-08-05 12:21:10 +09:00
Bradley Schofield
f5571b4caa
Add Metric Tests to Domain Executions
2024-08-02 16:24:54 +09:00
Bradley Schofield
dcbf8356c0
Merge branch '1.5.x' into feat-runtime-controls-1.5.x
2024-08-01 19:23:56 +09:00
Bradley Schofield
2060d3f09c
Rename everything to use specification instead of size
2024-07-31 20:27:32 +09:00
Bradley Schofield
f46e210000
Move mbSeconds into 1.5.x
2024-07-30 17:53:28 +09:00
Binyamin Yawitz
4eee8689d3
fixes: Clean URL variables
2024-07-22 09:37:28 -04:00
Bradley Schofield
7d2a65f87e
Run linter and address more comments
2024-07-22 18:17:38 +09:00
Bradley Schofield
f0c1a62aa2
Remove CPU/Memory from document, add envs, add tests
2024-07-22 18:12:43 +09:00
Bradley Schofield
667b69e146
Merge branch '1.5.x' into feat-runtime-controls-1.5.x
2024-07-17 17:04:04 +09:00
Bradley Schofield
a57cc0a18e
Address Christy's comments
2024-07-16 20:00:00 +09:00
Bradley Schofield
5507233582
Update Tests
2024-07-16 14:31:18 +09:00
Bradley Schofield
8222aa74ca
Merge branch '1.5.x' into feat-sn-implement-deployment-metric
2024-07-15 13:59:47 +09:00
Bradley Schofield
a710e9bfe4
Update UsageTest.php
2024-07-15 13:57:36 +09:00
Bradley Schofield
98ae495879
Fix Tests
2024-07-15 12:54:59 +09:00
Bradley Schofield
824a70f936
Move Runtime Controls PR to 1.5.x
2024-07-12 18:25:57 +09:00
Christy Jacob
8dbf887ab1
Merge pull request #8324 from appwrite/refactor-usage-sn
...
Sync refactor-usage-sn into 1.5.x
2024-06-25 22:50:42 +04:00
Jake Barnby
4ad987e4ef
Merge pull request #8308 from appwrite/fix-8280-expire-error-when-creating-session
...
Fix 'Missing required attribute "expire"' on `users.createSession()`
2024-06-25 13:43:03 +12:00
Steven Nguyen
3a3a0594dc
fix(messaging): disable validation for subquery to prevent error
...
If there are more than 100 targets, the validation throws an error. This
change skips the validation so no error is thrown.
2024-06-24 23:38:41 +00:00
Steven Nguyen
34b2e15243
fix(users): fix expire error when creating user session
...
Before this, the Create session API call would throw:
> Invalid document structure: Missing required attribute "expire"
This is because the `expire` attribute is required, but it was omitted
from the document. This PR ensures the `expire` attribute is set when
creating the session document.
2024-06-24 23:21:44 +00:00
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
Steven Nguyen
01fc6a699a
fix(health): fix flaky certificate test
...
There seems to be a load balancer in front of www.google.com that has
either a certificate issuer of "Google Trust Services LLC" or
"Google Trust Services". This causes the test to fail intermittently.
This PR updates the test to check for the substring
"Google Trust Services" instead of the exact string
"Google Trust Services LLC".
2024-06-24 19:02:44 +00:00
Damodar Lohani
d19141fc6a
sleep after password change
2024-06-24 07:49:18 +00:00
Damodar Lohani
e9cfd0ac8b
fix health service test
2024-06-24 06:09:39 +00:00
Damodar Lohani
e5af708dbc
update health certificate test
2024-06-24 06:02:54 +00:00
Damodar Lohani
d33048b792
adding 10 rows
2024-06-24 05:58:29 +00:00
Damodar Lohani
592ada23d0
increase longtext
2024-06-24 04:45:53 +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
Damodar Lohani
076f718203
Update tests/e2e/Services/Storage/StorageBase.php
2024-06-18 12:14:47 +05:45
Steven Nguyen
4b24848f22
Merge pull request #8236 from 2002Bishwajeet/fix-user-model
...
Fix: Don't set the target field if the existing target document is false
2024-06-17 17:11:27 -07:00
Damodar Lohani
349b78d5e5
fix assertion
2024-06-17 04:55:06 +00:00
Damodar Lohani
4c8d5d2c89
increase file size
2024-06-16 09:49:19 +00:00
Bradley Schofield
9113f265b7
Fix Tests
2024-06-11 06:40:37 +00:00
Bradley Schofield
98ca5faef1
Add Tests
2024-06-11 14:36:32 +09:00
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
Bishwajeet Parhi
485b8eeb8b
chore: misc test assertions improvements
2024-06-05 23:53:31 +05:30
Jake Barnby
5b3a3d5bf9
Add flaky test retry
2024-06-04 20:10:45 +12:00
Jake Barnby
f459a5c458
Merge remote-tracking branch 'origin/refactor-usage-sn' into feat-remove-random-shared-tables
...
# Conflicts:
# docker-compose.yml
2024-06-04 17:43:14 +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
Christy Jacob
cd5f6f58a2
Merge branch 'main' of https://github.com/appwrite/appwrite into sync-with-main
2024-05-24 12:43:56 +00:00
Jake Barnby
bbb4b0bc12
Remove shared table headers
2024-05-24 20:29:25 +12:00