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

feat: import and export compressed configs #2429

Merged
merged 3 commits into from
Jun 24, 2023

Conversation

Julusian
Copy link
Member

This makes the default export format be gzipped json.
In most places where an export is done, it is possible to export as uncompressed json.

image
image

This uncompressed format is formatted json, so closes #2198.
Compressed closes #231. gzip was chosen due to it being natively supported by nodejs, so it should be performent and will avoid any dependency issues.

@Julusian Julusian added this to the v3.1 milestone May 16, 2023
@Julusian Julusian force-pushed the feat/import-export-compressed branch from 07993dd to dca5fc4 Compare June 24, 2023 22:20
@Julusian Julusian changed the base branch from beta to develop June 24, 2023 22:25
@Julusian Julusian merged commit 6150e23 into develop Jun 24, 2023
@Julusian Julusian deleted the feat/import-export-compressed branch June 24, 2023 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant