Evaluate approach for existing find file page (/-/find_file/) after in-page search implementation
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Background
Following the implementation of in-page file search in #430775 (closed), we need to determine the best approach for handling the existing find file page at /-/find_file/
.
Proposal
As suggested by @derekferguson in #430775 (closed), the safest approach would be to:
-
Redirect the existing page (
/-/find_file/
) to the repository page with the file search automatically opened -
Monitor usage after the redirect is implemented to understand:
- How many visits the URL still receives
- Whether people have bookmarked the direct URL
- If there are external links pointing to this page
Implementation Steps
- Implement redirect from
/-/find_file/
to repository page with search opened - Add analytics/monitoring to track:
- Number of redirects from the old URL
- User behavior after redirect
- Based on data collected, decide whether it's safe to completely remove the page
Success Criteria
-
Redirect is implemented and working correctly -
Analytics are in place to monitor usage -
Data collection period completed (suggest 1-2 release cycles) -
Decision made on permanent removal based on usage data
Related Issues
- #430775 (closed) - Allow for find file search to be on the page (parent issue)
- #22426 (closed) - Context-aware file search (next iteration)
Edited by 🤖 GitLab Bot 🤖