Jake Barnby
fa3894ef1c
Fix extra collection keys
2025-05-16 22:06:37 +12:00
Jake Barnby
4ce6587634
Fix key matching
2025-05-16 20:30:16 +12:00
Jake Barnby
768d005f08
Use create bulk attributes
2025-05-16 20:30:04 +12:00
Jake Barnby
4d4cfef1ad
Skip empty ID
2025-05-16 20:29:52 +12:00
Jake Barnby
2d6d79de7b
Fix names
2025-05-16 17:36:29 +12:00
Jake Barnby
59ef8077da
Skip devKeys subquery
2025-05-16 17:36:19 +12:00
Jake Barnby
43fce76c9b
Remove redundant namespace set
2025-05-16 17:35:36 +12:00
Jake Barnby
907d968a5f
Remove redundant doc migration
2025-05-16 17:25:06 +12:00
Jake Barnby
7344733165
Use db loop methods, update names
2025-05-16 17:24:11 +12:00
Jake Barnby
f12e84abc5
Merge remote-tracking branch 'origin/1.7.x' into feat-ce-migration
2025-05-16 13:46:17 +12:00
Khushboo Verma
25a13d3666
Sync with cloud
2025-05-13 15:40:21 +05:30
Khushboo Verma
a3cb7c81a2
Add V23 migration and remove coroutines
2025-05-13 15:22:09 +05:30
Matej Bačo
af0c872999
Merge branch '1.6.x' into 1.7.x
2025-05-13 10:11:39 +02:00
Khushboo Verma
b249584b92
1.7.x ce migration
2025-05-09 17:46:29 +05:30
Chirag Aggarwal
da05398389
chore: update utopia database to 0.67.x
2025-05-06 13:08:56 +00:00
Matej Bačo
d8103cb57e
Merge branch '1.7.x' into 1.6.x
2025-04-25 12:18:04 +02: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
Matej Bačo
8e32ef1851
Merge branch '1.7.x' into feat-sites
2025-04-08 10:41:39 +02:00
Matej Bačo
69a7c23d2b
Merge branch '1.6.x' into 1.7.x
2025-04-08 10:24:09 +02:00
Matej Bačo
7bbf04e7ac
Merge branch '1.7.x' into feat-sites
2025-04-01 10:49:44 +02:00
Matej Bačo
f25143b240
Support fra-region on cloud; temporary fix
2025-03-25 21:52:02 +01:00
Matej Bačo
d89cdbcf5a
Fix schedules region filtering
2025-03-25 21:34:09 +01:00
Chirag Aggarwal
e80bc2bb39
chore: shifted migration to 1.7.0
2025-03-15 13:36:08 +00:00
Chirag Aggarwal
d422f693f7
feat: add query by role to memberships
2025-03-13 09:48:39 +00:00
Matej Bačo
3932b8bdc1
Merge branch '1.7.x' into feat-sites
2025-02-19 12:54:05 +01:00
Chirag Aggarwal
c1b613e5bd
chore: added migration script
2025-02-17 13:55:43 +00:00
Matej Bačo
f9430d4d20
Merge branch '1.6.x' into fix-site-tests
2025-02-03 10:05:30 +01:00
Steven Nguyen
07b3cbaec9
Bump appwrite version to 1.6.1
2024-11-22 22:47:02 +00:00
Khushboo Verma
4c1881324e
Use compute vars for functions and sites
2024-10-27 17:22:45 +01: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
1581a8c654
chore: merge
2024-09-18 09:28:55 -04:00
Steven Nguyen
f555939de6
Bump appwrite version to 1.6.0
2024-09-17 20:21:45 -07:00
Binyamin Yawitz
f8c26e0f0a
chore: merge
2024-09-10 11:12:16 +02:00
Jake Barnby
31cc4350a2
Revert version
2024-09-10 15:09:57 +12:00
Binyamin Yawitz
ef1380bf61
chore: merge
2024-09-09 14:52:47 +02:00
Jake Barnby
7e303399c7
Update version
2024-09-09 23:00:22 +12:00
Binyamin Yawitz
cedf3cf28d
chore: format
2024-09-03 19:32:30 -04:00
Binyamin Yawitz
7d6eac4ddb
Merge branch '1.6.x' into feat-eldad4-coroutines
...
# Conflicts:
# app/cli.php
# app/controllers/api/account.php
# app/controllers/api/functions.php
# app/controllers/api/projects.php
# app/controllers/general.php
# app/controllers/shared/api.php
# app/http.php
# app/init.php
# app/realtime.php
# app/worker.php
# composer.json
# composer.lock
# src/Appwrite/Migration/Migration.php
# src/Appwrite/Platform/Tasks/Migrate.php
# src/Appwrite/Platform/Tasks/ScheduleExecutions.php
# src/Appwrite/Platform/Workers/Builds.php
# src/Appwrite/Platform/Workers/Deletes.php
# src/Appwrite/Specification/Format/Swagger2.php
# src/Appwrite/Utopia/Response.php
2024-09-03 19:06:48 -04:00
Torsten Dittmann
90c2bb10ff
Merge branch 'feat-react-native-platform' of https://github.com/appwrite/appwrite into feat-react-native-platform
2024-08-21 13:22:30 +02:00
Torsten Dittmann
04181ec9ce
fix: increase platform type size and add migration
2024-08-21 13:22:24 +02:00
Bradley Schofield
f4f07860c3
Merge branch '1.6.x' into feat-sync-1.6.x-filters-migrations
2024-08-20 19:57:19 +09:00
Bradley Schofield
dc149761d8
Address Jake's Comments
2024-08-20 13:23:11 +09:00
Bradley Schofield
e37c79cf3c
Update to 65534
2024-08-19 18:43:50 +09:00
Bradley Schofield
4e5a2f71cc
Change self-hosted update to 75K
2024-08-19 18:34:52 +09:00
Bradley Schofield
04e7434932
Address Christy's Comments
2024-08-19 18:07:10 +09:00
Bradley Schofield
eb7f712379
Sync with 1.6.x changes
...
- Added migration for `files` metadata size increase
- Disabled `specification` migration until variable runtime specs are ready
- Unset `key` for runtimes in response filters
- Set the correct attribute `scopes` to be optional, reverting it for key and setting it for functions.
2024-08-19 14:52:07 +09:00
Bradley Schofield
79a757297d
Update size to specification for variable runtimes
2024-08-14 11:48:40 +09:00
Christy Jacob
bfa253297b
Merge branch 'main' of https://github.com/appwrite/appwrite into sync-1.6-main
2024-08-13 15:36:13 +00:00