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

Commits on May 8, 2024

  1. graph: add sql to schema

    Signed-off-by: Gustavo Inacio <[email protected]>
    gusinacio authored and suchapalaver committed May 8, 2024
    Configuration menu
    Copy the full SHA
    b765438 View commit details
    Browse the repository at this point in the history
  2. graph, store: create database sql executor

    Signed-off-by: Gustavo Inacio <[email protected]>
    
    executor: impelement methods to execute arbitary sql in query store and
    deployment store
    gusinacio authored and suchapalaver committed May 8, 2024
    Configuration menu
    Copy the full SHA
    b365a81 View commit details
    Browse the repository at this point in the history
  3. graph, graphql: add resolver for sql

    Signed-off-by: Gustavo Inacio <[email protected]>
    gusinacio authored and suchapalaver committed May 8, 2024
    Configuration menu
    Copy the full SHA
    8154735 View commit details
    Browse the repository at this point in the history
  4. graphql, store: add parse and validation for custom sql

    Signed-off-by: Gustavo Inacio <[email protected]>
    
    create store/postgres/src/sql
    
    validator and formater: full refactor
    
    Signed-off-by: Gustavo Inacio <[email protected]>
    
    refactor: move sql to store/postgres/src/sql
    
    Signed-off-by: Gustavo Inacio <[email protected]>
    
    parser: test for array of byte fixed
    
    Signed-off-by: Tümay Tuzcu <[email protected]>
    
    parser: block_range and block$ added as available columns for tables,
    sequence functions moved to black list
    
    Signed-off-by: Tümay Tuzcu <[email protected]>
    
    parser: use latest block as cte filter
    
    parser: fix escape columns and tables
    
    Fixes STU-217
    
    Signed-off-by: Gustavo Inacio <[email protected]>
    gusinacio authored and suchapalaver committed May 8, 2024
    Configuration menu
    Copy the full SHA
    8844eb5 View commit details
    Browse the repository at this point in the history
  5. graph, graphql, server, store: convert object_or_interface into query…

    …able_type
    
    Signed-off-by: Gustavo Inacio <[email protected]>
    gusinacio authored and suchapalaver committed May 8, 2024
    Configuration menu
    Copy the full SHA
    49949c6 View commit details
    Browse the repository at this point in the history
  6. graph, graphql: add sql service config toggle

    Signed-off-by: Gustavo Inacio <[email protected]>
    gusinacio authored and suchapalaver committed May 8, 2024
    Configuration menu
    Copy the full SHA
    86345d8 View commit details
    Browse the repository at this point in the history
  7. docs: add sql service documentation

    Signed-off-by: Gustavo Inacio <[email protected]>
    
    docs: add sql service docs section
    gusinacio authored and suchapalaver committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ee44541 View commit details
    Browse the repository at this point in the history
  8. store: Use double quotation format for parsed sql tables matched with…

    … prelude CTE
    
    Fixes SQL-266
    
    Signed-off-by: Tümay Tuzcu <[email protected]>
    Tümay Tuzcu authored and suchapalaver committed May 8, 2024
    Configuration menu
    Copy the full SHA
    a1a7c64 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. docs: update sql service documentation

    Signed-off-by: Joseph Livesey <[email protected]>
    
    docs: add sql service docs section
    gusinacio authored and suchapalaver committed May 16, 2024
    Configuration menu
    Copy the full SHA
    28289eb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #31 from semiotic-ai/joseph/sql-300-merge-subgraph…

    …sql-docs-into-semiotic-fork
    
    docs: add sql service documentation
    suchapalaver authored May 16, 2024
    Configuration menu
    Copy the full SHA
    bee05a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9eb0983 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #30 from semiotic-ai/joseph/run-cargo-fmt

    graph, graphql: fix formatting with cargo fmt
    suchapalaver authored May 16, 2024
    Configuration menu
    Copy the full SHA
    9576a56 View commit details
    Browse the repository at this point in the history
Loading