Matej Bačo
1d983a949e
Merge site & function specs
2025-03-07 22:36:13 +01: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
Matej Bačo
a5457da91c
Linter fix
2025-03-07 21:12:13 +01:00
Matej Bačo
a37a6d9d7c
Merge branch 'feat-sites' into chore-remove-builds-collection
2025-03-07 21:05:15 +01:00
Matej Bačo
c1ee2f2b41
Failing test fixes
2025-03-07 21:04:24 +01:00
Matej Bačo
6a584c83c1
Attribute renaming
2025-03-07 20:14:11 +01:00
Matej Bačo
777fb3fcdd
Update proxy rule tests
2025-03-07 18:00:20 +01:00
Matej Bačo
6ea20659e6
Merge branch 'feat-sites' into chore-rules-rehaul
2025-03-07 17:34:37 +01:00
Matej Bačo
97ffbbc44b
Remove need for ssr runtime
2025-03-07 15:46:49 +01:00
Matej Bačo
92b696ea21
Introduce type-relevant attributes to rules
2025-03-07 10:14:45 +01:00
Matej Bačo
a7fc8cf84b
Fix functions
2025-03-06 18:17:01 +01:00
Matej Bačo
794c6536fb
Fixbugs
2025-03-06 17:55:53 +01:00
Matej Bačo
2e30c1ba1f
Reapply "Remove builds collection"
...
This reverts commit 654d178cf2 .
2025-03-06 15:34:06 +01:00
Matej Bačo
654d178cf2
Revert "Remove builds collection"
...
This reverts commit 02e740f8b0 .
2025-03-06 15:33:48 +01:00
Matej Bačo
02e740f8b0
Remove builds collection
2025-03-06 15:32:23 +01:00
Chirag Aggarwal
0ce4555f70
chore: added auth group to create phone token
2025-03-05 17:42:43 +00:00
Khushboo Verma
de5f33f206
keep truncation only during create document
2025-03-05 22:45:48 +05:30
Khushboo Verma
9b8dd02a88
Don't throw exception from list repos detection
2025-03-05 13:48:44 +05:30
Khushboo Verma
bbf37e0a0e
Update length to 255
2025-03-05 13:40:15 +05:30
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
Khushboo Verma
84e1b050a9
Truncate commit message to 252 characters
2025-03-04 17:28:06 +05:30
Khushboo Verma
20ad91a906
Simplify logic to fetch versionedRuntime
2025-03-04 13:45:56 +05:30
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
Matej Bačo
2ae61164d4
Merge branch 'feat-sites' into feat-screenshot-task
2025-03-03 16:45:49 +01:00
Matej Bačo
8e03db6c9e
Fix tests
2025-03-03 16:42:29 +01:00
Matej Bačo
5dd4348d5c
Remove leftover
2025-03-03 16:16:02 +01:00
Matej Bačo
64e2f904c5
Merge branch 'feat-sites' into feat-screenshot-task
2025-03-03 16:05:19 +01:00
shimon
b314ae8208
disable transformedAt update for console users
2025-03-03 15:19:49 +02:00
Khushboo Verma
8b8f632abe
Add providerRepository model and extend it for framework and runtime
2025-03-03 13:54:07 +05:30
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
Khushboo Verma
dc71c50123
Resolve merge conflicts
2025-02-28 16:20:24 +05:30
Matej Bačo
559396295f
Merge pull request #9416 from appwrite/feat-move-functions-endpoints-to-modules
...
Move function endpoints from controller to modules
2025-02-28 10:54:03 +01:00
Matej Bačo
a1c621fab2
Fix static sites
2025-02-28 10:40:28 +01:00
Matej Bačo
2510cb9687
Avoid 404 race condition during screenshot
2025-02-28 10:18:06 +01:00
Chirag Aggarwal
d5cfdc570f
chore: updated specs
2025-02-28 08:41:53 +00:00
Matej Bačo
4efa0a7231
Leftover
2025-02-28 09:32:40 +01:00
Chirag Aggarwal
e9d8d13fbd
chore: added imageTransformations to project usage
2025-02-28 08:28:21 +00:00
Khushboo Verma
4afd9771c6
Remove functions.php
2025-02-27 23:42:43 +05:30
Matej Bačo
dd75081609
Formatting fix
2025-02-27 17:46:47 +01:00
Matej Bačo
a3c176a2bd
Finalize PR
2025-02-27 17:46:41 +01:00
Matej Bačo
8081759c5c
Fix failing templates
2025-02-27 17:28:25 +01:00
Matej Bačo
bf3b21cdb1
Implement screenshot task and initial run
2025-02-27 15:58:33 +01:00