Commit graph

17263 commits

Author SHA1 Message Date
ArnabChatterjee20k
1ca75c73df
Merge branch '1.9.x' into realtime-logs 2026-04-24 16:35:25 +05:30
ArnabChatterjee20k
0633662695 removed dispatch experiment 2026-04-24 16:22:57 +05:30
ArnabChatterjee20k
89819db775 added exporter 2026-04-24 16:12:42 +05:30
Matej Bačo
bdbc5b92df Fix after code review 2026-04-23 13:47:31 +02:00
Matej Bačo
a0a3849b16 Remove unsupported bulk endpoints 2026-04-23 13:37:32 +02:00
Matej Bačo
b99139661e Migrate delete project endpoint 2026-04-23 13:37:19 +02:00
Matej Bačo
6d86b8fd0d Removal of project JWTs 2026-04-23 13:25:21 +02:00
Matej Bačo
cef7a5197f List policies API 2026-04-23 13:24:39 +02:00
Matej Bačo
34930e6d67 Merge branch '1.9.x' into fix-membership-privacy 2026-04-23 10:18:32 +02:00
Matej Bačo
9dad7cef9e Merge branch '1.9.x' into feat-mocks-public-api 2026-04-23 10:17:32 +02:00
Matej Bačo
9e23867f0a
Merge pull request #11976 from appwrite/feat-auth-methods-api
Feat: Auth methods public API
2026-04-23 10:14:34 +02:00
Matej Bačo
c36b8fbabf Fix membershiip privacy bug on production 2026-04-23 10:07:32 +02:00
ArnabChatterjee20k
c2e5bbe0f7 updated 2026-04-22 18:11:32 +05:30
ArnabChatterjee20k
b006858d0c dedupe 2026-04-22 17:52:45 +05:30
Matej Bačo
a85c5e582c Add auth method APIs (public) 2026-04-22 14:19:04 +02:00
ArnabChatterjee20k
6d1def7716 removed redundant span attributes 2026-04-22 17:45:58 +05:30
ArnabChatterjee20k
f0f1e1c412 updated 2026-04-22 17:44:18 +05:30
ArnabChatterjee20k
46e778ea90 updated 2026-04-22 17:13:35 +05:30
ArnabChatterjee20k
fd9fe5d9ce corrected the position 2026-04-22 17:07:53 +05:30
ArnabChatterjee20k
59e0383264 updated 2026-04-22 17:01:08 +05:30
ArnabChatterjee20k
0f81bc2da9 Refactor telemetry logging in realtime events for consistency and clarity
- Updated span logging keys to use camelCase for uniformity across connection and message events.
- Added checks to ensure project and user IDs are only logged if they are not empty, enhancing data integrity.
- Improved error handling and logging structure to maintain consistency in telemetry data.
2026-04-22 16:57:51 +05:30
ArnabChatterjee20k
17e3d03b40 Add telemetry logging for subscribed channels and queries in realtime events
- Introduced new arrays to capture subscribed channels and passed queries during connection and message events.
- Enhanced span logging to include details about channels and queries for better monitoring and analysis.
- Updated telemetry data structure to reflect the new metrics, improving traceability of realtime interactions.
2026-04-22 16:55:52 +05:30
ArnabChatterjee20k
b2ad7237ab Add detailed telemetry logging for realtime connection events
- Introduced span logging for connection open and close events, capturing metrics such as inbound and outbound bytes, subscription counts, and response codes.
- Enhanced error handling with logging of exceptions during connection lifecycle.
- Updated the structure of the telemetry data to include project and user IDs for better traceability.
2026-04-22 16:52:54 +05:30
ArnabChatterjee20k
c60e85ca84 Merge remote-tracking branch 'origin/1.9.x' into realtime-logs 2026-04-22 16:44:34 +05:30
ArnabChatterjee20k
ca1cf1982f added wide events inside the structured one logging per message instead of a discrete logs 2026-04-22 16:44:20 +05:30
Matej Bačo
9065d9ada4 Add mocks scopes 2026-04-22 12:13:10 +02:00
ArnabChatterjee20k
e0fec8f550 updated 2026-04-22 15:42:17 +05:30
Matej Bačo
7578b5644c AI review fixes 2026-04-22 12:00:15 +02:00
Matej Bačo
eeadba3b59 Add missing endpoint in email templates 2026-04-22 11:36:54 +02:00
Matej Bačo
2e42633e12 Add public mocks API for phones 2026-04-22 11:30:39 +02:00
Matej Bačo
72bb6378c2 Leftover 2026-04-22 10:00:19 +02:00
Matej Bačo
bfa1960d8a Remove unneeded const 2026-04-22 10:00:10 +02:00
Matej Bačo
e530bf41f7 Post-merge fix 2026-04-22 09:59:00 +02:00
Matej Bačo
0d27c59cb8 Merge branch '1.9.x' into feat-public-project-policies 2026-04-22 09:57:48 +02:00
Matej Bačo
efc37c68ec Merge branch '1.9.x' into feat-project-smtp-endpoints 2026-04-22 09:50:08 +02:00
Chirag Aggarwal
5b6dd5f75a
Merge pull request #11949 from appwrite/chore/phpstan-level-4 2026-04-22 11:17:21 +05:30
loks0n
7e963e8439 fix: honor _APP_WORKERS_NUM in realtime
Realtime was ignoring _APP_WORKERS_NUM and always computing workers as
CPU × _APP_WORKER_PER_CORE, making it impossible to cap the worker count
without also changing the per-core multiplier. Prefer _APP_WORKERS_NUM
when set, falling back to the CPU × per-core calculation.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-21 16:55:56 +01:00
Matej Bačo
06eb550e98 Finalize tests 2026-04-21 16:56:00 +02:00
Matej Bačo
6c89a05a60 Fix 0 session to mean unlimited 2026-04-21 16:38:53 +02:00
Matej Bačo
1b993ede0f
Merge branch '1.9.x' into feat-project-smtp-endpoints 2026-04-21 16:15:00 +02:00
Matej Bačo
5f9dc0fcd8 Req & res filters, review fixes 2026-04-21 13:58:36 +02:00
Chirag Aggarwal
da4dcd8505
Merge branch '1.9.x' into chore/phpstan-level-4 2026-04-21 17:08:46 +05:30
Matej Bačo
d0f853d4cd Add more project policies 2026-04-21 13:38:27 +02:00
Matej Bačo
4317ee5617 Move some of auth settings to project policies 2026-04-21 13:11:42 +02:00
ArnabChatterjee20k
5df65d5417 updated 2026-04-21 10:58:34 +05:30
ArnabChatterjee20k
abd6f0add2 updated 2026-04-21 10:52:21 +05:30
ArnabChatterjee20k
25854c84f5 Merge remote-tracking branch 'origin/1.9.x' into realtime-time-metric 2026-04-21 10:44:30 +05:30
Matej Bačo
9e94f15f02 Finalize tests 2026-04-20 22:23:34 +02:00
Matej Bačo
8bf2f54a51 Leftovers 2026-04-20 22:04:46 +02:00
Matej Bačo
8c03db70e9 Finalize templates design 2026-04-20 22:04:20 +02:00