SlideShare a Scribd company logo
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

More Related Content

Similar to Sprint 208

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

Similar to 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
 

More from ManageIQ

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

More from ManageIQ (16)

ManageIQ - Sprint 237 Review - Slide Deck
ManageIQ - Sprint 237 Review - Slide DeckManageIQ - Sprint 237 Review - Slide Deck
ManageIQ - Sprint 237 Review - Slide Deck
 
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
 

Recently uploaded

Enhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdf
Enhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdfEnhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdf
Enhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdf
Jay Das
 
Enhancing Research Orchestration Capabilities at ORNL.pdf
Enhancing Research Orchestration Capabilities at ORNL.pdfEnhancing Research Orchestration Capabilities at ORNL.pdf
Enhancing Research Orchestration Capabilities at ORNL.pdf
Globus
 
SOCRadar Research Team: Latest Activities of IntelBroker
SOCRadar Research Team: Latest Activities of IntelBrokerSOCRadar Research Team: Latest Activities of IntelBroker
SOCRadar Research Team: Latest Activities of IntelBroker
SOCRadar
 
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
informapgpstrackings
 
Navigating the Metaverse: A Journey into Virtual Evolution"
Navigating the Metaverse: A Journey into Virtual Evolution"Navigating the Metaverse: A Journey into Virtual Evolution"
Navigating the Metaverse: A Journey into Virtual Evolution"
Donna Lenk
 
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Globus
 
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
Juraj Vysvader
 
Cracking the code review at SpringIO 2024
Cracking the code review at SpringIO 2024Cracking the code review at SpringIO 2024
Cracking the code review at SpringIO 2024
Paco van Beckhoven
 
Providing Globus Services to Users of JASMIN for Environmental Data Analysis
Providing Globus Services to Users of JASMIN for Environmental Data AnalysisProviding Globus Services to Users of JASMIN for Environmental Data Analysis
Providing Globus Services to Users of JASMIN for Environmental Data Analysis
Globus
 
A Comprehensive Look at Generative AI in Retail App Testing.pdf
A Comprehensive Look at Generative AI in Retail App Testing.pdfA Comprehensive Look at Generative AI in Retail App Testing.pdf
A Comprehensive Look at Generative AI in Retail App Testing.pdf
kalichargn70th171
 
top nidhi software solution freedownload
top nidhi software solution freedownloadtop nidhi software solution freedownload
top nidhi software solution freedownload
vrstrong314
 
Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024
Globus
 
Corporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMSCorporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMS
Tendenci - The Open Source AMS (Association Management Software)
 
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Globus
 
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdfDominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
AMB-Review
 
GlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote sessionGlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote session
Globus
 
A Sighting of filterA in Typelevel Rite of Passage
A Sighting of filterA in Typelevel Rite of PassageA Sighting of filterA in Typelevel Rite of Passage
A Sighting of filterA in Typelevel Rite of Passage
Philip Schwarz
 
Globus Connect Server Deep Dive - GlobusWorld 2024
Globus Connect Server Deep Dive - GlobusWorld 2024Globus Connect Server Deep Dive - GlobusWorld 2024
Globus Connect Server Deep Dive - GlobusWorld 2024
Globus
 
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Shahin Sheidaei
 
OpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoam
OpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoamOpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoam
OpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoam
takuyayamamoto1800
 

Recently uploaded (20)

Enhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdf
Enhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdfEnhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdf
Enhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdf
 
Enhancing Research Orchestration Capabilities at ORNL.pdf
Enhancing Research Orchestration Capabilities at ORNL.pdfEnhancing Research Orchestration Capabilities at ORNL.pdf
Enhancing Research Orchestration Capabilities at ORNL.pdf
 
SOCRadar Research Team: Latest Activities of IntelBroker
SOCRadar Research Team: Latest Activities of IntelBrokerSOCRadar Research Team: Latest Activities of IntelBroker
SOCRadar Research Team: Latest Activities of IntelBroker
 
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
 
Navigating the Metaverse: A Journey into Virtual Evolution"
Navigating the Metaverse: A Journey into Virtual Evolution"Navigating the Metaverse: A Journey into Virtual Evolution"
Navigating the Metaverse: A Journey into Virtual Evolution"
 
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
 
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
 
Cracking the code review at SpringIO 2024
Cracking the code review at SpringIO 2024Cracking the code review at SpringIO 2024
Cracking the code review at SpringIO 2024
 
Providing Globus Services to Users of JASMIN for Environmental Data Analysis
Providing Globus Services to Users of JASMIN for Environmental Data AnalysisProviding Globus Services to Users of JASMIN for Environmental Data Analysis
Providing Globus Services to Users of JASMIN for Environmental Data Analysis
 
A Comprehensive Look at Generative AI in Retail App Testing.pdf
A Comprehensive Look at Generative AI in Retail App Testing.pdfA Comprehensive Look at Generative AI in Retail App Testing.pdf
A Comprehensive Look at Generative AI in Retail App Testing.pdf
 
top nidhi software solution freedownload
top nidhi software solution freedownloadtop nidhi software solution freedownload
top nidhi software solution freedownload
 
Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024
 
Corporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMSCorporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMS
 
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...
 
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdfDominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
 
GlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote sessionGlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote session
 
A Sighting of filterA in Typelevel Rite of Passage
A Sighting of filterA in Typelevel Rite of PassageA Sighting of filterA in Typelevel Rite of Passage
A Sighting of filterA in Typelevel Rite of Passage
 
Globus Connect Server Deep Dive - GlobusWorld 2024
Globus Connect Server Deep Dive - GlobusWorld 2024Globus Connect Server Deep Dive - GlobusWorld 2024
Globus Connect Server Deep Dive - GlobusWorld 2024
 
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
 
OpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoam
OpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoamOpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoam
OpenFOAM solver for Helmholtz equation, helmholtzFoam / helmholtzBubbleFoam
 

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