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

temporal constraints #13

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open

temporal constraints #13

wants to merge 24 commits into from

Commits on Dec 5, 2014

  1. enabled temporal search

    cehbrecht committed Dec 5, 2014
    Configuration menu
    Copy the full SHA
    77dd923 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2015

  1. fixed comment

    cehbrecht committed Apr 14, 2015
    Configuration menu
    Copy the full SHA
    c0ef521 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2015

  1. Merge pull request #1 from cehbrecht/master

    enabled temporal search
    agstephens committed May 27, 2015
    Configuration menu
    Copy the full SHA
    894b57b View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2015

  1. Added a test for temporal search parameters on Datasets.

    Tests "to_timestamp" and "from_timestamp" work to select
    Datasets.
    root committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    f30da29 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2015

  1. Configuration menu
    Copy the full SHA
    b86abe0 View commit details
    Browse the repository at this point in the history
  2. Clened up temporal test.

    root committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    8dd99f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cd6c0f View commit details
    Browse the repository at this point in the history
  4. Added temporal search and improved exception response when bad search…

    … parameter provided.
    
    Added temporal search using:
    
      to_timestamp - start time
      from_timestamp - end time
    
    These arguments only apply to dataset searches.
    
    When an unrecognised search parameter is provided the code now attempts to intercept that
    error (code = 400) and grab the responses from the Tomcat server.
    root committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    5ffd072 View commit details
    Browse the repository at this point in the history
  5. Updated version and setup info.

    root committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    e298fe1 View commit details
    Browse the repository at this point in the history
  6. Incremented version to 0.1.4

    root committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    59edd59 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ee489ce View commit details
    Browse the repository at this point in the history
  8. Upgraded version.

    root committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    56fd9c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2015

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

Commits on Dec 8, 2015

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

Commits on Dec 16, 2015

  1. Merge pull request #2 from soay/master

    enable search facet search_type to search for Files and Aggregations
    agstephens committed Dec 16, 2015
    Configuration menu
    Copy the full SHA
    4e454bd View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2016

  1. MBH: updating .gitignore

    mattben committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    1eb146c View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2016

  1. Updated version and documentation for logon module (python >= 2.7.9 i…

    …s required
    
     for this to work).
    agstephens committed Jan 7, 2016
    Configuration menu
    Copy the full SHA
    3791f3e View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2016

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

Commits on May 13, 2016

  1. Fixed error with SHARD_REXP not matching all cases.

    Updated the SHARD regex so that all cases, with or without the port,
    will match and be used in the available shards dictionary.
    agstephens committed May 13, 2016
    Configuration menu
    Copy the full SHA
    537ceb7 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2016

  1. Upgraded version.

    agstephens committed May 16, 2016
    Configuration menu
    Copy the full SHA
    532e159 View commit details
    Browse the repository at this point in the history
  2. Updated version to 0.1.3.

    agstephens committed May 16, 2016
    Configuration menu
    Copy the full SHA
    6010504 View commit details
    Browse the repository at this point in the history
  3. Upgraded version to 0.1.6.

    agstephens committed May 16, 2016
    Configuration menu
    Copy the full SHA
    d8be2a7 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2016

  1. Fixed unit tests that were failing due to changes in node configurati…

    …ons.
    
    Some node locations had changed so update those.
    GeoMIP product set to "output" instead of "output1" which is required.
    agstephens committed May 17, 2016
    Configuration menu
    Copy the full SHA
    7724059 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2016

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