Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support interfaces implementing other interfaces #3613

Merged
merged 10 commits into from Sep 10, 2021

Commits on Jul 26, 2021

  1. Don't pass empty hash as kwargs

    Since Ruby 3, hash passed as kwargs will be removed if empty.
    This can result in a value of `{}` being converted to `nil`,
    ultimately leading to a validation error.
    Leonard Chin committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    7ddec53 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Fix issue #3604

    sergio-opslevel committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    3e2a5f7 View commit details
    Browse the repository at this point in the history
  2. Sketch out a general-use dataloader API

    rmosolgo authored and Robert Mosolgo committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    cef4b5b View commit details
    Browse the repository at this point in the history
  3. Add docs for .with_dataloading

    Robert Mosolgo committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    99f129f View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. remove the push action from CI

    Robert Mosolgo committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    02ce3d8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3335 from rmosolgo/dataloader-general-use

    Sketch out a general-use dataloader API
    Robert Mosolgo committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    a436185 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Merge pull request #3606 from sergio-opslevel/3604-fix-has-key

    Properly detect input objects for authorization
    Robert Mosolgo committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    5bbce8e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3610 from l15n/zero-argument-ruby-3

    Ruby 3: Don't pass empty hash as kwargs
    Robert Mosolgo committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    cdf4b5d View commit details
    Browse the repository at this point in the history
  3. Support interfaces implementing other interfaces

    Robert Mosolgo committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    eaa1c7d View commit details
    Browse the repository at this point in the history
  4. Add interface interfaces to introspection

    Robert Mosolgo committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    3805648 View commit details
    Browse the repository at this point in the history