Advertisement

Sprint 208

ManageIQ
Open Source Ecosystems Manager at ManageIQ
Mar. 22, 2023
Advertisement

More Related Content

Advertisement

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
  29. 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
Advertisement