[Opengeoscience-developers] OpenGeoscience branch, master, updated. 72406c2200ea91b7e31daef1ddb2dbd068cc4175

Aashish Chaudhary aashish.chaudhary at kitware.com
Mon Jul 22 15:28:00 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, master has been updated
       via  72406c2200ea91b7e31daef1ddb2dbd068cc4175 (commit)
       via  80252b68fea4d9b2eb07027f7832dced8b414a1b (commit)
       via  6d3908a626fbe1167151fc07c4d835276b082f5b (commit)
       via  6451e3e330d997f47f9faec340ccb92fd7a1999d (commit)
       via  4e9e3d946a5c7d23873079efe1f16f0f124f59d8 (commit)
       via  146f60d177d3344b438c6cb91f2db6060e232fd1 (commit)
       via  0750740c2a6b38e68632b37213059861e2b71ea8 (commit)
       via  34dc5d4d24f8fbc88c4e8db2b5c3064f1ea10ac2 (commit)
       via  0f08925781e315512af3a60ed7cfbb7153b9cff3 (commit)
       via  6ab2a890dd5f332900436e4011fee4fe5d6e9dac (commit)
       via  8eb783a146d404c64ee2527bb11947fbc91b0fc4 (commit)
       via  6796d63b107d7d0b400b0ffe8e338259720f4314 (commit)
       via  ec9aa13cb861c32a59b3072aa2ff627b198af15f (commit)
       via  962ba665719a63ff76cf3f36cdb65b8775f7a295 (commit)
       via  817cf22925bb19d0cc6d179858489b1c59302e76 (commit)
       via  d3cbf35b96529740ea540ee30e7d92ad629f69e1 (commit)
       via  cf744268922d2c8e286103a98c828ff3e4627047 (commit)
       via  151dd9b97b710b17de21fc0d6185351cd9f4738a (commit)
       via  4ed17492349eddd2915cbaa1a235c4cebfe3b9cb (commit)
       via  0bc219d8bd4ddb15e980767a1fd61bafb309277c (commit)
       via  58e8e931d233d8ea60c9a52581c49a58bd865b81 (commit)
       via  084e83f5977d0acb0a15374f39fdc206a85ede99 (commit)
       via  0a8da5495f4b7aa66543266613e55250c63dfe2c (commit)
       via  44a18d9cbff7e0bc817fd65ecf6b6b8e23a88560 (commit)
       via  f6dc383e4d666712e495902210a87d8b10ff4b69 (commit)
       via  f6603339d659e952260b697180b1a7edc8e7ba0a (commit)
       via  8ad63ff73016d7776716e4bbe4c70b8e856bf915 (commit)
       via  451b388aef0d3c57a8e1716f0f5629b9db5cb6a8 (commit)
       via  215713ca734f1fe61d487b187fb576757ada06dc (commit)
       via  fb6b0792b0c254150d4e4ba277c3ffb579c1d0ba (commit)
       via  7c1fca433ad0dc29bb5cf563f76b60745294062f (commit)
       via  0cd14253e764e47b087a6231cbc04ea205075cc6 (commit)
      from  5d0cb1ea81db8a4c44a535124004c05a4be2b1fb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://public.kitware.com/gitweb?p=OpenGeoscience/geoweb.git;a=commitdiff;h=72406c2200ea91b7e31daef1ddb2dbd068cc4175
commit 72406c2200ea91b7e31daef1ddb2dbd068cc4175
Merge: 5d0cb1e 80252b6
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
Date:   Mon Jul 22 15:16:36 2013 -0400

    Merge remote-tracking branch 'origin/54-workflow-support-fix'
    
    * origin/54-workflow-support-fix: (27 commits)
      Removes old workflow links from main page
      Removes old workflow, and temp workflow from web apps
      Adds workflow testing html file
      Fixes some style issues
      Adds input to modules
      Fixes connection creation
      Fixes drawing connections between modules
      Fixes some drawing issues and mouse interactions
      Add workflow to ui lib WIP
      Fix input style workflow
      Modifying workflow style WIP
      Add input to workflow WIP
      Initial work on adding input to workflow
      Adds workflow to the archive view
      Use canvas events instead of document events
      Comment out stream button for now
      Adds 10 year average workflow
      increase limit on js for registry.js file
      New workflow ui, mimics vistrails ui
      Finished serialize/deserialize workflow
      ...

 .gitignore                         |    5 +-
 CMakeLists.txt                     |    2 +
 nodes/streammaster.py              |   22 +-
 nodes/streamworker.py              |  101 +-
 trim_trailing_whitespace.sh        |    3 +
 utils/packages/geoweb.py           |  116 +
 utils/packages/pvcdmsreader.py     |  262 ++
 utils/workflow.py                  |  305 ++
 utils/xml2json.py                  |  193 +
 web/apps/archive/10yearAverage.js  |    1 +
 web/apps/archive/archive.js        |   65 +-
 web/apps/archive/geowebRegistry.js | 2384 +++++++++++++
 web/apps/archive/index.html        |   22 +-
 web/apps/archive/workflow.css      |   27 +
 web/apps/archive/workflow.html     |   32 +
 web/apps/archive/workflow.js       |  240 ++
 web/apps/archive/workflowStyle.js  |   40 +
 web/apps/streaming/index.html      |    1 +
 web/apps/streaming/streaming.js    |    4 +-
 web/common/js/bootstrap.min.js     |    2 +-
 web/common/js/proj4.js             | 6796 ------------------------------------
 web/common/js/proj4.min.js         |    3 -
 web/index.html                     |   12 +-
 web/lib/geo/init.js                |    2 +-
 web/lib/geo/map.js                 |    1 -
 web/lib/srv/init.js                |    3 +
 web/lib/ui/gis.js                  |   31 +-
 web/lib/ui/workflow.js             | 1044 ++++++
 web/lib/vgl/command.js             |    2 +-
 web/lib/vgl/freezeObject.js        |    2 +-
 web/lib/vgl/init.js                |    2 +-
 web/lib/vgl/interactorStyle.js     |    2 +-
 web/lib/vgl/picker.js              |    2 +-
 web/lib/vgl/viewer.js              |    2 +-
 34 files changed, 4871 insertions(+), 6860 deletions(-)

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

Summary of changes:
 .gitignore                         |    5 +-
 CMakeLists.txt                     |    2 +
 nodes/streammaster.py              |   22 +-
 nodes/streamworker.py              |  101 +-
 trim_trailing_whitespace.sh        |    3 +
 utils/packages/geoweb.py           |  116 +
 utils/packages/pvcdmsreader.py     |  262 ++
 utils/workflow.py                  |  305 ++
 utils/xml2json.py                  |  193 +
 web/apps/archive/10yearAverage.js  |    1 +
 web/apps/archive/archive.js        |   65 +-
 web/apps/archive/geowebRegistry.js | 2384 +++++++++++++
 web/apps/archive/index.html        |   22 +-
 web/apps/archive/workflow.css      |   27 +
 web/apps/archive/workflow.html     |   32 +
 web/apps/archive/workflow.js       |  240 ++
 web/apps/archive/workflowStyle.js  |   40 +
 web/apps/streaming/index.html      |    1 +
 web/apps/streaming/streaming.js    |    4 +-
 web/common/js/bootstrap.min.js     |    2 +-
 web/common/js/proj4.js             | 6796 ------------------------------------
 web/common/js/proj4.min.js         |    3 -
 web/index.html                     |   12 +-
 web/lib/geo/init.js                |    2 +-
 web/lib/geo/map.js                 |    1 -
 web/lib/srv/init.js                |    3 +
 web/lib/ui/gis.js                  |   31 +-
 web/lib/ui/workflow.js             | 1044 ++++++
 web/lib/vgl/command.js             |    2 +-
 web/lib/vgl/freezeObject.js        |    2 +-
 web/lib/vgl/init.js                |    2 +-
 web/lib/vgl/interactorStyle.js     |    2 +-
 web/lib/vgl/picker.js              |    2 +-
 web/lib/vgl/viewer.js              |    2 +-
 34 files changed, 4871 insertions(+), 6860 deletions(-)
 create mode 100755 trim_trailing_whitespace.sh
 create mode 100644 utils/packages/geoweb.py
 create mode 100644 utils/packages/pvcdmsreader.py
 create mode 100644 utils/workflow.py
 create mode 100755 utils/xml2json.py
 create mode 100644 web/apps/archive/10yearAverage.js
 create mode 100644 web/apps/archive/geowebRegistry.js
 create mode 100644 web/apps/archive/workflow.css
 create mode 100644 web/apps/archive/workflow.html
 create mode 100644 web/apps/archive/workflow.js
 create mode 100644 web/apps/archive/workflowStyle.js
 delete mode 100644 web/common/js/proj4.js
 delete mode 100644 web/common/js/proj4.min.js
 create mode 100644 web/lib/ui/workflow.js


hooks/post-receive
-- 
OpenGeoscience



More information about the Opengeoscience-developers mailing list