We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Exporting a segment with match type = "Match Any" and import it back updates the match type to "Match All"
Version Info Run flipt --version and paste the output here.
flipt --version
/ $ ./flipt -v _____ _ _ _ | ___| (_)_ __ | |_ | |_ | | | '_ \| __| | _| | | | |_) | |_ |_| |_|_| .__/ \__| |_| Version: 1.6.1 Commit: 8ea0d0a8c150305e72b079f44a6b01d74b917bc0 Build Date: 2022-02-18T16:55:17Z Go Version: go1.17.6 / $
To Reproduce Steps to reproduce the behavior.
version: "3.9" services: flipt: image: markphelps/flipt:v1.6.1 ports: - 8080:8080 volumes: - ${PWD}/settings:/opt/settings
docker exec -it $containerID sh
./flipt export -o /opt/settings/out.yaml
docker-compose down && docker-compose up -d
docker exec -it $containerID2 sh
./flipt import /opt/settings/out.yaml
Expected behavior Expected the match type of the imported segment be "Match Any"
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.
Examples:
The text was updated successfully, but these errors were encountered:
Thanks for reporting @kevin-ip ! I've got a fix PR for this
Sorry, something went wrong.
@kevin-ip this should be fixed in v1.6.2
Awesome! Thanks for the quick fix.
Successfully merging a pull request may close this issue.
Describe the bug
Exporting a segment with match type = "Match Any" and import it back updates the match type to "Match All"
Version Info
Run
flipt --version
and paste the output here.To Reproduce
Steps to reproduce the behavior.
docker exec -it $containerID sh
./flipt export -o /opt/settings/out.yaml
docker-compose down && docker-compose up -d
docker exec -it $containerID2 sh
./flipt import /opt/settings/out.yaml
Expected behavior
Expected the match type of the imported segment be "Match Any"
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Examples:
SQLite
The text was updated successfully, but these errors were encountered: