8000 Comparing master...release · neo4j-graphql/neo4j-graphql-java · GitHub
[go: up one dir, main page]

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: neo4j-graphql/neo4j-graphql-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: neo4j-graphql/neo4j-graphql-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 688 files changed
  • 2 contributors

Commits on Aug 29, 2024

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

Commits on Sep 30, 2024

  1. [API-Alignment] Initial work

    * Add support for query nodes, interfaces and unions
    * No mutations are implemented for now
    Andy2003 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    12e96fc View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Merge branch 'master' into master-v2

    # Conflicts:
    #	core/src/test/kotlin/org/neo4j/graphql/TranslatorExceptionTests.kt
    #	core/src/test/kotlin/org/neo4j/graphql/utils/AsciiDocTestSuite.kt
    #	core/src/test/kotlin/org/neo4j/graphql/utils/CypherTestSuite.kt
    #	core/src/test/kotlin/org/neo4j/graphql/utils/GraphQLSchemaTestSuite.kt
    Andy2003 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    8aa1548 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. [v2] Add Integration Tests (#326)

    Following bugs where found and fixed:
    
    * handling paging correctly
    * handling duration and temporal scalars correctly
    * fixing union connection issues
    * using correct logical operator for `SOME` and `SINGLE` relation predicates
    
    The test-framework is extended by the following features:
    
    * validating query results via JsonPath in asciidoc
    * testing custom resolvers via asciidoc
    * using neo4j-driver connection for integration tests
    Andy2003 authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    daf4b30 View commit details
    Browse the repository at this point in the history
  2. adjust gitflow for master-v2

    Andy2003 committed Dec 13, 2024
    Configuration menu
    Copy the full SHA
    440a558 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

  1. Configuration menu
    Copy the full SHA
    df2bcc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8375e5f View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. Merge remote-tracking branch 'origin/master' into master-v2

    # Conflicts:
    #	.github/workflows/changelog-configuration.json
    #	core/src/test/kotlin/demo/DataFetcherInterceptorDemo.kt
    #	core/src/test/kotlin/org/neo4j/graphql/AugmentationTests.kt
    #	core/src/test/kotlin/org/neo4j/graphql/CypherTests.kt
    #	core/src/test/kotlin/org/neo4j/graphql/TranslatorExceptionTests.kt
    #	core/src/test/kotlin/org/neo4j/graphql/asciidoc/AsciiDocParser.kt
    #	core/src/test/kotlin/org/neo4j/graphql/asciidoc/ast/Table.kt
    #	core/src/test/kotlin/org/neo4j/graphql/factories/AsciiDocTestFactory.kt
    #	core/src/test/kotlin/org/neo4j/graphql/factories/CypherTestFactory.kt
    #	readme.adoc
    Andy2003 committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    cf743db View commit details
    Browse the repository at this point in the history
  2. Implement new Javascript test case sync mechanism (#328)

    This adds a new 3 way sync mechanism, where the test definitions (Asciidoc), that are generated from neo4j-graphql (Javascript) are stored separately as `*.js.adoc`.
    
    The
    8000
     new tool JsTestCaseSync.kt now compares the Javascript version with the previous Javascript version and only take over test that were changed.
    Additionally, the reformatting feature is extracted from the TestSuites into a new tool AsciidocReformater.kt. This removes code that is not test relevant out of the test factories.
    
    As a refactoring, utility functions were also removed from the test factories into own *Utils classes.
    Andy2003 authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    6ac4a87 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2025

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

Commits on Jan 15, 2025

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