Support scanning files outside "artifacts" and switch to plugin for git data #195
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🚀 Feature
Use git plugin from kontext-e jQAssistant git plugin. Using this plugin, there is now even more data extracted from git and added to the Graph. For example, it is now possible to distinguish if a file had been created, modified, deleted,...
Support scanning files outside the artifacts directory
Previously, everything that needed to be scanned and analyzed had to be inside the artifacts directory. This led to copying files only to get them analyzed. Now, all files that need to be analyzed are collected in a comma-separated list of file and directory names. This still includes the artifacts directory. Additionally, npm package.json files and Typescript analysis files are now taken directly from the source directory and don't need to be copied anymore.
Here are the changed for that in details:
⚙️ Optimization
📖 Documentation