Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
392 commits
Select commit Hold shift + click to select a range
9498a8b
Consolidate, remove depends, add fixtures
abnegate Jan 9, 2026
658308a
Merge remote-tracking branch 'origin/1.8.x' into feat-db-tests
abnegate Jan 9, 2026
f797ae3
Remove sleeps
abnegate Jan 10, 2026
1a22c28
Parallelise
abnegate Jan 10, 2026
879a599
Fix parallel cases
abnegate Jan 10, 2026
8eb09a9
Fix otp user
abnegate Jan 10, 2026
cd21140
Fix request fetching
abnegate Jan 13, 2026
a34fa1c
Fix abuse
abnegate Jan 13, 2026
5153617
Merge remote-tracking branch 'origin/1.8.x' into feat-db-tests
abnegate Jan 13, 2026
0b27d92
Update lock
abnegate Jan 13, 2026
bb09abc
Update CTA check
abnegate Jan 13, 2026
0f953e4
Merge remote-tracking branch 'origin/1.8.x' into feat-db-tests
abnegate Jan 13, 2026
962626a
Update lock
abnegate Jan 13, 2026
feab8a2
Merge remote-tracking branch 'origin/1.8.x' into feat-db-tests
abnegate Jan 14, 2026
d7a6a7b
Merge remote-tracking branch 'origin/1.8.x' into feat-db-tests
abnegate Jan 14, 2026
84f9485
Fix tests
abnegate Jan 15, 2026
714b8d7
Migrate to PHPUnit 11
abnegate Jan 15, 2026
46f3fad
Fix hooks
abnegate Jan 15, 2026
c5c2c44
Fix PHPUnit --exclude-group deprecation warning
abnegate Jan 15, 2026
7d6ac8f
Add missing PHPUnit #[Depends] attributes
abnegate Jan 15, 2026
1d03af2
Add missing PHPUnit #[Depends] attributes to GraphQL tests
abnegate Jan 15, 2026
7498c33
Add missing PHPUnit #[Depends] to Functions, Messaging, Webhooks tests
abnegate Jan 15, 2026
4adc4f6
Add missing PHPUnit #[Depends] to GraphQL Functions tests
abnegate Jan 15, 2026
63b3365
Fix PHPUnit 11 migration test issues
abnegate Jan 15, 2026
2dae0ec
Merge remote-tracking branch 'origin/1.8.x' into feat-db-tests
abnegate Jan 16, 2026
3926192
Fix perms tests
abnegate Jan 16, 2026
34810ca
Debug: dump response body on failure
abnegate Jan 16, 2026
36c4228
Remove debug code
abnegate Jan 16, 2026
0cc3db6
Fix flaky test timing issues
abnegate Jan 16, 2026
9331ae1
CI
abnegate Jan 16, 2026
a425c46
CI
abnegate Jan 16, 2026
8335e43
Merge branch '1.8.x' into feat-db-tests
abnegate Jan 19, 2026
afe8001
Update .github/workflows/tests.yml
abnegate Jan 19, 2026
d4694ff
Merge remote-tracking branch 'origin/1.8.x' into feat-db-tests
abnegate Feb 4, 2026
cdcee01
Update lock
abnegate Feb 4, 2026
0a492fb
fix: pin utopia-php/platform to 0.7.14 for framework compatibility
abnegate Feb 4, 2026
936adce
Update phpunit
abnegate Feb 4, 2026
cfa4c08
Merge remote-tracking branch 'origin/1.8.x' into feat-db-tests
abnegate Feb 4, 2026
b704378
Revert platform downgrade
abnegate Feb 4, 2026
4933cdd
Merge remote-tracking branch 'origin/1.8.x' into feat-db-tests
abnegate Feb 4, 2026
f34983f
fix: update composer image to 2.x for PHP 8.3+ compatibility
abnegate Feb 4, 2026
e70739a
Merge remote-tracking branch 'origin/1.8.x' into feat-mongodb
abnegate Feb 4, 2026
0aff017
fix: remove @depends annotations from DatabasesStringTypesTest
abnegate Feb 4, 2026
6f6ea94
fix: make testUpdateWithExistingRelationships self-contained
abnegate Feb 4, 2026
2e061e2
fix: make testCreatePhoneVerification self-contained
abnegate Feb 4, 2026
45a3793
fix: correct expected default values and attribute name in tests
abnegate Feb 4, 2026
6850d7a
fix: add sleep for async attribute deletion verification
abnegate Feb 4, 2026
4a2e3b7
Merge branch '1.8.x' into feat-db-tests
abnegate Feb 5, 2026
a9b55f4
fix: improve test stability for CI failures
abnegate Feb 5, 2026
20f7af4
fix: increase FunctionsSchedule test timeout for CI stability
abnegate Feb 5, 2026
3ea4810
fix: increase SchemaPolling default timeout to 3 minutes for CI
abnegate Feb 5, 2026
c8d2cc0
Merge remote-tracking branch 'origin/1.8.x' into feat-db-tests
abnegate Feb 5, 2026
262425f
fix: increase SchemaPolling timeout to 5 minutes for CI stability
abnegate Feb 5, 2026
fb2dc89
fix: increase SchemaPolling timeout to 10 minutes for CI stability
abnegate Feb 5, 2026
1ef9662
fix: scale databases worker to handle parallel test load
abnegate Feb 5, 2026
4631a2a
Revert test changes (back to original state)
abnegate Feb 5, 2026
2c5dee0
fix: resolve test failures in Databases, Functions, Messaging, Storage
abnegate Feb 5, 2026
8dadcfe
fix: run Databases and FunctionsSchedule tests sequentially
abnegate Feb 5, 2026
2e9c1b4
fix: Remove @depends chains from Realtime tests for parallel execution
abnegate Feb 5, 2026
24f8275
Revert "fix: run Databases and FunctionsSchedule tests sequentially"
abnegate Feb 5, 2026
02240fd
fix: Correct TablesDB API paths in Realtime test helpers
abnegate Feb 5, 2026
b1257cc
perf: Remove @depends from Webhooks and Teams tests
abnegate Feb 5, 2026
f5f60ab
perf: Remove @depends from Database Transactions tests
abnegate Feb 5, 2026
f624646
perf: Remove @depends from Account, Functions, Storage, Users, VCS, M…
abnegate Feb 5, 2026
e976617
perf: Remove @depends from Databases permissions and partial GraphQL …
abnegate Feb 5, 2026
2a3e2d8
perf: Remove @depends from all GraphQL tests
abnegate Feb 5, 2026
2d16074
perf: Remove @depends from Migrations, Projects, and Tokens tests
abnegate Feb 5, 2026
2a4ef06
fix: Make Sites tests parallel-safe for --functional mode
abnegate Feb 6, 2026
fd0a4a0
fix: Remove invalid return from void testUpdateDocument method
abnegate Feb 6, 2026
62e0598
fix: Remove more invalid returns from void test methods
abnegate Feb 6, 2026
945eb43
fix: Use more entropy for email generation in parallel tests
abnegate Feb 6, 2026
3b025fa
fix: Make testCreateAttributes and testCreateIndexes parallel-safe
abnegate Feb 6, 2026
a2ae55d
fix: Improve parallel test isolation for Account, Storage, Messaging
abnegate Feb 6, 2026
40ed0da
fix: Fix testUpdateAccountNameSearch for parallel execution
abnegate Feb 6, 2026
07c9a27
fix: Use assertGreaterThanOrEqual for fileSecurity bucket count
abnegate Feb 6, 2026
fd8e8fc
fix: Make Storage cursorAfter test parallel-safe
abnegate Feb 6, 2026
de8915b
fix: Make testListBucket self-sufficient for parallel execution
abnegate Feb 6, 2026
d402068
fix: Make testListUsers parallel-safe
abnegate Feb 6, 2026
0e828f3
fix: Handle 409 conflicts in GraphQL Legacy tests
abnegate Feb 6, 2026
1f17dca
fix: Handle 409 conflicts in GraphQL TablesDB tests
abnegate Feb 6, 2026
8627251
fix: Make testDeleteStorageBucket self-sufficient
abnegate Feb 6, 2026
ce200d2
fix: Make webhook account tests self-sufficient
abnegate Feb 6, 2026
6be719c
fix: Add retry logic for 401 errors in ProjectCustom::getProject
abnegate Feb 6, 2026
a79f33a
fix: Remove incorrect json_decode in setupUser
abnegate Feb 6, 2026
9f9d195
fix: Add retry logic and defensive checks for Teams owner downgrade test
abnegate Feb 6, 2026
e605848
perf: Enable --functional mode for true method-level parallelism
abnegate Feb 6, 2026
a4cca14
fix: Remove undefined $totalUsers and use parallel-safe assertions
abnegate Feb 6, 2026
6e10339
fix: Fix undefined $data variables in Webhooks tests
abnegate Feb 6, 2026
627def5
fix: Make Functions testListDeployments parallel-safe
abnegate Feb 6, 2026
0737ba1
fix: Make more tests parallel-safe for functional mode
abnegate Feb 6, 2026
870ccc9
fix: Fix webhook tests for parallel mode
abnegate Feb 6, 2026
c5ec632
fix: Make Functions execution tests parallel-safe
abnegate Feb 6, 2026
2da4211
fix: Make E2E tests parallel-safe for functional mode
abnegate Feb 9, 2026
161e4e5
fix: Address remaining parallel-safety failures across all test suites
abnegate Feb 9, 2026
1b9d0ca
fix: Fix remaining parallel-safety issues from CI iteration 2
abnegate Feb 9, 2026
e319feb
fix: Fix relationship twoWayKey, hardcoded IDs, and datetime format i…
abnegate Feb 9, 2026
d617f89
fix: Fix parallel test failures across Databases, GraphQL, Realtime, …
abnegate Feb 9, 2026
b3eecac
fix: Add error details to assertions and handle 409 in relationship s…
abnegate Feb 9, 2026
64d6efd
fix: Add missing attribute types to Collection/AttributeList models a…
abnegate Feb 9, 2026
a55a784
fix: Use fresh magic URL token in testCreateSessionWithMagicUrl
abnegate Feb 9, 2026
2a41fc6
fix: Move server-side check before setupCollection in testConsoleProject
abnegate Feb 9, 2026
6a1fa1d
fix: Increase schema polling timeouts from 3min to 5min for CI stability
abnegate Feb 9, 2026
b597fb9
fix: Replace sleep(5) with proper polling and increase timeouts in Re…
abnegate Feb 9, 2026
4412be1
fix: Increase Proxy deployment activation timeout from 100s to 200s
abnegate Feb 9, 2026
7bfae7c
fix: Add diagnostic assertions to Realtime test helpers
abnegate Feb 9, 2026
39b6aad
fix: Use 'columns' instead of 'attributes' for TablesDB index creation
abnegate Feb 9, 2026
00525a5
Merge branch '1.8.x' into feat-db-tests
abnegate Feb 9, 2026
7d5f6c9
Merge remote-tracking branch 'origin/1.8.x' into feat-db-tests
abnegate Feb 11, 2026
d2e77aa
Fix indents
abnegate Feb 12, 2026
fa7ebbf
Fix void return in testListProjectKey and increase spatial test timeout
abnegate Feb 12, 2026
0068676
Fix parallel test assertions and graceful runtime cleanup
abnegate Feb 12, 2026
663b75b
fix: increase waitForAllAttributes timeout for movies collection setup
abnegate Feb 12, 2026
6efb20f
fix: increase all schema polling default timeouts to 10 minutes
abnegate Feb 12, 2026
aa8324f
fix: increase Proxy deployment activation timeout to 5 minutes
abnegate Feb 12, 2026
408f65b
Merge branch '1.8.x' into feat-db-tests
abnegate Feb 12, 2026
5590f0b
Merge remote-tracking branch 'origin/1.8.x' into feat-mongodb
abnegate Feb 12, 2026
6a005c0
Format
abnegate Feb 12, 2026
6387784
Fix workflows
abnegate Feb 12, 2026
d3e6c48
fix: Add missing Authorization parameter to Columns XList action
abnegate Feb 12, 2026
17d9a72
fix: Set MariaDB adapter for non-adapter-specific CI tests
abnegate Feb 12, 2026
ccb8b9e
Revert "fix: Set MariaDB adapter for non-adapter-specific CI tests"
abnegate Feb 12, 2026
f13f80b
fix: Handle unlimited attribute limit for MongoDB in subQueryAttribut…
abnegate Feb 12, 2026
2869d05
fix: Populate console variables with actual database adapter capabili…
abnegate Feb 12, 2026
cee77d0
Merge branch '1.8.x' into feat-mongodb
abnegate Feb 12, 2026
0e6fa7f
fix: Add missing WhiteList import in teams controller
abnegate Feb 12, 2026
462ce71
fix: Replace hardcoded mariadb dependencies with dynamic DB host in d…
abnegate Feb 12, 2026
c9aa804
fix: Correct import ordering for WhiteList in teams controller
abnegate Feb 12, 2026
9b5695a
fix: Use simple list form for worker-executions depends_on
abnegate Feb 12, 2026
fc893e1
fix: Add connect_timeout to PostgreSQL DSN and add server logs to CI
abnegate Feb 12, 2026
61e6902
debug: Include error message in database connection retry log
abnegate Feb 12, 2026
eaff193
fix: Resolve PostgreSQL DNS failure by routing through Docker's embed…
abnegate Feb 12, 2026
490b9f8
fix: Update PostgreSQL volume mount for postgres:18 compatibility
abnegate Feb 12, 2026
b952bf7
fix: Use custom PostgreSQL image with required extensions (PostGIS, p…
abnegate Feb 12, 2026
9b2dd95
fix: Use correct capability check for partial fulltext search in User…
abnegate Feb 12, 2026
74b4c44
fix: Gate relationship test on adapter support in TablesDB
abnegate Feb 12, 2026
e3c58a8
fix: Correct test capability gates and GraphQL dependencies
abnegate Feb 12, 2026
e3a3949
fix: Patch PostgreSQL boolean type mismatch in batch inserts
abnegate Feb 12, 2026
6f56c9c
fix: Gate spatial index null tests on adapter capability
abnegate Feb 12, 2026
25a9aa1
fix: Fix Sites test SSR logs timing and PostgreSQL search stop word
abnegate Feb 12, 2026
f0e6105
fix: Use Docker Compose profiles to isolate database containers in CI
abnegate Feb 12, 2026
8b822cd
fix: Add missing _APP_DB_ADAPTER env var to worker-executions, worker…
abnegate Feb 12, 2026
a13b9c0
fix: Increase Sites deployment activation timeouts and fix race condi…
abnegate Feb 12, 2026
aa369dc
fix: increase Sites activation timeout to 600s and add retry to testS…
abnegate Feb 12, 2026
efb523d
fix: add retry logic to setupFunction for flaky 401 auth errors
abnegate Feb 12, 2026
37b8579
fix: add callWithAuthRetry to FunctionsBase for transient 401s
abnegate Feb 12, 2026
52606f3
fix: handle 401 in assertEventually and increase curl timeout to 30s
abnegate Feb 12, 2026
c8db0c6
Apply suggestions from code review
abnegate Feb 13, 2026
1274d56
Update src/Appwrite/Auth/OAuth2/Mock.php
abnegate Feb 13, 2026
1dcee3e
Fxx variables
abnegate Feb 13, 2026
af7862b
Remove invalid patch
abnegate Feb 13, 2026
3b8ab19
Merge branch 'feat-mongodb' of github.com:appwrite/appwrite into feat…
abnegate Feb 13, 2026
2ee38ff
Initial plan
Copilot Feb 13, 2026
0a79370
Use GitHub Actions env config instead of sed commands
Copilot Feb 13, 2026
3d58ed1
Use explicit empty strings for environment variables
Copilot Feb 13, 2026
2b53607
Merge branch '1.8.x' into feat-mongodb
abnegate Feb 13, 2026
9c40d0c
Merge pull request #11317 from appwrite/copilot/sub-pr-11312
abnegate Feb 13, 2026
dbf3b52
Update lock
abnegate Feb 13, 2026
75ac4e4
Merge branch '1.8.x' into feat-db-tests
abnegate Feb 13, 2026
005a3f4
Revert removals
abnegate Feb 13, 2026
57e7f57
Revert "Revert removals"
abnegate Feb 13, 2026
5df786b
fix: add retry logic for 401 errors and explicit site deployment acti…
abnegate Feb 13, 2026
b7ce686
Merge branch '1.8.x' into feat-mongodb
abnegate Feb 13, 2026
991af09
fix: improve auth retry resilience for MongoDB CI stability
abnegate Feb 13, 2026
5cf272b
fix: add $sequence to SELECT query in testGetDocumentWithQueries
abnegate Feb 13, 2026
f7ba5e3
fix: update Sequence validator, fix messaging race condition, improve…
abnegate Feb 13, 2026
7708f13
fix: revert database package, add debug output for $sequence query fa…
abnegate Feb 13, 2026
ecf0b4a
fix: change $sequence to string type to support MongoDB UUID7 values
abnegate Feb 13, 2026
ab19a73
fix: adjust messaging scheduledAt timings for CI reliability
abnegate Feb 13, 2026
caafe26
Merge branch '1.8.x' into feat-mongodb
abnegate Feb 14, 2026
82dada5
Cast if num
abnegate Feb 14, 2026
b025ad0
Update lock
abnegate Feb 14, 2026
436ced3
Merge branch '1.8.x' into feat-mongodb
abnegate Feb 16, 2026
bf68bb2
fix: resolve MongoDB-specific E2E test failures and $sequence type bug
abnegate Feb 16, 2026
1740ce5
Merge branch '1.8.x' into feat-mongodb
abnegate Feb 16, 2026
459a561
Merge remote-tracking branch 'origin/1.8.x' into feat-mongodb
abnegate Feb 17, 2026
f262b46
Update lock
abnegate Feb 17, 2026
51af714
Merge branch '1.8.x' into feat-mongodb
abnegate Feb 17, 2026
4529786
Update lock
abnegate Feb 17, 2026
10d21bb
Cycle lock
abnegate Feb 17, 2026
64a368b
Merge remote-tracking branch 'origin/feat-db-tests' into feat-mongodb
abnegate Feb 17, 2026
6c29f4e
fix: resolve merge corruptions in DatabasesBase.php from feat-db-test…
abnegate Feb 17, 2026
9e62807
fix: resolve additional merge corruptions in test files
abnegate Feb 17, 2026
ec9cb43
CI
abnegate Feb 18, 2026
a70e94a
fix: resolve merge corruption in tests.yml workflow
abnegate Feb 18, 2026
acad17f
fix: resolve test failures and reduce excessive timeouts
abnegate Feb 18, 2026
2c19191
fix: resolve additional test failures from CI results
abnegate Feb 18, 2026
ae4e795
fix: remaining testCreateAttributes undefined variable references
abnegate Feb 18, 2026
9796c46
fix: misplaced assertion in testUpdateAttributeEnum and reduce timeouts
abnegate Feb 18, 2026
84c40ce
fix: resolve testCreateAttributes, testUpsertDocument, and SchemaPoll…
abnegate Feb 18, 2026
442a8d8
fix: use getRecordResource() instead of hardcoded 'documents' in test…
abnegate Feb 18, 2026
d6d12d8
fix: use getContainerIdResponseKey() instead of hardcoded $collection…
abnegate Feb 18, 2026
ca01ec7
fix: increase SchemaPolling default timeout to 240s for CI stability
abnegate Feb 18, 2026
93bc387
fix: MongoDB test compatibility and enable JUnit XML for paratest retry
abnegate Feb 18, 2026
dd1a3d8
fix: adjust testCreateIndexes index count for MongoDB maxIndexLength=…
abnegate Feb 18, 2026
0d1a6e0
fix: use relative path for --log-junit so retry action can find JUnit…
abnegate Feb 18, 2026
a3503f4
fix: revert accidentally committed working tree changes
abnegate Feb 18, 2026
ce64011
Merge branch '1.8.x' into feat-mongodb
abnegate Feb 18, 2026
c584a72
Update lock
abnegate Feb 18, 2026
43f7c99
Merge branch 'feat-mongodb' of github.com:appwrite/appwrite into feat…
abnegate Feb 18, 2026
2c5806d
Revert "fix: revert accidentally committed working tree changes"
abnegate Feb 18, 2026
6582ec8
fix: register TYPE_ID in GraphQL Mapper and fix Schedules tests for P…
abnegate Feb 18, 2026
2a4c33b
fix: increase SchemaPolling default timeouts from 4min to 6min
abnegate Feb 18, 2026
3e0febc
Revert "fix: increase SchemaPolling default timeouts from 4min to 6min"
abnegate Feb 18, 2026
dca3756
fix: add missing 202 assertions before schema polling waits
abnegate Feb 18, 2026
ddb392c
fix: increase SchemaPolling default timeouts from 4min to 8min
abnegate Feb 18, 2026
fa97209
fix: front-load fulltext search infrastructure into cached setup chain
abnegate Feb 18, 2026
3bf594e
Merge branch '1.8.x' into feat-mongodb
abnegate Feb 18, 2026
f8e29c6
fix: prevent testTimeout from deleting shared database
abnegate Feb 18, 2026
e26bac1
fix: resolve merge conflicts in projects.php template endpoints
abnegate Feb 18, 2026
54505c0
fix: increase polling timeouts for CI stability
abnegate Feb 18, 2026
c1cb7bd
fix: increase schema polling timeouts to 15 minutes
abnegate Feb 18, 2026
ce0b7ab
fix: increase function deployment build timeout to 4 minutes
abnegate Feb 18, 2026
c2e4ddc
fix: bump utopia-php/database to 5.3.2
abnegate Feb 19, 2026
8a391e2
fix: mark transactionId as required param in transaction endpoints
abnegate Feb 19, 2026
8a6ddee
Merge branch '1.8.x' into feat-mongodb
abnegate Feb 19, 2026
b645721
fix: resolve CI failures from 1.8.x merge
abnegate Feb 19, 2026
2a535a2
fix: exclude ciIgnore tests from CI and increase Realtime polling tim…
abnegate Feb 19, 2026
a952dad
fix: add missing Role import and convert @group to PHP 8 attributes
abnegate Feb 19, 2026
0b7c886
fix: increase E2E test timeout from 30 to 40 minutes
abnegate Feb 19, 2026
89f0f22
fix: resolve CI failures in database, functions, and realtime tests
abnegate Feb 20, 2026
168f982
fix: make activate param optional in site deployments
abnegate Feb 20, 2026
b7d503e
fix: resolve MariaDB spatial attribute and index creation failures
abnegate Feb 20, 2026
b976454
fix: add early failure detection and increase polling timeouts
abnegate Feb 20, 2026
abdceb8
fix: resolve E2E test failures for screenshots, account logs, risky t…
abnegate Feb 20, 2026
58bf529
fix: make testGetAccountLogs flexible for 1 or 2 audit logs
abnegate Feb 20, 2026
818c89f
fix: increase site deployment build and activation polling timeouts
abnegate Feb 20, 2026
31f4260
fix: increase database worker count and test resilience for parallel …
abnegate Feb 20, 2026
8be633a
fix: remove --functional from paratest to use class-level parallelism
abnegate Feb 20, 2026
3ea1e8e
fix: add file-based cross-process caching for ParaTest --functional mode
abnegate Feb 20, 2026
a0b8437
fix: scope file caching to Database tests only, revert for non-Databa…
abnegate Feb 20, 2026
8d18a33
fix: call ensureSharedProject() in all setup methods, not just setupD…
abnegate Feb 20, 2026
48698f4
fix: add polling and delay for testSSRLogs logging config propagation
abnegate Feb 20, 2026
32c84ae
fix: retry on TCP connection errors in callWithAuthRetry for Function…
abnegate Feb 20, 2026
f2759cb
fix: remove file caching, disable --functional for Databases/Function…
abnegate Feb 20, 2026
0019f01
Merge branch '1.8.x' into feat-mongodb
abnegate Feb 23, 2026
95c67ea
fix: resolve merge conflict markers in composer.lock
abnegate Feb 23, 2026
e92b80b
Merge branch '1.8.x' into feat-mongodb
abnegate Feb 23, 2026
bada1a7
Timing updates
abnegate Feb 24, 2026
1cb7c4b
Merge remote-tracking branch 'origin/1.8.x' into feat-mongodb
abnegate Feb 24, 2026
1c457c3
Merge branch 'feat-mongodb' of github.com:appwrite/appwrite into feat…
abnegate Feb 24, 2026
811a759
Update lock
abnegate Feb 24, 2026
5cb36a0
fix: resolve E2E test race conditions in parallel execution
abnegate Feb 24, 2026
07dc088
fix: improve E2E test probes and enable function webhook events
abnegate Feb 24, 2026
7df86a3
fix: cast attribute defaults after queue deserialization and improve …
abnegate Feb 24, 2026
9a97694
fix: resolve flaky E2E tests for realtime, avatars, migrations, and G…
abnegate Feb 24, 2026
e69c1dd
fix: add executor readiness check to Site Screenshots CI jobs
abnegate Feb 24, 2026
e1791e1
fix: increase attribute/index polling timeouts to 240s for shared mod…
abnegate Feb 24, 2026
3306a03
chore: add 5-minute retry wait to reduce CI resource contention
abnegate Feb 24, 2026
3b31777
fix: cache setup data before waiting to prevent 409 on retry
abnegate Feb 24, 2026
8dfc4ab
fix: cache DatabasesStringTypesTest setup before waiting
abnegate Feb 24, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 4 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ _APP_REDIS_HOST=redis
_APP_REDIS_PORT=6379
_APP_REDIS_PASS=
_APP_REDIS_USER=
_APP_DB_ADAPTER=mariadb
_APP_DB_HOST=mariadb
_APP_DB_PORT=3306
COMPOSE_PROFILES=mongodb
_APP_DB_ADAPTER=mongodb
_APP_DB_HOST=mongodb
_APP_DB_PORT=27017
_APP_DB_SCHEMA=appwrite
_APP_DB_USER=user
_APP_DB_PASS=password
Expand Down
Loading
Loading