-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: Refactor database handling for analyzer logic #1423
Conversation
Removed redundant code and improved database encodings to ensure accurate tracking of analysis results. This update simplifies the interaction with stored analysis data and improves the overall performance of fetching and writing entries. The GitHubCommit object was simplified to only hold relevant commit information without unnecessarily related entities. Also, Unidirectional relationships were implemented to fit more aligned with new design.
Qodana Community for JVM1 new problem were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked View the detailed Qodana reportTo be able to view the detailed Qodana report, you can either:
To get - name: 'Qodana Scan'
uses: JetBrains/[email protected]
with:
upload-result: true Contact Qodana teamContact us at [email protected]
|
The commit primarily refactors the AnalyzerRun component and associated tests, MiningGraphQLTest, and updates how recentRuns are tested. Equality methods and hashCode functions are added or adapted for AnalyzerRun and other related entities like GitHubCommit and RemoteProject. Also, some unused imports are removed and code re-ordering is made for cleaner organization.
The commit removes all GraphQL queries, types, and components related to AnalyzerStatus. This includes updates in frontend ProjectData.tsx and graphql-types.ts. The query recentAnalyzerRuns has also been renamed to recentRuns.
This PR is 26.202090592334493% new code. |
No description provided.