-
Notifications
You must be signed in to change notification settings - Fork 44
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
Theedge 3710: Add activation key to image model and add it on image builder request #2360
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2360 +/- ##
==========================================
+ Coverage 62.11% 62.31% +0.20%
==========================================
Files 88 88
Lines 13232 13244 +12
==========================================
+ Hits 8219 8253 +34
+ Misses 4336 4312 -24
- Partials 677 679 +2 ☔ View full report in Codecov by Sentry. |
/retest |
1 similar comment
/retest |
/rebase |
This pull request is now in conflicts. Could you fix it @adeliaferreira? 🙏 |
This pull request needs all conversation threads to be resolved. Could you fix it @adeliaferreira? 🙏 |
…ion key on edge-api Signed-off-by: Adelia Ferreira <[email protected]>
Signed-off-by: Adelia Ferreira <[email protected]>
Signed-off-by: Adelia Ferreira <[email protected]>
…uration for the new image Signed-off-by: Adelia Ferreira <[email protected]>
463bc1f
to
23f948a
Compare
@ldjebran I made all the changes that you mentioned on the review and we sync on the slack about change BaseURL and Server URL to config, let me know if I missed something, but I feel it's ready to go on this one. |
missing related changes to deploy/clowdapp.yaml |
missing unit-test |
/retest |
Signed-off-by: Adelia Ferreira <[email protected]>
Signed-off-by: Adelia Ferreira <[email protected]>
… clowapp.yaml Signed-off-by: Adelia Ferreira <[email protected]>
… object to image-builder Signed-off-by: Adelia Ferreira <[email protected]>
/retest |
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
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
Description
This PR will add the activation key model to image model, save it on database after received it though api and include it inside customizations object on image builder client communication.
FIXES: THEEDGE-3710
Type of change
What is it?