29d0ee5ba1
CI Build & Deploy Pipeline / Build Staging API Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Staging Web Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Staging Worker Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Production API Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Production Web Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Build Production Worker Image (pull_request) Has been skipped
CI Build & Deploy Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Has been skipped
CI Build & Deploy Pipeline / Staging E2E Tests (pull_request) Has been skipped
CI Build & Deploy Pipeline / Staging API Integration Tests (pull_request) Has been skipped
CI Build & Deploy Pipeline / Deploy Production (pull_request) Has been skipped
CI Build & Deploy Pipeline / Production Browser E2E (pull_request) Has been skipped
Preview Deploy / Deploy Preview Environment (pull_request) Failing after 16s
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 20s
AI Code Review / AI Code Review (pull_request) Failing after 33s
CI/CD Pipeline / Frontend Lint (pull_request) Successful in 57s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Failing after 38s
CI/CD Pipeline / Unit Tests (pull_request) Successful in 21s
Auto Merge CI PRs / Auto Merge on CI Green + Approved (pull_request) Successful in 1m13s
Auto Approve CI PRs / Auto Approve on CI Green (pull_request) Successful in 1m14s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 1m35s
三个列表查询接口全部缺少ORDER BY子句,PostgreSQL按物理存储顺序返回, 导致新上传的素材可能不出现在第一页。 修复: - find_by_library: 加 ORDER BY created_at DESC - find_by_project: 加 ORDER BY created_at DESC - find_by_library_and_file_type: 加 ORDER BY created_at DESC 新增3个单元测试验证排序正确性。