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: aws/aws-lambda-python-runtime-interface-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: aws/aws-lambda-python-runtime-interface-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: lszecsi/refactoring-native-builds
Choose a head ref
  • 10 commits
  • 32 files changed
  • 1 contributor

Commits on Jul 30, 2025

  1. Migrate the poetry for dependency management

    AntoniaSzecsi committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    37697b1 View commit details
    Browse the repository at this point in the history
  2. Format files according to ruff standards

    AntoniaSzecsi committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    3ec0f50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0288d27 View commit details
    Browse the repository at this point in the history
  4. Add docstrings checking with ruff and implement the fixes

    AntoniaSzecsi committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    9e4c57b View commit details
    Browse the repository at this point in the history
  5. Fix build and test invocations of RIE

    AntoniaSzecsi committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    3ac0e0a View commit details
    Browse the repository at this point in the history
  6. Format file according to linter requirements

    AntoniaSzecsi committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    be21af8 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. Remove ignore rules and move docstring logic to dev file

    AntoniaSzecsi committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    c8f869d View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. Add intermediate step for native build migration

    AntoniaSzecsi committed Aug 6, 2025
    Configuration menu
    Copy the full SHA
    2d1745e View commit details
    Browse the repository at this point in the history
  2. Remove Makefile logic and replace with poethepoet

    AntoniaSzecsi committed Aug 6, 2025
    Configuration menu
    Copy the full SHA
    437b12a View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2025

  1. Add type checker and solve typing errors for client

    AntoniaSzecsi committed Aug 7, 2025
    Configuration menu
    Copy the full SHA
    34e9cd2 View commit details
    Browse the repository at this point in the history
Loading