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

fix: don't double scan on startup, handle feature flags better #618

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

bastiandoetsch
Copy link
Collaborator

@bastiandoetsch bastiandoetsch commented Oct 3, 2024

Description

Previously, at startup, two scans were triggered due to LS triggering one automatically during startup and IntelliJ triggering one manually on opening a project.

Now, no scan is manually triggered when opening a project.

In addition to using the feature flag API endpoint, consistentIgnores status is now detected when processing scan results. When an issue is ignored, this can only come from the feature being on, so it's switched on in IntelliJ. This should make sure that whenever ignored issues are transmitted, IntelliJ filters & displays them correctly.

Fixes code vision not displaying.

Checklist

  • Tests added and all succeed
  • Linted
  • CHANGELOG.md updated
  • README.md updated, if user-facing

Screenshots / GIFs

Visuals that may help the reviewer. Please add screenshots for any UI change. GIFs are most welcome!

@bastiandoetsch bastiandoetsch requested a review from a team as a code owner October 3, 2024 07:28
@bastiandoetsch bastiandoetsch changed the title fix/dont-double-scan-on-startup fix: don't double scan on startup, handle feature flags better Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant