-
Notifications
You must be signed in to change notification settings - Fork 280
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
export/import domain #1376
export/import domain #1376
Conversation
…m/ciso-assistant-community into CA-763-serialize-exported-models
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
functional ok with small improvement to add on a different PR
@@ -1,6 +1,7 @@ | |||
import json | |||
import os | |||
import re | |||
import hashlib |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
improvement: maybe we can align the import style between the files
error(400, 'Error fetching the dump file'); | ||
} | ||
|
||
const fileName = `ciso-assistant-domain-export-${new Date().toISOString()}.bak`; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
improve: slugified domain name on the filename
No description provided.