[Opengeoscience-developers] OpenGeoscience branch, 8-esgf-query, created. 7c88dd0f93064ab9c3fcb74b204713e92cd30ccc
Chris Harris
chris.harris at kitware.com
Fri Aug 2 15:13:48 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 7c88dd0f93064ab9c3fcb74b204713e92cd30ccc (commit)
- Log -----------------------------------------------------------------
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=7c88dd0f93064ab9c3fcb74b204713e92cd30ccc
commit 7c88dd0f93064ab9c3fcb74b204713e92cd30ccc
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=a469877af05b25b2207947860598eb5e8697124e
commit a469877af05b25b2207947860598eb5e8697124e
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=8ebd07ddc61530c018eb7b3e06ce0a43db4170db
commit 8ebd07ddc61530c018eb7b3e06ce0a43db4170db
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 | 294 ++++++++++++++++++++++++++++++----
web/apps/archive/index.html | 82 +++++++---
web/apps/archive/workflow.js | 28 ++--
web/lib/geo/archiveLayerSource.js | 5 +-
web/lib/geo/featureLayer.js | 4 +-
web/lib/geo/layerSource.js | 16 ++
web/lib/geo/map.js | 4 +-
web/lib/geo/openStreetMapLayer.js | 4 +-
web/lib/ui/gis.js | 314 ++++++++++++++++++++++++++-----------
15 files changed, 866 insertions(+), 186 deletions(-)
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=42fe13c70190eb1cde7e392881692253ec179838
commit 42fe13c70190eb1cde7e392881692253ec179838
Author: Chris Harris <chris.harris at kitware.com>
Date: Wed Jul 24 11:37:42 2013 -0400
Guard against undefined activeWorkflow
web/apps/archive/workflow.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=6b4756fa3f2ba0eb7c994fdda49576c330717d64
commit 6b4756fa3f2ba0eb7c994fdda49576c330717d64
Author: Chris Harris <chris.harris at kitware.com>
Date: Wed Jul 24 11:37:15 2013 -0400
Convert tabs to spaces
web/apps/archive/workflow.js | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
-----------------------------------------------------------------------
hooks/post-receive
--
OpenGeoscience
More information about the Opengeoscience-developers
mailing list