Pull Request Explorer

Exploring 156 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
Remove storage folder API TorstenDittmann XL No 0.4h 0.1h Jul 08, 2026

Summary

Chore

Remove storage folder API

This PR removes the storage folder API, simplifying the storage service and reducing maintenance overhead.

Health Assessment

X-Large
Medium
Low
  • Rapid merge after a single review indicates high confidence, but the large code removal suggests significant impact on the storage API.

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

Summary

Refactor

Simplify 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
  • Quick review and merge within 40 minutes, indicating straightforward change with minimal friction.

AI Details

Tech Stack

Languages: Php
Add virtual folders to Storage TorstenDittmann XL AI 39.3h 0.2h Jul 08, 2026

Summary

Feature

Add 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
  • The PR introduced large-scale changes (over 700 lines across 14 files) and required multiple commits after the initial review, indicating significant rework. Despite the complexity, the review was completed quickly and the PR merged within 1.5 days, reflecting efficient collaboration but a high risk due to the scope and iteration intensity.

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

Summary

Chore

Bump 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
  • Quick dependency update with minimal changes and fast review, indicating low risk.

AI Details

Tech Stack

Languages: Php
feat(projects): add dedicated database create methods to onboarding lohanidamodar XS No 0.5h - Jul 08, 2026

Summary

Feature

Add 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
  • Rapid 30‑minute merge with minimal changes; no tests added; low complexity and risk.

AI Details

Tech Stack

Languages: Php
pings skip events fogelito XS No 3.1h 0.5h Jul 07, 2026

Summary

Bug Fix

Skip ping events in backend

This change removes ping events from certain operations, reducing unnecessary processing and improving performance.

Health Assessment

Small
Low
Low
  • Quick review and merge indicate a straightforward change with minimal risk.

AI Details

Tech Stack

Languages: Php
Add folder attribute and index to files collections TorstenDittmann M No 1.0h 0.1h Jul 07, 2026

Summary

Feature

Add 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
  • Fast review and merge with minimal changes indicate low risk and efficient process.

AI Details

Tech Stack

Languages: Php
Fix: SSR detection Meldiron S No 141.4h 1.1h Jul 07, 2026

Summary

Bug Fix

Fix SSR detection logic

Improves server‑side rendering detection by reading only relevant files, reducing overhead and preventing false positives.

Health Assessment

Small
Low
Medium
  • The PR required several iterations after the initial review, indicating some complexity in the changes, but the overall scope remained small and the final merge was achieved after a moderate amount of rework.

AI Details

Tech Stack

Languages: Php
Limit ping counts fogelito S No 0.9h 0.0h Jul 07, 2026

Summary

Feature

Limit 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
  • Quick turnaround with minimal changes and no review friction indicates a straightforward, low-risk PR.

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

Summary

Feature

Add 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
  • PR had a rapid initial review and multiple commits, indicating iterative refinement. The large scope and many changes suggest moderate risk but no blockers.

AI Details

Tech Stack

Languages: Php
Add RunsOn spot interruption retry policy ChiragAgg5k S No 4.2h 1.6h Jul 06, 2026

Summary

CI/CD

Add 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
  • Fast review and merge with minimal changes to CI config, indicating low complexity and risk.

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

Summary

Bug Fix

Make 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
  • Fast review and merge with minimal changes, indicating low complexity and risk.

AI Details

Tech Stack

Languages: Php
fix(sdk): register notifications service in SDK config lohanidamodar S No 2.4h 2.3h Jul 05, 2026

Summary

Bug Fix

Register 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
  • Quick fix with minimal changes, resolved in under 3 hours, indicating efficient review and low complexity.

AI Details

Tech Stack

Languages: Php
Harden image preview against image-bomb DoS ChiragAgg5k M No 1.1h 0.1h Jul 03, 2026

Summary

Bug Fix

Harden 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
  • Fast cycle time and minimal review rounds indicate efficient resolution of a critical security issue.

AI Details

Tech Stack

Languages: Php
Fix: remove no-effect `use Throwable;` in shared api controller ChiragAgg5k XS No 0.2h 0.2h Jul 03, 2026

Summary

Bug Fix

Remove ineffective Throwable import in API controller

Eliminates a PHP warning that could clutter logs and improve runtime stability.

Health Assessment

Small
Low
Low
  • Quick, single‑line change with fast review and merge, indicating low complexity and minimal risk.

AI Details

Confidence: 0.10

Tech Stack

Languages: Php
Remove logs queue health endpoint ChiragAgg5k M No 20.2h 16.1h Jul 03, 2026

Summary

Chore

Remove logs queue health endpoint

Eliminates a redundant health check endpoint, simplifying the API surface and reducing maintenance overhead.

Health Assessment

Medium
Low
Medium
  • Cleaned up redundant endpoint with minimal review, demonstrating efficient maintenance.

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

Summary

CI/CD

Skip 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
  • Fast cycle time and single review round indicate a smooth approval process.

AI Details

Tech 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

Summary

Bug Fix

Fix 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
  • The PR was reviewed quickly and merged within 16 hours, indicating a straightforward bug fix with minimal rework.

AI Details

Tech Stack

Languages: Php
Fix usage attribution for database read endpoints lohanidamodar M AI 1.2h 0.5h Jul 02, 2026

Summary

Bug Fix

Fix 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
  • Quick, single‑commit fix with minimal code changes and fast review turnaround, indicating low risk and high confidence in the patch.

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

Summary

Bug Fix

Fix OAuth2 sign-in missing accessToken

Ensures OAuth2 sign-in returns an access token, preventing authentication failures for users.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes and rapid review, indicating low complexity and low risk.

AI Details

Tech Stack

Languages: Php
Expose bearer and mode auth schemes in SDK specs ChiragAgg5k S No 1.2h 1.2h Jul 02, 2026

Summary

Feature

Add 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
  • Fast review and merge with minimal changes, indicating low complexity and risk.

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

Summary

Bug Fix

Increase 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
  • Merged within minutes with minimal changes, indicating a straightforward fix with low risk.

AI Details

Tech Stack

Languages: Php
Replace doctor healthcheck with HTTP health endpoint check ChiragAgg5k XS No 0.9h 0.8h Jul 02, 2026

Summary

Bug Fix

Switch 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
  • Quick fix with minimal changes, resolved in under an hour, indicating low risk and high efficiency.

AI Details

Tech Stack

Languages: Yaml
Frameworks: Docker
feat: allow sorting by accessedAt for users and projects HarshMN2345 M No 239.6h 0.2h Jul 02, 2026

Summary

Feature

Allow 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
  • The PR was reviewed quickly but required many merges from main over a 10‑day cycle, indicating integration friction but low technical risk.

AI Details

Tech Stack

Languages: Php
chore(ci): optimize runner costs with spot instances and leaner matrix ChiragAgg5k M No 2.1h 1.4h Jul 02, 2026

Summary

CI/CD

Optimize 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
  • Fast cycle time of 2.1 hours and minimal review friction indicate a straightforward, low-risk change that delivers significant cost savings.

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

Summary

Bug Fix

Fix resource payload in async function events

Ensures usage metrics correctly record function IDs for async executions, improving billing accuracy.

Health Assessment

Small
Low
Low
  • Quick patch with minimal changes, no rework, low risk.

AI Details

Tech Stack

Languages: Php
Revert "Revert "feat(notifications): add generic notifications worker alongside Mails"" lohanidamodar XL No 24.6h 0.1h Jul 02, 2026

Summary

Feature

Re-add generic notifications worker

Restores the notifications worker functionality, enabling generic notifications alongside email delivery.

Health Assessment

Large
Low
Low
  • Quick review and merge after a single commit indicate confidence in the change and minimal risk.

AI Details

Tech Stack

Languages: Php
fix(vectorsdb): point text embeddings at its own docs reference abnegate XS AI 0.3h 0.0h Jul 01, 2026

Summary

Bug Fix

Fix VectorsDB text embeddings docs reference

Corrects API reference to point to embeddings docs, improving developer clarity.

Health Assessment

Small
Low
Low
  • Quick AI-assisted fix that corrected a documentation bug with minimal code changes.

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

Summary

Bug Fix

Group 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
  • Quick fix with minimal changes, AI-assisted code generation, and immediate review, indicating a low-risk, high-efficiency PR.

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

Summary

CI/CD

Parallelize 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
  • Fast cycle time and minimal review rounds indicate smooth integration.

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

Summary

Bug Fix

Truncate 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
  • Fast cycle time of 1.3 hours and minimal review friction indicate a straightforward fix that resolved a critical deployment issue.

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

Summary

Chore

Remove 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
  • The PR involved a large-scale removal of unused workers and endpoints, but the review process was straightforward with minimal back‑and‑forth, indicating a well‑documented change.

AI Details

Tech Stack

Languages: Php
feat(console): bump console to 8.7.11 HarshMN2345 XS No 0.1h 0.1h Jul 01, 2026

Summary

Chore

Bump 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
  • Quick merge with minimal changes, indicating low risk and high confidence.

AI Details

Tech Stack

Languages: Yaml
Frameworks: Docker
feat(console): bump console to 8.7.11 HarshMN2345 XS No 1.7h 1.7h Jul 01, 2026

Summary

Chore

Bump 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
  • Quick, single-commit update with minimal review, indicating low complexity and risk.

AI Details

Tech Stack

Languages: Yaml
Frameworks: Docker
Fix installer compose startup timeout ChiragAgg5k S No 1.8h 0.1h Jul 01, 2026

Summary

Bug Fix

Fix 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
  • Fast cycle time of 1.8h, minimal review friction, small code change, low risk.

AI Details

Tech Stack

Languages: Php
Fix local installer startup ChiragAgg5k M No 13.4h 0.1h Jul 01, 2026

Summary

Bug Fix

Fix 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
  • Fast cycle time and minimal review friction indicate a straightforward bugfix with quick resolution.

AI Details

Tech Stack

Languages: Php
Fix installer Mongo helper host paths ChiragAgg5k M No 1.5h 0.1h Jul 01, 2026

Summary

Bug Fix

Fix 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
  • Quick fix with minimal changes, fast review and merge, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Php
bump utopia/migration 1.14.1 premtsd-code S No 6.4h 0.1h Jun 30, 2026

Summary

Chore

Bump 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
  • Quick review and merge, minimal changes, low risk.

AI Details

Tech Stack

Languages: Php
Fix local installer bind mount paths ChiragAgg5k S No 0.2h 0.2h Jun 30, 2026

Summary

Bug Fix

Fix 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
  • Fast turnaround with minimal changes; low risk and high confidence in stability.

AI Details

Confidence: 0.80

Tech Stack

Languages: Php
Fix web installer template paths ChiragAgg5k S No 0.0h 0.0h Jun 30, 2026

Summary

Bug Fix

Fix 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
  • This PR was merged quickly, indicating low review friction and a straightforward fix.

AI Details

Tech Stack

Languages: Php, Docker
Fix web installer template paths ChiragAgg5k S No 0.3h 0.3h Jun 30, 2026

Summary

Bug Fix

Fix web installer template path resolution

Ensures web installer can locate necessary Docker compose files, improving installation reliability for developers.

Health Assessment

Small
Low
Low
  • Quick review and merge suggest minimal complexity and low risk.

AI Details

Tech Stack

Languages: Php
Mongo healthcheck start_period fogelito M No 1.9h 0.4h Jun 30, 2026

Summary

CI/CD

Mongo 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
  • Quick CI pipeline fix with minimal changes; multiple commits in short time indicate some review friction but overall cycle time was under 2 hours.

AI Details

Tech Stack

Languages: Yaml
Frameworks: Github-Actions, Docker
Fix oauth2 scope collition Meldiron M No 2.2h 0.0h Jun 30, 2026

Summary

Bug Fix

Fix OAuth2 Scope Collision

Prevents OAuth2 scope collisions, ensuring correct permission handling for users.

Health Assessment

Medium
Low
Low
  • Quick resolution with minimal rework, indicating a straightforward bug fix.

AI Details

Tech Stack

Languages: Php, Javascript
Fix build failure error classification ChiragAgg5k S No 5.0h 0.4h Jun 30, 2026

Summary

Bug Fix

Fix 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
  • Fast cycle time and minimal rework indicate a straightforward bugfix with clear intent and quick resolution.

AI Details

Confidence: 0.15

Tech Stack

Languages: Php
Fix staged transaction write timestamps atharvadeosthale S No 2.1h 1.6h Jun 30, 2026

Summary

Bug Fix

Fix staged transaction write timestamps

Ensures SDKs can hydrate staged transaction responses by including empty timestamp fields, preventing hydration errors.

Health Assessment

Small
Low
Low
  • Fast review and merge with minimal changes indicate low complexity and risk.

AI Details

Tech Stack

Languages: Php
Add 1.9.5 changelog ChiragAgg5k M No 1.1h 0.0h Jun 30, 2026

Summary

Docs

Add 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
  • Fast review and merge with minimal changes; no code impact, low risk to production.

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

Summary

Chore

Revert notifications worker addition

Restores mainline state by undoing recent notifications worker changes, ensuring stability.

Health Assessment

X-Large
Medium
Low
  • Fast merge after minimal review shows confidence; large codebase changes but no new features introduced.

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

Summary

Refactor

Generate 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
  • The PR has a large scope with 13 files changed and over 1243 lines added, but the review process was relatively fast with a cycle time of 6.5 hours.

AI Details

Tech 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

Summary

Bug Fix

Fix 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
  • Quick fix with minimal changes, no review needed, merged within hours.

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

Summary

Bug Fix

Fix 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
  • Quick fix with minimal changes, no review needed, merged immediately.

AI Details

Tech Stack

Languages: Yaml
Frameworks: Github-Actions, Docker
« Page 3 of 4 »

Get this analytics stack for your team

Connect GitHub and see cycle time, review bottlenecks, PR flow, and trend changes in minutes.

Connect Repos