1
0
Fork 0
mirror of synced 2024-09-19 19:07:21 +12:00
Commit graph

21589 commits

Author SHA1 Message Date
Jake Barnby
d18a67e6d8
Update packages 2024-09-12 23:06:47 +12:00
Jake Barnby
25d44b5b4c
Update generator 2024-09-12 23:04:44 +12:00
Jake Barnby
ee7de0cb41
Update database 2024-09-12 23:02:12 +12:00
Jake Barnby
28642b9f04
Shared tables array 2024-09-12 17:06:16 +12:00
Jake Barnby
c18308c024
Update database 2024-08-27 17:43:29 +12:00
Jake Barnby
1eafbf2ee2
Update database 2024-08-19 21:21:20 +12:00
Jake Barnby
b98bcdd4a1
Update database 2024-08-19 18:27:45 +12:00
Jake Barnby
4c8cd5b6c6
Update audit, abuse, database 2024-08-19 14:52:15 +12:00
Jake Barnby
5b37a91b46
Merge remote-tracking branch 'origin/1.5.x' into feat-migration 2024-08-13 22:11:18 +12:00
Jake Barnby
52647cef23
Merge remote-tracking branch 'origin/feat-single-shared-metadata-docs' into feat-migration
# Conflicts:
#	composer.json
#	composer.lock
2024-08-13 22:10:57 +12:00
Jake Barnby
11ec31aefb
Update database 2024-08-13 21:49:25 +12:00
Jake Barnby
73ca1efbeb
Catch duplicate db on project create 2024-08-13 21:49:14 +12:00
Jake Barnby
340aa48d93
Catch duplicate on console db create 2024-08-13 21:14:52 +12:00
Christy Jacob
603430a013
Merge pull request #8522 from appwrite/feat-1.5.10-release-prep
Prepare 1.5.10 release
2024-08-13 00:51:33 +04:00
Steven Nguyen
92fea47bf4
Add 1.5.10 to CHANGES.md 2024-08-12 19:58:25 +00:00
Steven Nguyen
f47af1626c
Bump appwrite version to 1.5.10 2024-08-12 19:55:22 +00:00
Steven Nguyen
672dfd9a26
Merge pull request #8519 from appwrite/fix-8518-migration-stuck
Fix migration stuck at "Starting Data Migration [...]"
2024-08-12 12:54:36 -07:00
Steven Nguyen
e8c303e3cd
Merge pull request #8520 from appwrite/chore-bump-console-4.3.30
Bump console to version 4.3.30
2024-08-12 12:50:21 -07:00
Steven Nguyen
0d451ec123
Bump console to version 4.3.30 2024-08-12 19:44:55 +00:00
Steven Nguyen
a52626e5d3
fix(upgrade): fix migration stuck at "Starting Data Migration [...]"
The iterator was in the loop so it was always reset to null and the
same data set to be scanned.

For cases where this happened, the iterator was not empty, but the keys
returned from the scan was empty. According to [redis](https://redis.io/docs/latest/commands/scan/#number-of-elements-returned-at-every-scan-call),
this is expected behavior.

> SCAN family functions do not guarantee that the number of elements returned per call are in a given range. The commands are also allowed to return zero elements, and the client should not consider the iteration complete as long as the returned cursor is not zero.

As such, we must make sure we're using the new iterator returned to
continue scanning the keys.
2024-08-12 19:34:23 +00:00
Jake Barnby
8ff72b341e
Don't set tenant for project collections creation 2024-08-12 23:46:34 +12:00
Jake Barnby
a23402075e
Update database 2024-08-12 17:45:43 +12:00
Steven Nguyen
b5fad9f234
Merge pull request #8505 from appwrite/feat-1.5.9-release-prep
Prepare 1.5.9 release
2024-08-09 14:43:15 -07:00
Christy Jacob
7669f2c485
Merge pull request #8504 from appwrite/chore-bump-console-4.3.29
Bump console to version 4.3.29
2024-08-10 00:47:06 +04:00
Steven Nguyen
0a18f77e68
Add 1.5.9 to CHANGES.md 2024-08-09 16:06:02 +00:00
Steven Nguyen
2b9f3c4638
Bump appwrite version to 1.5.9 2024-08-09 16:06:02 +00:00
Steven Nguyen
8eb707be2c
Bump console to version 4.3.29 2024-08-09 15:53:26 +00:00
Steven Nguyen
ae7b004b26
Merge pull request #8502 from appwrite/chore-bump-executor
Bump executor version from 0.5.5 to 0.5.7
2024-08-09 07:50:39 -07:00
Steven Nguyen
6a4fa91aac
chore: bump executor version from 0.5.5 to 0.5.7 2024-08-08 22:55:35 +00:00
Steven Nguyen
324d615536
Merge pull request #8495 from appwrite/fix-migrations
fix: Moving migration to be inside coroutine completely
2024-08-08 15:53:26 -07:00
Steven Nguyen
71cfdd74f1
Merge pull request #8499 from ItzNotABug/main
Merge `main` to `1.5.x`
2024-08-08 15:51:01 -07:00
Binyamin Yawitz
8e7cc6ed14
fix: Moving migration to be inside coroutine completely 2024-08-08 09:25:56 -04:00
Steven Nguyen
6410b2062c
Merge pull request #8472 from ItzNotABug/fix-proxy-rules-check
Fix Domain Check
2024-08-07 22:17:45 -07:00
Jake Barnby
314b27493f
Merge pull request #8488 from appwrite/1.5.x
Sync 1.5.x into main
2024-08-08 13:28:58 +12:00
Steven Nguyen
8f0294f9cb
Merge pull request #8361 from appwrite/feat-1.5.8-release-prep
Prepare 1.5.8 release
2024-08-07 13:00:40 -07:00
Jake Barnby
6b86ed0117
Merge remote-tracking branch 'origin/1.5.x' into feat-migration
# Conflicts:
#	composer.lock
2024-08-07 22:10:04 +12:00
Christy Jacob
7ca654d35e
Merge pull request #8482 from appwrite/chore-bump-console-4.3.27 2024-08-06 21:09:06 +04:00
Steven Nguyen
203b6e7b56
chore: regenerate latest and 1.5.x specs 2024-08-06 16:14:19 +00:00
Steven Nguyen
7e13e380f1
Add 1.5.8 to CHANGES.md 2024-08-06 16:14:19 +00:00
Steven Nguyen
d900e88e7e
Merge pull request #8416 from appwrite/fix-realtime-permission-change
Fix realtime permission change
2024-08-06 09:12:11 -07:00
Steven Nguyen
ab7f0b1348
Bump console to version 4.3.27 2024-08-06 16:03:53 +00:00
Christy Jacob
085efb02c5
Merge pull request #8445 from appwrite/fix-template-tags
Fix: template tags
2024-08-05 17:04:12 +04:00
Jake Barnby
e2a45cec8e
Merge branch '1.5.x' into feat-migration
# Conflicts:
#	composer.json
#	composer.lock
2024-08-05 21:13:42 +12:00
Jake Barnby
8f608e205f
Merge pull request #8463 from appwrite/fix-1.5.x-fix-domains-events
Fix queueForUsage not triggering for domain executions
2024-08-05 16:04:18 +12:00
Bradley Schofield
3a91fee41b Run Linter 2024-08-05 12:24:27 +09:00
Bradley Schofield
4801fb816a Fix Tests 2024-08-05 12:21:10 +09:00
Christy Jacob
32a1aaca24 chore: revertomposer 2024-08-03 07:49:11 +00:00
Christy Jacob
7be4196a58 chore: refactor code 2024-08-03 07:22:34 +00:00
ItzNotABug
b0441e5465 fix: domain check. 2024-08-03 12:26:21 +05:30
Bradley Schofield
f5571b4caa Add Metric Tests to Domain Executions 2024-08-02 16:24:54 +09:00