Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| Remove storage folder API | TorstenDittmann | XL | No | 0.4h | 0.1h | Jul 08, 2026 |
SummaryChoreRemove storage folder API This PR removes the storage folder API, simplifying the storage service and reducing maintenance overhead. Health Assessment
X-Large
Medium
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Php
|
||||||
| Remove folder param from listFiles in favor of queries | TorstenDittmann | S | No | 0.7h | 0.2h | Jul 08, 2026 |
SummaryRefactorSimplify storage listFiles API by removing folder param The change consolidates folder filtering into the generic query system, reducing API surface and aligning with existing query patterns, improving developer experience and reducing maintenance. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| Add virtual folders to Storage | TorstenDittmann | XL | AI | 39.3h | 0.2h | Jul 08, 2026 |
SummaryFeatureAdd virtual folders to Storage Adds S3‑style virtual folders to the Storage service, enabling hierarchical organization of files and efficient folder listing without extra storage overhead. Health Assessment
X-Large
High
Medium
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Php
|
||||||
| Bump auth dependency to 0.8 | ChiragAgg5k | S | No | 0.1h | 0.1h | Jul 08, 2026 |
SummaryChoreBump auth dependency to 0.8 Updates the auth library to a newer version, aligning PHP requirement with Appwrite's platform and CI environment. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| feat(projects): add dedicated database create methods to onboarding | lohanidamodar | XS | No | 0.5h | - | Jul 08, 2026 |
SummaryFeatureAdd dedicated database create methods to onboarding Adds dedicated-database create methods to onboarding config, enabling tracking of database provisioning as onboarding stages. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| pings skip events | fogelito | XS | No | 3.1h | 0.5h | Jul 07, 2026 |
SummaryBug FixSkip ping events in backend This change removes ping events from certain operations, reducing unnecessary processing and improving performance. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| Add folder attribute and index to files collections | TorstenDittmann | M | No | 1.0h | 0.1h | Jul 07, 2026 |
SummaryFeatureAdd folder attribute and index to files collections Adds a new 'folder' attribute and corresponding index to the files collection, preparing the database for upcoming virtual folder support while keeping current functionality unchanged. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| Fix: SSR detection | Meldiron | S | No | 141.4h | 1.1h | Jul 07, 2026 |
SummaryBug FixFix SSR detection logic Improves server‑side rendering detection by reading only relevant files, reducing overhead and preventing false positives. Health Assessment
Small
Low
Medium
AI DetailsTech Stack
Languages:
Php
|
||||||
| Limit ping counts | fogelito | S | No | 0.9h | 0.0h | Jul 07, 2026 |
SummaryFeatureLimit ping counts Adds a limit to the number of ping requests a user can send, preventing abuse and ensuring system stability. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Review AI
Tools:
Greptile
Confidence:
0.95
Tech Stack
Languages:
Php
|
||||||
| Feat docker geo | lohanidamodar | XL | No | - | 0.3h | Jul 07, 2026 |
SummaryFeatureAdd docker geo db container Adds a Docker-based Geo database container and configures the application to use it, improving geographic data handling for the platform. Health Assessment
Large
High
Medium
AI DetailsTech Stack
Languages:
Php
|
||||||
| Add RunsOn spot interruption retry policy | ChiragAgg5k | S | No | 4.2h | 1.6h | Jul 06, 2026 |
SummaryCI/CDAdd RunsOn spot interruption retry policy Adds explicit retry policy for spot‑backed CI runners, ensuring interrupted jobs are retried automatically and reducing false failure reports. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Yaml
Frameworks:
Github-Actions
|
||||||
| Fix migration failing to create new attributes when batch contains existing ones | ChiragAgg5k | M | No | 12.7h | 0.1h | Jul 06, 2026 |
SummaryBug FixMake migration idempotent for existing attributes Ensures database migrations can be safely re‑run by skipping already‑created attributes, preventing upgrade failures and runtime errors for self‑hosted users. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| fix(sdk): register notifications service in SDK config | lohanidamodar | S | No | 2.4h | 2.3h | Jul 05, 2026 |
SummaryBug FixRegister notifications service in SDK config Adds missing notifications service entry to SDK config, ensuring notifications endpoints are included in generated SDKs. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| Harden image preview against image-bomb DoS | ChiragAgg5k | M | No | 1.1h | 0.1h | Jul 03, 2026 |
SummaryBug FixHarden image preview against DoS Prevents image-bomb attacks by enforcing strict size limits. Protects infrastructure from resource exhaustion and ensures reliable preview functionality for users. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| Fix: remove no-effect `use Throwable;` in shared api controller | ChiragAgg5k | XS | No | 0.2h | 0.2h | Jul 03, 2026 |
SummaryBug FixRemove ineffective Throwable import in API controller Eliminates a PHP warning that could clutter logs and improve runtime stability. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Php
|
||||||
| Remove logs queue health endpoint | ChiragAgg5k | M | No | 20.2h | 16.1h | Jul 03, 2026 |
SummaryChoreRemove logs queue health endpoint Eliminates a redundant health check endpoint, simplifying the API surface and reducing maintenance overhead. Health Assessment
Medium
Low
Medium
AI Details
Confidence:
1.00
Tech Stack
Languages:
Php
|
||||||
| Skip Docker Hub login in CI when credentials are unavailable | ChiragAgg5k | XS | No | 1.1h | 0.1h | Jul 03, 2026 |
SummaryCI/CDSkip Docker Hub login for fork PRs Allows CI to run on fork pull requests by skipping Docker Hub login when credentials are missing, preventing build failures. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Yaml
Frameworks:
Github-Actions
|
||||||
| fix: return clean installation_not_found error instead of raw GitHub API error for VCS deployments without installation | jaysomani | M | No | 16.4h | 0.9h | Jul 02, 2026 |
SummaryBug FixFix VCS deployment error for missing GitHub installation Ensures that creating a VCS deployment on a project without a GitHub installation returns a clean 404 error instead of leaking raw GitHub API errors, improving security and user experience. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| Fix usage attribution for database read endpoints | lohanidamodar | M | AI | 1.2h | 0.5h | Jul 02, 2026 |
SummaryBug FixFix usage attribution for database read endpoints Corrects usage metrics so database read operations are attributed to the correct table/collection, improving billing accuracy and analytics reliability. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Php
|
||||||
| Fix: OAuth2 sign-in missing accessToken | Meldiron | M | No | 0.2h | 0.1h | Jul 02, 2026 |
SummaryBug FixFix OAuth2 sign-in missing accessToken Ensures OAuth2 sign-in returns an access token, preventing authentication failures for users. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| Expose bearer and mode auth schemes in SDK specs | ChiragAgg5k | S | No | 1.2h | 1.2h | Jul 02, 2026 |
SummaryFeatureAdd bearer and mode auth schemes to SDK specs Enables SDKs to support OAuth2 authentication by adding global Authorization and mode headers, improving security and developer experience. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Php
|
||||||
| fix: increase scopes array limit to 200 | HarshMN2345 | S | No | 0.1h | 0.1h | Jul 02, 2026 |
SummaryBug FixIncrease scopes array limit to 200 Expands the maximum number of scopes per function or API key to 200, allowing more granular permissions without affecting other array limits. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| Replace doctor healthcheck with HTTP health endpoint check | ChiragAgg5k | XS | No | 0.9h | 0.8h | Jul 02, 2026 |
SummaryBug FixSwitch Docker healthcheck to HTTP endpoint Eliminates unintended email spam from health checks, reducing SMTP quota usage and preventing spam flags. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Yaml
Frameworks:
Docker
|
||||||
| feat: allow sorting by accessedAt for users and projects | HarshMN2345 | M | No | 239.6h | 0.2h | Jul 02, 2026 |
SummaryFeatureAllow sorting by accessedAt for users and projects Enables API consumers to order users and projects by last accessed time, improving data retrieval flexibility and analytics. Health Assessment
Small
Low
Medium
AI DetailsTech Stack
Languages:
Php
|
||||||
| chore(ci): optimize runner costs with spot instances and leaner matrix | ChiragAgg5k | M | No | 2.1h | 1.4h | Jul 02, 2026 |
SummaryCI/CDOptimize CI runner costs with spot instances Reduces monthly CI infrastructure spend from over $1,200 to roughly $300–400, improving cost efficiency for the Appwrite platform. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Yaml
Frameworks:
Github-Actions
|
||||||
| fix(usage): pass resource on ExecutionCompleted dispatches | lohanidamodar | XS | No | 0.1h | - | Jul 02, 2026 |
SummaryBug FixFix resource payload in async function events Ensures usage metrics correctly record function IDs for async executions, improving billing accuracy. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| Revert "Revert "feat(notifications): add generic notifications worker alongside Mails"" | lohanidamodar | XL | No | 24.6h | 0.1h | Jul 02, 2026 |
SummaryFeatureRe-add generic notifications worker Restores the notifications worker functionality, enabling generic notifications alongside email delivery. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| fix(vectorsdb): point text embeddings at its own docs reference | abnegate | XS | AI | 0.3h | 0.0h | Jul 01, 2026 |
SummaryBug FixFix VectorsDB text embeddings docs reference Corrects API reference to point to embeddings docs, improving developer clarity. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude, Copilot
Confidence:
0.95
Tech Stack
Languages:
Php
|
||||||
| fix(vectorsdb): group text embeddings SDK method under "embeddings" | abnegate | XS | AI | 0.3h | 0.0h | Jul 01, 2026 |
SummaryBug FixGroup text embeddings SDK method under embeddings Ensures the text embeddings endpoint is correctly grouped under "embeddings" in SDKs and documentation, improving developer experience and consistency. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Php
|
||||||
| Run independent CI workflow steps in parallel | ChiragAgg5k | L | No | 0.9h | 0.5h | Jul 01, 2026 |
SummaryCI/CDParallelize CI workflow steps to reduce build time By running independent CI steps in parallel, the PR cuts overall CI wall‑clock time, speeding up feedback for developers and reducing resource usage. Health Assessment
Large
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Yaml
Frameworks:
Github-Actions
|
||||||
| fix(builds): truncate buildLogs to attribute limit to avoid oversized-log build failures | levivannoort | M | AI | 1.3h | 0.1h | Jul 01, 2026 |
SummaryBug FixTruncate build logs to avoid oversized failures Prevents build failures caused by oversized logs, ensuring successful deployments and accurate error reporting. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Php
|
||||||
| Drop usage/audit workers and /usage, /logs endpoints from server-ce | lohanidamodar | XL | No | 52.8h | 5.5h | Jul 01, 2026 |
SummaryChoreRemove unused usage and audit workers from server This PR removes unused usage and audit workers and read endpoints from the self-hosted server, preventing unbounded queue growth and simplifying maintenance. It also gates queue producers to the cloud edition, ensuring self-hosted deployments do not produce to empty queues. Health Assessment
X-Large
High
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| feat(console): bump console to 8.7.11 | HarshMN2345 | XS | No | 0.1h | 0.1h | Jul 01, 2026 |
SummaryChoreBump console image to 8.7.11 Updates the console Docker image to the latest patch, ensuring compatibility and security fixes. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Yaml
Frameworks:
Docker
|
||||||
| feat(console): bump console to 8.7.11 | HarshMN2345 | XS | No | 1.7h | 1.7h | Jul 01, 2026 |
SummaryChoreBump console image to 8.7.11 Updates the console Docker image to the latest patch, ensuring compatibility and security fixes. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Yaml
Frameworks:
Docker
|
||||||
| Fix installer compose startup timeout | ChiragAgg5k | S | No | 1.8h | 0.1h | Jul 01, 2026 |
SummaryBug FixFix installer compose startup timeout Improves reliability of first‑time installations by extending Docker Compose startup timeout, preventing premature failures and enhancing user onboarding. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| Fix local installer startup | ChiragAgg5k | M | No | 13.4h | 0.1h | Jul 01, 2026 |
SummaryBug FixFix local installer startup Ensures local Docker installer runs reliably by correcting bind mount paths and improving startup stability, preventing failures and improving developer experience. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| Fix installer Mongo helper host paths | ChiragAgg5k | M | No | 1.5h | 0.1h | Jul 01, 2026 |
SummaryBug FixFix Mongo helper host path resolution Ensures MongoDB installations via the Docker installer correctly map helper scripts to host paths, preventing runtime errors and improving reliability for developers deploying Appwrite. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| bump utopia/migration 1.14.1 | premtsd-code | S | No | 6.4h | 0.1h | Jun 30, 2026 |
SummaryChoreBump utopia/migration to 1.14.1 Updates the migration dependency to a specific tag to fix metadata read issues, ensuring database migrations run correctly. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| Fix local installer bind mount paths | ChiragAgg5k | S | No | 0.2h | 0.2h | Jun 30, 2026 |
SummaryBug FixFix local installer bind mount paths Corrects bind mount paths in the local installer’s Docker Compose output, preventing MongoDB failures and improving developer experience. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Php
|
||||||
| Fix web installer template paths | ChiragAgg5k | S | No | 0.0h | 0.0h | Jun 30, 2026 |
SummaryBug FixFix web installer template paths Applies the web installer template packaging fix to main, improving installer template resolution and Docker image packaging. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php, Docker
|
||||||
| Fix web installer template paths | ChiragAgg5k | S | No | 0.3h | 0.3h | Jun 30, 2026 |
SummaryBug FixFix web installer template path resolution Ensures web installer can locate necessary Docker compose files, improving installation reliability for developers. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| Mongo healthcheck start_period | fogelito | M | No | 1.9h | 0.4h | Jun 30, 2026 |
SummaryCI/CDMongo healthcheck start_period Adds retry logic to Docker Compose pull step in CI to handle transient registry timeouts, improving build stability. Health Assessment
Small
Low
Medium
AI DetailsTech Stack
Languages:
Yaml
Frameworks:
Github-Actions, Docker
|
||||||
| Fix oauth2 scope collition | Meldiron | M | No | 2.2h | 0.0h | Jun 30, 2026 |
SummaryBug FixFix OAuth2 Scope Collision Prevents OAuth2 scope collisions, ensuring correct permission handling for users. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Php, Javascript
|
||||||
| Fix build failure error classification | ChiragAgg5k | S | No | 5.0h | 0.4h | Jun 30, 2026 |
SummaryBug FixFix build failure error classification Preserves executor error types so users see accurate build failure messages, improving developer experience and reducing support tickets. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.15
Tech Stack
Languages:
Php
|
||||||
| Fix staged transaction write timestamps | atharvadeosthale | S | No | 2.1h | 1.6h | Jun 30, 2026 |
SummaryBug FixFix staged transaction write timestamps Ensures SDKs can hydrate staged transaction responses by including empty timestamp fields, preventing hydration errors. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Php
|
||||||
| Add 1.9.5 changelog | ChiragAgg5k | M | No | 1.1h | 0.0h | Jun 30, 2026 |
SummaryDocsAdd 1.9.5 changelog Provides the release notes for Appwrite 1.9.5, outlining new features, updates, and fixes to keep users informed. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack |
||||||
| Revert "feat(notifications): add generic notifications worker alongside Mails" | ChiragAgg5k | XL | No | 2.9h | 0.1h | Jun 30, 2026 |
SummaryChoreRevert notifications worker addition Restores mainline state by undoing recent notifications worker changes, ensuring stability. Health Assessment
X-Large
Medium
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Php, Yaml
|
||||||
| Generate installer compose from base compose | ChiragAgg5k | XL | No | 6.5h | 0.6h | Jun 29, 2026 |
SummaryRefactorGenerate installer compose from base compose Reduces drift between production and installer compose by generating the installer Docker Compose file from the base docker-compose.yml Health Assessment
Large
Medium
Low
AI DetailsTech Stack
Languages:
Php, Javascript
Frameworks:
Docker
|
||||||
| fix(audit): record API key internal id as audit actor | lohanidamodar | XS | No | 4.4h | 0.0h | Jun 29, 2026 |
SummaryBug FixFix audit actor ID for API keys Ensures audit logs correctly attribute actions performed by API keys, improving traceability and security. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Php
|
||||||
| Fix Composer source fallback in CI builds | ChiragAgg5k | S | No | 0.0h | 0.0h | Jun 29, 2026 |
SummaryBug FixFix Composer source fallback in CI builds Ensures CI and Docker builds are resilient to transient GitHub dist archive failures by enabling Composer source fallback, preventing build failures and improving reliability. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Yaml
Frameworks:
Github-Actions, Docker
|
||||||