fogelito
d8148c5491
Change TimeLimit namespace
2024-08-25 11:19:25 +03:00
fogelito
6b1196fb26
update composer.lock
2024-08-25 11:10:42 +03:00
fogelito
e11e922587
Move scopes
2024-08-25 09:58:54 +03:00
fogelito
3d3248cbbb
Merge remote-tracking branch 'origin/migrations-backups' into migrations-backups
2024-08-25 09:49:55 +03:00
fogelito
b35f906384
Longtext test
2024-08-25 09:49:44 +03:00
Shmuel Fogel
732a8938ce
Update composer.json
...
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
2024-08-25 09:48:50 +03:00
fogelito
ed0652f86a
database 52
2024-08-22 19:11:06 +03:00
fogelito
2fc483b9e0
rm migration version
2024-08-22 19:01:19 +03:00
fogelito
b0e218cb3b
database 50
2024-08-22 18:58:16 +03:00
fogelito
404ad5b75d
database 49
2024-08-22 18:52:06 +03:00
fogelito
cf7e1121fa
audit
2024-08-22 18:43:42 +03:00
fogelito
9419e36de0
abuse
2024-08-22 18:43:04 +03:00
fogelito
1cdac28631
0.10.* cache
2024-08-22 18:42:22 +03:00
fogelito
43e7c1e9a6
database 50
2024-08-22 18:36:41 +03:00
fogelito
fd52a172a7
audit abuse
2024-08-22 18:20:57 +03:00
fogelito
4b0c782891
databases 0.52.*
2024-08-22 18:18:56 +03:00
fogelito
c43177093e
Merge remote-tracking branch 'origin/migrations-backups' into migrations-backups
2024-08-22 17:31:05 +03:00
fogelito
5f27d75c11
Address comments
2024-08-22 17:30:50 +03:00
Shmuel Fogel
f1da0b2e61
Update src/Appwrite/Platform/Tasks/Maintenance.php
...
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
2024-08-22 17:21:11 +03:00
fogelito
2d84816bc9
composer.lock
2024-08-20 16:39:39 +03:00
fogelito
ff1a679c49
Merge branch 'main' of https://github.com/appwrite/appwrite into migrations-backups-v2
...
# Conflicts:
# composer.json
# composer.lock
# src/Appwrite/Platform/Tasks/Maintenance.php
# src/Appwrite/Platform/Workers/Migrations.php
# tests/e2e/Services/Databases/DatabasesBase.php
2024-08-20 16:36:54 +03:00
fogelito
9b20802b4c
Only comment
2024-08-20 10:09:02 +03:00
fogelito
42671400bb
Remove interface
2024-08-20 10:08:07 +03:00
Steven Nguyen
90bc303c7c
Merge pull request #8525 from appwrite/EVDOG4LIFE-patch-2
...
Permissions + Comment Fix
2024-08-19 15:25:28 -07:00
fogelito
04967763e7
Add Iprojects
2024-08-19 18:46:20 +03:00
fogelito
b47fd08f71
Remove interface
2024-08-19 18:26:54 +03:00
fogelito
49b659a9ae
Remove interface
2024-08-19 18:01:29 +03:00
Christy Jacob
fdd0e2e457
Merge pull request #8557 from appwrite/update-init-copy
...
chore: Update Init copy
2024-08-19 17:39:37 +04:00
Aditya Oberai
11c275fa53
Update Init copy
2024-08-19 19:04:42 +05:30
fogelito
aa5ce6200d
Appwrite notifyProjects
2024-08-19 16:33:15 +03:00
fogelito
9265ba743e
Add implements Projects
2024-08-19 15:19:06 +03:00
fogelito
ccc34b049a
notifyProjects
2024-08-19 14:03:49 +03:00
Evan
19c81aa76f
Scan Refactor
2024-08-16 16:21:16 -07:00
Christy Jacob
83fe982901
Merge pull request #8509 from appwrite/1.5.x
...
Sync 1.5.x into main
2024-08-13 19:09:03 +04:00
Evan
2968e74714
Permissions + Comment Fix
2024-08-12 16:20:49 -07: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
fogelito
ab4ac2e568
Change private to protected
2024-08-12 17:44:05 +03:00
fogelito
919b5ac06d
Use document credentials
2024-08-12 11:15:14 +03: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