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

Adds support for any file extension #444

Merged
merged 3 commits into from
Jan 19, 2022

Conversation

warrenbuckley
Copy link
Owner

@warrenbuckley warrenbuckley commented Jan 19, 2022

Fixes #238
As mentioned in the issue a lot of people use different/custom file extensions to store these compact JSON logfiles in, these removes the checks from the UI and the Server component and relies totally on the server by opening the file and determining if the first line of the file is valid JSON.

@warrenbuckley warrenbuckley added the enhancement New feature or request label Jan 19, 2022
@warrenbuckley warrenbuckley merged commit a001422 into dev Jan 19, 2022
@warrenbuckley warrenbuckley deleted the feature/238-support-any-file-extension branch January 19, 2022 14:59
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.

Allow opening any file extension
1 participant