You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by fg...@apache.org on 2018/03/12 18:22:54 UTC

[incubator-sdap-nexus] branch master updated (ca3f45d -> 2004ea0)

This is an automated email from the ASF dual-hosted git repository.

fgreg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git.


    from ca3f45d  Merge pull request #7 from ntquach/SDAP-37
     add 2a6f599  made solr delete faster by using query. changed unique key field
     add c0431b3  first attempt
     add 39b3862  changed to new library
     add 1536691  Merge branch 'sdap-27' of https://github.com/fgreg/incubator-sdap-nexus into SDAP-32
     add 6522656  time_series_tile now works with an array of times
     new 2004ea0  Merge pull request #6 from fgreg/SDAP-32

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 data-access/.gitignore                        |  1 +
 data-access/nexustiles/config/datastores.ini  |  2 +-
 data-access/nexustiles/dao/CassandraProxy.pyx | 17 +++++++++------
 data-access/nexustiles/dao/DynamoProxy.pyx    |  2 +-
 data-access/nexustiles/dao/S3Proxy.pyx        | 11 +++++-----
 data-access/nexustiles/nexustiles.py          | 16 +++++++-------
 data-access/requirements.txt                  |  2 +-
 data-access/setup.py                          |  2 +-
 data-access/tests/nexustiles_test.py          | 14 ++++++++++---
 tools/deletebyquery/deletebyquery.py          | 30 ++++++++++++++++++---------
 10 files changed, 61 insertions(+), 36 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
fgreg@apache.org.

[incubator-sdap-nexus] 01/01: Merge pull request #6 from fgreg/SDAP-32

Posted by fg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

fgreg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git

commit 2004ea04b71e046b82be8ad2264d2062aac5c005
Merge: ca3f45d 6522656
Author: fgreg <fg...@gmail.com>
AuthorDate: Mon Mar 12 11:22:52 2018 -0700

    Merge pull request #6 from fgreg/SDAP-32
    
    SDAP-32 CassandraProxy time series tiles to support time arrays
    SDAP-27 Refactor data-access to use nexusproto

 data-access/.gitignore                        |  1 +
 data-access/nexustiles/config/datastores.ini  |  2 +-
 data-access/nexustiles/dao/CassandraProxy.pyx | 17 +++++++++------
 data-access/nexustiles/dao/DynamoProxy.pyx    |  2 +-
 data-access/nexustiles/dao/S3Proxy.pyx        | 11 +++++-----
 data-access/nexustiles/nexustiles.py          | 16 +++++++-------
 data-access/requirements.txt                  |  2 +-
 data-access/setup.py                          |  2 +-
 data-access/tests/nexustiles_test.py          | 14 ++++++++++---
 tools/deletebyquery/deletebyquery.py          | 30 ++++++++++++++++++---------
 10 files changed, 61 insertions(+), 36 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
fgreg@apache.org.