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: wp-graphql/wpgraphql-acf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 122d9ed
Choose a base ref
...
head repository: wp-graphql/wpgraphql-acf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e2e71bf
Choose a head ref
  • 18 commits
  • 23 files changed
  • 1 contributor

Commits on Feb 5, 2024

  1. - update tests to support querying for a specific field via fragment …

    …on a node
    
    - update test suite to add a published post by editor and published post by author so that more than 1 user are public in the environment
    - update textFieldTest to test querying the text field on a post
    - update UserFieldTest to test querying the user field (failing test)
    jasonbahl committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    6cb7115 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    246cb1a View commit details
    Browse the repository at this point in the history
  3. - update AcfeDateRangePicker to get start and end values from the res…

    …ults of resolve_field
    
    - update test suites
    - Add test for querying the daterangepicker
    jasonbahl committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    dbd010c View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. - update resolvers that use set_query_arg to pass certain args as $ar…

    …gs _before_ the resolver is instantiated, and then use set_query_args to override some args after the resolver is instantiated. This allows for args such as `in` or `include` to be used by the ConnectionResolver in determining things like pagination and cursor slicing
    jasonbahl committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    56aa0f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b11461c View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Merge pull request #165 from wp-graphql/fix/162-user-field-returns-all

    fix: user field returning all publicly queryable users
    jasonbahl authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    42bab29 View commit details
    Browse the repository at this point in the history
  2. Merge commit '42bab29b800d1bb012c6d360bc1e6871cff4ca49' into fix/163-…

    …date-range-returning-error
    jasonbahl committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    e14a77a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    813dd8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2c2fe5 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'fix/163-date-range-returning-error' into fix/pagination…

    …-on-connection-fields
    
    # Conflicts:
    #	src/FieldType/User.php
    jasonbahl committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    3b3a61b View commit details
    Browse the repository at this point in the history
  6. - composer fix-cs

    jasonbahl committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    175d3fa View commit details
    Browse the repository at this point in the history
  7. - update repeater test

    jasonbahl committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    0ab45e8 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #167 from wp-graphql/fix/pagination-on-connection-…

    …fields
    
    fix: pagination on connection fields
    jasonbahl authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    a7f3515 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #166 from wp-graphql/fix/163-date-range-returning-…

    …error
    
    fix: errors when querying fields of the `acfe_date_range_picker` field type
    jasonbahl authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    a0b2cdd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a5f20ea View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    27decc8 View commit details
    Browse the repository at this point in the history
  12. - update composer.lock

    jasonbahl committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    47f8d5d View commit details
    Browse the repository at this point in the history
  13. Merge pull request #170 from wp-graphql/release/v2.1.1

    release: v2.1.1
    jasonbahl authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    e2e71bf View commit details
    Browse the repository at this point in the history
Loading