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: GoogleCloudPlatform/functions-framework-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: OpenFunction/functions-framework-python-gcp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 52 files changed
  • 2 contributors

Commits on May 13, 2022

  1. feat: init binding and async (#1)

    * test: fix unit tests (#181)
    
    Fix failing assert to look for a different error message, likely due to
    a change in CloudEvents error message.
    
    Also add tests so that code coverage is back at 100%.
    
    Signed-off-by: Kehui Li <kehui.li@uisee.com>
    kehuili authored May 13, 2022
    Configuration menu
    Copy the full SHA
    c011260 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. develop ff-python based on ofn v1beta2 (#3)

    * develop ff-python based on ofn v1beta2
    
    Signed-off-by: laminar <tpiperatgod@gmail.com>
    
    * add exception_handler and logger
    
    Signed-off-by: laminar <tpiperatgod@gmail.com>
    
    * add user_context
    
    Signed-off-by: laminar <tpiperatgod@gmail.com>
    
    * adjust class name
    
    Signed-off-by: laminar <tpiperatgod@gmail.com>
    
    * add license header
    
    Signed-off-by: laminar <tpiperatgod@gmail.com>
    
    * Add check for function signature
    
    Signed-off-by: laminar <tpiperatgod@gmail.com>
    
    * adjust http trigger
    
    Signed-off-by: laminar <tpiperatgod@gmail.com>
    
    * fix
    
    Signed-off-by: laminar <tpiperatgod@gmail.com>
    
    * fix
    
    Signed-off-by: laminar <tpiperatgod@gmail.com>
    
    ---------
    
    Signed-off-by: laminar <tpiperatgod@gmail.com>
    tpiperatgod authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    4c57790 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. add auto_assign and assign bot

    Signed-off-by: laminar <tpiperatgod@gmail.com>
    tpiperatgod committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    82d8bbd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from tpiperatgod/add_bots

    add auto_assign and assign bot
    tpiperatgod authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    ef70bea View commit details
    Browse the repository at this point in the history
Loading