Thanks to visit codestin.com
Credit goes to github.com

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: goblet/goblet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.13.3
Choose a base ref
...
head repository: goblet/goblet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.14.0
Choose a head ref
  • 2 commits
  • 29 files changed
  • 2 contributors

Commits on Jun 18, 2024

  1. [pubsub] replace first occurrence of goblet service prefix for subscr…

    …iption topic name (#502)
    
    in cases where the topic may contain the service name, limit replacement
    to first occurrence
    
    ```
    app = Goblet(function_name="tester")
    @app.pubsub_subscription("tester-ingest", use_subscription=True)
    ```
    
    replacement of service name prefix in sub `tester-tester-ingest` = topic
    name `ingest`
    `ValueError: Topic ingest not found`
    quajones authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    69fb3d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2025

  1. Update dependencies (#506)

    * update dependencies
    * set cloudfunctionsv2 (cloud run functions) as default backend (closes
    #504 )
    anovis authored Aug 29, 2025
    Configuration menu
    Copy the full SHA
    8f94dfc View commit details
    Browse the repository at this point in the history
Loading