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: Mathieu2301/TradingView-API
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: mathieu/run-tests
Choose a base ref
...
head repository: Mathieu2301/TradingView-API
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.
  • 18 commits
  • 7 files changed
  • 7 contributors

Commits on Oct 26, 2025

  1. Configuration menu
    Copy the full SHA
    144479b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8215fb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa46000 View commit details
    Browse the repository at this point in the history
  4. remove: console dir

    OguzBey committed Oct 26, 2025
    Configuration menu
    Copy the full SHA
    9205c65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0230db View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2026

  1. Configuration menu
    Copy the full SHA
    1474bbe View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2026

  1. Configuration menu
    Copy the full SHA
    ca1aa7a View commit details
    Browse the repository at this point in the history
  2. Update redirect error message and add unit test

    - Change error message to "possible WAF or geo-restriction" since
      redirect loops are caused by WAF/geo-blocking, not invalid credentials
    - Add unit test verifying redirect loop is capped at ≤10 calls
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    clins1994 and claude committed Apr 11, 2026
    Configuration menu
    Copy the full SHA
    6f1e076 View commit details
    Browse the repository at this point in the history
  3. Fix CodeFactor lint warnings in redirect test

    - Replace ++ with += 1 (no-plusplus)
    - Add eslint-disable for global-require (needed for cache patching)
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    clins1994 and claude committed Apr 11, 2026
    Configuration menu
    Copy the full SHA
    2b94d34 View commit details
    Browse the repository at this point in the history
  4. Make WebSocket headers configurable with sensible defaults

    - Provide default browser-like headers (required by TradingView WAF)
    - Allow users to override via clientOptions.headers
    - Update User-Agent to Windows/Chrome 131 (more common, more recent)
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    clins1994 and claude committed Apr 11, 2026
    Configuration menu
    Copy the full SHA
    a074b0c View commit details
    Browse the repository at this point in the history
  5. Fix max-len lint warning in JSDoc

    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    clins1994 and claude committed Apr 11, 2026
    Configuration menu
    Copy the full SHA
    9c353d6 View commit details
    Browse the repository at this point in the history
  6. Disable max-len for User-Agent string

    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    clins1994 and claude committed Apr 11, 2026
    Configuration menu
    Copy the full SHA
    de1d866 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    574a994 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2026

  1. Fix TradingView indicator CI tests

    Authored-by: Nox <nox@molted.local>
    Nox
    Nox committed Jun 22, 2026
    Configuration menu
    Copy the full SHA
    90f8033 View commit details
    Browse the repository at this point in the history
  2. Restore study report JSDoc

    Authored-by: Nox <nox@molted.local>
    Nox
    Nox committed Jun 22, 2026
    Configuration menu
    Copy the full SHA
    b89a0d0 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    577ebd7 View commit details
    Browse the repository at this point in the history
  4. Stabilize TradingView indicator CI tests

    Signed-off-by: Nox <nox@molted.net>
    Nox
    Nox committed Jun 22, 2026
    Configuration menu
    Copy the full SHA
    d7c5553 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2026

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