-
Notifications
You must be signed in to change notification settings - Fork 2.8k
console: unique filenames for exported metadata (close #1772) #4106
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
Conversation
|
Deploy preview for hasura-docs ready! Built with commit 6ca9fae |
|
Review app for commit 130478f deployed to Heroku: https://hge-ci-pull-4106.herokuapp.com |
|
|
||
| const month = (currTime.getMonth() + 1).toString().padStart(2, '0'); | ||
|
|
||
| const date = currTime |
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.
What about naming it day?
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.
Done
…l-engine into console-metadata-filename
|
Review app for commit 0d5ca72 deployed to Heroku: https://hge-ci-pull-4106.herokuapp.com |
|
Review app for commit 6ca9fae deployed to Heroku: https://hge-ci-pull-4106.herokuapp.com |
marionschleifer
left a comment
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.
Changelog approved 🙏
shahidhk
left a comment
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.
changelog approved
|
Review app https://hge-ci-pull-4106.herokuapp.com is deleted |
Description
Generate metadata filenames such as:
hasura_metadata_2020_03_13_18_10_31_711.jsonChangelog
CHANGELOG.mdis updated with user-facing content relevant to this PR.Affected components
Related Issues
#1772
Solution and Design
Steps to test and verify
Head to
/settings/metadata-actionspage and hitExport Metadata. Observe downloaded file filenameLimitations, known bugs & workarounds