Matej Bačo
42f3e06985
Merge branch 'feat-sites' into chore-add-tests-for-empty-output-dir
2025-04-14 12:45:25 +02:00
Matej Bačo
470857daf8
Merge pull request #9542 from appwrite/chore-add-test-for-empty-source
...
Chore add test for empty source
2025-04-14 12:43:30 +02:00
Khushboo Verma
c4509f5ce7
Add plan to builds worker
2025-04-14 10:31:08 +00:00
Khushboo Verma
3f0857b36d
Add plan to create deployment
2025-04-14 10:28:29 +00:00
Matej Bačo
baa1cb19c6
Re-add test, simplify
2025-04-14 12:28:22 +02:00
Jake Barnby
e3f64c3234
Merge pull request #9646 from ArnabChatterjee20k/update-migrations-version
...
chore: updated the migration version to 8.6
2025-04-14 10:14:18 +00:00
Matej Bačo
3f5647bcc9
Merge branch 'feat-sites' into chore-add-test-for-empty-source
2025-04-14 12:10:57 +02:00
ArnabChatterjee20k
2c36fab1c6
Merge branch '1.6.x' into update-migrations-version
2025-04-14 15:21:30 +05:30
ArnabChatterjee20k
f8d92c04ad
updated the migration version to 8.6
2025-04-14 15:09:40 +05:30
Darshan
91199e746b
update: use plain csv, use options.
2025-04-14 15:03:30 +05:30
Chirag Aggarwal
74abf4897b
chore: fix teamCreateMembership
2025-04-14 08:47:57 +00:00
Chirag Aggarwal
6372180537
chore: update specs
2025-04-14 08:22:42 +00:00
Jake Barnby
950cc420a2
Update database
2025-04-14 19:40:51 +12:00
Jake Barnby
cbb943cc88
Merge remote-tracking branch 'origin/1.6.x' into feat-bulk-callbacks
2025-04-14 19:40:13 +12:00
Chirag Aggarwal
a1aabd351c
fix: env
2025-04-14 07:34:52 +00:00
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
dc40fd7ddc
Merge pull request #9644 from appwrite/fix-tasks
...
Fix tasks
2025-04-14 06:49:22 +00: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
Jake Barnby
ecdea8b487
Update database
2025-04-14 18:07:12 +12:00
Chirag Aggarwal
3b8354d2ea
chore: add sdk to key
2025-04-14 03:55:04 +00: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
fd5a900758
update database
2025-04-13 03:46:59 +00:00
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
b1685a5ca1
chore: update users auth group to sessions
2025-04-12 13:38:00 +00:00
Darshan
2ad967043c
update: deps.
2025-04-12 17:10:29 +05:30
Darshan
a64b8e57af
address comments.
2025-04-12 17:10:06 +05:30
Chirag Aggarwal
c3656fd4e7
Merge branch '1.6.x' into feat-group
2025-04-12 06:50:20 +00:00
Chirag Aggarwal
b3c9e6181f
chore: update groups
2025-04-12 06:50:02 +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
67084374fb
Merge pull request #9637 from appwrite/update-console
...
chore: update console
2025-04-11 20:22:47 -07: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
Chirag Aggarwal
1dd0b419c5
chore: update console
2025-04-11 15:32:03 +00:00
Christy Jacob
636b0775fd
Merge pull request #9636 from appwrite/revert-9632-revert-8667-multi-region-support
...
Revert "Revert "Multi region support""
2025-04-11 19:19:37 +04: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
2d0885ed70
Merge pull request #9632 from appwrite/revert-8667-multi-region-support
...
Revert "Multi region support"
2025-04-10 20:55:05 +04:00
Christy Jacob
ffe153630d
Revert "Multi region support"
2025-04-10 22:19:23 +05:30
Christy Jacob
6cd9fc72d9
Merge pull request #8667 from appwrite/multi-region-support
...
Multi region support
2025-04-10 20:05:21 +04:00
shimon
312d1029c0
Merge branch '1.6.x' of github.com:appwrite/appwrite into multi-region-support
2025-04-10 18:36:05 +03:00
shimon
fb802c7fe4
addressing comments
2025-04-10 18:35:45 +03:00
Christy Jacob
942775c352
Merge pull request #9631 from appwrite/chore-bump-console-5.2.56
...
Bump console to version 5.2.56
2025-04-10 19:01:06 +04:00
shimon
f5852a52e2
Merge branch '1.6.x' of github.com:appwrite/appwrite into multi-region-support
2025-04-10 17:20:23 +03:00
shimon
ff89da513f
addressing comments
2025-04-10 17:20:05 +03:00