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

Bypass python version runtime check when code run in docker #1180

Merged
merged 27 commits into from
Nov 24, 2022

Commits on Aug 10, 2022

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

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    53e9d9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    678202e View commit details
    Browse the repository at this point in the history
  3. 🎨 run black/isort

    monkut committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    8bda3ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96958af View commit details
    Browse the repository at this point in the history
  5. 🔥 remove unnecessary import

    monkut committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    71d5b04 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5869e47 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    62a53ed View commit details
    Browse the repository at this point in the history
  8. 🔧 change docstring type multi-line comment to standard multiline comment

    ✨ handle case where "requestContext" is not provided by the event.
    
    > Systems calling the Lambda (other than API Gateway) may not provide the field requestContext in the event.
    
    ✅ add testcases
    monkut committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    bafaba1 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2022

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

Commits on Aug 23, 2022

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

Commits on Sep 2, 2022

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

Commits on Sep 15, 2022

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

Commits on Sep 27, 2022

  1. 🔥 remove duplicate comment

    monkut committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    bef77fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bff61ef View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    d21f845 View commit details
    Browse the repository at this point in the history
  2. 🎨 run black/isort

    monkut committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    86d81d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

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

Commits on Oct 20, 2022

  1. ✅ fix testcase

    ✅ update testcase to output the full filepath of file you are expected to compare the README.md to.
    monkut committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    48086e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac2bd6e View commit details
    Browse the repository at this point in the history
  3. 🎨 fix flake8

    monkut committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    cb3bcb8 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

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

Commits on Oct 29, 2022

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

Commits on Nov 12, 2022

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

Commits on Nov 18, 2022

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

Commits on Nov 19, 2022

  1. Configuration menu
    Copy the full SHA
    96c2c5d View commit details
    Browse the repository at this point in the history
  2. 🔧 don't limit the upper version of zappa on setup. Internal checks wi…

    …ll perform version check, but docker based installs shouldn't be capped.
    monkut committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    bee0312 View commit details
    Browse the repository at this point in the history