Skip to content
Snippets Groups Projects

Fuzzy finder: add new `fileNames` GraphQL property

Merged Administrator requested to merge olafurpg/ls-files into main

Created by: olafurpg

Previously, the fuzzy finder used the existing files() GraphQL method to list all the filenames in the repo. This solution was slow in very large repositories because it uses git ls-tree to support more functionality than what the fuzzy finder needs. This commit adds a new fileNames: string[] property that should have better performance.

Merge request reports

Merged by avatar (Jul 4, 2025 7:08pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading