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

feat: Support date only format with versionTime, resourceTime query parameters [DEV-2807] #165

Merged
merged 17 commits into from
Jun 20, 2023

Commits on Jun 16, 2023

  1. Add implementation for supporting different

    formats of date in versionTime and resourceVersionTime queries.
    abdulla-ashurov committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    e337a4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cafd7fd View commit details
    Browse the repository at this point in the history
  3. Add positive integration tests for versionTime

    query parameter.
    abdulla-ashurov committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    19f56bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4132226 View commit details
    Browse the repository at this point in the history
  5. Refactor code.

    abdulla-ashurov committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    d8c6eae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    701ade4 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. Configuration menu
    Copy the full SHA
    ba34f9f View commit details
    Browse the repository at this point in the history
  2. Add positive integration tests for testing

    resourceVersionTime query.
    abdulla-ashurov committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    e5abb67 View commit details
    Browse the repository at this point in the history
  3. Update Makefile.

    abdulla-ashurov committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    d8a74a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Add implementation for supporting more date types:

    - Layout
    - ANSIC
    - UnixDate
    - RubyDate
    - RFC822
    - RFC822Z
    - RFC850
    - RFC1123
    - RFC1123Z
    abdulla-ashurov committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    04653b6 View commit details
    Browse the repository at this point in the history
  2. Add more positive integration test for testing

    different date formats.
    abdulla-ashurov committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    0ac0fb2 View commit details
    Browse the repository at this point in the history
  3. Refactor code.

    abdulla-ashurov committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    a3410a1 View commit details
    Browse the repository at this point in the history
  4. Add positive integration tests for testing

    resourceVersionTime query with different date formats.
    abdulla-ashurov committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    b14c836 View commit details
    Browse the repository at this point in the history
  5. Add negative integration tests for testing

    versionTime and resourceVersionTime queries with an invalid date format.
    abdulla-ashurov committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    931645f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0185cd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    022a0b8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cbeeeb5 View commit details
    Browse the repository at this point in the history