SlideShare una empresa de Scribd logo
1 de 26
SPRINT 207 REVIEW
Ending March 6, 2023
March 8, 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. Convert Company tags contents from HAML to React (manageiq-ui-classic#8607)
2. Additional timeline filters (manageiq-ui-classic#8642)
3. Capabilities fields modification and parsing (manageiq-ui-classic#8656)
4. Fixing a Typo (manageiq-ui-classic#8658)
5. Host initiator name length validation (manageiq-ui-classic#8680)
Bugs
1. Fix for chargeback saved reports with undefined method (manageiq-ui-
classic#8674)
2. Order Container#hourly_metrics for widgets (manageiq-ui-classic#8676)
3. Volume create basic mode: validate chosen service has attached resources
(manageiq-ui-classic#8632)
4. Link component redirects correctly now (manageiq-ui-classic#8667)
5. Fix for provider dashboard page where items were not being loaded (manageiq-ui-
classic#8673)
Test
1. Fix javascript specs by moving to new Chrome headless mode (manageiq-ui-
classic#8663)
2. Add handling of older Chrome versions in jasmine specs (manageiq-ui-
classic#8665)
3. Fix spec:javascript issue with getting the fixtures (manageiq-ui-classic#8669)
Internationalization
1. JSON translations fixes from core PR 22389 (manageiq-ui-
classic#8679)
2. Update UI json translations based on core 22354 (manageiq-
ui-classic#8652)
3. po_to_json using ManageIQ/manageiq#22378 (manageiq-ui-
classic#8668)
Security Fix
1. Regenerated yarn.lock file (manageiq-ui-classic#8677)
2. Regenerated yarn.lock file (manageiq-ui-service#1829)
3. Bumping moment-timezone to latest (manageiq-ui-
service#1828)
4. Bump mocha to latest version ^10.2.0 (manageiq-ui-
service#1830)
5. Locking moment to ~2.29.4 (manageiq-ui-service#1831)
Other
3. Refactor build_audit_* methods and reuse password masking
from core (manageiq-ui-classic#8659)
4. Removing resolutions (manageiq-ui-service#1832)
5. React Schedule Component refactor (manageiq-ui-
classic#8648)
6
Convert Company tags contents from HAML to React (manageiq-ui-classic#8607)
UI
(Melody Seda)
7
Additional timeline filters (manageiq-ui-classic#8642)
UI
(Melody Seda)
8
Capabilities fields modification and parsing (manageiq-ui-classic#8656)
UI
(Melody Seda)
9
Fixing a Typo (manageiq-ui-classic#8658)
UI
(Melody Seda)
10
host initiator name length validation (manageiq-ui-classic#8680)
UI
(Melody Seda)
11
Fix for chargeback saved reports with undefined method (manageiq-ui-classic#8674)
UI
(Melody Seda)
12
Order Container#hourly_metrics for widgets (manageiq-ui-classic#8676)
UI
(Melody Seda)
13
volume create basic mode: validate chosen service has attached resources (manageiq-ui-classic#8632)
UI
(Melody Seda)
14
Link component redirects correctly now (manageiq-ui-classic#8667)
UI
(Melody Seda)
15
Fix for provider dashboard page where items were not being loaded (manageiq-ui-classic#8673)
UI
(Melody Seda)
16
Internationalization
Security Fix
UI
(Melody Seda)
1. JSON translations fixes from core PR 22389 (manageiq-ui-classic#8679)
1. Update UI json translations based on core 22354 (manageiq-ui-classic#8652)
1. po_to_json using ManageIQ/manageiq#22378 (manageiq-ui-classic#8668)
1. Regenerated yarn.lock file (manageiq-ui-classic#8677)
1. Regenerated yarn.lock file (manageiq-ui-service#1829)
1. Bumping moment-timezone to latest (manageiq-ui-service#1828)
1. Bump mocha to latest version ^10.2.0 (manageiq-ui-service#1830)
1. Locking moment to ~2.29.4 (manageiq-ui-service#1831)
17
Test
Other
UI
(Melody Seda)
1. Fix javascript specs by moving to new Chrome headless mode (manageiq-ui-classic#8663)
1. Add handling of older Chrome versions in jasmine specs (manageiq-ui-classic#8665)
1. Fix spec:javascript issue with getting the fixtures (manageiq-ui-classic#8669)
1. Refactor build_audit_* methods and reuse password masking from core (manageiq-ui-
classic#8659)
1. Removing resolutions (manageiq-ui-service#1832)
18
Others
UI
(Melody Seda)
3. React Schedule Component refactor (manageiq-ui-classic#8648)
19
Core
● Fix additional_regions added via settings (#22375)
● Handle nil additional_regions after core refactoring (#22386)
● Add host_initiator group update/delete methods (#22353)
AutoSDE
● Implement volume clone (#215)
● Implement host initiator group CRUD operations (#208)
● Refactor physical storage capabilities collection (#213)
● Improve post-create refresh of multiple volumes (#201)
PROVIDERS
(Adam Grare)
20
IBM PowerVC
● Implement service catalog support (#80)
Openstack
● Use default verify_credentials implementation (#839)
Ovirt
● Fix passing CA certificate via DDF parameters (#633)
PROVIDERS
(Adam Grare)
21
Red Hat Virtualization
● Delete the OVN/NetworkManager Event Catcher (#23)
VMware
● Make “ws” the default host credential type (#859)
● Set the VMwareWebService.logger to $vim_log (#860)
● Fix positional -> kwargs in delete_snapshot for SSA (#862)
● Fix logging in VixDiskLib (vmware_web_service#119, vmware_web_service#121)
● Fix URI.escape issue with ruby3 (vmware_web_service#120)
PROVIDERS
(Adam Grare)
22
Enhancements
● Reduce filtering for pagination in Rbac.search manageiq#22303
● Change password filtering/masking to support partial matches manageiq#22372
● Kafka broker health checks from evmserver/orchestrator manageiq#22333
● Host validation manageiq#22336
● Move ems event specifics for event_groups and friends to EmsEvent manageiq#22376
● Translations for Feb.10 English PO file manageiq#22378
● Cleanup old/stale postgres version and installation instructions guides#514
● Extract MiqExpression#expression_prep from preprocess_for_sql manageiq#22356
● Remove Host discovery from core manageiq#22334
PLATFORM
(Joe Rafaniello)
23
Bugs
● Fix MiqProvisionVirtWorkflow.from_ws user argument manageiq-automation_engine#524
● Updated some translation after ICT pass 1 on 03/03 manageiq#22389
● Handle nil additional_regions manageiq#22386
● Fix additional regions added via settings manageiq#22375
● Fix event stream filtering so we can filter by ems event or miq event (policy) manageiq#22361
● MiqExpression#to_ruby Date bug fix and speed improvements manageiq#22358
PLATFORM
(Joe Rafaniello)
24
Enhancements
● Add HostInitiatorGroups delete and update #1201 (@Lauferin)
● Remove oVirt provider code loading in specs #1206 (@nasark)
● Fix to no longer log some password #1207 (@fryguy)
● Fix CloudVolume specs on clone support #1208 (@agrare)
API
(Keenan Brock)
25
Questions? Discussion?
Sprint 208 Review - March 22, 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

Más contenido relacionado

Similar a Sprint 207 (20)

Sprint 222
Sprint 222Sprint 222
Sprint 222
 
Sprint 194
Sprint 194Sprint 194
Sprint 194
 
Sprint 226
Sprint 226Sprint 226
Sprint 226
 
Sprint 204
Sprint 204Sprint 204
Sprint 204
 
ManageIQ - Sprint 230 Review - Slide Deck
ManageIQ - Sprint 230 Review - Slide DeckManageIQ - Sprint 230 Review - Slide Deck
ManageIQ - Sprint 230 Review - Slide Deck
 
Sprint 213
Sprint 213Sprint 213
Sprint 213
 
Sprint 215
Sprint 215Sprint 215
Sprint 215
 
ManageIQ - Sprint 233 Review - Slide Deck
ManageIQ - Sprint 233 Review - Slide DeckManageIQ - Sprint 233 Review - Slide Deck
ManageIQ - Sprint 233 Review - Slide Deck
 
Sprint 193
Sprint 193Sprint 193
Sprint 193
 
Sprint 216
Sprint 216Sprint 216
Sprint 216
 
Sprint 214
Sprint 214Sprint 214
Sprint 214
 
Sprint 221
Sprint 221Sprint 221
Sprint 221
 
ManageIQ - Sprint 229 Review - Slide Deck
ManageIQ - Sprint 229 Review - Slide DeckManageIQ - Sprint 229 Review - Slide Deck
ManageIQ - Sprint 229 Review - Slide Deck
 
Sprint 195
Sprint 195Sprint 195
Sprint 195
 
ManageIQ - Sprint 228 Review - Slide Deck
ManageIQ - Sprint 228 Review - Slide DeckManageIQ - Sprint 228 Review - Slide Deck
ManageIQ - Sprint 228 Review - Slide Deck
 
Sprint 210
Sprint 210Sprint 210
Sprint 210
 
Sprint 197
Sprint 197Sprint 197
Sprint 197
 
Sprint 199
Sprint 199Sprint 199
Sprint 199
 
ManageIQ - Sprint 235 Review - Slide Deck
ManageIQ - Sprint 235 Review - Slide DeckManageIQ - Sprint 235 Review - Slide Deck
ManageIQ - Sprint 235 Review - Slide Deck
 
Sprint 189
Sprint 189Sprint 189
Sprint 189
 

Más de ManageIQ (10)

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 232 Review - Slide Deck
ManageIQ - Sprint 232 Review - Slide DeckManageIQ - Sprint 232 Review - Slide Deck
ManageIQ - Sprint 232 Review - Slide Deck
 
ManageIQ - Sprint 231 Review - Slide Deck
ManageIQ - Sprint 231 Review - Slide DeckManageIQ - Sprint 231 Review - Slide Deck
ManageIQ - Sprint 231 Review - Slide Deck
 
Sprint 227
Sprint 227Sprint 227
Sprint 227
 
Sprint 225
Sprint 225Sprint 225
Sprint 225
 
Sprint 223
Sprint 223Sprint 223
Sprint 223
 
Sprint 220
Sprint 220Sprint 220
Sprint 220
 
Sprint 218
Sprint 218Sprint 218
Sprint 218
 
Sprint 217
Sprint 217Sprint 217
Sprint 217
 

Último

CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
anilsa9823
 
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
 

Último (20)

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
 
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 ...
 
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...
 
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
 
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
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.js
 
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 ...
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
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
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.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
 
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
 
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
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
 
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...
 
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-...
 
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
 
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 ☂️
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 

Sprint 207

  • 1. SPRINT 207 REVIEW Ending March 6, 2023 March 8, 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. Convert Company tags contents from HAML to React (manageiq-ui-classic#8607) 2. Additional timeline filters (manageiq-ui-classic#8642) 3. Capabilities fields modification and parsing (manageiq-ui-classic#8656) 4. Fixing a Typo (manageiq-ui-classic#8658) 5. Host initiator name length validation (manageiq-ui-classic#8680) Bugs 1. Fix for chargeback saved reports with undefined method (manageiq-ui- classic#8674) 2. Order Container#hourly_metrics for widgets (manageiq-ui-classic#8676) 3. Volume create basic mode: validate chosen service has attached resources (manageiq-ui-classic#8632) 4. Link component redirects correctly now (manageiq-ui-classic#8667) 5. Fix for provider dashboard page where items were not being loaded (manageiq-ui- classic#8673) Test 1. Fix javascript specs by moving to new Chrome headless mode (manageiq-ui- classic#8663) 2. Add handling of older Chrome versions in jasmine specs (manageiq-ui- classic#8665) 3. Fix spec:javascript issue with getting the fixtures (manageiq-ui-classic#8669) Internationalization 1. JSON translations fixes from core PR 22389 (manageiq-ui- classic#8679) 2. Update UI json translations based on core 22354 (manageiq- ui-classic#8652) 3. po_to_json using ManageIQ/manageiq#22378 (manageiq-ui- classic#8668) Security Fix 1. Regenerated yarn.lock file (manageiq-ui-classic#8677) 2. Regenerated yarn.lock file (manageiq-ui-service#1829) 3. Bumping moment-timezone to latest (manageiq-ui- service#1828) 4. Bump mocha to latest version ^10.2.0 (manageiq-ui- service#1830) 5. Locking moment to ~2.29.4 (manageiq-ui-service#1831) Other 3. Refactor build_audit_* methods and reuse password masking from core (manageiq-ui-classic#8659) 4. Removing resolutions (manageiq-ui-service#1832) 5. React Schedule Component refactor (manageiq-ui- classic#8648)
  • 6. 6 Convert Company tags contents from HAML to React (manageiq-ui-classic#8607) UI (Melody Seda)
  • 7. 7 Additional timeline filters (manageiq-ui-classic#8642) UI (Melody Seda)
  • 8. 8 Capabilities fields modification and parsing (manageiq-ui-classic#8656) UI (Melody Seda)
  • 9. 9 Fixing a Typo (manageiq-ui-classic#8658) UI (Melody Seda)
  • 10. 10 host initiator name length validation (manageiq-ui-classic#8680) UI (Melody Seda)
  • 11. 11 Fix for chargeback saved reports with undefined method (manageiq-ui-classic#8674) UI (Melody Seda)
  • 12. 12 Order Container#hourly_metrics for widgets (manageiq-ui-classic#8676) UI (Melody Seda)
  • 13. 13 volume create basic mode: validate chosen service has attached resources (manageiq-ui-classic#8632) UI (Melody Seda)
  • 14. 14 Link component redirects correctly now (manageiq-ui-classic#8667) UI (Melody Seda)
  • 15. 15 Fix for provider dashboard page where items were not being loaded (manageiq-ui-classic#8673) UI (Melody Seda)
  • 16. 16 Internationalization Security Fix UI (Melody Seda) 1. JSON translations fixes from core PR 22389 (manageiq-ui-classic#8679) 1. Update UI json translations based on core 22354 (manageiq-ui-classic#8652) 1. po_to_json using ManageIQ/manageiq#22378 (manageiq-ui-classic#8668) 1. Regenerated yarn.lock file (manageiq-ui-classic#8677) 1. Regenerated yarn.lock file (manageiq-ui-service#1829) 1. Bumping moment-timezone to latest (manageiq-ui-service#1828) 1. Bump mocha to latest version ^10.2.0 (manageiq-ui-service#1830) 1. Locking moment to ~2.29.4 (manageiq-ui-service#1831)
  • 17. 17 Test Other UI (Melody Seda) 1. Fix javascript specs by moving to new Chrome headless mode (manageiq-ui-classic#8663) 1. Add handling of older Chrome versions in jasmine specs (manageiq-ui-classic#8665) 1. Fix spec:javascript issue with getting the fixtures (manageiq-ui-classic#8669) 1. Refactor build_audit_* methods and reuse password masking from core (manageiq-ui- classic#8659) 1. Removing resolutions (manageiq-ui-service#1832)
  • 18. 18 Others UI (Melody Seda) 3. React Schedule Component refactor (manageiq-ui-classic#8648)
  • 19. 19 Core ● Fix additional_regions added via settings (#22375) ● Handle nil additional_regions after core refactoring (#22386) ● Add host_initiator group update/delete methods (#22353) AutoSDE ● Implement volume clone (#215) ● Implement host initiator group CRUD operations (#208) ● Refactor physical storage capabilities collection (#213) ● Improve post-create refresh of multiple volumes (#201) PROVIDERS (Adam Grare)
  • 20. 20 IBM PowerVC ● Implement service catalog support (#80) Openstack ● Use default verify_credentials implementation (#839) Ovirt ● Fix passing CA certificate via DDF parameters (#633) PROVIDERS (Adam Grare)
  • 21. 21 Red Hat Virtualization ● Delete the OVN/NetworkManager Event Catcher (#23) VMware ● Make “ws” the default host credential type (#859) ● Set the VMwareWebService.logger to $vim_log (#860) ● Fix positional -> kwargs in delete_snapshot for SSA (#862) ● Fix logging in VixDiskLib (vmware_web_service#119, vmware_web_service#121) ● Fix URI.escape issue with ruby3 (vmware_web_service#120) PROVIDERS (Adam Grare)
  • 22. 22 Enhancements ● Reduce filtering for pagination in Rbac.search manageiq#22303 ● Change password filtering/masking to support partial matches manageiq#22372 ● Kafka broker health checks from evmserver/orchestrator manageiq#22333 ● Host validation manageiq#22336 ● Move ems event specifics for event_groups and friends to EmsEvent manageiq#22376 ● Translations for Feb.10 English PO file manageiq#22378 ● Cleanup old/stale postgres version and installation instructions guides#514 ● Extract MiqExpression#expression_prep from preprocess_for_sql manageiq#22356 ● Remove Host discovery from core manageiq#22334 PLATFORM (Joe Rafaniello)
  • 23. 23 Bugs ● Fix MiqProvisionVirtWorkflow.from_ws user argument manageiq-automation_engine#524 ● Updated some translation after ICT pass 1 on 03/03 manageiq#22389 ● Handle nil additional_regions manageiq#22386 ● Fix additional regions added via settings manageiq#22375 ● Fix event stream filtering so we can filter by ems event or miq event (policy) manageiq#22361 ● MiqExpression#to_ruby Date bug fix and speed improvements manageiq#22358 PLATFORM (Joe Rafaniello)
  • 24. 24 Enhancements ● Add HostInitiatorGroups delete and update #1201 (@Lauferin) ● Remove oVirt provider code loading in specs #1206 (@nasark) ● Fix to no longer log some password #1207 (@fryguy) ● Fix CloudVolume specs on clone support #1208 (@agrare) API (Keenan Brock)
  • 25. 25 Questions? Discussion? Sprint 208 Review - March 22, 2023 Meeting Start: 9:30 am EST https://zoom.us/j/3660261582?pwd=aGNRYVRFQ3kxWU0rZDNvaUdDS0VmZz09