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

Fix building of GraphQL queries arguments hash #3887

Merged
merged 19 commits into from
Sep 11, 2024

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    15ee914 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    482ebf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbdca24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0eedec7 View commit details
    Browse the repository at this point in the history
  5. Remove hash double-splat from AppSec gateway multiplex

    This way we avoid issues with older ruby versions, for example ruby 2.6
    only allows using ** with hashes that have symbol keys.
    y9v committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8babb02 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7909a47 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8908527 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d02e4e7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bfa3594 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    110c668 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    10c2a7c View commit details
    Browse the repository at this point in the history
  12. Remove direct usage of constants from graphql-ruby library

    We don't want to crash customer's application when graphql-ruby changes
    internals.
    y9v committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    599b9e4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2e51923 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    20a00b8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6b372be View commit details
    Browse the repository at this point in the history
  16. Improve GraphQL specs

    y9v committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c7fcae4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4a874bb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9e184f6 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0259cdb View commit details
    Browse the repository at this point in the history