[Opengeoscience-developers] OpenGeoscience branch, 8-esgf-query, created. bbc6ce71277e0f074b4d88949ae08f4d092ba795

Chris Harris chris.harris at kitware.com
Mon Aug 5 09:59:46 EDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenGeoscience".

The branch, 8-esgf-query has been created
        at  bbc6ce71277e0f074b4d88949ae08f4d092ba795 (commit)

- Log -----------------------------------------------------------------
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=bbc6ce71277e0f074b4d88949ae08f4d092ba795
commit bbc6ce71277e0f074b4d88949ae08f4d092ba795
Author: Chris Harris <chris.harris at kitware.com>
Date:   Mon Aug 5 09:56:27 2013 -0400

    Add lineSource.js to web/lib/geoweb.min.js

 web/lib/geoweb.min.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=78ce1bd29bbb5bcce949a527c1486206d6faea5a
commit 78ce1bd29bbb5bcce949a527c1486206d6faea5a
Author: Chris Harris <chris.harris at kitware.com>
Date:   Mon Aug 5 09:14:39 2013 -0400

    Fix problems introduced by rebase

 web/apps/archive/archive.js |    7 ++-----
 web/lib/geo/featureLayer.js |    4 ++--
 2 files changed, 4 insertions(+), 7 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=ec800afb3204db11abb39fffab675438ac42c7ed
commit ec800afb3204db11abb39fffab675438ac42c7ed
Author: Chris Harris <chris.harris at kitware.com>
Date:   Fri Aug 2 16:26:37 2013 -0400

    Add ability to toggle layers

 web/lib/geo/featureLayer.js |   35 ++++++++++++++++++++++++++++++++---
 1 files changed, 32 insertions(+), 3 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=605c3f292116e8b458a592b5c9db828d35abdc6c
commit 605c3f292116e8b458a592b5c9db828d35abdc6c
Author: Chris Harris <chris.harris at kitware.com>
Date:   Fri Aug 2 16:25:12 2013 -0400

    Clean up if comparision

 web/lib/vgl/renderer.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=0f4407127aa5e122960f89a007b61afcea392f7d
commit 0f4407127aa5e122960f89a007b61afcea392f7d
Author: Chris Harris <chris.harris at kitware.com>
Date:   Fri Aug 2 13:35:38 2013 -0400

    Add python script to launch celery

 CMakeLists.txt |    1 +
 geocelery      |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+), 0 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=cbfa1511a48be4cb22dd2369a25abfa2a2bf3d29
commit cbfa1511a48be4cb22dd2369a25abfa2a2bf3d29
Author: Chris Harris <chris.harris at kitware.com>
Date:   Fri Aug 2 13:23:34 2013 -0400

    Add MyProxyClient code in modules/thirdparty
    
    Include this source in tree until the superbuild is
    ready.

 .../MyProxyClient.egg-info/PKG-INFO                |   50 +
 .../MyProxyClient.egg-info/SOURCES.txt             |   17 +
 .../MyProxyClient.egg-info/dependency_links.txt    |    1 +
 .../MyProxyClient.egg-info/entry_points.txt        |    2 +
 .../MyProxyClient.egg-info/not-zip-safe            |    1 +
 .../MyProxyClient.egg-info/requires.txt            |    1 +
 .../MyProxyClient.egg-info/top_level.txt           |    1 +
 modules/thirdparty/MyProxyClient-1.3.0/PKG-INFO    |   50 +
 modules/thirdparty/MyProxyClient-1.3.0/README      |   28 +
 .../MyProxyClient-1.3.0/myproxy/__init__.py        |   12 +
 .../MyProxyClient-1.3.0/myproxy/client.py          | 1583 ++++++++++++++++++++
 .../MyProxyClient-1.3.0/myproxy/script.py          |  235 +++
 .../MyProxyClient-1.3.0/myproxy/test/__init__.py   |   10 +
 .../myproxy/test/test_myproxyclient.py             |  350 +++++
 .../MyProxyClient-1.3.0/myproxy/utils/__init__.py  |   22 +
 .../MyProxyClient-1.3.0/myproxy/utils/openssl.py   |  233 +++
 modules/thirdparty/MyProxyClient-1.3.0/setup.cfg   |    6 +
 modules/thirdparty/MyProxyClient-1.3.0/setup.py    |   85 ++
 18 files changed, 2687 insertions(+), 0 deletions(-)

http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=6401083ba7b38e4fba19e22a48490fa315bb1706
commit 6401083ba7b38e4fba19e22a48490fa315bb1706
Author: Chris Harris <chris.harris at kitware.com>
Date:   Wed Jun 26 09:11:01 2013 -0400

    Enable ESGF query/download
    
    Add the ability to query ESFG and download dataset.

 geoweb.py                         |    5 +
 modules/esgf/__init__.py          |   54 +++++++
 modules/esgf/down.py              |   78 +++++++++
 modules/esgf/download.py          |   83 ++++++++++
 modules/esgf/query.py             |   68 ++++++++
 modules/logging.py                |   13 --
 web/apps/archive/archive.js       |  302 +++++++++++++++++++++++++++++++-----
 web/apps/archive/index.html       |   82 +++++++---
 web/apps/archive/workflow.js      |   28 ++--
 web/lib/geo/archiveLayerSource.js |    6 +-
 web/lib/geo/featureLayer.js       |    4 +-
 web/lib/geo/layerSource.js        |   16 ++
 web/lib/geo/map.js                |    6 +-
 web/lib/geo/openStreetMapLayer.js |    4 +-
 web/lib/ui/gis.js                 |  314 ++++++++++++++++++++++++++-----------
 15 files changed, 868 insertions(+), 195 deletions(-)

-----------------------------------------------------------------------


hooks/post-receive
-- 
OpenGeoscience



More information about the Opengeoscience-developers mailing list