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 issue graphql.Time unmarshal time check #432 #438

Closed
wants to merge 6 commits into from

Commits on Mar 22, 2021

  1. time check for unix nanoseconds

    In case of large unix nanosecond timestamp split them to second and nanosecond part
    panikgaul authored Mar 22, 2021
    Configuration menu
    Copy the full SHA
    1e457ff View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from panikgaul/panikgaul-patch-1

    time check for unix nanoseconds
    panikgaul authored Mar 22, 2021
    Configuration menu
    Copy the full SHA
    4d6ae0d View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. add unit tests for time functions

    André Gorschkow committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    2077985 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from panikgaul/panikgaul-patch-2

    add unit tests for time functions
    panikgaul authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    b0fb323 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. using fixed date and check the expected values

    André Gorschkow committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    a159205 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from panikgaul/panikgaul-patch-3

    using fixed date and check the expected values
    panikgaul authored Apr 9, 2021
    Configuration menu
    Copy the full SHA
    789e89a View commit details
    Browse the repository at this point in the history