Commit graph

13410 commits

Author SHA1 Message Date
Steven Nguyen
bd5bfc04ef
Merge pull request #9466 from appwrite/fix-certificates-in-deletes
Fix certificates in deletes worker
2025-03-14 16:34:21 -07:00
Matej Bačo
5f2512dc4f code quality improvement 2025-03-14 12:07:38 +01:00
Matej Bačo
f6fc425c98 Add rule attributes 2025-03-14 09:37:44 +01:00
Jake Barnby
817a3808e5
Add 5 min timeout for workers and tasks DBs 2025-03-14 16:40:57 +13:00
Jake Barnby
b8673ac07f
Merge remote-tracking branch 'origin/1.6.x' into feat-improve-delete-queries
# Conflicts:
#	composer.lock
2025-03-14 15:34:18 +13:00
Jake Barnby
49d89a4206
Force clear timeout to ensure it's not set 2025-03-14 15:29:23 +13:00
Chirag Aggarwal
d81f2f8b5c
Merge branch '1.6.x' into bump-sdk 2025-03-13 11:01:14 +05:30
Chirag Aggarwal
dc073b8298
Merge branch '1.6.x' into chore-regenerate-specs 2025-03-13 10:07:13 +05:30
Steven Nguyen
556f7338c1
Bump appwrite version to 1.6.2 2025-03-12 15:52:29 -07:00
Steven Nguyen
5bce1e17cb
chore: regenerate latest and 1.6.x specs 2025-03-12 15:34:38 -07:00
Chirag Aggarwal
e3f59c696d bump: python version 2025-03-11 05:43:30 +00:00
Chirag Aggarwal
107a185953 Merge branch '1.6.x' into bump-sdk 2025-03-11 05:30:47 +00:00
Chirag Aggarwal
61377ceb6e chore: shift initialization of console project to config 2025-03-10 10:48:44 +00:00
Chirag Aggarwal
6a6d99a9d0 chore: queue console project for maintenance delete 2025-03-10 08:54:20 +00:00
Steven Nguyen
59a8172e96
fix: prevent "Failed to initialize logging provider" errors
If the _APP_EXPERIMENT_LOGGING_CONFIG env var isn't set, every 4XX error
outputs this warning:

Failed to initialize logging provider: Unable to parse DSN: scheme is
required

To reduce this unnecessary clutter when _APP_EXPERIMENT_LOGGING_CONFIG
isn't set, this PR adds a check to only attempt to initialize the
logging provider if the env var is set.
2025-03-07 12:59:11 -08:00
Steven Nguyen
0fbd2c6425
fix: prevent warning if no logging config is set
If no logging config is set, there's a warning saying:

> Using deprecated logging configuration.

However, if they didn't set any config, it's not deprecated.
2025-03-07 12:54:53 -08:00
Steven Nguyen
f6b5deda6d
fix: add missing _APP_EMAIL_CERTIFICATES env var to deletes worker
The deletes worker uses the certificates resource to delete
certificates, but the certificates resource requires the
_APP_EMAIL_CERTIFICATES env var to be set or it will throw an exception
and not process any delete jobs. This commit adds the missing env var
to the deletes worker.

Also add _APP_SYSTEM_SECURITY_EMAIL_ADDRESS as a fallback.
2025-03-07 12:46:14 -08:00
Chirag Aggarwal
d9fc6b70ad chore: bump react native 2025-03-07 13:18:20 +00:00
Chirag Aggarwal
a0605b14cb chore: regen specs and update vers 2025-03-07 04:14:45 +00:00
Chirag Aggarwal
6c652ba3ae Merge branch '1.6.x' into bump-sdk 2025-03-06 17:04:05 +00:00
Chirag Aggarwal
0ce4555f70 chore: added auth group to create phone token 2025-03-05 17:42:43 +00:00
Jake Barnby
8c1a1604a8
Merge pull request #9387 from appwrite/pla-2526
chore: make min/max params optional for attribute update
2025-03-05 16:13:59 +13:00
Chirag Aggarwal
239bebfe2e Merge branch '1.6.x' into add-file-transformation-endpoints 2025-03-04 07:34:43 +00:00
Christy Jacob
eff58459ef
Merge pull request #9425 from appwrite/disable-admin-transformedAt
Disable transformedAt update for console users
2025-03-04 12:21:28 +05:30
Christy Jacob
d5ab989891
Merge pull request #9339 from appwrite/feat-remove-deprecated-usage-stuff
Remove usage and usage dump in favor of stats-usage and stats-usage-dump
2025-03-04 11:23:29 +05:30
shimon
b314ae8208 disable transformedAt update for console users 2025-03-03 15:19:49 +02:00
Chirag Aggarwal
88c8d2aa4c
Merge branch '1.6.x' into pla-1883 2025-03-03 13:37:05 +05:30
Chirag Aggarwal
9849e7b232 Merge branch '1.6.x' into add-file-transformation-endpoints 2025-03-01 19:41:25 +00:00
Chirag Aggarwal
6900b717da chore: updated to use logsdb 2025-03-01 17:45:20 +00:00
Chirag Aggarwal
aaee99e08b chore: generate specs 2025-03-01 17:19:55 +00:00
Chirag Aggarwal
712c33064a chore: fix sending of transformation stats 2025-03-01 17:18:44 +00:00
Chirag Aggarwal
df37462716 chore: fix typing and tests 2025-02-28 13:20:55 +00:00
Chirag Aggarwal
d5cfdc570f chore: updated specs 2025-02-28 08:41:53 +00:00
Chirag Aggarwal
e9d8d13fbd chore: added imageTransformations to project usage 2025-02-28 08:28:21 +00:00
Chirag Aggarwal
f31acd214e chore: remove plan blocking 2025-02-27 09:52:27 +00:00
Chirag Aggarwal
388affa3d0 chore: updated naming for subscribers 2025-02-27 07:23:13 +00:00
Chirag Aggarwal
6ad34a7bf7 chore: sdk versions and corresponding docs 2025-02-27 05:05:31 +00:00
Chirag Aggarwal
c79ed286b1 chore: update tests 2025-02-26 17:35:06 +00:00
Chirag Aggarwal
7687784515 chore: added fallback to old values in update 2025-02-26 16:41:26 +00:00
Chirag Aggarwal
ae78e793dd chore: added blocking to file preview endpoint 2025-02-26 08:52:06 +00:00
Christy Jacob
718e44adce
Merge branch '1.6.x' into track-options-requests 2025-02-26 10:40:10 +05:30
Jake Barnby
6e82bfe8e7
Update date 2025-02-26 14:00:16 +13:00
Jake Barnby
3a2babc906
Update date 2025-02-25 21:34:46 +13:00
Jake Barnby
03f0e382f4
Fix dates 2025-02-25 21:03:37 +13:00
Jake Barnby
b272a8b1e7
Pass queries 2025-02-25 20:26:00 +13:00
Chirag Aggarwal
676431c355 chore: shifted to logsDb 2025-02-25 07:16:42 +00:00
Jake Barnby
2924f408b3
Reapply "Remove blocks"
This reverts commit f49346485a.
2025-02-25 19:21:35 +13:00
Jake Barnby
b0547015a9
Add temp log date skip 2025-02-25 18:51:11 +13:00
Jake Barnby
f49346485a
Revert "Remove blocks"
This reverts commit 6f854b5eb6.
2025-02-25 18:39:12 +13:00
Jake Barnby
6f854b5eb6
Remove blocks 2025-02-25 18:18:25 +13:00