SlideShare a Scribd company logo
1 of 21
SPRINT 200 REVIEW
Ending November 14, 2022
November 16, 2022
Meeting Start: 9:30 am EDT
2
SPEAKERS
● Overview (Jason Frey)
● UI (Jeffrey Bonson)
● Providers (Adam Grare)
● Platform (Joe Rafaniello)
3
4
5
UI
(Jeffrey Bonson)
Bugs
1. Fix undefined method when publishing vm to template (manageiq-ui-classic#8509)
2. Marked String for Translation in Tenant->Manage Quotas (manageiq-ui-classic#8513)
3. rake locale:po_to_json after Nov 4th translations fixes (manageiq-ui-classic#8512)
4. Updated UI json translations to fix bugs found on master (manageiq-ui-classic#8521)
5. Show/hide Physical Server Console button in Physical Infrastructure Servers Summary (manageiq-ui-classic#8507)
Enhancements
1. Catalog edit page tabs conversion from HAML to react (manageiq-ui-classic#8469)
2. Datastore form conversion from angular to react (manageiq-ui-classic#8453)
3. Catalog host grid HAML table conversion to react (manageiq-ui-classic#8470)
4. Output from rake locale:po_to_json on master on Nov21 (manageiq-ui-classic#8504)
5. Timeline Conversion (manageiq-ui-classic#8496)
6. Exporting labels from the timeline form (manageiq-ui-classic#8518)
7. Exporting strings to be translated - Resize page (manageiq-ui-classic#8511)
Technical Debts
1. Removed unused angular retirement code (manageiq-ui-classic#8505)
Others
1. Upgrading nwsapi to ^2.2.1 (manageiq-ui-classic#8514)
2. Updating package minimist to >1.2.6 (manageiq-ui-classic#8519)
6
Fix undefined method when publishing vm to template (manageiq-ui-classic#8509)
UI
(Jeffrey Bonson)
[----] D, [2022-11-07T15:40:18.135567 #21155:59678] DEBUG -- : ExtManagementSystem Inst Including Associations (0.3ms - 1rows)
[----] D, [2022-11-07T15:40:18.136901 #21155:59678] DEBUG -- : Rendered manageiq-ui-classic/app/views/layouts/_flash_msg.html.haml (Duration: 0.0ms |
Allocations: 15)
[----] D, [2022-11-07T15:40:18.185347 #21155:59678] DEBUG -- : Rendered manageiq-ui-classic/app/views/miq_request/_prov_wf.html.haml (Duration: 48.3ms |
Allocations: 10654)
[----] D, [2022-11-07T15:40:18.185550 #21155:59678] DEBUG -- : Rendered manageiq-ui-classic/app/views/miq_request/_prov_edit.html.haml (Duration: 48.8ms |
Allocations: 10834)
[----] F, [2022-11-07T15:40:18.185699 #21155:59678] FATAL -- : Error caught: [ActionView::Template::Error] undefined method `provision_tab_configuration' for
#<ActionView::Base:0x000000000c9a68>
manageiq-ui-classic/app/views/miq_request/_prov_wf.html.haml:8:in
`__home_grare_adam_src_manageiq_manageiq_ui_classic_app_views_miq_request__prov_wf_html_haml___1348596811511768790_411660'
.gem/ruby/3.0.0/gems/actionview-6.1.7/lib/action_view/base.rb:247:in `public_send'
.gem/ruby/3.0.0/gems/actionview-6.1.7/lib/action_view/base.rb:247:in `_run'
.gem/ruby/3.0.0/gems/actionview-6.1.7/lib/action_view/template.rb:154:in `block in render'
7
Marked String for Translation in Tenant->Manage Quotas (manageiq-ui-classic#8513)
UI
(Jeffrey Bonson)
Before After
8
Show/hide Physical Server Console button in Physical Infrastructure Servers Summary
(manageiq-ui-classic#8507)
UI
(Jeffrey Bonson)
After
Before
9
Catalog edit page tabs conversion from HAML to react (manageiq-ui-classic#8469)
UI
(Jeffrey Bonson)
Before
After
10
Datastore form conversion from angular to react (manageiq-ui-classic#8453)
UI
(Jeffrey Bonson)
After
Before
11
Catalog host grid HAML table conversion to react (manageiq-ui-classic#8470)
UI
(Jeffrey Bonson)
After
Before
12
Timeline Conversion (manageiq-ui-classic#8496)
UI
(Jeffrey Bonson)
After
Before
13
Exporting labels from the timeline form (manageiq-ui-classic#8518)
UI
(Jeffrey Bonson)
14
Exporting strings to be translated - Resize page (manageiq-ui-classic#8511)
UI
(Jeffrey Bonson)
15
Technical Debts
1. Removed unused angular retirement code (manageiq-ui-classic#8505)
Others
1. Upgrading nwsapi to ^2.2.1 (manageiq-ui-classic#8514)
2. Updating package minimist to >1.2.6 (manageiq-ui-classic#8519)
UI
(Jeffrey Bonson)
16
Core
● Add PhysicalServer remote console supports feature (#22211)
AutoSDE
● Better handle a response payload with no body (#189)
● Use volume.volume_name for a more user friendly name (#188)
IBM Cloud
● Only allow instance resize for non-SAP type VMs (#432, #433)
● Fix VCR error getting S3 bucket location (#434)
● Remove newlines from ssh public key comment (#430)
PROVIDERS
(Adam Grare)
17
IBM PowerHMC
● Fix binary encoded string in VCR cassette (#117)
● Add shared memory pools as Resource Pools (#115)
● Fix handling of UserTask type events (#116)
Lenovo
● Add supports console to Lenovo Physical Servers (#379)
VMware
● Heartbeat to file for container and process runtimes (#836)
PROVIDERS
(Adam Grare)
18
Enhancements
● Remove line numbers from translation files manageiq#22217 manageiq#22231
● Add a workflow for building the monolithic container manageiq#22192 manageiq-pods#904
● Readiness and Liveness probes for Kafka manageiq-pods#897
● Prefer building in mock rather than a container with rpmbuild manageiq-rpm_build#334
● More postgres 13 support while keeping compatibility with 10 manageiq-appliance_console#192
manageiq-appliance-build#532 manageiq#22129 manageiq-pods#893 manageiq-rpm_build#309
● Heartbeat for non-rails workers manageiq#22208
● Upgrade ansible-runner to 2.3.0 manageiq-rpm_build#333
● Update go dependencies manageiq-pods#912
● Add manual workflow dispatch to build pods manageiq-pods#911
PLATFORM
(Joe Rafaniello)
19
Bugs
● Force the sticky bit on /tmp manageiq-pods#913 manageiq-rpm_build#335
● Several translation fixes manageiq#22207 manageiq#22216 manageiq#22220 manageiq#22219
manageiq#22230
● Force installation and usage of postgresql 13 for appliance rpm manageiq-rpm_build#336
● Remove VimStrings from CustomAttribute#serialized_value manageiq-schema#670
● Handle a nil svc in DrbRemoteInvoker#with_server manageiq-automation_engine#512
● Add logging when filtering alerts manageiq#22226
● Fix missing packages in manageiq-ansible-venv manageiq-rpm_build#331
PLATFORM
(Joe Rafaniello)
20
Questions? Discussion?
Sprint 201 Review - November 30, 2022
Meeting Start: 9:30 am EDT
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 200

Similar to Sprint 200 (20)

Sprint 219
Sprint 219Sprint 219
Sprint 219
 
Sprint 175
Sprint 175Sprint 175
Sprint 175
 
Sprint 173
Sprint 173Sprint 173
Sprint 173
 
Sprint 180
Sprint 180Sprint 180
Sprint 180
 
Sprint 180
Sprint 180Sprint 180
Sprint 180
 
Sprint 179
Sprint 179Sprint 179
Sprint 179
 
Sprint 140
Sprint 140Sprint 140
Sprint 140
 
Sprint 185
Sprint 185Sprint 185
Sprint 185
 
Sprint 194
Sprint 194Sprint 194
Sprint 194
 
Sprint 193
Sprint 193Sprint 193
Sprint 193
 
Sprint 188
Sprint 188Sprint 188
Sprint 188
 
Sprint 176
Sprint 176Sprint 176
Sprint 176
 
Sprint 201
Sprint 201Sprint 201
Sprint 201
 
Sprint 171
Sprint 171Sprint 171
Sprint 171
 
Sprint 183
Sprint 183Sprint 183
Sprint 183
 
Sprint 213
Sprint 213Sprint 213
Sprint 213
 
Sprint 191
Sprint 191Sprint 191
Sprint 191
 
Sprint 184
Sprint 184Sprint 184
Sprint 184
 
Sprint 217
Sprint 217Sprint 217
Sprint 217
 
Sprint 186
Sprint 186Sprint 186
Sprint 186
 

More from 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 235 Review - Slide Deck
ManageIQ - Sprint 235 Review - Slide DeckManageIQ - Sprint 235 Review - Slide Deck
ManageIQ - Sprint 235 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 232 Review - Slide Deck
ManageIQ - Sprint 232 Review - Slide DeckManageIQ - Sprint 232 Review - Slide Deck
ManageIQ - Sprint 232 Review - Slide DeckManageIQ
 
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
 
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 216
Sprint 216Sprint 216
Sprint 216ManageIQ
 
Sprint 215
Sprint 215Sprint 215
Sprint 215ManageIQ
 
Sprint 214
Sprint 214Sprint 214
Sprint 214ManageIQ
 
Sprint 212
Sprint 212Sprint 212
Sprint 212ManageIQ
 

More from ManageIQ (20)

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 235 Review - Slide Deck
ManageIQ - Sprint 235 Review - Slide DeckManageIQ - Sprint 235 Review - Slide Deck
ManageIQ - Sprint 235 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
 
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 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 216
Sprint 216Sprint 216
Sprint 216
 
Sprint 215
Sprint 215Sprint 215
Sprint 215
 
Sprint 214
Sprint 214Sprint 214
Sprint 214
 
Sprint 212
Sprint 212Sprint 212
Sprint 212
 

Recently uploaded

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
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
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.jsAndolasoft Inc
 
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
 
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
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AIABDERRAOUF MEHENNI
 
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.comFatema Valibhai
 
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
 
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
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfkalichargn70th171
 
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
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
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
 
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
 
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 serviceanilsa9823
 

Recently uploaded (20)

Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.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 ...
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
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
 
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
 
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 🔝✔️✔️
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
 
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
 
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
 
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-...
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
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
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
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...
 
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
 
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
 
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
 

Sprint 200

  • 1. SPRINT 200 REVIEW Ending November 14, 2022 November 16, 2022 Meeting Start: 9:30 am EDT
  • 2. 2 SPEAKERS ● Overview (Jason Frey) ● UI (Jeffrey Bonson) ● Providers (Adam Grare) ● Platform (Joe Rafaniello)
  • 3. 3
  • 4. 4
  • 5. 5 UI (Jeffrey Bonson) Bugs 1. Fix undefined method when publishing vm to template (manageiq-ui-classic#8509) 2. Marked String for Translation in Tenant->Manage Quotas (manageiq-ui-classic#8513) 3. rake locale:po_to_json after Nov 4th translations fixes (manageiq-ui-classic#8512) 4. Updated UI json translations to fix bugs found on master (manageiq-ui-classic#8521) 5. Show/hide Physical Server Console button in Physical Infrastructure Servers Summary (manageiq-ui-classic#8507) Enhancements 1. Catalog edit page tabs conversion from HAML to react (manageiq-ui-classic#8469) 2. Datastore form conversion from angular to react (manageiq-ui-classic#8453) 3. Catalog host grid HAML table conversion to react (manageiq-ui-classic#8470) 4. Output from rake locale:po_to_json on master on Nov21 (manageiq-ui-classic#8504) 5. Timeline Conversion (manageiq-ui-classic#8496) 6. Exporting labels from the timeline form (manageiq-ui-classic#8518) 7. Exporting strings to be translated - Resize page (manageiq-ui-classic#8511) Technical Debts 1. Removed unused angular retirement code (manageiq-ui-classic#8505) Others 1. Upgrading nwsapi to ^2.2.1 (manageiq-ui-classic#8514) 2. Updating package minimist to >1.2.6 (manageiq-ui-classic#8519)
  • 6. 6 Fix undefined method when publishing vm to template (manageiq-ui-classic#8509) UI (Jeffrey Bonson) [----] D, [2022-11-07T15:40:18.135567 #21155:59678] DEBUG -- : ExtManagementSystem Inst Including Associations (0.3ms - 1rows) [----] D, [2022-11-07T15:40:18.136901 #21155:59678] DEBUG -- : Rendered manageiq-ui-classic/app/views/layouts/_flash_msg.html.haml (Duration: 0.0ms | Allocations: 15) [----] D, [2022-11-07T15:40:18.185347 #21155:59678] DEBUG -- : Rendered manageiq-ui-classic/app/views/miq_request/_prov_wf.html.haml (Duration: 48.3ms | Allocations: 10654) [----] D, [2022-11-07T15:40:18.185550 #21155:59678] DEBUG -- : Rendered manageiq-ui-classic/app/views/miq_request/_prov_edit.html.haml (Duration: 48.8ms | Allocations: 10834) [----] F, [2022-11-07T15:40:18.185699 #21155:59678] FATAL -- : Error caught: [ActionView::Template::Error] undefined method `provision_tab_configuration' for #<ActionView::Base:0x000000000c9a68> manageiq-ui-classic/app/views/miq_request/_prov_wf.html.haml:8:in `__home_grare_adam_src_manageiq_manageiq_ui_classic_app_views_miq_request__prov_wf_html_haml___1348596811511768790_411660' .gem/ruby/3.0.0/gems/actionview-6.1.7/lib/action_view/base.rb:247:in `public_send' .gem/ruby/3.0.0/gems/actionview-6.1.7/lib/action_view/base.rb:247:in `_run' .gem/ruby/3.0.0/gems/actionview-6.1.7/lib/action_view/template.rb:154:in `block in render'
  • 7. 7 Marked String for Translation in Tenant->Manage Quotas (manageiq-ui-classic#8513) UI (Jeffrey Bonson) Before After
  • 8. 8 Show/hide Physical Server Console button in Physical Infrastructure Servers Summary (manageiq-ui-classic#8507) UI (Jeffrey Bonson) After Before
  • 9. 9 Catalog edit page tabs conversion from HAML to react (manageiq-ui-classic#8469) UI (Jeffrey Bonson) Before After
  • 10. 10 Datastore form conversion from angular to react (manageiq-ui-classic#8453) UI (Jeffrey Bonson) After Before
  • 11. 11 Catalog host grid HAML table conversion to react (manageiq-ui-classic#8470) UI (Jeffrey Bonson) After Before
  • 13. 13 Exporting labels from the timeline form (manageiq-ui-classic#8518) UI (Jeffrey Bonson)
  • 14. 14 Exporting strings to be translated - Resize page (manageiq-ui-classic#8511) UI (Jeffrey Bonson)
  • 15. 15 Technical Debts 1. Removed unused angular retirement code (manageiq-ui-classic#8505) Others 1. Upgrading nwsapi to ^2.2.1 (manageiq-ui-classic#8514) 2. Updating package minimist to >1.2.6 (manageiq-ui-classic#8519) UI (Jeffrey Bonson)
  • 16. 16 Core ● Add PhysicalServer remote console supports feature (#22211) AutoSDE ● Better handle a response payload with no body (#189) ● Use volume.volume_name for a more user friendly name (#188) IBM Cloud ● Only allow instance resize for non-SAP type VMs (#432, #433) ● Fix VCR error getting S3 bucket location (#434) ● Remove newlines from ssh public key comment (#430) PROVIDERS (Adam Grare)
  • 17. 17 IBM PowerHMC ● Fix binary encoded string in VCR cassette (#117) ● Add shared memory pools as Resource Pools (#115) ● Fix handling of UserTask type events (#116) Lenovo ● Add supports console to Lenovo Physical Servers (#379) VMware ● Heartbeat to file for container and process runtimes (#836) PROVIDERS (Adam Grare)
  • 18. 18 Enhancements ● Remove line numbers from translation files manageiq#22217 manageiq#22231 ● Add a workflow for building the monolithic container manageiq#22192 manageiq-pods#904 ● Readiness and Liveness probes for Kafka manageiq-pods#897 ● Prefer building in mock rather than a container with rpmbuild manageiq-rpm_build#334 ● More postgres 13 support while keeping compatibility with 10 manageiq-appliance_console#192 manageiq-appliance-build#532 manageiq#22129 manageiq-pods#893 manageiq-rpm_build#309 ● Heartbeat for non-rails workers manageiq#22208 ● Upgrade ansible-runner to 2.3.0 manageiq-rpm_build#333 ● Update go dependencies manageiq-pods#912 ● Add manual workflow dispatch to build pods manageiq-pods#911 PLATFORM (Joe Rafaniello)
  • 19. 19 Bugs ● Force the sticky bit on /tmp manageiq-pods#913 manageiq-rpm_build#335 ● Several translation fixes manageiq#22207 manageiq#22216 manageiq#22220 manageiq#22219 manageiq#22230 ● Force installation and usage of postgresql 13 for appliance rpm manageiq-rpm_build#336 ● Remove VimStrings from CustomAttribute#serialized_value manageiq-schema#670 ● Handle a nil svc in DrbRemoteInvoker#with_server manageiq-automation_engine#512 ● Add logging when filtering alerts manageiq#22226 ● Fix missing packages in manageiq-ansible-venv manageiq-rpm_build#331 PLATFORM (Joe Rafaniello)
  • 20. 20 Questions? Discussion? Sprint 201 Review - November 30, 2022 Meeting Start: 9:30 am EDT https://zoom.us/j/3660261582?pwd=aGNRYVRFQ3kxWU0rZDNvaUdDS0VmZz09