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: langwatch/langwatch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: langwatch@v1.1.1
Choose a base ref
...
head repository: langwatch/langwatch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: langwatch@v1.2.0
Choose a head ref
  • 17 commits
  • 129 files changed
  • 6 contributors

Commits on Oct 14, 2025

  1. feat: add filters on series for custom graphs (#705)

    * feat: add filters on series for custom graphs
    
    * fix: mutating sort causing issues where label index was not matching, and fix final pending metrics (threads sessions)
    
    * remove duplication
    
    * refactor: pr comments
    
    * perf: small tweak to avoid some useless cycles
    
    * test: add test for filterOutEmptyFilters util
    
    * refactor: harden type definition
    
    * fix: fix using filters on pipeline aggregations
    rogeriochaves authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    b200586 View commit details
    Browse the repository at this point in the history
  2. feat: add percentage to series (#709)

    * feat: allow to plot analytics values as percentage
    
    * feat: support percentages also on pipeline metrics
    
    * chore: remove unused stuff
    rogeriochaves authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    c6e63df View commit details
    Browse the repository at this point in the history
  3. feat: new onboarding flow (#686)

    * a bit of cleanup
    
    * remove old onboarding flow screen
    
    * theme aware loading and logo
    
    * added new welcome onboarding screen
    
    * added intro screen
    
    * refactor onboarding container to include title
    
    * reuse radio/checkbox group components
    
    * restructure business logic
    
    * refactor intro page
    
    * refactor, consolidate intro/welcome, sexyify
    
    * cleanup navigation and use enums more
    
    * fix animation issue
    
    * standards setting
    
    * Fix checkbox group + improve icon stylings
    
    * change ordering of items
    
    * improve loading states
    
    * fix width flicker
    
    * track utm in a nicer way
    
    * improve skeleton and animate page in
    
    * added new flow variant system
    
    * added nice phone number handling
    
    * added libphonenumber
    
    * improve error handling
    
    * fix countires and add divider
    
    * match hubspot
    
    * fix company name from startup
    
    * fix, align, improve types
    
    * add redirect after onboarding is done
    
    * bump depies
    
    * improve handling of country grouping
    
    * PR review comments
    
    * PR comments
    
    * flow fixes
    
    * final fix
    
    * pr comments
    
    * fix proceed
    
    * fix redirect if user already waterboarded
    
    * fix redirect issues
    
    * fix type issues, fix proceed button
    
    * pr review comments
    
    * bump package lock
    
    * placement issue
    
    * last few chakra type fixes
    
    ---------
    
    Co-authored-by: Rogério Chaves <rogeriochaves@users.noreply.github.com>
    0xdeafcafe and rogeriochaves authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    26d9c8d View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2025

  1. feat: added automatic country detection to phone input (#714)

    * added auto country detection
    
    * use auto detector
    0xdeafcafe authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    82d3fe0 View commit details
    Browse the repository at this point in the history
  2. chore: refactor onboarding component structure (#715)

    * refactored component srtructure
    
    * revert this change
    0xdeafcafe authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    3900c1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6cc1c8 View commit details
    Browse the repository at this point in the history
  4. fix: updates for release please (#711)

    add release please manifest to github workflow hooks
    drewdrewthis authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    d88597c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8acb69 View commit details
    Browse the repository at this point in the history
  6. test: failing go test with gpt5 update (#718)

    fix: failing go test with gpt5 update
    drewdrewthis authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    bc16d63 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2025

  1. Configuration menu
    Copy the full SHA
    2741e96 View commit details
    Browse the repository at this point in the history
  2. fix: release please was broken with missing permissions (#723)

    fix: release please was broken
    0xdeafcafe authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    4e09652 View commit details
    Browse the repository at this point in the history
  3. chore: new onboarding analytics (#720)

    * add RCA library
    
    * create and add RCA provider
    
    * added analytics to flow/welcome screen
    
    * added more analytics
    
    * update package
    
    * added focus/blur to phone number input
    
    * improve analytics
    
    * update analytics api
    
    * simplify lock
    
    * Update langwatch/src/components/inputs/PhoneNumberInput.tsx
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * review comments
    
    * added analytics to signout button
    
    * improve welcome name
    
    * drew: regen lock file
    
    ---------
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    Co-authored-by: drewdrew <drewdrewthis@gmail.com>
    3 people authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    af4ebf0 View commit details
    Browse the repository at this point in the history
  4. fix: remove usage stats log (#725)

    remove usage stats log
    richhuth authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    f113b0c View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2025

  1. fix: onboarding types to align with crm (#727)

    make onboarding types align with cms
    0xdeafcafe authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    8b7f9b2 View commit details
    Browse the repository at this point in the history
  2. test: create CI server for SDK e2e tests (#719)

    sets up e2e tests to run against the server running the codebase code instead of against production. more robust!
    drewdrewthis authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    7961a03 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2025

  1. fix: refactor to stop re-rendering causing input focus mayhem (#729)

    * fix re-rendering memoization issuer
    
    * remove detect country from number as unpredictable
    
    * refactor to fix rerendering issue + context cleanup
    
    * use multiline for features
    
    * fix first number getting eaten
    0xdeafcafe authored Oct 18, 2025
    Configuration menu
    Copy the full SHA
    9981533 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

  1. chore: release main (#712)

    Co-authored-by: Alexander Forbes-Reed <github@alex.forbes.red>
    github-actions[bot] and 0xdeafcafe authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    521c3e1 View commit details
    Browse the repository at this point in the history
Loading