#atmos-dev (2024-11)

Discuss atmos core development (golang)

2024-11-04

2024-11-05

Pulak Kanti Bhowmick avatar
Pulak Kanti Bhowmick

Hi team, this PR is good to review. Thank you!

https://github.com/cloudposse/atmos/pull/756

#756 skip component if metadata.enabled is set to false

what

why

references

DEV-2150

Summary by CodeRabbit

New Features
• Enhanced component processing logic to include checks for whether components are enabled, improving metadata handling.
• Introduced a new field to track the enabled state of components, optimizing performance and resource management.
• Updated processing methods to skip disabled components, refining the control flow and enhancing efficiency. • Bug Fixes
• Adjusted control flow in component processing to ensure only enabled components are processed, reducing potential errors.

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

@Andriy Knysh (Cloud Posse) LGTM, ready for your review

#756 skip component if metadata.enabled is set to false

what

why

references

DEV-2150

Summary by CodeRabbit

New Features
• Enhanced component processing logic to include checks for whether components are enabled, improving metadata handling.
• Introduced a new field to track the enabled state of components, optimizing performance and resource management.
• Updated processing methods to skip disabled components, refining the control flow and enhancing efficiency. • Bug Fixes
• Adjusted control flow in component processing to ensure only enabled components are processed, reducing potential errors.

    keyboard_arrow_up