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

Support ZIP-files without info.csv and make language detection more lax #1174

Merged
merged 5 commits into from
Jul 5, 2023

Conversation

rien
Copy link
Member

@rien rien commented Jul 5, 2023

This PR allows you to upload any ZIP-file, Dolos will now analyze all files in the archive (even in subdirectories).

In addition the automatic programming language detection is less strict:
If not all files in the ZIP-file belong to the same programming language (based on the file extension), Dolos will pick the most common programming language instead of throwing an error. Files which do not match the extension will not be included in the analysis and a warning will be shown.

Closes #1155

@rien rien added the enhancement New feature or request label Jul 5, 2023
@rien rien merged commit 4ca12f2 into main Jul 5, 2023
19 checks passed
@rien rien deleted the feature/allow-more-zipfiles branch July 5, 2023 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support ZIP-archives without info.csv
1 participant