8000 fix(storage): map protobuf enums to ints in sql updates for rule and rollout by erka · Pull Request #4231 · flipt-io/flipt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix(storage): map protobuf enums to ints in sql updates for rule and rollout #4231

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

Merged
merged 1 commit into from
May 20, 2025

Conversation

erka
Copy link
Contributor
@erka erka commented May 20, 2025

The original fix was done in #3454 but updating rollout and rules were not resolved

closes #4230

rollout

Signed-off-by: Roman Dmytrenko <rdmytrenko@gmail.com>
@erka erka requested a review from a team as a code owner May 20, 2025 19:45
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label May 20, 2025
Copy link
codecov bot commented May 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.67%. Comparing base (1dceb5e) to head (968d896).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4231   +/-   ##
=======================================
  Coverage   63.67%   63.67%           
=======================================
  Files         171      171           
  Lines       17528    17528           
=======================================
  Hits        11161    11161           
  Misses       5701     5701           
  Partials      666      666           
Flag Coverage Δ
unittests 63.67% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Collaborator
@markphelps markphelps left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

8000

@erka erka merged commit e4391e1 into main May 20, 2025
40 checks passed
@erka erka deleted the rd/v1/postgres-update-segment-operator branch May 20, 2025 20:04
markphelps added a commit that referenced this pull request May 21, 2025
* main: (26 commits)
  chore: test with prepared statements off for pg (#4233)
  fix(storage): map protobuf enums to ints in sql updates for rule and (#4231)
  fix(audit): keep segment data for rollout and rule (#4229)
  chore(deps): bump codecov/codecov-action from 5.4.2 to 5.4.3 (#4214)
  chore(deps): bump github.com/open-policy-agent/opa from 1.4.0 to 1.4.2 (#4216)
  chore(deps): bump github.com/xo/dburl from 0.23.4 to 0.23.7 (#4217)
  chore(deps): bump go.opentelemetry.io/contrib/instrumentation/runtime (#4218)
  chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 (#4219)
  chore(deps): bump @loadable/component from 5.16.4 to 5.16.7 in /ui (#4224)
  chore(deps-dev): bump vite from 6.3.4 to 6.3.5 in /ui (#4220)
  chore(deps): bump @tanstack/react-table from 8.21.2 to 8.21.3 in /ui (#4223)
  chore(deps): bump chart.js from 4.4.8 to 4.4.9 in /ui (#4222)
  chore(deps): bump @radix-ui/react-select from 2.1.7 to 2.2.4 in /ui (#4221)
  chore(deps): bump github.com/golang-migrate/migrate/v4 (#4215)
  chore(deps): bump golang.org/x/tools from 0.32.0 to 0.33.0 in /_tools (#4199)
  chore(deps): bump golang.org/x/crypto from 0.37.0 to 0.38.0 (#4192)
  chore(deps): bump github.com/go-sql-driver/mysql from 1.9.1 to 1.9.2 (#4189)
  chore(deps): bump cloud.google.com/go/storage from 1.51.0 to 1.53.0 (#4193)
  chore(deps): bump zod from 3.24.3 to 3.24.4 in /ui (#4195)
  chore(deps): bump react-router from 7.5.3 to 7.6.0 in /ui (#4196)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: ERROR: invalid input syntax for type integer: "OR_SEGMENT_OPERATOR" (SQLSTATE 22P02)
2 participants
0