Skip to content

Include skiplist file in the analysis info#4798

Draft
barnabasdomozi wants to merge 1 commit intoEricsson:masterfrom
barnabasdomozi:extend_analysis_info
Draft

Include skiplist file in the analysis info#4798
barnabasdomozi wants to merge 1 commit intoEricsson:masterfrom
barnabasdomozi:extend_analysis_info

Conversation

@barnabasdomozi
Copy link
Collaborator

The skiplist file is already included in the store ZIP, but it is not currently stored in the database.
This patch introduces a new table called AnalysisInfoFile, which is intended to store files related to analysis information. The actual file contents are stored separately in the FileContent table.
With this PR, only the skipfile is included as an analysis info file, but this could be extended later.

@barnabasdomozi barnabasdomozi added database 🗄️ Issues related to the database schema. server 🖥️ new feature 👍 New feature request labels Mar 6, 2026
@barnabasdomozi barnabasdomozi force-pushed the extend_analysis_info branch 2 times, most recently from 6119e3f to 8586d7c Compare March 6, 2026 08:27
The skiplist file is already included in the store ZIP,
but it is not currently stored in the database.
This patch introduces a new table called AnalysisInfoFile,
which is intended to store files related to analysis information.
The actual file contents are stored separately in the FileContent
table.
With this PR, only the skipfile is included as an analysis info
file, but this could be extended later.
@barnabasdomozi barnabasdomozi marked this pull request as draft March 6, 2026 08:40
@barnabasdomozi barnabasdomozi added the WIP 💣 Work In Progress label Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

database 🗄️ Issues related to the database schema. new feature 👍 New feature request server 🖥️ WIP 💣 Work In Progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant