Matej Bačo
733e0498a7
AI-recommended changes
2025-04-16 11:50:42 +02:00
Matej Bačo
e48fadf9fd
PR review changes
2025-04-16 10:43:02 +02:00
Darshan
73b2a14ea3
update: changes as per migrations lib.
2025-04-16 11:55:04 +05:30
Chirag Aggarwal
c1f62ce0bd
Merge branch '1.6.x' into feat-group
2025-04-16 04:49:07 +00:00
Matej Bačo
2f537d3948
Merge branch 'feat-sites' into feat-update-error-pages
2025-04-15 15:20:03 +02:00
Chirag Aggarwal
8944e1db14
chore: update null check for sdk descriptions
2025-04-15 12:04:29 +00:00
Chirag Aggarwal
c365480aec
chore: small changes from review devkeys
2025-04-15 12:02:55 +00:00
Khushboo Verma
60c632363f
Merge branch 'feat-sites' into feat-update-error-pages
2025-04-15 10:45:39 +00:00
Jake Barnby
49ea2f6fd9
Merge remote-tracking branch 'origin/1.6.x' into feat-pool-adapter
...
# Conflicts:
# app/controllers/api/projects.php
# composer.json
# composer.lock
# src/Appwrite/Platform/Workers/Deletes.php
2025-04-15 22:21:01 +12:00
Jake Barnby
b972e7a1d4
Stash
2025-04-15 22:18:48 +12:00
Matej Bačo
60fafe8feb
PR review changes
2025-04-15 11:40:32 +02:00
Matej Bačo
2669e66ae2
Merge pull request #9597 from appwrite/fix-usage-sites
...
Fix: usage stats changes
2025-04-15 11:26:02 +02:00
Luke B. Silver
d82812cc04
Merge branch '1.6.x' into feat-exp-scheme
2025-04-15 10:11:31 +01: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
loks0n
e551e4ad5b
chore: fmt
2025-04-14 14:23:01 +01:00
loks0n
67a313cef3
fix: tests
2025-04-14 13:50:48 +01:00
Matej Bačo
84ec907a47
Merge branch 'feat-sites' into feat-update-error-pages
2025-04-14 14:17:32 +02:00
Khushboo Verma
f02707627f
Refactor
2025-04-14 12:16:50 +00:00
loks0n
944624f13a
chore: fmt
2025-04-14 12:59:39 +01:00
loks0n
0a4c430ae7
feat: exp scheme
2025-04-14 12:56:42 +01:00
Khushboo Verma
c4509f5ce7
Add plan to builds worker
2025-04-14 10:31:08 +00:00
Darshan
91199e746b
update: use plain csv, use options.
2025-04-14 15:03:30 +05:30
Chirag Aggarwal
f31cb0cdfc
chore: added tests for checking if sdks are updated in devkeys
2025-04-14 07:34:05 +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
Matej Bačo
52024ccc26
Add starters; update console
2025-04-10 16:11:38 +02:00
Matej Bačo
2523613056
Improve logs coloring
2025-04-10 10:20:12 +02:00