SlideShare ist ein Scribd-Unternehmen logo
1 von 29
SPRINT 208 REVIEW
Ending March 20, 2023
March 22, 2023
Meeting Start: 9:30 am EST
2
SPEAKERS
● Overview (Jason Frey)
● UI (Melody Seda)
● Providers (Adam Grare)
● Platform (Joe Rafaniello)
● API (Keenan Brock)
3
4
5
UI
(Melody Seda)
Enhancements
1. Settings map tabs list conversion from HAML to react (manageiq-ui-classic/8644)
2. Live migrate form angular to react conversion (manageiq-ui-classic/8672)
3. Evacuate form angular to react conversion (manageiq-ui-classic/8682)
4. Server summary conversion from HAML to React (manageiq-ui-classic/8691)
5. Schedule summary conversion from HAML to React (manageiq-ui-classic/8686)
6. Users summary conversion from HAML to React (manageiq-ui-classic/8704)
Bugs
1. Fixed users dropdown + adds spec tests (manageiq-ui-classic/8684)
2. Fix summary label wrapping for long text without spaces (manageiq-ui-classic/8713)
3. Correct Missing Service Summary Tabs (manageiq-ui-classic/8711)
4. Fix forbidden pages notification (manageiq-ui-classic/8685)
5. Fix forbidden page notifications for configurations page (manageiq-ui-classic/8706)
6. Fixed bug in schedule form (manageiq-ui-classic/8698)
7. Fixing Link Component (manageiq-ui-classic/8697)
8. Fix group switching dropdown visibility (manageiq-ui-classic/8681)
9. Fix for selected item missing in genealogy compare selector (manageiq-ui-classic/8678)
10. Fix empty column in data tables (manageiq-ui-classic/8660)
Other
1. Bump caniuse-lite (manageiq-ui-classic/8692)
2. Add big banner around the app controller default
error handler (manageiq-ui-classic/8694)
3. Updated po_to_json from core 22399
(manageiq-ui-classic/8696)
4. Try to catch ui classic security issues before
they're merged (manageiq-ui-classic/8703)
5. Changing backticks to single quotes (manageiq-
ui-classic/8705)
6
Settings map tabs list conversion from HAML to react (manageiq-ui-classic/8644)
UI
(Melody Seda)
7
Live migrate form angular to react conversion (manageiq-ui-classic/8672)
UI
(Melody Seda)
8
Evacuate form angular to react conversion (manageiq-ui-classic/8682)
UI
(Melody Seda)
9
Server summary conversion from HAML to React (manageiq-ui-classic/8691)
UI
(Melody Seda)
10
Schedule summary conversion from HAML to React (manageiq-ui-classic/8686)
UI
(Melody Seda)
11
Users summary conversion from HAML to React (manageiq-ui-classic/8704)
UI
(Melody Seda)
12
Fixed users dropdown + adds spec tests (manageiq-ui-classic/8684)
UI
(Melody Seda)
13
Fix summary label wrapping for long text without spaces (manageiq-ui-classic/8713)
UI
(Melody Seda)
14
Correct Missing Service Summary Tabs (manageiq-ui-classic/8711)
UI
(Melody Seda)
15
Fix forbidden pages notification (manageiq-ui-classic/8685)
Fix forbidden page notifications for configurations page (manageiq-ui-classic/8706)
UI
(Melody Seda)
16
Fixed bug in schedule form (manageiq-ui-classic/8698)
UI
(Melody Seda)
17
Fixing Link Component (manageiq-ui-classic/8697)
UI
(Melody Seda)
18
Fix group switching dropdown visibility (manageiq-ui-classic/8681)
UI
(Melody Seda)
19
Fix for selected item missing in genealogy compare selector (manageiq-ui-classic/8678)
UI
(Melody Seda)
20
Fix empty column in data tables (manageiq-ui-classic/8660)
UI
(Melody Seda)
21
Other
UI
(Melody Seda)
1. Bump caniuse-lite (manageiq-ui-classic/8692)
1. Add big banner around the app controller default error handler (manageiq-ui-classic/8694)
1. Updated po_to_json from core 22399 (manageiq-ui-classic/8696)
2. Try to catch ui classic security issues before they're merged (manageiq-ui-classic/8703)
1. Changing backticks to single quotes (manageiq-ui-classic/8705)
22
Core
● Add StorageService to list of acceptable refresh targets (#22404)
● Add core CRUD methods for cloud volume snapshots (#22359)
● Add a refresh_target method for simpler overrides in EmsRefreshWorkflow (#22254)
● Drop remaining SCVMM/Hyper-V references (#22413)
AutoSDE
● Queue targeted refresh after deleting a storage service (#220)
● Select storage resources when creating a storage service (#214)
● Add system type to physical storage asset details (#205)
● Pass capabilities when creating a physical storage (#204)
PROVIDERS
(Adam Grare)
23
Azure
● Delete an unused VCR cassette from the old refresh method (#533)
IBM CIC
● Add Service Catalog provisioning support (#31)
IBM Cloud
● Fix typo requiring “logging” not “logger” (#447)
PROVIDERS
(Adam Grare)
24
OpenStack
● Add DDF params_for_update to Ironic Hosts (#836)
● Allow for overriding of the ProvisionWorkflow class by inherited providers (#840)
Ovirt/RHV
● Use the default verify_credentials method for hosts (#634)
● Add DDF params_for_update to Ovirt/RHV hosts (#636)
● Stop the OVN Event Catcher from running on petrosian (#25)
VMware
● Add DDF params_for_update to ESX hosts (#851)
● Bump VMwareWebService for SSA fixes (#863)
PROVIDERS
(Adam Grare)
25
Enhancements
● Humanizing Chart data like Table does in Reports manageiq#22407
● Better ansible runner detection manageiq#22420
● Add virtual delegates for frequently used event stream API columns manageiq#22398
● Drop scvmm/hyperv references since it was dropped in #22279 manageiq#22413
● Do not specify the locale when creating a database guides#515
● Add nobest to deal with ansible 5/6 upgrade issues manageiq-appliance-build#540
● Remove old brakeman patch/Repatch for engine support manageiq#22403
PLATFORM
(Joe Rafaniello)
26
Bugs
● Updated some translation after ICT pass 2 on 03/10 manageiq#22399
● Fix ansible-runner path detection manageiq#22414
● Update rack and rails for multiple CVEs manageiq#22412 manageiq#22395
● Fix code scanning issue with IO.open manageiq#22410
● Fix go 1.20 build issues manageiq-pods#948
● Fix sporadic test failure manageiq-appliance_console#204
PLATFORM
(Joe Rafaniello)
27
Enhancements
● Add Host#verify_credentials #1202 @kbrock
● Fix Provider#verify_credentials #1211 @kbrock
● Added StorageServices#OPTIONS #1215 @OrGur1987
Testing
● Fix memcached specs in cross repo #1212 manageiq-cross_repo#98 @fryguy
● Added security test suite #1213 @jrafanie
● use stub_settings_merge #1210 @kbrock
API
(Keenan Brock)
28
Questions? Discussion?
Sprint 209 Review - April 5, 2023
Meeting Start: 9:30 am EST
https://zoom.us/j/3660261582?pwd=aGNRYVRFQ3kxWU0rZDNvaUdDS0VmZz09
THANK YOU
manageiq.org github.com/ManageIQ
twitter.com/ManageIQ
gitter.im/ManageIQ/manageiq
facebook.com/manageiq
github.com/ManageIQ/manageiq/discussions
youtube.com/user/ManageIQVideo
linkedin.com/company/manageiq

Weitere Àhnliche Inhalte

Ähnlich wie Sprint 208

Sprint 194
Sprint 194Sprint 194
Sprint 194ManageIQ
 
Sprint 197
Sprint 197Sprint 197
Sprint 197ManageIQ
 
Sprint 193
Sprint 193Sprint 193
Sprint 193ManageIQ
 
Sprint 215
Sprint 215Sprint 215
Sprint 215ManageIQ
 
ManageIQ - Sprint 230 Review - Slide Deck
ManageIQ - Sprint 230 Review - Slide DeckManageIQ - Sprint 230 Review - Slide Deck
ManageIQ - Sprint 230 Review - Slide DeckManageIQ
 
Sprint 217
Sprint 217Sprint 217
Sprint 217ManageIQ
 
Sprint 219
Sprint 219Sprint 219
Sprint 219ManageIQ
 
ManageIQ - Sprint 231 Review - Slide Deck
ManageIQ - Sprint 231 Review - Slide DeckManageIQ - Sprint 231 Review - Slide Deck
ManageIQ - Sprint 231 Review - Slide DeckManageIQ
 
ManageIQ - Sprint 229 Review - Slide Deck
ManageIQ - Sprint 229 Review - Slide DeckManageIQ - Sprint 229 Review - Slide Deck
ManageIQ - Sprint 229 Review - Slide DeckManageIQ
 
Sprint 213
Sprint 213Sprint 213
Sprint 213ManageIQ
 
Sprint 176
Sprint 176Sprint 176
Sprint 176ManageIQ
 
Sprint 200
Sprint 200Sprint 200
Sprint 200ManageIQ
 
Sprint 189
Sprint 189Sprint 189
Sprint 189ManageIQ
 
Sprint 202
Sprint 202Sprint 202
Sprint 202ManageIQ
 
Sprint 171
Sprint 171Sprint 171
Sprint 171ManageIQ
 
ManageIQ - Sprint 235 Review - Slide Deck
ManageIQ - Sprint 235 Review - Slide DeckManageIQ - Sprint 235 Review - Slide Deck
ManageIQ - Sprint 235 Review - Slide DeckManageIQ
 
Sprint 175
Sprint 175Sprint 175
Sprint 175ManageIQ
 
Sprint 216
Sprint 216Sprint 216
Sprint 216ManageIQ
 
Sprint 162
Sprint 162Sprint 162
Sprint 162ManageIQ
 
Sprint 198
Sprint 198Sprint 198
Sprint 198ManageIQ
 

Ähnlich wie Sprint 208 (20)

Sprint 194
Sprint 194Sprint 194
Sprint 194
 
Sprint 197
Sprint 197Sprint 197
Sprint 197
 
Sprint 193
Sprint 193Sprint 193
Sprint 193
 
Sprint 215
Sprint 215Sprint 215
Sprint 215
 
ManageIQ - Sprint 230 Review - Slide Deck
ManageIQ - Sprint 230 Review - Slide DeckManageIQ - Sprint 230 Review - Slide Deck
ManageIQ - Sprint 230 Review - Slide Deck
 
Sprint 217
Sprint 217Sprint 217
Sprint 217
 
Sprint 219
Sprint 219Sprint 219
Sprint 219
 
ManageIQ - Sprint 231 Review - Slide Deck
ManageIQ - Sprint 231 Review - Slide DeckManageIQ - Sprint 231 Review - Slide Deck
ManageIQ - Sprint 231 Review - Slide Deck
 
ManageIQ - Sprint 229 Review - Slide Deck
ManageIQ - Sprint 229 Review - Slide DeckManageIQ - Sprint 229 Review - Slide Deck
ManageIQ - Sprint 229 Review - Slide Deck
 
Sprint 213
Sprint 213Sprint 213
Sprint 213
 
Sprint 176
Sprint 176Sprint 176
Sprint 176
 
Sprint 200
Sprint 200Sprint 200
Sprint 200
 
Sprint 189
Sprint 189Sprint 189
Sprint 189
 
Sprint 202
Sprint 202Sprint 202
Sprint 202
 
Sprint 171
Sprint 171Sprint 171
Sprint 171
 
ManageIQ - Sprint 235 Review - Slide Deck
ManageIQ - Sprint 235 Review - Slide DeckManageIQ - Sprint 235 Review - Slide Deck
ManageIQ - Sprint 235 Review - Slide Deck
 
Sprint 175
Sprint 175Sprint 175
Sprint 175
 
Sprint 216
Sprint 216Sprint 216
Sprint 216
 
Sprint 162
Sprint 162Sprint 162
Sprint 162
 
Sprint 198
Sprint 198Sprint 198
Sprint 198
 

Mehr von ManageIQ

ManageIQ - Sprint 236 Review - Slide Deck
ManageIQ - Sprint 236 Review - Slide DeckManageIQ - Sprint 236 Review - Slide Deck
ManageIQ - Sprint 236 Review - Slide DeckManageIQ
 
ManageIQ - Sprint 234 Review - Slide Deck
ManageIQ - Sprint 234 Review - Slide DeckManageIQ - Sprint 234 Review - Slide Deck
ManageIQ - Sprint 234 Review - Slide DeckManageIQ
 
ManageIQ - Sprint 233 Review - Slide Deck
ManageIQ - Sprint 233 Review - Slide DeckManageIQ - Sprint 233 Review - Slide Deck
ManageIQ - Sprint 233 Review - Slide DeckManageIQ
 
ManageIQ - Sprint 232 Review - Slide Deck
ManageIQ - Sprint 232 Review - Slide DeckManageIQ - Sprint 232 Review - Slide Deck
ManageIQ - Sprint 232 Review - Slide DeckManageIQ
 
ManageIQ - Sprint 228 Review - Slide Deck
ManageIQ - Sprint 228 Review - Slide DeckManageIQ - Sprint 228 Review - Slide Deck
ManageIQ - Sprint 228 Review - Slide DeckManageIQ
 
Sprint 227
Sprint 227Sprint 227
Sprint 227ManageIQ
 
Sprint 226
Sprint 226Sprint 226
Sprint 226ManageIQ
 
Sprint 225
Sprint 225Sprint 225
Sprint 225ManageIQ
 
Sprint 224
Sprint 224Sprint 224
Sprint 224ManageIQ
 
Sprint 223
Sprint 223Sprint 223
Sprint 223ManageIQ
 
Sprint 222
Sprint 222Sprint 222
Sprint 222ManageIQ
 
Sprint 221
Sprint 221Sprint 221
Sprint 221ManageIQ
 
Sprint 220
Sprint 220Sprint 220
Sprint 220ManageIQ
 
Sprint 218
Sprint 218Sprint 218
Sprint 218ManageIQ
 
Sprint 214
Sprint 214Sprint 214
Sprint 214ManageIQ
 

Mehr von ManageIQ (15)

ManageIQ - Sprint 236 Review - Slide Deck
ManageIQ - Sprint 236 Review - Slide DeckManageIQ - Sprint 236 Review - Slide Deck
ManageIQ - Sprint 236 Review - Slide Deck
 
ManageIQ - Sprint 234 Review - Slide Deck
ManageIQ - Sprint 234 Review - Slide DeckManageIQ - Sprint 234 Review - Slide Deck
ManageIQ - Sprint 234 Review - Slide Deck
 
ManageIQ - Sprint 233 Review - Slide Deck
ManageIQ - Sprint 233 Review - Slide DeckManageIQ - Sprint 233 Review - Slide Deck
ManageIQ - Sprint 233 Review - Slide Deck
 
ManageIQ - Sprint 232 Review - Slide Deck
ManageIQ - Sprint 232 Review - Slide DeckManageIQ - Sprint 232 Review - Slide Deck
ManageIQ - Sprint 232 Review - Slide Deck
 
ManageIQ - Sprint 228 Review - Slide Deck
ManageIQ - Sprint 228 Review - Slide DeckManageIQ - Sprint 228 Review - Slide Deck
ManageIQ - Sprint 228 Review - Slide Deck
 
Sprint 227
Sprint 227Sprint 227
Sprint 227
 
Sprint 226
Sprint 226Sprint 226
Sprint 226
 
Sprint 225
Sprint 225Sprint 225
Sprint 225
 
Sprint 224
Sprint 224Sprint 224
Sprint 224
 
Sprint 223
Sprint 223Sprint 223
Sprint 223
 
Sprint 222
Sprint 222Sprint 222
Sprint 222
 
Sprint 221
Sprint 221Sprint 221
Sprint 221
 
Sprint 220
Sprint 220Sprint 220
Sprint 220
 
Sprint 218
Sprint 218Sprint 218
Sprint 218
 
Sprint 214
Sprint 214Sprint 214
Sprint 214
 

KĂŒrzlich hochgeladen

Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxbodapatigopi8531
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerThousandEyes
 
call girls in Vaishali (Ghaziabad) 🔝 >àŒ’8448380779 🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïž
call girls in Vaishali (Ghaziabad) 🔝 >àŒ’8448380779 🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïžcall girls in Vaishali (Ghaziabad) 🔝 >àŒ’8448380779 🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïž
call girls in Vaishali (Ghaziabad) 🔝 >àŒ’8448380779 🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïžDelhi Call girls
 
CALL ON ➄8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂
CALL ON ➄8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂CALL ON ➄8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂
CALL ON ➄8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂anilsa9823
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...Health
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto GonzĂĄlez Trastoy
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionSolGuruz
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Steffen Staab
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...OnePlan Solutions
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxComplianceQuest1
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...panagenda
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 

KĂŒrzlich hochgeladen (20)

Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
call girls in Vaishali (Ghaziabad) 🔝 >àŒ’8448380779 🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïž
call girls in Vaishali (Ghaziabad) 🔝 >àŒ’8448380779 🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïžcall girls in Vaishali (Ghaziabad) 🔝 >àŒ’8448380779 🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïž
call girls in Vaishali (Ghaziabad) 🔝 >àŒ’8448380779 🔝 genuine Escort Service đŸ”âœ”ïžâœ”ïž
 
CALL ON ➄8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂
CALL ON ➄8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂CALL ON ➄8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂
CALL ON ➄8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with Precision
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
Vip Call Girls Noida âžĄïž Delhi âžĄïž 9999965857 No Advance 24HRS Live
Vip Call Girls Noida âžĄïž Delhi âžĄïž 9999965857 No Advance 24HRS LiveVip Call Girls Noida âžĄïž Delhi âžĄïž 9999965857 No Advance 24HRS Live
Vip Call Girls Noida âžĄïž Delhi âžĄïž 9999965857 No Advance 24HRS Live
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 

Sprint 208

  • 1. SPRINT 208 REVIEW Ending March 20, 2023 March 22, 2023 Meeting Start: 9:30 am EST
  • 2. 2 SPEAKERS ● Overview (Jason Frey) ● UI (Melody Seda) ● Providers (Adam Grare) ● Platform (Joe Rafaniello) ● API (Keenan Brock)
  • 3. 3
  • 4. 4
  • 5. 5 UI (Melody Seda) Enhancements 1. Settings map tabs list conversion from HAML to react (manageiq-ui-classic/8644) 2. Live migrate form angular to react conversion (manageiq-ui-classic/8672) 3. Evacuate form angular to react conversion (manageiq-ui-classic/8682) 4. Server summary conversion from HAML to React (manageiq-ui-classic/8691) 5. Schedule summary conversion from HAML to React (manageiq-ui-classic/8686) 6. Users summary conversion from HAML to React (manageiq-ui-classic/8704) Bugs 1. Fixed users dropdown + adds spec tests (manageiq-ui-classic/8684) 2. Fix summary label wrapping for long text without spaces (manageiq-ui-classic/8713) 3. Correct Missing Service Summary Tabs (manageiq-ui-classic/8711) 4. Fix forbidden pages notification (manageiq-ui-classic/8685) 5. Fix forbidden page notifications for configurations page (manageiq-ui-classic/8706) 6. Fixed bug in schedule form (manageiq-ui-classic/8698) 7. Fixing Link Component (manageiq-ui-classic/8697) 8. Fix group switching dropdown visibility (manageiq-ui-classic/8681) 9. Fix for selected item missing in genealogy compare selector (manageiq-ui-classic/8678) 10. Fix empty column in data tables (manageiq-ui-classic/8660) Other 1. Bump caniuse-lite (manageiq-ui-classic/8692) 2. Add big banner around the app controller default error handler (manageiq-ui-classic/8694) 3. Updated po_to_json from core 22399 (manageiq-ui-classic/8696) 4. Try to catch ui classic security issues before they're merged (manageiq-ui-classic/8703) 5. Changing backticks to single quotes (manageiq- ui-classic/8705)
  • 6. 6 Settings map tabs list conversion from HAML to react (manageiq-ui-classic/8644) UI (Melody Seda)
  • 7. 7 Live migrate form angular to react conversion (manageiq-ui-classic/8672) UI (Melody Seda)
  • 8. 8 Evacuate form angular to react conversion (manageiq-ui-classic/8682) UI (Melody Seda)
  • 9. 9 Server summary conversion from HAML to React (manageiq-ui-classic/8691) UI (Melody Seda)
  • 10. 10 Schedule summary conversion from HAML to React (manageiq-ui-classic/8686) UI (Melody Seda)
  • 11. 11 Users summary conversion from HAML to React (manageiq-ui-classic/8704) UI (Melody Seda)
  • 12. 12 Fixed users dropdown + adds spec tests (manageiq-ui-classic/8684) UI (Melody Seda)
  • 13. 13 Fix summary label wrapping for long text without spaces (manageiq-ui-classic/8713) UI (Melody Seda)
  • 14. 14 Correct Missing Service Summary Tabs (manageiq-ui-classic/8711) UI (Melody Seda)
  • 15. 15 Fix forbidden pages notification (manageiq-ui-classic/8685) Fix forbidden page notifications for configurations page (manageiq-ui-classic/8706) UI (Melody Seda)
  • 16. 16 Fixed bug in schedule form (manageiq-ui-classic/8698) UI (Melody Seda)
  • 17. 17 Fixing Link Component (manageiq-ui-classic/8697) UI (Melody Seda)
  • 18. 18 Fix group switching dropdown visibility (manageiq-ui-classic/8681) UI (Melody Seda)
  • 19. 19 Fix for selected item missing in genealogy compare selector (manageiq-ui-classic/8678) UI (Melody Seda)
  • 20. 20 Fix empty column in data tables (manageiq-ui-classic/8660) UI (Melody Seda)
  • 21. 21 Other UI (Melody Seda) 1. Bump caniuse-lite (manageiq-ui-classic/8692) 1. Add big banner around the app controller default error handler (manageiq-ui-classic/8694) 1. Updated po_to_json from core 22399 (manageiq-ui-classic/8696) 2. Try to catch ui classic security issues before they're merged (manageiq-ui-classic/8703) 1. Changing backticks to single quotes (manageiq-ui-classic/8705)
  • 22. 22 Core ● Add StorageService to list of acceptable refresh targets (#22404) ● Add core CRUD methods for cloud volume snapshots (#22359) ● Add a refresh_target method for simpler overrides in EmsRefreshWorkflow (#22254) ● Drop remaining SCVMM/Hyper-V references (#22413) AutoSDE ● Queue targeted refresh after deleting a storage service (#220) ● Select storage resources when creating a storage service (#214) ● Add system type to physical storage asset details (#205) ● Pass capabilities when creating a physical storage (#204) PROVIDERS (Adam Grare)
  • 23. 23 Azure ● Delete an unused VCR cassette from the old refresh method (#533) IBM CIC ● Add Service Catalog provisioning support (#31) IBM Cloud ● Fix typo requiring “logging” not “logger” (#447) PROVIDERS (Adam Grare)
  • 24. 24 OpenStack ● Add DDF params_for_update to Ironic Hosts (#836) ● Allow for overriding of the ProvisionWorkflow class by inherited providers (#840) Ovirt/RHV ● Use the default verify_credentials method for hosts (#634) ● Add DDF params_for_update to Ovirt/RHV hosts (#636) ● Stop the OVN Event Catcher from running on petrosian (#25) VMware ● Add DDF params_for_update to ESX hosts (#851) ● Bump VMwareWebService for SSA fixes (#863) PROVIDERS (Adam Grare)
  • 25. 25 Enhancements ● Humanizing Chart data like Table does in Reports manageiq#22407 ● Better ansible runner detection manageiq#22420 ● Add virtual delegates for frequently used event stream API columns manageiq#22398 ● Drop scvmm/hyperv references since it was dropped in #22279 manageiq#22413 ● Do not specify the locale when creating a database guides#515 ● Add nobest to deal with ansible 5/6 upgrade issues manageiq-appliance-build#540 ● Remove old brakeman patch/Repatch for engine support manageiq#22403 PLATFORM (Joe Rafaniello)
  • 26. 26 Bugs ● Updated some translation after ICT pass 2 on 03/10 manageiq#22399 ● Fix ansible-runner path detection manageiq#22414 ● Update rack and rails for multiple CVEs manageiq#22412 manageiq#22395 ● Fix code scanning issue with IO.open manageiq#22410 ● Fix go 1.20 build issues manageiq-pods#948 ● Fix sporadic test failure manageiq-appliance_console#204 PLATFORM (Joe Rafaniello)
  • 27. 27 Enhancements ● Add Host#verify_credentials #1202 @kbrock ● Fix Provider#verify_credentials #1211 @kbrock ● Added StorageServices#OPTIONS #1215 @OrGur1987 Testing ● Fix memcached specs in cross repo #1212 manageiq-cross_repo#98 @fryguy ● Added security test suite #1213 @jrafanie ● use stub_settings_merge #1210 @kbrock API (Keenan Brock)
  • 28. 28 Questions? Discussion? Sprint 209 Review - April 5, 2023 Meeting Start: 9:30 am EST https://zoom.us/j/3660261582?pwd=aGNRYVRFQ3kxWU0rZDNvaUdDS0VmZz09