Files
appwrite/app
Jake BarnbyandClaude Opus 4.7 efc72272e1 fix: keep DB credentials populated and skip fulltext indexes on adapters that lack support
Two fixes for the SQLite test wiring:

1. .env had emptied _APP_DB_USER/_APP_DB_PASS/_APP_DB_ROOT_PASS, but the
   mongodb/mariadb/postgresql containers still consume those during init
   regardless of which adapter Appwrite uses. Empty values left the
   side-running mongodb (needed for documentsdb) refusing to start, which
   blocked docker compose up --wait for every CI matrix row, including
   MongoDB. Restoring the original test credentials.
2. Bootstrap was unconditionally creating fulltext indexes from collection
   configs. SQLite adapter explicitly returns false for
   getSupportForFulltextIndex(), so it threw on the first such index. Now
   the bootstrap consults the adapter and skips fulltext indexes when not
   supported.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-30 00:48:21 +12:00
..
2025-12-02 01:40:44 +00:00
2026-04-28 10:54:13 +02:00
2026-04-27 13:38:26 +02:00
2026-04-16 16:57:19 +05:30
2026-01-03 22:38:17 +00:00
2026-04-24 16:22:57 +05:30