Steven Nguyen
b431eb4a51
fix(functions): treat 0 as unlimited for CPUs and memory
...
Prior versions of Appwrite treated 0 as unlimited for
_APP_FUNCTIONS_CPUS and _APP_FUNCTIONS_MEMORY. As such, this PR updates
the specification validator and the list specifications endpoint to also
treat the default 0 value as unlimited, allowing any specification.
2025-04-11 12:13:06 -07:00
Jake Barnby
8bc37026cd
Revert "Feat adding coroutines"
2024-10-08 20:54:40 +13:00
Binyamin Yawitz
d14edf4207
reverting: to set coroutines as head
2024-10-01 10:30:47 -04:00
Binyamin Yawitz
5512340cdd
Revert "Feat eldad4 coroutines"
2024-09-20 12:30:05 -04:00
Binyamin Yawitz
feb775d2c4
chore: merge, lint, stan
2024-09-04 14:52:01 -04:00
loks0n
fc630bf3da
feat: payload validator
2024-08-29 15:46:18 +01:00
Matej Bačo
573aaa1613
Merge remote-tracking branch 'origin/1.6.x' into feat-benchmark-headers
2024-08-21 07:29:11 +00:00
Matej Bačo
bbefdc3405
Improve headers validator
2024-08-20 09:19:31 +00:00
Bradley Schofield
dc149761d8
Address Jake's Comments
2024-08-20 13:23:11 +09:00
Bradley Schofield
5285ef9939
Merge remote-tracking branch 'origin/1.6.x' into feat-runtime-controls-1.5.x
2024-08-14 19:36:15 +09:00
Khushboo Verma
cd5a9c5c84
Update proxy version
2024-08-12 23:41:33 +05:30
Khushboo Verma
285b48a9e8
Replace regex with ctype function
2024-08-12 15:39:35 +05:30
Khushboo Verma
f6530fd6a5
Simplified headers validator
2024-08-11 18:32:14 +05:30
Khushboo Verma
a8973ab26b
Improved header tests
2024-08-11 18:15:10 +05:30
Khushboo Verma
c8d04c11eb
Added more tests to headers validator
2024-08-11 02:25:03 +05:30
Bradley Schofield
a59ba219ad
Update specification consts
2024-08-09 17:17:13 +09:00
Khushboo Verma
d4cb90c608
Addressed PR comments
2024-08-06 23:01:09 +05:30
Bradley Schofield
e51f912ab1
Address Jake's comments and add 0.5 cpu spec
2024-08-06 18:54:46 +09:00
Khushboo Verma
6691c985dd
Add headers validator
2024-08-06 13:49:28 +05:30
Bradley Schofield
6415533365
Update Specifications.php
2024-08-05 18:01:28 +09:00
Bradley Schofield
fb474734fe
Ditch using an enum, use class
2024-08-05 16:16:24 +09:00
Bradley Schofield
4c56de8348
Move specification enum into an autoloaded directory
2024-08-05 15:53:09 +09:00
Bradley Schofield
275ecc9f83
Fix specifications and make builds memory minimum 1024
2024-08-02 16:45:22 +09:00
Bradley Schofield
aa21a1a200
Update RuntimeSpecification.php
2024-08-02 12:05:07 +09:00
Bradley Schofield
2060d3f09c
Rename everything to use specification instead of size
2024-07-31 20:27:32 +09:00
Bradley Schofield
5f14500e48
Use Enums instead
2024-07-16 18:59:54 +09:00
Bradley Schofield
e3b123d559
Implement Runtime Sizes instead of individual memory and cpu
2024-07-16 14:26:53 +09:00
Bradley Schofield
824a70f936
Move Runtime Controls PR to 1.5.x
2024-07-12 18:25:57 +09:00