Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure top level scripts are indexed #2849

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

vinistock
Copy link
Member

@vinistock vinistock commented Nov 14, 2024

Motivation

With the optimizations to prevent descending into directories that we know are going to be excluded, we accidentally stopped indexing top level scripts.

Implementation

Since the code now lists directories to eagerly exclude them, we need a separate path for the top level scripts.

Automated Tests

Added a test that reproduces the issue.

Copy link
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@vinistock vinistock added server This pull request should be included in the server gem's release notes bugfix This PR will fix an existing bug labels Nov 14, 2024 — with Graphite App
@vinistock vinistock marked this pull request as ready for review November 14, 2024 19:03
@vinistock vinistock requested a review from a team as a code owner November 14, 2024 19:03
@vinistock vinistock merged commit e6a3703 into main Nov 14, 2024
40 checks passed
Copy link
Member Author

Merge activity

  • Nov 14, 2:29 PM EST: A user merged this pull request with Graphite.

@vinistock vinistock deleted the 11-14-ensure_top_level_scripts_are_indexed branch November 14, 2024 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This PR will fix an existing bug server This pull request should be included in the server gem's release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants