-
Notifications
You must be signed in to change notification settings - Fork 429
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 export environment flags #3161
Conversation
# Conflicts: # frontend/web/components/pages/ImportPage.tsx # frontend/web/components/pages/ProjectSettingsPage.js
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Uffizzi Preview |
Co-authored-by: Matthew Elwell <[email protected]>
Co-authored-by: Matthew Elwell <[email protected]>
# Conflicts: # frontend/common/types/requests.ts # frontend/common/types/responses.ts # frontend/web/components/ButterBar.js # frontend/web/components/pages/ImportPage.tsx
@kyle-ssg I'm testing this on 2 separate projects. One has a single feature (the exporting project), the other has no features (the import project). I'm not sure if the preview was intended to handle this scenario where there are new features being created, but it's quite confusing that it's not. ![]() The import file: [
{
"name": "test_feature",
"default_enabled": false,
"is_server_key_only": false,
"initial_value": null,
"value": null,
"type": "unicode",
"enabled": false,
"multivariate": []
}
] Note that continuing with the import worked correctly and the feedback is definitely better. |
# Conflicts: # frontend/common/types/responses.ts # frontend/package-lock.json # frontend/package.json
@matthewelwell correct it should be showing new flags, it attempts to filter them whilst filtering existing. This should now be fixed |
Thanks for submitting a PR! Please check the boxes below:
pre-commit
to check lintingdocs/
if required so people know about the feature!Changes
How did you test this code?