Christy Jacob
2afbfea0d0
Merge pull request #9638 from appwrite/fix-zero-specifications
...
fix(functions): treat 0 as unlimited for CPUs and memory
2025-04-25 14:49:04 +04:00
Chirag Aggarwal
68c85a52fb
Merge branch '1.6.x' into fix-headers
2025-04-24 14:42:45 +00:00
Chirag Aggarwal
75efa28125
core: introduce endpoint.docs in specs
2025-04-24 11:15:23 +00:00
Christy Jacob
de9b0e6eee
Revert "Add configurable function and build size"
2025-04-23 21:18:04 +05:30
Fabian Gruber
b0eb6434b8
fix: nullable group field in SDK\Method
2025-04-23 17:14:19 +02:00
Fabian Gruber
fe28af292b
feat: allow non-critical events to ignore exceptions when enqueuing the message
2025-04-23 16:48:09 +02:00
Chirag Aggarwal
60c336bfa1
Merge branch '1.6.x' into fix-headers
2025-04-22 13:30:46 +00:00
Christy Jacob
4228bc9b63
Merge pull request #9574 from appwrite/chore-sensitive-check
...
chore: abstract token secret hiding to response model
2025-04-22 17:18:11 +04:00
Christy Jacob
cd647e0c18
Merge branch '1.6.x' of github.com:appwrite/appwrite into feat-multi-region-docs
2025-04-22 14:02:20 +04:00
Matej Bačo
8906d94e8f
Merge pull request #9648 from appwrite/feat-add-configurable-function-size
...
Add configurable function and build size
2025-04-22 10:51:29 +02:00
Chirag Aggarwal
73a10a1dca
chore: include head requests
2025-04-17 17:55:33 +00:00
Chirag Aggarwal
7bd3c334ed
fix: remove content-type header from get request specs
2025-04-17 17:43:13 +00:00
Christy Jacob
f4e8d72593
Merge branch '1.6.x' into feat-group
2025-04-17 18:25:47 +04:00
arnab
b7c2220648
added exception and errors
2025-04-16 17:02:43 +05:30
Chirag Aggarwal
c1f62ce0bd
Merge branch '1.6.x' into feat-group
2025-04-16 04:49:07 +00:00
Damodar Lohani
969c58fda9
Merge branch '1.6.x' into feat-usage-dump-multi-tenant-batch
2025-04-15 10:44:47 +05:45
Damodar Lohani
49814c2a7e
bring back stats usage dump
2025-04-15 04:58:16 +00:00
Damodar Lohani
f9141ca564
fix param types
2025-04-15 04:48:19 +00:00
Damodar Lohani
93f86e57ea
use clone
2025-04-15 03:15:24 +00:00
Damodar Lohani
a46c5d1029
Update src/Appwrite/Platform/Workers/StatsUsage.php
...
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
2025-04-15 08:54:04 +05:45
Khushboo Verma
6e86527eb6
Keep build size in MBs
2025-04-14 14:33:46 +00:00
Khushboo Verma
6852ee1f0f
Read buildSize from plan
2025-04-14 14:07:23 +00:00
Khushboo Verma
81c3d96629
Consistent naming
2025-04-14 14:00:44 +00:00
Khushboo Verma
1acbff316e
Use 1000 instead of 1024
2025-04-14 13:46:52 +00:00
Khushboo Verma
f02707627f
Refactor
2025-04-14 12:16:50 +00:00
Khushboo Verma
c4509f5ce7
Add plan to builds worker
2025-04-14 10:31:08 +00:00
Jake Barnby
862664dd62
Format
2025-04-14 19:05:42 +12:00
Jake Barnby
498f9e40c8
Update worker bulk method usage
2025-04-14 18:50:33 +12:00
Jake Barnby
a6281992b1
Fix maintenance
2025-04-14 18:26:13 +12:00
Jake Barnby
3be50d2ab5
Fix syntax
2025-04-14 18:26:07 +12:00
Jake Barnby
2a2bf7f154
Fix maintenance
2025-04-14 18:23:35 +12:00
Jake Barnby
9a8ba13dbf
Fix syntax
2025-04-14 18:18:10 +12:00
Damodar Lohani
5f6e65c1aa
Merge branch 'feat-usage-dump-multi-tenant-batch' into fix-merge-stats-usage-and-dump
2025-04-13 09:47:45 +05:45
Damodar Lohani
932f34df92
Merge branch '1.6.x' into feat-usage-dump-multi-tenant-batch
2025-04-13 09:47:30 +05:45
Damodar Lohani
fb7223bd1b
Merge branch 'feat-usage-dump-multi-tenant-batch' into fix-merge-stats-usage-and-dump
2025-04-13 09:30:51 +05:45
Chirag Aggarwal
c3656fd4e7
Merge branch '1.6.x' into feat-group
2025-04-12 06:50:20 +00:00
Chirag Aggarwal
04733e25c8
chore: make group nullable and remove it from endpoints where its not required
2025-04-12 06:41:57 +00:00
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
Steven Nguyen
4d9521edc6
Merge pull request #9633 from appwrite/fix-migrations-destination
...
Fix migrations
2025-04-11 11:18:52 -07:00
Shimon Newman
c4a506445d
Revert "Revert "Multi region support""
2025-04-11 17:52:19 +03:00
Steven Nguyen
8d046f021c
fix: update upgrade migration to create missing attributes
...
Between version 1.6.0 and 1.6.1, the migrations collection was updated
to include a destination attribute and the databases collection was
updated to include an originalId attribute. However, the upgrade
migration was not updated to create these attributes.
This PR updates the migration to create the missing attributes.
2025-04-10 16:21:12 -07:00
Christy Jacob
ffe153630d
Revert "Multi region support"
2025-04-10 22:19:23 +05:30
shimon
fb802c7fe4
addressing comments
2025-04-10 18:35:45 +03:00
shimon
07cdd66296
Merge branch '1.6.x' of github.com:appwrite/appwrite into multi-region-support
2025-04-09 10:02:40 +03:00
Chirag Aggarwal
2c453d5fd9
fix: request issues and permissions
2025-04-08 08:51:04 +00:00
Chirag Aggarwal
3bd8405deb
feat: add figma oauth provider
2025-04-08 07:56:35 +00:00
shimon
fed98ffdfe
Merge branch '1.6.x' of github.com:appwrite/appwrite into multi-region-support
...
# Conflicts:
# docker-compose.yml
2025-04-07 13:06:54 +03:00
Fabian Gruber
0ae70f8321
feat: inject executor instead of creating a new instance
2025-04-07 09:53:38 +02:00
Damodar Lohani
57bc76edc7
Merge branch '1.6.x' into feat-usage-dump-multi-tenant-batch
2025-04-07 09:21:32 +05:45
fogelito
bd87672607
Remove audit payload
2025-04-03 18:31:50 +03:00