-
-
Notifications
You must be signed in to change notification settings - Fork 56
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: implement real multi-platform support (OFF, OBF,...) #1083
Conversation
eeb3a5c
to
035d5e7
Compare
Codecov Report
@@ Coverage Diff @@
## master #1083 +/- ##
==========================================
+ Coverage 53.06% 55.73% +2.66%
==========================================
Files 93 88 -5
Lines 7076 8089 +1013
==========================================
+ Hits 3755 4508 +753
- Misses 3321 3581 +260
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
035d5e7
to
36f5036
Compare
- delete server_domain in image, product_insight and prediction tables - add server_type field to image and prediction tables - use ProductIdentifier (barcode + server_type) instead of barcode in codebase See #894
36f5036
to
760eb05
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs |
@raphael0202 BTW I did go through half of this PR but didn't have any comment… (and it was very boring to review 😄) Only worry on my side: you introduced new variables but did not add them in deployment workflow. Is it because you have sensible defaults ? |
I understand that, it was quite boring for me as well to implement 😅
|
in codebase
See #894