Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: diodonfrost/terraform-aws-lambda-scheduler-stop-start
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: binbashar/terraform-aws-lambda-scheduler-stop-start
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on May 4, 2025

  1. refactor(python): enhance Redshift scheduler with improved method org…

    …anization
    
    Refactored the RedshiftScheduler class
    to improve code clarity and maintainability.
    
    Introduced a shared processing method for stop/start operations,
    and enhanced logging for actions taken on Redshift clusters.
    diodonfrost authored and CircleCI committed May 4, 2025
    Configuration menu
    Copy the full SHA
    bbcaeba View commit details
    Browse the repository at this point in the history
  2. refactor(python): enhance ECS service scheduler with improved method …

    …organization
    
    Refactored the EcsScheduler class to improve code clarity and maintainability.
    Introduced helper methods for parsing service ARNs and updating service counts,
    and reorganized start and stop functionalities for better readability.
    diodonfrost authored and CircleCI committed May 4, 2025
    Configuration menu
    Copy the full SHA
    03863a5 View commit details
    Browse the repository at this point in the history
  3. refactor(python): enhance DocumentDB scheduler with improved method o…

    …rganization
    
    Refactored the DocumentDBScheduler class to improve code clarity and maintainability.
    Introduced a ClusterAction enum for better action management, reorganized start and
    stop functionalities to utilize shared processing methods, and added detailed docstrings
    for methods to enhance documentation.
    diodonfrost authored and CircleCI committed May 4, 2025
    Configuration menu
    Copy the full SHA
    a168fa3 View commit details
    Browse the repository at this point in the history
  4. refactor(python): enhance CloudWatch alarm scheduler with improved me…

    …thod organization
    
    Refactored the CloudWatchAlarmScheduler class to improve code
    clarity and maintainability. Added detailed docstrings for methods,
    reorganized start and stop functionalities to utilize a shared
    processing method, and introduced logging for actions taken on CloudWatch alarms.
    diodonfrost authored and CircleCI committed May 4, 2025
    Configuration menu
    Copy the full SHA
    b1ad79d View commit details
    Browse the repository at this point in the history
Loading