Chirag Aggarwal
2d05d608f4
Upgrade utopia-php dependencies and fix namespace changes
...
- Upgrade utopia-php/cli from 0.15 to 0.22
- Upgrade utopia-php/analytics from 0.10 to 0.15
- Upgrade utopia-php/orchestration from 0.9 to 0.19
- Use dev branches for utopia-php/framework and utopia-php/platform
- Remove utopia-php/swoole dependency (merged into framework)
- Migrate Utopia\CLI\Console to Utopia\Console across all files
- Migrate Utopia\Http to Utopia\Http\Http namespace
- Migrate Utopia\Swoole\Files to Utopia\Http\Files (now instance-based)
- Convert static CLI::setResource() calls to instance-based Dependency API
- Fix StatsResources task named parameter mismatch
2026-02-10 10:34:24 +05:30
loks0n
f765eb92e7
feat: cors service
2025-12-11 09:01:31 +00:00
Khushboo Verma
be983eb68a
Remove race condition
2025-10-16 14:40:47 +05:30
Khushboo Verma
f0660f3fda
Replace sleep in webhook tests with assertEventually
2025-10-16 14:23:35 +05:30
Jake Barnby
ca03be5e41
Test fixes
2025-08-18 21:16:01 +12:00
Darshan
7a5a3706b6
fix: tests.
2025-07-27 18:13:30 +05:30
Jake Barnby
9ceeb76ad0
Merge branch '1.7.x' into 1.8.x
...
# Conflicts:
# app/controllers/api/databases.php
# composer.lock
# src/Appwrite/GraphQL/Types/Mapper.php
2025-07-18 17:24:12 +12:00
Matej Bačo
581235f972
Fix more tests
2025-07-10 14:43:56 +02:00
Jake Barnby
b2fa28754d
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
...
# Conflicts:
# .github/workflows/benchmark.yml
# composer.lock
# src/Appwrite/Event/Database.php
2025-07-04 10:00:45 -04:00
Darshan
afa8341f95
add: table apis to webhook custom server tests.
2025-05-10 11:01:36 +05:30
Darshan
45370f91c3
add: table apis to webhook tests.
2025-05-10 10:52:43 +05:30
Darshan
d3f1c4f852
revert: tests to collections API.
2025-05-09 15:10:44 +05:30
Darshan
9e1105b61f
update: tests.
2025-05-06 11:29:56 +05:30
Darshan
f94ecc885a
fix: tests as per new events system.
2025-04-27 10:36:21 +05:30
Darshan
f56fcc6d90
fix: remaining tests! pheww!
2025-03-29 19:56:13 +05:30
Darshan
736078203a
update: change method name.
2025-03-29 18:22:59 +05:30
Darshan
b1c67e6f74
fix: other remaining tests.
2025-03-29 18:21:25 +05:30
Chirag Aggarwal
fe7aeefabf
chore: remove redundant param
2025-03-03 16:20:32 +00:00
Chirag Aggarwal
fc05a4f1e3
chore: updated to use assertEventually
2025-03-03 16:07:33 +00:00
Chirag Aggarwal
e865ca74d7
chore: added timeout to webhooks base test
2025-03-03 14:41:11 +00:00
loks0n
9d4fd41701
fix: webhook test
2024-10-29 11:56:41 +00:00
Jake Barnby
c58fa78962
Remove tenant in filter
2024-09-05 14:25:11 +12:00
Matej Bačo
f98184405b
Upgrade OPR versions
2024-08-22 12:15:38 +00:00
Jake Barnby
93f50e1e0e
Lint
2024-05-22 12:51:27 +12:00
Torsten Dittmann
0a1d572c72
chore: run formatter
2024-03-06 18:34:21 +01:00
Khushboo Verma
7efdc7556d
Fix formatting and remove flaky test
2024-01-18 18:12:58 +05:30
Khushboo Verma
e3f83b1335
Assert that webhook is disabled
2024-01-18 17:58:18 +05:30
Khushboo Verma
3a1fe3b2a7
Add webhook tests
2024-01-18 15:19:57 +05:30
Matej Bačo
e9de0332cc
Remove passwordAgain ( #7441 )
2024-01-12 14:33:10 +01:00
Christy Jacob
c21a063642
fix: failing tests
2023-12-09 01:02:13 +01:00
Christy Jacob
28d00668bd
fix: failing tests
2023-12-09 00:48:34 +01:00
Christy Jacob
aa7d1a87f4
fix: failing tests
2023-12-09 00:27:35 +01:00
Steven Nguyen
0c264a107a
Merge branch '1.4.x' into fix-4797-verified-user-getting-email-verifications
2023-11-08 17:37:43 -08:00
Christy Jacob
20415c6daf
fix: webhook tests
2023-10-18 21:09:23 +04:00
Christy Jacob
2e3d17e7b1
fix: webhook tests
2023-10-18 21:06:59 +04:00
Yatharth Verma
1489f77499
fix changes suggested by steven and also fixed some bugs came after merging with 1.4.x
2023-10-14 12:45:29 +05:30
Jake Barnby
18f86b057d
Test fixes
2023-08-30 01:31:21 -04:00
Jake Barnby
0f98199c85
Fix webhook test
2023-08-18 14:21:54 -04:00
Matej Bačo
897d299ae6
PR review changes, fixes from QA
2023-08-11 15:34:57 +02:00
Steven Nguyen
d960f85da6
Merge branch '1.4.x' into cloud-1.4.x
2023-08-04 18:07:33 -07:00
Steven Nguyen
aa3c2faed9
Merge tag '1.3.8' into cloud-1.3.x-2
2023-08-04 13:55:07 -07:00
Steven Nguyen
2befa60350
Track a user's last activity
...
A user will have an accessedAt timestamp that will update at most once
per day if they make some API call. This timestamp can then be used
find active users and calculate daily, weekly, and monthly active users.
To ensure consistent updates to the user the $user from the resource
is always updated to the user making the request, including requests
like Create Account, Update Team Membership Status, and Create Phone
Session (confirmation). This ensures the shutdown can update the
accessedAt timestamp if there was a $user set.
2023-07-19 22:22:58 -07:00
Damodar Lohani
f59d3563f4
Merge remote-tracking branch 'origin/feat-db-pools-master' into feat-db-pools-db-pools-master-sync
2023-07-10 03:06:48 +00:00
Christy Jacob
ede673cc7e
chore: linter
2023-06-15 12:55:10 +00:00
Christy Jacob
6853a44f03
feat: update tests
2023-06-15 11:06:04 +00:00
Torsten Dittmann
7020c85f78
tests: fix teams tests
2023-03-23 13:06:48 +01:00
Torsten Dittmann
10cd97e978
Merge branch '1.3.x' of https://github.com/appwrite/appwrite into feat-team-prefs
2023-03-23 13:03:50 +01:00
Torsten Dittmann
496da61cd9
feat: team preferences
2023-03-06 19:54:02 +05:30
Torsten Dittmann
6e5b8fab4b
fix: implement new framework changes
2023-03-01 17:30:36 +05:30
shimon
8d795ef483
addressing comments
2023-02-05 22:39:41 +02:00