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: graphprotocol/graph-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7fded19
Choose a base ref
...
head repository: graphprotocol/graph-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2d18674
Choose a head ref
  • 16 commits
  • 37 files changed
  • 5 contributors

Commits on May 1, 2025

  1. core, graph, store: Pause failed subgraphs instead of unassigning

    Unassigning subgraphs has a number of unwanted side-effects, e.g.,
    canceling copies. Pausing is safer alternative to avoid spending cycles on
    a subgraph we know will not make progress.
    lutter committed May 1, 2025
    Configuration menu
    Copy the full SHA
    12c91aa View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

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

Commits on May 7, 2025

  1. Bump IPFS client max retry delay to 60 seconds (#5995)

    We add a new configurable max delay between retries, which defaults to
    60 seconds for requests made via the IPFS client.
    encalypto authored May 7, 2025
    Configuration menu
    Copy the full SHA
    c74ea84 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2025

  1. Configuration menu
    Copy the full SHA
    35c0566 View commit details
    Browse the repository at this point in the history
  2. resources: Remove unused file

    lutter committed May 9, 2025
    Configuration menu
    Copy the full SHA
    0843165 View commit details
    Browse the repository at this point in the history
  3. Remove unused Travis config

    lutter committed May 9, 2025
    Configuration menu
    Copy the full SHA
    44934aa View commit details
    Browse the repository at this point in the history
  4. Revamp the toplevel and the docker README

    These were woefully out of date and utterly confusing
    lutter committed May 9, 2025
    Configuration menu
    Copy the full SHA
    1e2c7aa View commit details
    Browse the repository at this point in the history
  5. docs: Remove getting-started.md

    That file is way out of date and duplicate the official documentation on
    thegraph.com
    lutter committed May 9, 2025
    Configuration menu
    Copy the full SHA
    a595a0a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86c61b4 View commit details
    Browse the repository at this point in the history
  7. README.md: Fix typo

    lutter committed May 9, 2025
    Configuration menu
    Copy the full SHA
    25f2c1d View commit details
    Browse the repository at this point in the history
  8. [Fix] [docs] references to database objects

    - add schema names prefixes to the referenced database objects
    sirenko committed May 9, 2025
    Configuration menu
    Copy the full SHA
    b259b41 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

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

Commits on May 13, 2025

  1. Configuration menu
    Copy the full SHA
    ab64dc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d444553 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a383f5e View commit details
    Browse the repository at this point in the history
  4. graph, store: Simplify VersionInfo

    Move hte struct to the store since it is only used for tests and remove any
    fields that the tests don't need
    lutter committed May 13, 2025
    Configuration menu
    Copy the full SHA
    2d18674 View commit details
    Browse the repository at this point in the history
Loading