Matej Bačo
227d61e194
Support trusted console projects
2026-02-04 14:45:38 +01:00
ArnabChatterjee20k
24385355a0
Merge branch '1.8.x' into new-pool-adapter
2026-01-28 19:24:59 +05:30
ArnabChatterjee20k
a19705a46f
Merge remote-tracking branch 'upstream/1.8.x' into new-pool-adapter
2026-01-16 12:31:57 +05:30
Matej Bačo
3d4b29e0f1
Merge branch '1.8.x' into chore-php-types
2026-01-10 16:42:38 +01:00
Matej Bačo
b29f70a0af
Add new tests
2026-01-05 22:51:03 +01:00
Matej Bačo
1db12e78ef
AI code review
2026-01-05 14:42:03 +01:00
Matej Bačo
8d1acef95d
Implement project labels
2025-12-31 15:44:18 +01:00
Darshan
2a38eedc98
fix: flaky test!
...
fix: get resource report what we want.
2025-12-31 15:00:23 +05:30
Matej Bačo
00b5236dea
simplify diff
2025-12-29 18:41:35 +01:00
Matej Bačo
7c56a76feb
self PR review fixes
2025-12-29 08:59:07 +01:00
Matej Bačo
04f660e44b
Dedicate project test
2025-12-28 10:06:29 +01:00
ArnabChatterjee20k
f36dd2748c
fixed tests
2025-12-24 16:22:02 +05:30
ArnabChatterjee20k
2baa33351d
fix tests
2025-12-24 14:38:43 +05:30
ArnabChatterjee20k
f7668e0411
* added concurrent traffic load tests for realtime
...
* added assert eventual case for project console
* linting
2025-12-24 13:41:31 +05:30
Darshan
3ddfd9c3b0
update: address comment.
2025-12-19 15:52:19 +05:30
Darshan
75d8110ad9
Merge branch '1.8.x' into project-queries
2025-12-19 14:23:25 +05:30
Darshan
c958f3f1cb
update: allow queries on projects xlist.
2025-12-19 14:13:52 +05:30
Steven Nguyen
d4517384dc
fix: update project tests to reflect changes in project count and names
2025-12-12 07:16:49 +00:00
Steven Nguyen
9518764cae
Merge branch '1.8.x' into fix-smtp-auth-check
2025-12-12 05:24:33 +00:00
Steven Nguyen
d174233cd6
fix: update SMTP configuration and enhance validation checks
2025-12-12 04:58:59 +00:00
loks0n
f765eb92e7
feat: cors service
2025-12-11 09:01:31 +00:00
VijaykumarPujar-tech
2fa95b52a0
Reverted some added changes
2025-12-09 22:40:51 +05:30
VijaykumarPujar-tech
a14d5c584e
Fix: robust SMTP validation and added regression test
2025-12-08 20:22:18 +05:30
Damodar Lohani
4b15fec1d7
Remove further auth static methods
2025-11-04 07:51:03 +00:00
Jake Barnby
ddde13a78f
Revert "Merge pull request #10468 from appwrite/feat-apps-module-dl"
...
This reverts commit 9dd1939d1f , reversing
changes made to 8dfdfcb522 .
# Conflicts:
# app/config/collections/common.php
# app/controllers/api/users.php
# app/init/resources.php
# composer.lock
2025-10-21 14:59:30 +13:00
Chirag Aggarwal
5d1d937fde
remove changes
2025-10-16 15:29:59 +05:30
Chirag Aggarwal
83ec855f4b
skip harder ones
2025-10-16 15:18:21 +05:30
Chirag Aggarwal
c6f144313d
more tests
2025-10-16 14:29:57 +05:30
Chirag Aggarwal
ae8ec1c736
formatting
2025-10-16 14:26:39 +05:30
Chirag Aggarwal
19d7f02371
more tests
2025-10-16 14:25:12 +05:30
Chirag Aggarwal
9ded176cf2
Refactor ProjectsConsoleClientTest to remove test dependencies
...
- Remove @depends annotations to make tests independent
- Each test now creates its own team and project instead of relying on shared state
- Replace sleep() calls with assertEventually() for more reliable async testing
- Change test methods to return void instead of passing data between tests
- Remove unnecessary sleep() call that was causing test flakiness
2025-10-16 14:21:30 +05:30
Damodar Lohani
2be8895dfd
Merge remote-tracking branch 'origin/1.8.x' into feat-apps-module-dl
2025-09-10 03:56:34 +00: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
bce666e81b
add: scopes on migrations and update tests.
2025-06-25 17:02:21 +05:30
Chirag Aggarwal
65b5af1b00
chore: fix tests
2025-06-25 11:27:23 +05:30
Christy Jacob
b5c5f76acc
Merge branch '1.7.x' of github.com:appwrite/appwrite into feat-apps-module
2025-06-20 17:39:28 +04:00
Darshan
c08db975d6
Merge branch '1.8.x' into database-aliases
2025-06-19 14:52:13 +05:30
ArnabChatterjee20k
28fbd64864
updated session invalidation tests , models and descriptions
2025-06-17 00:40:32 +05:30
ArnabChatterjee20k
7a0ba95231
updated onPasswordChange to invalidate session
2025-06-16 23:05:52 +05:30
ArnabChatterjee20k
fde2f278e8
added invalidating sessions for the project users
2025-06-14 18:07:42 +05:30
Darshan
1ac22c0ae0
Merge branch '1.8.x' into 'database-aliases'.
2025-06-11 12:36:33 +05:30
Darshan
9d4a7fadb9
fix: tests due to no search attribute.
2025-05-13 18:59:16 +05:30
Darshan
67a8f522e5
fix: project and general usage tests.
2025-05-05 14:45:55 +05:30
Eldad Fux
fb29fe7b3c
Merge remote-tracking branch 'origin/1.7.x' into feat-apps-module
2025-04-29 20:12:31 +02:00
Matej Bačo
d8103cb57e
Merge branch '1.7.x' into 1.6.x
2025-04-25 12:18:04 +02:00
Matej Bačo
1a33b75d42
Fix html error page test
2025-04-22 10:48:25 +02:00
Matej Bačo
9993cca484
Merge branch '1.7.x' into feat-development-keys
2025-04-17 15:51:31 +02:00
Jake Barnby
53660f3100
Add more cases
2025-04-16 12:30:22 +12:00
Jake Barnby
bea723ff2e
Add test
2025-04-16 12:04:19 +12:00
Chirag Aggarwal
40c15077e2
chore: update devkey init and make tests use mock oauth
2025-04-15 10:47:04 +00:00