Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add parameter to power-tune only cold starts #206

Merged
merged 40 commits into from
Sep 16, 2024

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    efd6ad0 View commit details
    Browse the repository at this point in the history
  2. Working implementation

    mriccia committed May 24, 2023
    Configuration menu
    Copy the full SHA
    89a255b View commit details
    Browse the repository at this point in the history
  3. Addressing PR feedback

    mriccia committed May 24, 2023
    Configuration menu
    Copy the full SHA
    711e37d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4720586 View commit details
    Browse the repository at this point in the history
  5. add comments and tidy up

    mriccia committed May 24, 2023
    Configuration menu
    Copy the full SHA
    f70677d View commit details
    Browse the repository at this point in the history
  6. tidy up

    mriccia committed May 24, 2023
    Configuration menu
    Copy the full SHA
    0445f32 View commit details
    Browse the repository at this point in the history
  7. Fix tests and add more tests

    mriccia committed May 24, 2023
    Configuration menu
    Copy the full SHA
    4d8f554 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f6d7ad1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    32f9533 View commit details
    Browse the repository at this point in the history
  10. remove redundant logic

    mriccia committed May 24, 2023
    Configuration menu
    Copy the full SHA
    c0dd5ff View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    dd14172 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Merge remote-tracking branch 'origin/master' into onlycoldstarts

    # Conflicts:
    #	lambda/utils.js
    #	template.yml
    #	test/unit/test-utils.js
    mriccia committed May 8, 2024
    Configuration menu
    Copy the full SHA
    c0192ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a2e515 View commit details
    Browse the repository at this point in the history
  3. PR feedback

    mriccia committed May 8, 2024
    Configuration menu
    Copy the full SHA
    93802fd View commit details
    Browse the repository at this point in the history
  4. PR feedback

    mriccia committed May 8, 2024
    Configuration menu
    Copy the full SHA
    aa85838 View commit details
    Browse the repository at this point in the history
  5. PR feedback

    mriccia committed May 8, 2024
    1 Configuration menu
    Copy the full SHA
    1656b7e View commit details
    Browse the repository at this point in the history
  6. fix tests

    mriccia committed May 8, 2024
    Configuration menu
    Copy the full SHA
    79bb3b8 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. fix cleaner.js

    mriccia committed May 9, 2024
    Configuration menu
    Copy the full SHA
    3c4b5d6 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    69edf22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b9c85d View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. PR Feedback

    mriccia committed May 16, 2024
    Configuration menu
    Copy the full SHA
    331de58 View commit details
    Browse the repository at this point in the history
  2. PR Feedback

    mriccia committed May 16, 2024
    Configuration menu
    Copy the full SHA
    aad097c View commit details
    Browse the repository at this point in the history
  3. Fix unit tests and linting

    mriccia committed May 16, 2024
    Configuration menu
    Copy the full SHA
    2a547a6 View commit details
    Browse the repository at this point in the history
  4. remove unnecessary permission

    mriccia committed May 16, 2024
    Configuration menu
    Copy the full SHA
    4b58451 View commit details
    Browse the repository at this point in the history
  5. remove unnecessary permission

    mriccia committed May 16, 2024
    Configuration menu
    Copy the full SHA
    9a9b243 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1979fb6 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    446fff2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8b7d17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71aa0cb View commit details
    Browse the repository at this point in the history
  4. linting

    alexcasalboni committed May 20, 2024
    Configuration menu
    Copy the full SHA
    40c221b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f001da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    940ecd8 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. PR feedback

    mriccia committed May 23, 2024
    Configuration menu
    Copy the full SHA
    000cd74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    797f89c View commit details
    Browse the repository at this point in the history
  3. PR Feedback

    mriccia committed May 23, 2024
    Configuration menu
    Copy the full SHA
    355ea6f View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    18a8a65 View commit details
    Browse the repository at this point in the history
  2. Remove tests for deleted code

    Fix broken tests based on new logic
    mriccia committed May 24, 2024
    Configuration menu
    Copy the full SHA
    aba4d63 View commit details
    Browse the repository at this point in the history
  3. Add few TODOs as reminders

    mriccia committed May 24, 2024
    Configuration menu
    Copy the full SHA
    103786c View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Add tests for extractDuration

    mriccia committed May 27, 2024
    Configuration menu
    Copy the full SHA
    38f5c96 View commit details
    Browse the repository at this point in the history
  2. Add more tests

    mriccia committed May 27, 2024
    Configuration menu
    Copy the full SHA
    d837b53 View commit details
    Browse the repository at this point in the history