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: genkit-ai/genkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: c6ai/genkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 18 files changed
  • 7 contributors

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    28ecb65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8865e7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8611c7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e8d9b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Update the flow name extraction regex to support the scenario where t…

    …here is a parent span. (#931)
    
    When running locally, there is a parent 'dev-run-action-wrapper' span, and this results in an extracted flow name that looks like 'dev-run-action-wrapper/{<flowName>'.
    bryanatkinson authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2940fd5 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Truncate logs based on utf bytes instead of characters. There's no gu…

    …arantee each character is exactly 2 bytes, so our previous truncation logic did not work for large messages containing a lot of unicode characters. (#938)
    
    Although @google-cloud/logging-winston uses the default maxEntrySize of 250k, when all of those characters are in a single json field, it was still not truncating.
    bryanatkinson authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    09014eb View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    75a16af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50cfbe8 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

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