SlideShare a Scribd company logo
SPRINT 225 REVIEW
Ending November 13, 2023
November 15, 2023
Meeting Start: 9:30 am EST
2
SPEAKERS
● Overview (Jason Frey)
● UI (Jeffrey Bonson)
● Providers (Adam Grare)
● Platform (Joe Rafaniello)
3
4

Recommended for you

ManageIQ - Sprint 234 Review - Slide Deck
ManageIQ - Sprint 234 Review - Slide DeckManageIQ - Sprint 234 Review - Slide Deck
ManageIQ - Sprint 234 Review - Slide Deck

This document summarizes the Sprint 234 review meeting which took place on April 3, 2024. The meeting covered UI fixes and enhancements by Jeffrey Bonson, provider updates by Adam Grare, and platform changes by Joe Rafaniello such as adding region counts to audit reporting and upgrading dependencies. Bugs addressed include tagging and workflow credential issues while enhancements included updating UI components. Questions were invited for discussion with the next Sprint 235 review scheduled for April 17, 2024.

Sprint 211
Sprint 211Sprint 211
Sprint 211

This document summarizes the Sprint 211 review meeting that took place on May 3rd, 2023. The following topics were discussed: - Melody Seda provided updates on UI enhancements and bug fixes. - Adam Grare discussed enhancements and bug fixes to various cloud providers including Core, Amazon, Cisco Intersight, IBM PowerVirtualServers, IBM PowerVC, Kubernetes. - Joe Rafaniello covered platform enhancements and bugs including testing, configuration scripts, and dependencies. - Keenan Brock mentioned API enhancements around StorageService and multi_repo. - Jason Frey noted the new multi_repo gem extracted from manageiq-release and thanked participants.

Sprint 167
Sprint 167Sprint 167
Sprint 167

This document summarizes the Sprint 167 review meeting of August 4, 2021. It discusses updates to the UI, providers, platform, API, and developer work. Key points include: fixes and enhancements to the UI like react forms and authentication; added support for collecting cloud databases and IBM Cloud events in providers; using Kafka for event handling in the platform; new API options calls; and rake tasks, schema changes, and setup improvements for developers. The next sprint review is scheduled for August 18, 2021.

5
Earned 100% Passing on the OpenSSF Best Practices Badge 🎉
https://www.bestpractices.dev/en/projects/4282
The Open Source Security Foundation (OpenSSF) Best Practices badge is a way for Free/Libre and Open
Source Software (FLOSS) projects to show that they follow best practices. Projects can voluntarily self-
certify, at no cost, by using this web application to explain how they follow each best practice. The
OpenSSF Best Practices Badge is inspired by the many badges available to projects on GitHub.
Consumers of the badge can quickly assess which FLOSS projects are following best practices and as a
result are more likely to produce higher-quality secure software.
COMMUNITY
(Jason Frey)
6
Bugs
1. Fix for missing toast notifications (manageiq-ui-classic#8948)
2. Fixed accessibility issues with the server settings authentication page (manageiq-ui-classic#8940)
3. Fixed explorer tree accessibility violations (manageiq-ui-classic#8952)
4. Remove Id from Host Endpoint When Submitting Form (manageiq-ui-classic#8950)
5. Fix table header accessibility issues (manageiq-ui-classic#8955)
Others
1. Rubocop Fixes in routes.rb (manageiq-ui-classic#8845)
2. Drop Ruby 2.7 (manageiq-ui-classic#8949)
3. Updated ui json files after core 22770 22781 (manageiq-ui-classic#8960)
UI
(Jeffrey Bonson)
7
Fix for missing toast notifications (manageiq-ui-classic#8948)
UI
(Jeffrey Bonson)
8
Fixed accessibility issues with the server settings authentication page (manageiq-ui-classic#8940)
UI
(Jeffrey Bonson)

Recommended for you

Sprint 117
Sprint 117Sprint 117
Sprint 117

Sprint Statistics (John Prause) Community Update (Carol Chen) UI (Harpreet Kataria) Providers (Adam Grare) Platform (Joe VLcek) API (Alberto Bellotti) QE (Mike Shriver) Documentation (Suyog) Summary

hybrid cloud computingmanageiq virtualizationcloud management
Sprint 159
Sprint 159Sprint 159
Sprint 159

The Sprint 159 review covered updates across UI, providers, platform, API, and developer work. Key points included: - 13 UI PRs were merged focusing on bugs and one enhancement. - Provider work focused on Azure, Google, OpenStack, and NSX-T inventory improvements. - Platform enhancements included regex event detection and messaging updates. - API changes added endpoints for cloud subnets and template importing. - Developer documentation was updated and a new provider authoring guide was added.

Sprint 204
Sprint 204Sprint 204
Sprint 204

This document summarizes the Sprint 204 review for ManageIQ which occurred on February 1, 2023. It outlines bugs fixed and enhancements made to the UI, providers, platform, and API. Key items include removing the SCVMM provider, adding host initiator groups to the storage dashboard, fixing a schedule edit bug, and adding support for querying the native console protocol in the API. The next sprint review will be on February 8, 2023.

9
Fixed explorer tree accessibility violations (manageiq-ui-classic#8952)
UI
(Jeffrey Bonson)
10
Remove Id from Host Endpoint When Submitting Form (manageiq-ui-classic#8950)
UI
(Jeffrey Bonson)
11
Fix table header accessibility issues (manageiq-ui-classic#8955)
UI
(Jeffrey Bonson)
12
Others
1. Rubocop Fixes in routes.rb (manageiq-ui-classic#8845)
2. Drop Ruby 2.7 (manageiq-ui-classic#8949)
3. Updated ui json files after core 22770 22781 (manageiq-ui-classic#8960)
UI
(Jeffrey Bonson)

Recommended for you

Sprint 156
Sprint 156Sprint 156
Sprint 156

- Sprint 156 review meeting on March 3rd covered UI, Providers, Platform, and API work - UI team worked on rewriting a cloud volume form to React and other enhancements - Provider team fixed bugs for Amazon, AutoSDE, Azure, IBM Cloud, and Openstack and added support for Oracle Cloud - Platform team merged 20 PRs including bugs fixes and enhancements - API team added actions for simulating policies on VMs, querying ISO images, safely deleting cloud volumes, and exposing the cloud subnet create form

Sprint 175
Sprint 175Sprint 175
Sprint 175

The sprint review covered work done in Sprint 175 from the UI, Providers, Platform, and API teams. Key highlights included: - The UI team worked on 18 pull requests focused on bugs, enhancements, and refactoring including converting forms to React and removing unused code. - The Providers team added new metrics collection and region support for various cloud platforms and made improvements to standardization. - The Platform team focused on technical debt removal, documentation updates, and adding TLS configuration for pods. - The API team enhanced the metrics and event streaming endpoints.

Play vs Grails Smackdown - Devoxx France 2013
Play vs Grails Smackdown - Devoxx France 2013Play vs Grails Smackdown - Devoxx France 2013
Play vs Grails Smackdown - Devoxx France 2013

Play and Grails are Java web frameworks that aim to enhance developer experience. The author developed the same application using both frameworks to compare their features. Some key differences included: - Database configuration and schema generation were simpler in Grails using GORM, while Play used EBean and evolutions. - URL mapping was defined in a Groovy file in Grails, and a routes file in Play. - Grails used Groovy Server Pages for views with tags, while Play used Scala templates. - Both supported features like validation, jobs, feeds, and email, but implementations differed, such as using plugins in Grails and direct APIs in Play. - Testing was supported through plugins

playframeworkgrailsdevoxxfr
13
Core
● Autosave a manager’s provider to remove need for overrides (#20318)
Amazon
● Refactor regions spec to not require a hard-coded list (#833)
● Add AWS Regions sync to the scheduled task (#834)
Nuage
● Xlab-si reverted back to their original org name on ansible galaxy (#300)
PROVIDERS
(Adam Grare)
14
Floe
● Add numerous validations on workflow payload (#136)
● Handle ImagePullErr and ImagePullBackOff errors (#135)
● Refactor Podman runner class to inherit from Docker (#140)
● Rename State#run_wait to #wait (#139)
● Improve task tests (#123)
PROVIDERS
(Adam Grare)
15
Enhancements
● Dynamically build worker_cmdline for non-rails workers manageiq#22236
● Drop Ruby 2.7 support manageiq#22768
● Add Ruby 3.1 and Ruby 3.2 awesome_spawn#70
● Add deep delete functionality manageiq#22674
● Use named arguments for psych 4 support manageiq#22766
● Update test for Ruby 3.1 compatibility manageiq#22767
● Mark Strings in Request Details for Translation manageiq#22506
● Add or update unique volume mount manageiq-pods#1008
● Disable old SSL Protocols < TLSv1.2 manageiq-appliance#305
● Update translations manageiq#22770 manageiq#22783 manageiq#22781
PLATFORM
(Joe Rafaniello)
16
Bugs
● Change messaging-health-check to manageiq.liveness-check manageiq#22775
● Change the ci.yaml to be more consistent with YAML.load/dump manageiq#22769
● Upgrade gems for ruby 3.0.x security issues manageiq#22761
● Add missing widget dashboard yaml strings to locale task config manageiq#22777
● Remove unnecessary supports_not manageiq#22751
● Add awesome_spawn gem directly manageiq#22782
PLATFORM
(Joe Rafaniello)

Recommended for you

Sprint 221
Sprint 221Sprint 221
Sprint 221

This document summarizes the Sprint 221 review meeting which took place on September 20, 2023. The meeting covered bug fixes and enhancements across various components including the UI, providers, and platform. Specific issues that were addressed included fixing tenants list viewing, adding sorting options to chargeback, and converting collection forms from HAML to React. Presenters also provided updates on IBM CIC, Openstack, VMware, workflows, upgrading dependencies, and dropping Ems destroy callbacks. The next sprint review is scheduled for October 4, 2023.

Using Docker EE to Scale Operational Intelligence at Splunk
Using Docker EE to Scale Operational Intelligence at SplunkUsing Docker EE to Scale Operational Intelligence at Splunk
Using Docker EE to Scale Operational Intelligence at Splunk

With more than 14,000 customers in 110+ countries, Splunk is the market leader in analyzing machine data to deliver operational intelligence for security, IT and the business. Our rapid growth as a company meant that our Infrastructure Engineering Team, responsible for all the common tooling, build and test systems and frameworks utilized by the Splunk engineers, was bogged down with a sprawl of virtual machines and physical servers that were becoming incredibly difficult to manage. And as our customer’s demand for data has grown, testing at the scale of petabytes/day has become our new normal. We needed a reliable and scalable “Test Lab” for functional and performance testing. With Docker Enterprise Edition, our engineers are able to create small test stacks on their laptop just as easily as creating multi-petabyte stacks in our Test Lab. Support for Windows, Role Based Access Control and having support for both the orchestration platform and the container engine were key in deciding to go with Docker over other solutions. In this talk, we will cover the architecture, tooling, and frameworks we built to manage our workloads, which have grown to run on over 600 bare-metal servers, with tens of thousands of containers being created every day. We will share the lessons learned from running at scale. Lastly, we will demonstrate how we use Splunk to monitor and manage Docker Enterprise Edition.

dockerconsplunkdocker
Sprint 180
Sprint 180Sprint 180
Sprint 180

This document summarizes the Sprint 180 review meeting held on February 23, 2022. It includes sections on UI improvements, provider updates, platform changes, API refactoring, and developer initiatives. Some key updates include improved representation of volumes and host initiator groups in the UI, PowerVS snapshot support, using the OS certificate bundle, allowing Rails 6.1, and replacing Hakiri with Whitesource for security. Questions were invited at the end.

17
Questions? Discussion?
Sprint 226 Review - November 29, 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 225

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 169
Sprint 169Sprint 169
Sprint 169
ManageIQ
 
Sprint 203
Sprint 203Sprint 203
Sprint 203
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
 
Sprint 211
Sprint 211Sprint 211
Sprint 211
ManageIQ
 
Sprint 167
Sprint 167Sprint 167
Sprint 167
ManageIQ
 
Sprint 117
Sprint 117Sprint 117
Sprint 117
ManageIQ
 
Sprint 159
Sprint 159Sprint 159
Sprint 159
ManageIQ
 
Sprint 204
Sprint 204Sprint 204
Sprint 204
ManageIQ
 
Sprint 156
Sprint 156Sprint 156
Sprint 156
ManageIQ
 
Sprint 175
Sprint 175Sprint 175
Sprint 175
ManageIQ
 
Play vs Grails Smackdown - Devoxx France 2013
Play vs Grails Smackdown - Devoxx France 2013Play vs Grails Smackdown - Devoxx France 2013
Play vs Grails Smackdown - Devoxx France 2013
Matt Raible
 
Sprint 221
Sprint 221Sprint 221
Sprint 221
ManageIQ
 
Using Docker EE to Scale Operational Intelligence at Splunk
Using Docker EE to Scale Operational Intelligence at SplunkUsing Docker EE to Scale Operational Intelligence at Splunk
Using Docker EE to Scale Operational Intelligence at Splunk
Docker, Inc.
 
Sprint 180
Sprint 180Sprint 180
Sprint 180
Sprint 180Sprint 180
Sprint 180
ManageIQ
 
Sprint 218
Sprint 218Sprint 218
Sprint 218
ManageIQ
 
手把手教你如何串接 Log 到各種網路服務
手把手教你如何串接 Log 到各種網路服務手把手教你如何串接 Log 到各種網路服務
手把手教你如何串接 Log 到各種網路服務
Mu Chun Wang
 
Sprint 161
Sprint 161Sprint 161
Sprint 161
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
 

Similar to Sprint 225 (20)

ManageIQ - Sprint 230 Review - Slide Deck
ManageIQ - Sprint 230 Review - Slide DeckManageIQ - Sprint 230 Review - Slide Deck
ManageIQ - Sprint 230 Review - Slide Deck
 
Sprint 169
Sprint 169Sprint 169
Sprint 169
 
Sprint 203
Sprint 203Sprint 203
Sprint 203
 
ManageIQ - Sprint 234 Review - Slide Deck
ManageIQ - Sprint 234 Review - Slide DeckManageIQ - Sprint 234 Review - Slide Deck
ManageIQ - Sprint 234 Review - Slide Deck
 
Sprint 211
Sprint 211Sprint 211
Sprint 211
 
Sprint 167
Sprint 167Sprint 167
Sprint 167
 
Sprint 117
Sprint 117Sprint 117
Sprint 117
 
Sprint 159
Sprint 159Sprint 159
Sprint 159
 
Sprint 204
Sprint 204Sprint 204
Sprint 204
 
Sprint 156
Sprint 156Sprint 156
Sprint 156
 
Sprint 175
Sprint 175Sprint 175
Sprint 175
 
Play vs Grails Smackdown - Devoxx France 2013
Play vs Grails Smackdown - Devoxx France 2013Play vs Grails Smackdown - Devoxx France 2013
Play vs Grails Smackdown - Devoxx France 2013
 
Sprint 221
Sprint 221Sprint 221
Sprint 221
 
Using Docker EE to Scale Operational Intelligence at Splunk
Using Docker EE to Scale Operational Intelligence at SplunkUsing Docker EE to Scale Operational Intelligence at Splunk
Using Docker EE to Scale Operational Intelligence at Splunk
 
Sprint 180
Sprint 180Sprint 180
Sprint 180
 
Sprint 180
Sprint 180Sprint 180
Sprint 180
 
Sprint 218
Sprint 218Sprint 218
Sprint 218
 
手把手教你如何串接 Log 到各種網路服務
手把手教你如何串接 Log 到各種網路服務手把手教你如何串接 Log 到各種網路服務
手把手教你如何串接 Log 到各種網路服務
 
Sprint 161
Sprint 161Sprint 161
Sprint 161
 
ManageIQ - Sprint 228 Review - Slide Deck
ManageIQ - Sprint 228 Review - Slide DeckManageIQ - Sprint 228 Review - Slide Deck
ManageIQ - Sprint 228 Review - Slide Deck
 

More from ManageIQ

ManageIQ - Sprint 239 Review - Slide Deck
ManageIQ - Sprint 239 Review - Slide DeckManageIQ - Sprint 239 Review - Slide Deck
ManageIQ - Sprint 239 Review - Slide Deck
ManageIQ
 
ManaegIQ - Sprint 238 Review - Slide Deck
ManaegIQ - Sprint 238 Review - Slide DeckManaegIQ - Sprint 238 Review - Slide Deck
ManaegIQ - Sprint 238 Review - Slide Deck
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 235 Review - Slide Deck
ManageIQ - Sprint 235 Review - Slide DeckManageIQ - Sprint 235 Review - Slide Deck
ManageIQ - Sprint 235 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 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 227
Sprint 227Sprint 227
Sprint 227
ManageIQ
 
Sprint 224
Sprint 224Sprint 224
Sprint 224
ManageIQ
 
Sprint 220
Sprint 220Sprint 220
Sprint 220
ManageIQ
 
Sprint 219
Sprint 219Sprint 219
Sprint 219
ManageIQ
 
Sprint 217
Sprint 217Sprint 217
Sprint 217
ManageIQ
 
Sprint 216
Sprint 216Sprint 216
Sprint 216
ManageIQ
 
Sprint 214
Sprint 214Sprint 214
Sprint 214
ManageIQ
 
Sprint 213
Sprint 213Sprint 213
Sprint 213
ManageIQ
 
Sprint 212
Sprint 212Sprint 212
Sprint 212
ManageIQ
 
Sprint 210
Sprint 210Sprint 210
Sprint 210
ManageIQ
 
Sprint 209
Sprint 209Sprint 209
Sprint 209
ManageIQ
 

More from ManageIQ (19)

ManageIQ - Sprint 239 Review - Slide Deck
ManageIQ - Sprint 239 Review - Slide DeckManageIQ - Sprint 239 Review - Slide Deck
ManageIQ - Sprint 239 Review - Slide Deck
 
ManaegIQ - Sprint 238 Review - Slide Deck
ManaegIQ - Sprint 238 Review - Slide DeckManaegIQ - Sprint 238 Review - Slide Deck
ManaegIQ - Sprint 238 Review - Slide Deck
 
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 235 Review - Slide Deck
ManageIQ - Sprint 235 Review - Slide DeckManageIQ - Sprint 235 Review - Slide Deck
ManageIQ - Sprint 235 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
 
Sprint 227
Sprint 227Sprint 227
Sprint 227
 
Sprint 224
Sprint 224Sprint 224
Sprint 224
 
Sprint 220
Sprint 220Sprint 220
Sprint 220
 
Sprint 219
Sprint 219Sprint 219
Sprint 219
 
Sprint 217
Sprint 217Sprint 217
Sprint 217
 
Sprint 216
Sprint 216Sprint 216
Sprint 216
 
Sprint 214
Sprint 214Sprint 214
Sprint 214
 
Sprint 213
Sprint 213Sprint 213
Sprint 213
 
Sprint 212
Sprint 212Sprint 212
Sprint 212
 
Sprint 210
Sprint 210Sprint 210
Sprint 210
 
Sprint 209
Sprint 209Sprint 209
Sprint 209
 

Recently uploaded

active-directory-auditing-solution (2).pptx
active-directory-auditing-solution (2).pptxactive-directory-auditing-solution (2).pptx
active-directory-auditing-solution (2).pptx
sudsdeep
 
Responsibilities of Fleet Managers and How TrackoBit Can Assist.pdf
Responsibilities of Fleet Managers and How TrackoBit Can Assist.pdfResponsibilities of Fleet Managers and How TrackoBit Can Assist.pdf
Responsibilities of Fleet Managers and How TrackoBit Can Assist.pdf
Trackobit
 
Google ML-Kit - Understanding on-device machine learning
Google ML-Kit - Understanding on-device machine learningGoogle ML-Kit - Understanding on-device machine learning
Google ML-Kit - Understanding on-device machine learning
VishrutGoyani1
 
Discover the Power of ONEMONITAR: The Ultimate Mobile Spy App for Android Dev...
Discover the Power of ONEMONITAR: The Ultimate Mobile Spy App for Android Dev...Discover the Power of ONEMONITAR: The Ultimate Mobile Spy App for Android Dev...
Discover the Power of ONEMONITAR: The Ultimate Mobile Spy App for Android Dev...
onemonitarsoftware
 
Seamless PostgreSQL to Snowflake Data Transfer in 8 Simple Steps
Seamless PostgreSQL to Snowflake Data Transfer in 8 Simple StepsSeamless PostgreSQL to Snowflake Data Transfer in 8 Simple Steps
Seamless PostgreSQL to Snowflake Data Transfer in 8 Simple Steps
Estuary Flow
 
AWS Cloud Practitioner Essentials (Second Edition) (Arabic) Course Introducti...
AWS Cloud Practitioner Essentials (Second Edition) (Arabic) Course Introducti...AWS Cloud Practitioner Essentials (Second Edition) (Arabic) Course Introducti...
AWS Cloud Practitioner Essentials (Second Edition) (Arabic) Course Introducti...
karim wahed
 
What is OCR Technology and How to Extract Text from Any Image for Free
What is OCR Technology and How to Extract Text from Any Image for FreeWhat is OCR Technology and How to Extract Text from Any Image for Free
What is OCR Technology and How to Extract Text from Any Image for Free
TwisterTools
 
Cisco Live Announcements: New ThousandEyes Release Highlights - July 2024
Cisco Live Announcements: New ThousandEyes Release Highlights - July 2024Cisco Live Announcements: New ThousandEyes Release Highlights - July 2024
Cisco Live Announcements: New ThousandEyes Release Highlights - July 2024
ThousandEyes
 
Independence Day Hasn’t Always Been a U.S. Holiday.pdf
Independence Day Hasn’t Always Been a U.S. Holiday.pdfIndependence Day Hasn’t Always Been a U.S. Holiday.pdf
Independence Day Hasn’t Always Been a U.S. Holiday.pdf
Livetecs LLC
 
Attendance Tracking From Paper To Digital
Attendance Tracking From Paper To DigitalAttendance Tracking From Paper To Digital
Attendance Tracking From Paper To Digital
Task Tracker
 
ThaiPy meetup - Indexes and Django
ThaiPy meetup - Indexes and DjangoThaiPy meetup - Indexes and Django
ThaiPy meetup - Indexes and Django
akshesh doshi
 
Shivam Pandit working on Php Web Developer.
Shivam Pandit working on Php Web Developer.Shivam Pandit working on Php Web Developer.
Shivam Pandit working on Php Web Developer.
shivamt017
 
React vs Next js: Which is Better for Web Development? - Semiosis Software Pr...
React vs Next js: Which is Better for Web Development? - Semiosis Software Pr...React vs Next js: Which is Better for Web Development? - Semiosis Software Pr...
React vs Next js: Which is Better for Web Development? - Semiosis Software Pr...
Semiosis Software Private Limited
 
AWS Cloud Practitioner Essentials (Second Edition) (Arabic) AWS Security .pdf
AWS Cloud Practitioner Essentials (Second Edition) (Arabic) AWS Security .pdfAWS Cloud Practitioner Essentials (Second Edition) (Arabic) AWS Security .pdf
AWS Cloud Practitioner Essentials (Second Edition) (Arabic) AWS Security .pdf
karim wahed
 
Splunk_Remote_Work_Insights_Overview.pptx
Splunk_Remote_Work_Insights_Overview.pptxSplunk_Remote_Work_Insights_Overview.pptx
Splunk_Remote_Work_Insights_Overview.pptx
sudsdeep
 
Wired_2.0_Create_AmsterdamJUG_09072024.pptx
Wired_2.0_Create_AmsterdamJUG_09072024.pptxWired_2.0_Create_AmsterdamJUG_09072024.pptx
Wired_2.0_Create_AmsterdamJUG_09072024.pptx
SimonedeGijt
 
CViewSurvey Digitech Pvt Ltd that works on a proven C.A.A.G. model.
CViewSurvey Digitech Pvt Ltd that  works on a proven C.A.A.G. model.CViewSurvey Digitech Pvt Ltd that  works on a proven C.A.A.G. model.
CViewSurvey Digitech Pvt Ltd that works on a proven C.A.A.G. model.
bhatinidhi2001
 
Addressing the Top 9 User Pain Points with Visual Design Elements.pptx
Addressing the Top 9 User Pain Points with Visual Design Elements.pptxAddressing the Top 9 User Pain Points with Visual Design Elements.pptx
Addressing the Top 9 User Pain Points with Visual Design Elements.pptx
Sparity1
 
COMPSAC 2024 D&I Panel: Charting a Course for Equity: Strategies for Overcomi...
COMPSAC 2024 D&I Panel: Charting a Course for Equity: Strategies for Overcomi...COMPSAC 2024 D&I Panel: Charting a Course for Equity: Strategies for Overcomi...
COMPSAC 2024 D&I Panel: Charting a Course for Equity: Strategies for Overcomi...
Hironori Washizaki
 
Prada Group Reports Strong Growth in First Quarter …
Prada Group Reports Strong Growth in First Quarter …Prada Group Reports Strong Growth in First Quarter …
Prada Group Reports Strong Growth in First Quarter …
908dutch
 

Recently uploaded (20)

active-directory-auditing-solution (2).pptx
active-directory-auditing-solution (2).pptxactive-directory-auditing-solution (2).pptx
active-directory-auditing-solution (2).pptx
 
Responsibilities of Fleet Managers and How TrackoBit Can Assist.pdf
Responsibilities of Fleet Managers and How TrackoBit Can Assist.pdfResponsibilities of Fleet Managers and How TrackoBit Can Assist.pdf
Responsibilities of Fleet Managers and How TrackoBit Can Assist.pdf
 
Google ML-Kit - Understanding on-device machine learning
Google ML-Kit - Understanding on-device machine learningGoogle ML-Kit - Understanding on-device machine learning
Google ML-Kit - Understanding on-device machine learning
 
Discover the Power of ONEMONITAR: The Ultimate Mobile Spy App for Android Dev...
Discover the Power of ONEMONITAR: The Ultimate Mobile Spy App for Android Dev...Discover the Power of ONEMONITAR: The Ultimate Mobile Spy App for Android Dev...
Discover the Power of ONEMONITAR: The Ultimate Mobile Spy App for Android Dev...
 
Seamless PostgreSQL to Snowflake Data Transfer in 8 Simple Steps
Seamless PostgreSQL to Snowflake Data Transfer in 8 Simple StepsSeamless PostgreSQL to Snowflake Data Transfer in 8 Simple Steps
Seamless PostgreSQL to Snowflake Data Transfer in 8 Simple Steps
 
AWS Cloud Practitioner Essentials (Second Edition) (Arabic) Course Introducti...
AWS Cloud Practitioner Essentials (Second Edition) (Arabic) Course Introducti...AWS Cloud Practitioner Essentials (Second Edition) (Arabic) Course Introducti...
AWS Cloud Practitioner Essentials (Second Edition) (Arabic) Course Introducti...
 
What is OCR Technology and How to Extract Text from Any Image for Free
What is OCR Technology and How to Extract Text from Any Image for FreeWhat is OCR Technology and How to Extract Text from Any Image for Free
What is OCR Technology and How to Extract Text from Any Image for Free
 
Cisco Live Announcements: New ThousandEyes Release Highlights - July 2024
Cisco Live Announcements: New ThousandEyes Release Highlights - July 2024Cisco Live Announcements: New ThousandEyes Release Highlights - July 2024
Cisco Live Announcements: New ThousandEyes Release Highlights - July 2024
 
Independence Day Hasn’t Always Been a U.S. Holiday.pdf
Independence Day Hasn’t Always Been a U.S. Holiday.pdfIndependence Day Hasn’t Always Been a U.S. Holiday.pdf
Independence Day Hasn’t Always Been a U.S. Holiday.pdf
 
Attendance Tracking From Paper To Digital
Attendance Tracking From Paper To DigitalAttendance Tracking From Paper To Digital
Attendance Tracking From Paper To Digital
 
ThaiPy meetup - Indexes and Django
ThaiPy meetup - Indexes and DjangoThaiPy meetup - Indexes and Django
ThaiPy meetup - Indexes and Django
 
Shivam Pandit working on Php Web Developer.
Shivam Pandit working on Php Web Developer.Shivam Pandit working on Php Web Developer.
Shivam Pandit working on Php Web Developer.
 
React vs Next js: Which is Better for Web Development? - Semiosis Software Pr...
React vs Next js: Which is Better for Web Development? - Semiosis Software Pr...React vs Next js: Which is Better for Web Development? - Semiosis Software Pr...
React vs Next js: Which is Better for Web Development? - Semiosis Software Pr...
 
AWS Cloud Practitioner Essentials (Second Edition) (Arabic) AWS Security .pdf
AWS Cloud Practitioner Essentials (Second Edition) (Arabic) AWS Security .pdfAWS Cloud Practitioner Essentials (Second Edition) (Arabic) AWS Security .pdf
AWS Cloud Practitioner Essentials (Second Edition) (Arabic) AWS Security .pdf
 
Splunk_Remote_Work_Insights_Overview.pptx
Splunk_Remote_Work_Insights_Overview.pptxSplunk_Remote_Work_Insights_Overview.pptx
Splunk_Remote_Work_Insights_Overview.pptx
 
Wired_2.0_Create_AmsterdamJUG_09072024.pptx
Wired_2.0_Create_AmsterdamJUG_09072024.pptxWired_2.0_Create_AmsterdamJUG_09072024.pptx
Wired_2.0_Create_AmsterdamJUG_09072024.pptx
 
CViewSurvey Digitech Pvt Ltd that works on a proven C.A.A.G. model.
CViewSurvey Digitech Pvt Ltd that  works on a proven C.A.A.G. model.CViewSurvey Digitech Pvt Ltd that  works on a proven C.A.A.G. model.
CViewSurvey Digitech Pvt Ltd that works on a proven C.A.A.G. model.
 
Addressing the Top 9 User Pain Points with Visual Design Elements.pptx
Addressing the Top 9 User Pain Points with Visual Design Elements.pptxAddressing the Top 9 User Pain Points with Visual Design Elements.pptx
Addressing the Top 9 User Pain Points with Visual Design Elements.pptx
 
COMPSAC 2024 D&I Panel: Charting a Course for Equity: Strategies for Overcomi...
COMPSAC 2024 D&I Panel: Charting a Course for Equity: Strategies for Overcomi...COMPSAC 2024 D&I Panel: Charting a Course for Equity: Strategies for Overcomi...
COMPSAC 2024 D&I Panel: Charting a Course for Equity: Strategies for Overcomi...
 
Prada Group Reports Strong Growth in First Quarter …
Prada Group Reports Strong Growth in First Quarter …Prada Group Reports Strong Growth in First Quarter …
Prada Group Reports Strong Growth in First Quarter …
 

Sprint 225

  • 1. SPRINT 225 REVIEW Ending November 13, 2023 November 15, 2023 Meeting Start: 9:30 am EST
  • 2. 2 SPEAKERS ● Overview (Jason Frey) ● UI (Jeffrey Bonson) ● Providers (Adam Grare) ● Platform (Joe Rafaniello)
  • 3. 3
  • 4. 4
  • 5. 5 Earned 100% Passing on the OpenSSF Best Practices Badge 🎉 https://www.bestpractices.dev/en/projects/4282 The Open Source Security Foundation (OpenSSF) Best Practices badge is a way for Free/Libre and Open Source Software (FLOSS) projects to show that they follow best practices. Projects can voluntarily self- certify, at no cost, by using this web application to explain how they follow each best practice. The OpenSSF Best Practices Badge is inspired by the many badges available to projects on GitHub. Consumers of the badge can quickly assess which FLOSS projects are following best practices and as a result are more likely to produce higher-quality secure software. COMMUNITY (Jason Frey)
  • 6. 6 Bugs 1. Fix for missing toast notifications (manageiq-ui-classic#8948) 2. Fixed accessibility issues with the server settings authentication page (manageiq-ui-classic#8940) 3. Fixed explorer tree accessibility violations (manageiq-ui-classic#8952) 4. Remove Id from Host Endpoint When Submitting Form (manageiq-ui-classic#8950) 5. Fix table header accessibility issues (manageiq-ui-classic#8955) Others 1. Rubocop Fixes in routes.rb (manageiq-ui-classic#8845) 2. Drop Ruby 2.7 (manageiq-ui-classic#8949) 3. Updated ui json files after core 22770 22781 (manageiq-ui-classic#8960) UI (Jeffrey Bonson)
  • 7. 7 Fix for missing toast notifications (manageiq-ui-classic#8948) UI (Jeffrey Bonson)
  • 8. 8 Fixed accessibility issues with the server settings authentication page (manageiq-ui-classic#8940) UI (Jeffrey Bonson)
  • 9. 9 Fixed explorer tree accessibility violations (manageiq-ui-classic#8952) UI (Jeffrey Bonson)
  • 10. 10 Remove Id from Host Endpoint When Submitting Form (manageiq-ui-classic#8950) UI (Jeffrey Bonson)
  • 11. 11 Fix table header accessibility issues (manageiq-ui-classic#8955) UI (Jeffrey Bonson)
  • 12. 12 Others 1. Rubocop Fixes in routes.rb (manageiq-ui-classic#8845) 2. Drop Ruby 2.7 (manageiq-ui-classic#8949) 3. Updated ui json files after core 22770 22781 (manageiq-ui-classic#8960) UI (Jeffrey Bonson)
  • 13. 13 Core ● Autosave a manager’s provider to remove need for overrides (#20318) Amazon ● Refactor regions spec to not require a hard-coded list (#833) ● Add AWS Regions sync to the scheduled task (#834) Nuage ● Xlab-si reverted back to their original org name on ansible galaxy (#300) PROVIDERS (Adam Grare)
  • 14. 14 Floe ● Add numerous validations on workflow payload (#136) ● Handle ImagePullErr and ImagePullBackOff errors (#135) ● Refactor Podman runner class to inherit from Docker (#140) ● Rename State#run_wait to #wait (#139) ● Improve task tests (#123) PROVIDERS (Adam Grare)
  • 15. 15 Enhancements ● Dynamically build worker_cmdline for non-rails workers manageiq#22236 ● Drop Ruby 2.7 support manageiq#22768 ● Add Ruby 3.1 and Ruby 3.2 awesome_spawn#70 ● Add deep delete functionality manageiq#22674 ● Use named arguments for psych 4 support manageiq#22766 ● Update test for Ruby 3.1 compatibility manageiq#22767 ● Mark Strings in Request Details for Translation manageiq#22506 ● Add or update unique volume mount manageiq-pods#1008 ● Disable old SSL Protocols < TLSv1.2 manageiq-appliance#305 ● Update translations manageiq#22770 manageiq#22783 manageiq#22781 PLATFORM (Joe Rafaniello)
  • 16. 16 Bugs ● Change messaging-health-check to manageiq.liveness-check manageiq#22775 ● Change the ci.yaml to be more consistent with YAML.load/dump manageiq#22769 ● Upgrade gems for ruby 3.0.x security issues manageiq#22761 ● Add missing widget dashboard yaml strings to locale task config manageiq#22777 ● Remove unnecessary supports_not manageiq#22751 ● Add awesome_spawn gem directly manageiq#22782 PLATFORM (Joe Rafaniello)
  • 17. 17 Questions? Discussion? Sprint 226 Review - November 29, 2023 Meeting Start: 9:30 am EST https://zoom.us/j/3660261582?pwd=aGNRYVRFQ3kxWU0rZDNvaUdDS0VmZz09