-
Notifications
You must be signed in to change notification settings - Fork 2.8k
add reset metadata button to settings page (close #515) #673
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
|
Waiting on a small text change. |
|
Review app available at: https://hge-ci-pull-673.herokuapp.com |
| if (response.ok) { | ||
| this.setState({ isResetting: false }); | ||
| this.props.dispatch( | ||
| showSuccessNotification('Metadata reset successfully!') |
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.
Add are you sure pop up as suggested by sandip
|
Review app available at: https://hge-ci-pull-673.herokuapp.com |
| onClick={e => { | ||
| e.preventDefault(); | ||
| const a = prompt( | ||
| 'Are you sure you absolutely sure?\n This action cannot be undone. This will permanently reset GraphQL Engine\'s configuration and you will need to start from scratch. Please type "Reset" (in caps, without quotes) to confirm. ' |
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.
@paranoidsp typo?
|
Review app available at: https://hge-ci-pull-673.herokuapp.com |
|
Review app available at: https://hge-ci-pull-673.herokuapp.com |
1 similar comment
|
Review app available at: https://hge-ci-pull-673.herokuapp.com |
|
@karthikvt26 Fixed both issues, needs review. |
|
Review app available at: https://hge-ci-pull-673.herokuapp.com |
|
Review app available at: https://hge-ci-pull-673.herokuapp.com |
karthikvt26
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.
LGTM @praveenweb
|
Review app available at: https://hge-ci-pull-673.herokuapp.com |
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.
Check #673 (comment)
|
@shahidhk @karthikvt26 Fixed, check now? |
|
Review app available at: https://hge-ci-pull-673.herokuapp.com |
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.
LGTM
|
Review app https://hge-ci-pull-673.herokuapp.com is deleted |
<!-- Thank you for submitting this PR! :) --> ## Description This makes the absolute happiest path `BooleanExpressionType` work. Caveats: - We ignore operator mappings, so we assume that the OpenDD operator name (ie, `_eq`) is the same as the data connector's name for it. - We have not tried to implement `comparisonRelationships` in any way yet. - Have not tried nested objects yet. All functionality here is behind a feature flag so has no user-facing impact. V3_GIT_ORIGIN_REV_ID: 5edb706c6d8b03b9fa59433ce24f05f37a69729a
Description
What component does this PR affect?
Requires changes from other components? If yes, please mark the components:
Related Issue
Solution and Design
Type
Checklist: