SlideShare a Scribd company logo
SPRINT 107 REVIEW
- Sprint Ending March 18, 2019
March 20, 2019
Meeting Start: 10:30 am EST
2
OVERVIEW
● Sprint Statistics (John Prause)
● Community Update (Carol Chen)
● UI (Harpreet Kataria)
● Providers (Adam Grare)
● Automate (Tina Fitzgerald)
● Platform (Joe VLcek)
● REST API (Alberto B)
● Documentation (Chris B)
● Summary
3
ALL REPO STATS - TOP 10
Total of 220 PRs merged across 102 ManageIQ Repos
Pull Requests from: 2019-03-05 00:00:00 UTC to: 2019-03-18 00:00:00 UTC
4
PRs Merged per Sprint across ManageIQ Repositories
--HammerGAreleasedJan15
--Hammer-2releasedFeb07
--Hammer-3releasedMar06
5
Distribution and Types of PRs Merged across ManageIQ Repositories
6
REPOSITORY HEALTH REPORT
7
COMMUNITY UPDATE
(Carol Chen)
● ManageIQ Hammer 3 released http://manageiq.org/blog/2019/03/Announcing-Hammer-3/ (#712)
● Last Month in ManageIQ - Unspeakable Horrors
http://manageiq.org/blog/2019/03/lmimiq-unspeakable-horrors/ (#711)
● Several updates and fixes to documentation on the website http://manageiq.org/docs/
(#714, #715, #716, #718, #719, #720)
ManageIQ booth:
● Foss-north - April 8-9 in Gothenburg, Sweden https://foss-north.se/2019/
○ Combined booth with UXD and Docs
○ Component-based Design System and Development, April 8 (Monday) @ 13:30 - 14:00
● Red Hat Summit - May 7-9 in Boston, MA, USA https://www.redhat.com/en/summit/2019
David speaking about Purr at:
● Wroc_love.rb - March 22-24 in Wrocław, Poland https://wrocloverb.com/
○ March 24 (Sunday) @ 16:00 - 16:30
● RubyConfBY - April 6 in Minsk, Belarus https://rubyconference.by/
● Ruby Wine - April 13 in Chișinău, Moldova https://rubywine.org/
8
USER INTERFACE
(Harpreet Kataria)
PRs (UI, SUI, UI Components, V2V): 44 Bugs: 15, Enhancements: 10, Technical Debt/Refactoring: 1/4,
Test: 2, Documentation/dependencies: 1/6, others: 5
Bugs:
● dialogField - move logic for setting default_value to one place (#365)
● When activating a tree node, make it visible by scrolling onto it (#5306)
● Hide services from the Services tree as its redundant and slow (#5335)
● Container trends chart - wait for loadingDone before displaying pf-trends-chart (#5310)
● Fix highlighting the condition in accordion after creating it (#5302)
9
USER INTERFACE
(Harpreet Kataria)
Enhancements:
● CustomButtonSet - don't touch children/members directly, set button_order (#5187)
● Added hostname fallback fields for openstack amqp events (#5270)
● Added promise debounce library (with updated typescript) and async validation in Catalog form
(#5284)
● V2V: Add Virt-v2v-wrapper log download menu item (#887, #888)
● V2V: Add info popover to broken infra mapping error icons (#906)
● V2V: Add new options for migration throttling (#897)
● V2V: Conversion Host Configuration - List view #3 - Polling for tasks and rendering enable/disable
status (#889)
10
USER INTERFACE
(Harpreet Kataria)
Added hostname fallback fields for openstack amqp events
11
USER INTERFACE
(Harpreet Kataria)
Added promise debounce library (with updated typescript) and async validation in Catalog form
12
USER INTERFACE
(Harpreet Kataria)
V2V: Add Virt-v2v-wrapper log download menu item
13
USER INTERFACE
(Harpreet Kataria)
Add info popover to broken infra mapping error icons
14
USER INTERFACE
(Harpreet Kataria)
Add new options for migration throttling
15
USER INTERFACE
(Harpreet Kataria)
Conversion Host Configuration - List view #3 - Polling for tasks and rendering enable/disable status
16
PROVIDERS
17
OpenStack
● Added backend support for Volume multi-attachment (#432)
Ovirt
● Fix deleting a disk from a VM (#348)
PROVIDERS
18
AUTOMATE
(Tina Fitzgerald)
PRs Merged: 14, 8 - Bugs, 1 - Enhancements, 5 - Technical Debt
● V2V
○ Resolved Migration Failure - power_off Check (#513)
○ Removed SetDescription State (#509)
● Dialogs
○ Dynamic Date Picker - Incorrect Value (#18523)
○ Multi Region Dialog Upgrade Issue (#18469)
19
AUTOMATE
(Tina Fitzgerald)
Bugs:
● Playbook Method Copy (#304)
● Automate Import Issue (#5327)
● Automate User For Method Execution (#302)
● Orchestration Stack Provisioning Queue (#18374)
● Remove Openshift Deployment (#18515) (#560) (#301) (#345)
20
PLATFORM
(Joe VLcek)
26 PRs merged
Ruby, Rails and Postgres Version Bump
● Postgres (manageiq/18468, manageiq/18547, manageiq-appliance-build/306,
manageiq-appliance_console/82, manageiq-appliance_console/84,
manageiq-appliance/228, manageiq-appliance/229, manageiq-gems-pending/423,
manageiq-gems-pending/422, manageiq-postgres_ha_admin/14, pg-pglogical/24)
● Ruby and Rails (manageiq/18534, manageiq/18522, manageiq/18518, manageiq/18514)
Refactoring
● ALLOWED_FIELD_SUFFIXES in Chargeback and MeteringReport (manageiq//18561)
21
PLATFORM
(Joe VLcek)
Bug Fixes
● Fix NFS and Samba DB backup (manageiq/18497))
● Omit release codename in production mode (manageiq/18444)
● Fix started_on and state attributes for task linked to chargeback (manageiq/18542)
● Improve service total reporting (manageiq/18549)
● List Network Manager’s Vm and Templates manageiq/18488
Enhancements:
● Add option to reset all users dashboards (manageiq/18555)
● Add ability to clone dashboards (manageiq/18550)
22
REST API
(Alberto Bellotti)
● Added ability to add Mapping Items to Transformation Mappings - #546 (Milan Z)
○ Implementing new “add_mapping_item” action for transformation_mappins resources
○ Needed by the V2V project
POST /api/transformation_mappings/:id
{
“action” : “add_mapping_item”,
“resource” : {
“source” : “/api/clusters/1”,
“destination” : “/api/clusters/2”
}
}
23
DOCUMENTATION
(Chris B)
PRs Merged in Sprint 107: 17
● Enhancements - 15
● Bugs - 2
Highlights of Sprint 107:
● Removed deprecated topics on discovering cloud providers. [1092]
● Added note about Customize tab requirement during VM provisioning. [1083]
● New section on PostgreSQL database configuration in Deployment Planning. [1082]
● New section on renaming database appliances in HA guide. [1023]
24
SUMMARY
Sprint 108 Review - April 03, 2019
Meeting Start: 10:30 am EST
THANK YOU
manageiq.org github.com/ManageIQ
twitter.com/ManageIQ gitter.im/ManageIQ/manageiq
facebook.com/manageiq talk.manageiq.org
plus.google.com/+ManageiqOrg youtube.com/user/ManageIQVideo
linkedin.com/company/manageiq

More Related Content

PDF
Sprint 111
PDF
Sprint 105
PDF
Sprint 122
PDF
Sprint 108
PDF
Sprint 91
PDF
Sprint 106
PDF
Sprint 65
PDF
Sprint 64
Sprint 111
Sprint 105
Sprint 122
Sprint 108
Sprint 91
Sprint 106
Sprint 65
Sprint 64

What's hot (16)

PDF
Sprint 19 report
PDF
Sprint 113
PDF
Sprint 61
PDF
Sprint 77
PDF
Sprint 60
PDF
Sprint 93
PDF
Sprint 97
PDF
Sprint 92
PDF
Sprint 133
PDF
Sprint 80
PDF
Sprint 165
PDF
Sprint 20
PDF
Sprint 95
PDF
Sprint 16
PDF
Sprint 89
PDF
Sprint 116
Sprint 19 report
Sprint 113
Sprint 61
Sprint 77
Sprint 60
Sprint 93
Sprint 97
Sprint 92
Sprint 133
Sprint 80
Sprint 165
Sprint 20
Sprint 95
Sprint 16
Sprint 89
Sprint 116
Ad

Similar to Sprint 107 (20)

PDF
Sprint 121
PDF
Sprint 126
PDF
Sprint 110
PDF
Sprint 117
PDF
Sprint 101
PDF
Sprint 103
PDF
Sprint 123
PDF
Sprint 129
PDF
Sprint 99
PDF
Sprint 120
PDF
Sprint 119
PDF
Sprint 112
PDF
Sprint 115
PDF
Sprint 118
PDF
Sprint 134
PDF
Sprint 180
PDF
PDF
Sprint 132
PDF
Sprint 124
PDF
Sprint 81
Sprint 121
Sprint 126
Sprint 110
Sprint 117
Sprint 101
Sprint 103
Sprint 123
Sprint 129
Sprint 99
Sprint 120
Sprint 119
Sprint 112
Sprint 115
Sprint 118
Sprint 134
Sprint 180
Sprint 132
Sprint 124
Sprint 81
Ad

More from ManageIQ (20)

PPTX
ManageIQ - Sprint 268 Review - Slide Deck
PPTX
ManageIQ - Sprint 267 Review - Slide Deck
PPTX
ManageIQ - Sprint 266 Review - Slide Deck
PPTX
ManageIQ - Sprint 265 Review - Slide Deck
PPTX
ManageIQ - Sprint 264 Review - Slide Deck
PPTX
ManageIQ - Sprint 263 Review - Slide Deck
PPTX
ManageIQ - Sprint 262 Review - Slide Deck
PPTX
ManageIQ - Sprint 260 & 261 Review - Slide Deck
PPTX
ManageIQ - Sprint 259 Review - Slide Deck
PPTX
ManageIQ - Sprint 258 Review - Slide Deck
PPTX
ManageIQ - Sprint 257 Review - Slide Deck
PPTX
ManageIQ - Sprint 256 Review - Slide Deck
PPTX
ManageIQ - Sprint 255 Review - Slide Deck
PPTX
ManageIQ - Sprint 254 Review - Slide Deck
PPTX
ManageIQ - Sprint 247 Review - Slide Deck
PPTX
ManageIQ - Sprint 253 Review - Slide Deck
PPTX
ManageIQ - Sprint 252 Review - Slide Deck
PPTX
ManageIQ - Sprint 251 Review - Slide Deck
PPTX
ManageIQ - Sprint 250 Review - Slide Deck
PPTX
ManageIQ - Sprint 249 Review - Slide Deck
ManageIQ - Sprint 268 Review - Slide Deck
ManageIQ - Sprint 267 Review - Slide Deck
ManageIQ - Sprint 266 Review - Slide Deck
ManageIQ - Sprint 265 Review - Slide Deck
ManageIQ - Sprint 264 Review - Slide Deck
ManageIQ - Sprint 263 Review - Slide Deck
ManageIQ - Sprint 262 Review - Slide Deck
ManageIQ - Sprint 260 & 261 Review - Slide Deck
ManageIQ - Sprint 259 Review - Slide Deck
ManageIQ - Sprint 258 Review - Slide Deck
ManageIQ - Sprint 257 Review - Slide Deck
ManageIQ - Sprint 256 Review - Slide Deck
ManageIQ - Sprint 255 Review - Slide Deck
ManageIQ - Sprint 254 Review - Slide Deck
ManageIQ - Sprint 247 Review - Slide Deck
ManageIQ - Sprint 253 Review - Slide Deck
ManageIQ - Sprint 252 Review - Slide Deck
ManageIQ - Sprint 251 Review - Slide Deck
ManageIQ - Sprint 250 Review - Slide Deck
ManageIQ - Sprint 249 Review - Slide Deck

Recently uploaded (20)

PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
Digital Strategies for Manufacturing Companies
PDF
AI in Product Development-omnex systems
PPTX
CHAPTER 2 - PM Management and IT Context
PDF
wealthsignaloriginal-com-DS-text-... (1).pdf
PPTX
ai tools demonstartion for schools and inter college
PDF
Understanding Forklifts - TECH EHS Solution
PPTX
L1 - Introduction to python Backend.pptx
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PDF
PTS Company Brochure 2025 (1).pdf.......
PPTX
Introduction to Artificial Intelligence
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PPTX
Essential Infomation Tech presentation.pptx
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PPTX
Odoo POS Development Services by CandidRoot Solutions
PDF
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
Navsoft: AI-Powered Business Solutions & Custom Software Development
Digital Strategies for Manufacturing Companies
AI in Product Development-omnex systems
CHAPTER 2 - PM Management and IT Context
wealthsignaloriginal-com-DS-text-... (1).pdf
ai tools demonstartion for schools and inter college
Understanding Forklifts - TECH EHS Solution
L1 - Introduction to python Backend.pptx
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PTS Company Brochure 2025 (1).pdf.......
Introduction to Artificial Intelligence
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
Essential Infomation Tech presentation.pptx
2025 Textile ERP Trends: SAP, Odoo & Oracle
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Adobe Illustrator 28.6 Crack My Vision of Vector Design
Odoo POS Development Services by CandidRoot Solutions
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...

Sprint 107

  • 1. SPRINT 107 REVIEW - Sprint Ending March 18, 2019 March 20, 2019 Meeting Start: 10:30 am EST
  • 2. 2 OVERVIEW ● Sprint Statistics (John Prause) ● Community Update (Carol Chen) ● UI (Harpreet Kataria) ● Providers (Adam Grare) ● Automate (Tina Fitzgerald) ● Platform (Joe VLcek) ● REST API (Alberto B) ● Documentation (Chris B) ● Summary
  • 3. 3 ALL REPO STATS - TOP 10 Total of 220 PRs merged across 102 ManageIQ Repos Pull Requests from: 2019-03-05 00:00:00 UTC to: 2019-03-18 00:00:00 UTC
  • 4. 4 PRs Merged per Sprint across ManageIQ Repositories --HammerGAreleasedJan15 --Hammer-2releasedFeb07 --Hammer-3releasedMar06
  • 5. 5 Distribution and Types of PRs Merged across ManageIQ Repositories
  • 7. 7 COMMUNITY UPDATE (Carol Chen) ● ManageIQ Hammer 3 released http://manageiq.org/blog/2019/03/Announcing-Hammer-3/ (#712) ● Last Month in ManageIQ - Unspeakable Horrors http://manageiq.org/blog/2019/03/lmimiq-unspeakable-horrors/ (#711) ● Several updates and fixes to documentation on the website http://manageiq.org/docs/ (#714, #715, #716, #718, #719, #720) ManageIQ booth: ● Foss-north - April 8-9 in Gothenburg, Sweden https://foss-north.se/2019/ ○ Combined booth with UXD and Docs ○ Component-based Design System and Development, April 8 (Monday) @ 13:30 - 14:00 ● Red Hat Summit - May 7-9 in Boston, MA, USA https://www.redhat.com/en/summit/2019 David speaking about Purr at: ● Wroc_love.rb - March 22-24 in Wrocław, Poland https://wrocloverb.com/ ○ March 24 (Sunday) @ 16:00 - 16:30 ● RubyConfBY - April 6 in Minsk, Belarus https://rubyconference.by/ ● Ruby Wine - April 13 in Chișinău, Moldova https://rubywine.org/
  • 8. 8 USER INTERFACE (Harpreet Kataria) PRs (UI, SUI, UI Components, V2V): 44 Bugs: 15, Enhancements: 10, Technical Debt/Refactoring: 1/4, Test: 2, Documentation/dependencies: 1/6, others: 5 Bugs: ● dialogField - move logic for setting default_value to one place (#365) ● When activating a tree node, make it visible by scrolling onto it (#5306) ● Hide services from the Services tree as its redundant and slow (#5335) ● Container trends chart - wait for loadingDone before displaying pf-trends-chart (#5310) ● Fix highlighting the condition in accordion after creating it (#5302)
  • 9. 9 USER INTERFACE (Harpreet Kataria) Enhancements: ● CustomButtonSet - don't touch children/members directly, set button_order (#5187) ● Added hostname fallback fields for openstack amqp events (#5270) ● Added promise debounce library (with updated typescript) and async validation in Catalog form (#5284) ● V2V: Add Virt-v2v-wrapper log download menu item (#887, #888) ● V2V: Add info popover to broken infra mapping error icons (#906) ● V2V: Add new options for migration throttling (#897) ● V2V: Conversion Host Configuration - List view #3 - Polling for tasks and rendering enable/disable status (#889)
  • 10. 10 USER INTERFACE (Harpreet Kataria) Added hostname fallback fields for openstack amqp events
  • 11. 11 USER INTERFACE (Harpreet Kataria) Added promise debounce library (with updated typescript) and async validation in Catalog form
  • 12. 12 USER INTERFACE (Harpreet Kataria) V2V: Add Virt-v2v-wrapper log download menu item
  • 13. 13 USER INTERFACE (Harpreet Kataria) Add info popover to broken infra mapping error icons
  • 14. 14 USER INTERFACE (Harpreet Kataria) Add new options for migration throttling
  • 15. 15 USER INTERFACE (Harpreet Kataria) Conversion Host Configuration - List view #3 - Polling for tasks and rendering enable/disable status
  • 17. 17 OpenStack ● Added backend support for Volume multi-attachment (#432) Ovirt ● Fix deleting a disk from a VM (#348) PROVIDERS
  • 18. 18 AUTOMATE (Tina Fitzgerald) PRs Merged: 14, 8 - Bugs, 1 - Enhancements, 5 - Technical Debt ● V2V ○ Resolved Migration Failure - power_off Check (#513) ○ Removed SetDescription State (#509) ● Dialogs ○ Dynamic Date Picker - Incorrect Value (#18523) ○ Multi Region Dialog Upgrade Issue (#18469)
  • 19. 19 AUTOMATE (Tina Fitzgerald) Bugs: ● Playbook Method Copy (#304) ● Automate Import Issue (#5327) ● Automate User For Method Execution (#302) ● Orchestration Stack Provisioning Queue (#18374) ● Remove Openshift Deployment (#18515) (#560) (#301) (#345)
  • 20. 20 PLATFORM (Joe VLcek) 26 PRs merged Ruby, Rails and Postgres Version Bump ● Postgres (manageiq/18468, manageiq/18547, manageiq-appliance-build/306, manageiq-appliance_console/82, manageiq-appliance_console/84, manageiq-appliance/228, manageiq-appliance/229, manageiq-gems-pending/423, manageiq-gems-pending/422, manageiq-postgres_ha_admin/14, pg-pglogical/24) ● Ruby and Rails (manageiq/18534, manageiq/18522, manageiq/18518, manageiq/18514) Refactoring ● ALLOWED_FIELD_SUFFIXES in Chargeback and MeteringReport (manageiq//18561)
  • 21. 21 PLATFORM (Joe VLcek) Bug Fixes ● Fix NFS and Samba DB backup (manageiq/18497)) ● Omit release codename in production mode (manageiq/18444) ● Fix started_on and state attributes for task linked to chargeback (manageiq/18542) ● Improve service total reporting (manageiq/18549) ● List Network Manager’s Vm and Templates manageiq/18488 Enhancements: ● Add option to reset all users dashboards (manageiq/18555) ● Add ability to clone dashboards (manageiq/18550)
  • 22. 22 REST API (Alberto Bellotti) ● Added ability to add Mapping Items to Transformation Mappings - #546 (Milan Z) ○ Implementing new “add_mapping_item” action for transformation_mappins resources ○ Needed by the V2V project POST /api/transformation_mappings/:id { “action” : “add_mapping_item”, “resource” : { “source” : “/api/clusters/1”, “destination” : “/api/clusters/2” } }
  • 23. 23 DOCUMENTATION (Chris B) PRs Merged in Sprint 107: 17 ● Enhancements - 15 ● Bugs - 2 Highlights of Sprint 107: ● Removed deprecated topics on discovering cloud providers. [1092] ● Added note about Customize tab requirement during VM provisioning. [1083] ● New section on PostgreSQL database configuration in Deployment Planning. [1082] ● New section on renaming database appliances in HA guide. [1023]
  • 24. 24 SUMMARY Sprint 108 Review - April 03, 2019 Meeting Start: 10:30 am EST
  • 25. THANK YOU manageiq.org github.com/ManageIQ twitter.com/ManageIQ gitter.im/ManageIQ/manageiq facebook.com/manageiq talk.manageiq.org plus.google.com/+ManageiqOrg youtube.com/user/ManageIQVideo linkedin.com/company/manageiq