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

Query datetime parser #2528

Merged
merged 20 commits into from
Jun 11, 2017
Merged

Commits on Apr 25, 2017

  1. Configuration menu
    Copy the full SHA
    61b8329 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f2c47e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba324df View commit details
    Browse the repository at this point in the history
  4. Fix tests

    discopatrick committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    b8e1c56 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2017

  1. Update docstring

    discopatrick committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    05f0072 View commit details
    Browse the repository at this point in the history
  2. Allow multiple date formats for each precision

    We want to allow datetime queries to be entered in multiple formats,
    e.g. with a 'T' or a space separator between date and time. This
    commit sets up that possibility, albeit with an additional dummy
    format for the time being.
    discopatrick committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    6a71504 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3771f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04e2975 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c10eb8f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    02bd19f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    24890c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2017

  1. Configuration menu
    Copy the full SHA
    1ab913b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a3b74f View commit details
    Browse the repository at this point in the history
  3. Remove space separator tests from test_x_precision_intervals tests

    This is not the correct place for space separator tests. Each test
    should test one thing only. Space separator tests are now in a separate
    test case.
    discopatrick committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    6e6dd76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50a2e37 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2017

  1. Refactor date-finding loop into an inner function

    This is an attempt to make this code more robust and more readable.
    discopatrick committed May 1, 2017
    Configuration menu
    Copy the full SHA
    1c0b795 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2017

  1. Configuration menu
    Copy the full SHA
    fbb868e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1101d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95eeec9 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2017

  1. Configuration menu
    Copy the full SHA
    291b287 View commit details
    Browse the repository at this point in the history