-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add download link of volumes, templates and ISOs to the download event details #10564
base: 4.20
Are you sure you want to change the base?
Conversation
@blueorangutan package |
@bernardodemarco a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 4.20 #10564 +/- ##
=========================================
Coverage 16.00% 16.00%
- Complexity 13104 13105 +1
=========================================
Files 5651 5651
Lines 495843 495867 +24
Branches 60045 60047 +2
=========================================
+ Hits 79363 79372 +9
- Misses 407624 407633 +9
- Partials 8856 8862 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
code lgtm
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 12770 |
@blueorangutan test |
@DaanHoogland a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
[SF] Trillian Build Failed (tid-12683) |
Description
When the download of templates, ISOs and volumes is finished, a download link is generated and displayed to end users in a notification. However, in situations in which the download process takes a large amount of time, the user's authentication session may be expired by inactivity and, thus, the reference to the link gets lost.
Therefore, this PR proposes to add the templates, ISOs and volumes download links to the details of the
TEMPLATE.EXTRACT
,ISO.EXTRACT
andVOLUME.EXTRACT
events, respectively. As a consequence of that, in scenarios that users sessions are expired when downloading such resources, the event details can be accessed by users to retrieve the download link.Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Screenshots (if appropriate):
TEMPLATE.EXTRACT
event details:ISO.EXTRACT
event details:VOLUME.EXTRACT
event details:How Has This Been Tested?
TEMPLATE.EXTRACT
event description is generated with the template download URL.ISO.EXTRACT
event description is generated with the ISO download URL.VOLUME.EXTRACT
event description is generated with the volume download URL.VOLUME.EXTRACT
event description is generated with the volume download URL.VOLUME.EXTRACT
event description is generated with the volume download URL.