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

Versioning: don't wait for indexer before refresh #8202

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mbien
Copy link
Member

@mbien mbien commented Jan 28, 2025

indexing and versioning status updates can run concurrently since they don't interact with each other.

git status refresh typically takes < 1s even in large projects, while indexing can take much longer.

expected results:

  • you should see the git file status update long before indexing finishes. for example while switching between branches on larger projects or right after NB startup
  • no noteworthy regressions for indexing totals or other tasks

draft; just for testing. Enable with -J-Dversioning.delayscan.disable=true

indexing and versioning status updates can run concurrently since
they don't interact with each other.

git status refresh typically takes < 1s even in large projects, while
indexing can take much longer.
@mbien mbien added subversion [ci] enable versioning job git [ci] enable versioning job ci:dev-build [ci] produce a dev-build zip artifact (7 days expiration, see link on workflow summary page) mercurial [ci] aka hg; enable versioning job labels Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci:dev-build [ci] produce a dev-build zip artifact (7 days expiration, see link on workflow summary page) git [ci] enable versioning job mercurial [ci] aka hg; enable versioning job subversion [ci] enable versioning job
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant