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: fsprojects/FSharp.Data.GraphQL
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: VectorTetra/FSharp.Data.GraphQL
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 5 files changed
  • 1 contributor

Commits on Mar 12, 2025

  1. Implemented ObjectListFilter tests for following cases:

    And, Equals, GreaterThan, LessThan, StartsWith, EndsWith, Contains
    Viktor Tochonov committed Mar 12, 2025
    Configuration menu
    Copy the full SHA
    c4860f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51ef7f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fa9d2a View commit details
    Browse the repository at this point in the history
  4. Implemented tests for different discriminator cases

    Viktor Tochonov committed Mar 12, 2025
    Configuration menu
    Copy the full SHA
    6fe1ed1 View commit details
    Browse the repository at this point in the history
  5. Remove unmatching rule

    Viktor Tochonov committed Mar 12, 2025
    Configuration menu
    Copy the full SHA
    506110c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. Configuration menu
    Copy the full SHA
    3c0dc43 View commit details
    Browse the repository at this point in the history
  2. Implemented logic for different MemberInfo types in ObjectListFilter …

    …`Contains` case
    Viktor Tochonov committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    c9dd83e View commit details
    Browse the repository at this point in the history
  3. Implemented IN case for ObjectListFilter and formatted files

    Viktor Tochonov committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    2dfff16 View commit details
    Browse the repository at this point in the history
  4. Revert Implemented IN case

    Viktor Tochonov committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    da759ab View commit details
    Browse the repository at this point in the history
  5. Fixed test ObjectListFilter works with FilterField operator

    Viktor Tochonov committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    76071c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d0f912 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2025

  1. PR fixes

    Viktor Tochonov committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    fd37e4a View commit details
    Browse the repository at this point in the history
  2. Revert "Revert Implemented IN case"

    This reverts commit da759ab.
    Viktor Tochonov committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    e788d7d View commit details
    Browse the repository at this point in the history
  3. Implement test Must parse all filter operations and join parse fiel…

    …d conditions
    Viktor Tochonov committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    952757e View commit details
    Browse the repository at this point in the history
  4. Add new operators In, GreaterThanOrEqual, LessThanOrEqual

    Viktor Tochonov committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    4b5cc32 View commit details
    Browse the repository at this point in the history
  5. Changed comments in buildTypeDiscriminatorCheck

    Viktor Tochonov committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    82d96da View commit details
    Browse the repository at this point in the history
  6. Merge branch 'additional-list-filter-operators' into dev

    Viktor Tochonov committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    9196cd1 View commit details
    Browse the repository at this point in the history
Loading