premtsd-code
3e69ea7b62
Merge branch '1.9.x' into add-api-key-migration
2026-05-26 11:51:19 +01:00
Prem Palanisamy
3f4637887f
Make test project apiKey name unique per project so migration succeeds
2026-05-26 11:43:36 +01:00
Jake Barnby
eb6fd6b7e7
Merge pull request #12393 from appwrite/console-presence
...
Add presenceLogs collection to common configuration and update Presen…
2026-05-26 22:31:06 +12:00
Prem Palanisamy
edb32d04fe
Trim apiKey assertion comment
2026-05-26 11:26:54 +01:00
Prem Palanisamy
dee95c740a
Accept skip as valid outcome for auth apiKey (name-collides with destination's own)
2026-05-26 11:16:31 +01:00
Prem Palanisamy
8ca2bac6b1
Assert statusCounters contains only apiKey for fresh-fixture smoke test
2026-05-26 10:59:42 +01:00
Prem Palanisamy
00f7cff1e7
Clean up all migrated apiKeys from destination, not just the test-created one
2026-05-26 10:35:22 +01:00
Prem Palanisamy
311b441de2
Drop fixture-sensitive statusCounters assertion from smoke test
2026-05-26 10:04:45 +01:00
Prem Palanisamy
83ce15deec
Assert apiKey resource specifically in testCreateAppwriteMigration
2026-05-26 09:08:58 +01:00
ArnabChatterjee20k
2059823ff9
updated tests
2026-05-26 13:21:13 +05:30
Prem Palanisamy
9ca4d9155e
Restore assertNotEmpty for statusCounters (completed migration always populated)
2026-05-26 08:37:05 +01:00
Jake Barnby
72bffc6af4
Merge branch '1.9.x' into usage-test-one-attempt
2026-05-26 19:27:54 +12:00
ArnabChatterjee20k
dd14598ac0
Skip presence cache tests for console project to avoid flaky assertions
2026-05-26 12:32:37 +05:30
Prem Palanisamy
83710d3dc9
Merge remote-tracking branch 'origin/1.9.x' into add-api-key-migration
...
# Conflicts:
# composer.json
# composer.lock
2026-05-26 07:52:57 +01:00
ArnabChatterjee20k
0a58e23634
updated presence base test
2026-05-26 12:03:54 +05:30
ArnabChatterjee20k
429167dc1a
updated test to use the side console
2026-05-26 11:38:41 +05:30
Chirag Aggarwal
a4d889145b
test: expect client web version
2026-05-26 11:28:30 +05:30
ArnabChatterjee20k
4fe1f83721
Add presenceLogs collection to common configuration and update PresenceConsoleClientTest
2026-05-26 11:06:20 +05:30
Chirag Aggarwal
e19ca24d5d
Update enum metadata tests
2026-05-25 20:36:14 +05:30
Damodar Lohani
ce31a4f336
feat!: rename User::ROLE_APPS to ROLE_KEYS and isApp() to isKey()
2026-05-24 02:20:47 +00:00
ArnabChatterjee20k
57a5440b9d
removed retry on auth
2026-05-22 12:50:27 +05:30
Prem Palanisamy
e364082577
fix(project): cast smtpPort to int in response model
2026-05-22 07:52:25 +01:00
ArnabChatterjee20k
88aa12b33a
removed redundant
2026-05-22 12:15:35 +05:30
ArnabChatterjee20k
4fcaa3b3c8
fixed usage tests
2026-05-22 12:03:37 +05:30
ArnabChatterjee20k
44f5d2255d
Updated tests to be concurrent friendly
2026-05-21 14:07:53 +05:30
Matej Bačo
781df9d4cf
Merge branch '1.9.x' into feat-public-organization-api
2026-05-21 09:42:32 +02:00
premtsd-code
f4dd1ea2f4
Fix testCreateAppwriteMigration: statusCounters is populated after sync
...
performMigrationSync waits for the migration to reach completed status
before returning, so statusCounters is populated with success/error
counts by the time the test asserts on it. Flip assertEmpty -> assertNotEmpty.
2026-05-21 08:39:44 +01:00
ArnabChatterjee20k
d13a564d5d
fix: update execution count assertion to include failures
2026-05-21 12:41:04 +05:30
premtsd-code
31a30c96e1
Merge branch '1.9.x' into add-api-key-migration
...
Resolves composer conflicts: keep dev-add-api-key-migration pin for
migration; upgrade platform to 1.0.0-rc2.
2026-05-21 08:07:54 +01:00
ArnabChatterjee20k
234395328b
added comment
2026-05-21 12:17:44 +05:30
Jake Barnby
238b4e447d
test: stabilize function logging executions
2026-05-21 18:38:59 +12:00
ArnabChatterjee20k
15fb189e92
Merge remote-tracking branch 'origin/1.9.x' into usage-test-one-attempt
2026-05-21 12:04:20 +05:30
ArnabChatterjee20k
4193602b89
updated usage test to run in attempt instead of two
2026-05-21 12:03:57 +05:30
Jake Barnby
349ac6bbc1
test: stabilize account log pagination
2026-05-21 16:47:45 +12:00
Jake Barnby
fd145e988a
test: align versions endpoint expectations
2026-05-21 12:18:11 +12:00
harsh mahajan
436064e7cc
Revert test fixture change
2026-05-20 23:44:11 +05:30
harsh mahajan
a3ae9f39ec
Fix SMTP empty sender regressions
2026-05-20 23:40:41 +05:30
Matej Bačo
4400eedbae
Add proper test coverage
2026-05-20 13:56:47 +02:00
Matej Bačo
8cf0438a98
Merge branch '1.9.x' into feat-public-organization-api
2026-05-19 17:20:33 +02:00
Matej Bačo
b2ebfa9bb9
Revert unwanted tests
2026-05-19 17:20:15 +02:00
harsh mahajan
8c903ab687
fix: allow empty string to clear optional SMTP and email template fields
2026-05-19 16:29:55 +05:30
Jake Barnby
c5b8535a7f
Merge pull request #12233 from appwrite/feat-dedicated-db
...
feat: dedicated database
2026-05-19 19:44:13 +12:00
Jake Barnby
9233fe5b42
fix: restrict advisor auth types
2026-05-19 14:47:54 +12:00
Jake Barnby
52b8e1b94d
chore: sync 1.9.x into feat-dedicated-db
2026-05-19 13:32:46 +12:00
ArnabChatterjee20k
80fffa32b8
Merge branch '1.9.x' into presence-api
2026-05-18 11:09:55 +05:30
Torsten Dittmann
27bf229524
Simplify storage test assumptions
2026-05-15 21:12:14 +04:00
Torsten Dittmann
e873f02b94
Merge branch '1.9.x' into fix/parallel-storage-chunk-upload
2026-05-15 20:17:08 +04:00
harsh mahajan
cb80f0e9c8
Remove email template integration test
2026-05-15 19:44:20 +05:30
harsh mahajan
6a2ddb221c
Clean up template update diff and add locale test
2026-05-15 19:34:15 +05:30
harsh mahajan
7b718e7dcc
Add email template default integration test
2026-05-15 18:57:08 +05:30