[Opengeoscience-developers] OpenGeoscience annotated tag, master-no-submodule, created. master-no-submodule

Aashish Chaudhary aashish.chaudhary at kitware.com
Wed Sep 25 20:48:42 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 annotated tag, master-no-submodule has been created
        at  b36bc5845ba15f959bcf039b2671f588709113a8 (tag)
   tagging  0d35103c3d16d3a74f84a25743b37ca299015ccc (commit)
 tagged by  Aashish Chaudhary
        on  Wed Sep 25 20:48:05 2013 -0400

- Log -----------------------------------------------------------------
Last SHA of geoweb master without submodules

Aashish Chaudhary (589):
      Initial import
      Added experimental cherrypy code
      CherryPy example works now
      Initial work on WebGL
      Simple example of webgl is working now
      Got the textured surface showing up
      Flip the image vertically
      Got the camera zoom working
      Got basic PAN working
      Got PAN working properly
      Restrict camera movements beyond the focal point
      Using concrete way to get the path
      Created a reasonable structure for the actual development
      Added sample json line file
      Defined generic geometry data structure and using it
      Created and used vglGeomData class to manager geometry data
      Using new geometry data structure
      Adding light weight scene graph for scene management
      Creating a new applicaiton class that uses scene graph
      Fixing run time issues
      Fixed some more runtime errors
      Fixing mouse events related errors
      Added texture support
      Fixed typo
      Initial implementation
      Do not use m_prefix for members which are not private
      Restore interactions for map
      Work in progress to add layer api
      Added grunt config file and fixed various syntax errors / warnings
      Merge remote-tracking branch 'origin/bjson_vtk_delivery'
      Merge remote-tracking branch 'origin/map_api_initial_implementation'
      Fixed the SourceData API
      Style fixes
      Moving vgl specific code to its own space
      Moved VGL code to under a vgl namespace
      Removed hard-coded path
      Removed hard-coded path
      Updated grunt config file
      Fixed warnings
      Restructured the code
      Added missing files
      Updated CMake file
      Merge remote-tracking branch 'origin/use_cmake2'
      Using plane source to create the map geometry
      Using utils to draw the map plane
      Fixed styling
      Merge remote-tracking branch 'origin/add_sources' into add_dashboard_scripts
      Added dashboard script
      Added ctest config file
      Removed unnecessary code
      Removed copied code
      Added missing file
      Merge remote-tracking branch 'origin/websocket-mpi'
      Merge remote-tracking branch 'origin/add_dashboard_scripts'
      Added support to feature layer to the map
      Updated renderer class to current syntax and style
      Fixing some more style
      Various fixes to the get the layer api working
      Adding blend attribute
      Improving vgl code
      Some more improvements
      Consistent code style
      Some more fixes
      Improving test interface
      Added slider to control opacity
      Implementing the layer opacity function
      Removed hard-coded width and height
      Removed debug messages
      Fixed code style
      Removed last bits of debug message
      Added missing files
      Merge remote-tracking branch 'origin/enhance_map_api'
      Udpated events definitions
      Style fix`
      Resize canvas appropriately
      Merge remote-tracking branch 'origin/map_fixes'
      Work in progress to add point source class
      Work in progress to add point source class
      Removed experimental code
      Work in progress to add point source
      Adding high level api for drawing points
      Got the points to show up
      Got the cities to show up on the map
      Optimize the code a bit
      Work in progress to clean up the mapper
      Do not use texture coordinates for the geometry shader
      Using point sprites for the dots
      Using helper function to create material
      Added API to set solid color of the geometry
      Fixed map image not showing up sometimes
      Final fix for map image not showing up sometimes
      Removed data directory
      Merge remote-tracking branch 'origin/add_point_source'
      Updated pointer to the raw data
      Added custom command to copy data and rm data
      Added custom command to copy data and rm data
      Updated location of data in the source code
      Removed debug message
      Added support to use timestmap based modification
      Merge remote-tracking branch 'origin/update_data_ref' into add_timestamp_support
      Fixed point sprite image not loaded initially
      Merge remote-tracking branch 'origin/add_timestamp_support'
      Removed current copyright
      First pass on adding render window and viewer for the vgl and map
      Fixing issues
      Changed default background color to white
      Changed default background color to white
      Made the interface nicer
      Style and documentation fixes
      Updated API to use events
      Fixing documentation
      Some more documentation fixes
      Some more clean up
      Merge remote-tracking branch 'origin/m14001_cleanup_map'
      Using JSDuck
      Configure jsduck correctly
      Find jsduck only when document is turend ON
      Avoid data copy
      Merge remote-tracking branch 'origin/use_jsduck'
      Initial pass
      Updating archive controls
      Improving the app control panel
      Merge remote-tracking branch 'origin/uplift_frontend'
      Updated URL for the git repository
      Merge 'origin/bug_13_update_dashboard_script' #93
      Merge remote-tracking branch 'origin/client_side_rendering' #2
      Moved python scripts into modules directory
      Updated name of the scripts
      Updated CMakeList to reflect restructure
      Updated usage info
      Merge remote-tracking branch 'origin/bug_15_geoweb_modules' #15
      Adding mongo module
      Work in progress to use mongodb
      Fixing run time issues
      Fixed cherry config
      Got list to show up
      Made some visual enhancements
      Fixed broken add layer
      Some more visual improvements
      Able to read data as geojson
      Fixed style of geojson reader
      Updated name of the reader
      Update coding style of geojson some more
      Adding layer to the map
      Got cloud file to show up on the map
      Create new UI module and updated the code
      Fixed broken code because of new ui module
      Making buttons to work
      Added missing file
      Added functionality to toggle visibility of layers
      Got the toggle working
      Fixed broken slider
      Making buttons functional
      Made the layout nicer
      Fixed broken slider
      Got layer removal working
      Got the remove layer working
      Added mongo script
      Added variables info to the database
      Get and display variables from each file
      Using fluid layout
      Updated bootstrap files and added missing files
      Using select2 for combobox
      Fixed select2 icon url
      Send variables info to the reader
      Using better fonts now
      Using consistent size of text
      Put toggle and remove button next to each other
      Same size for all selects now
      Fixed camera code
      Added comments
      Added notes
      Added API to get center of rotation
      Remove un-necessary code
      Optimize the code a bit
      Fixed document
      Using precise value for PI
      Updated code to use new library
      Clean up the code
      Merge remote-tracking branch 'origin/bug_connect_to_mongo'
      ogs is now geoweb
      Got selection working
      Using jquery to create html its much cleaner
      Got the selection working properly
      Merge remote-tracking branch 'origin/controls_per_layer'
      Work in progress to add view options to the control panel
      Minor fixes
      Consistent naming convention
      Made options a JSON object
      Fixed naming convention
      Added country boundries to the map
      Various UI improvements
      Added option to zoom via UI
      Fixed zoom not respecting camera's current position
      Added UI to toggle country boundries
      Implemented multi-geometry feature and got toggle country boundries working
      Added useful API to query state of boundries visibility
      Adding support to set center of map via UI
      Got some of the view-controls working
      Use table layout fixed
      Added missing file
      Fixed styling
      Removed the padding from the control pannel
      Fixing how we handle mouse events
      Fixed style
      Found a workaround for not getting mouse up events on scroll bar
      For now do not create an entry for the center or the source
      Move creation of controls from application to library
      Clean up the code some
      Implemented triggers for map and used them for UI
      Merge remote-tracking branch 'origin/ui_enh_vis_controls'
      Adding tests for VGL
      Adding simple test for VGL
      Fixing various issues
      Merge remote-tracking branch 'origin/point-push-url-to-geoweb'
      Merge remote-tracking branch 'origin/ui_enh_vis_controls'
      Implementing compute bounds for mapper and actor
      Fixed various issues with bounds calculations
      Renamed for better
      Use the data path directly
      Provide a convenient method to mark bounds dirty
      Fixed bug where source data is found using the index and not by key
      Implemented bounding calculations for groupMapper
      Fixed CMake issues
      Clean up cmake file
      Adding cmake code for testing
      Install tests at proper location
      Moved content of json to test itself
      Set the size of canvas to be 400x400
      Merge remote-tracking branch 'origin/service_modules' into add_vgl_tests2
      Merge remote-tracking branch 'origin/update_data_path' into add_vgl_tests2
      Removed old flag based bound check completely
      Expect data to at a single location now
      Added missing directory for the installation
      Merge remote-tracking branch 'origin/add_vgl_tests2'
      Fixed some more jslint errors
      Fixed some more jslint errors
      Fixing more spaces
      Removed todo from lint exception
      Fixed some more errors / warnings
      Fixed some more lint errors and now tests are passing
      Fixed merge error
      Should fail if use eqeq
      Fixed various bugs related to use of eqeq
      Merge remote-tracking branch 'origin/geo-jslint-fixed'
      Added vishnu dashboard script
      Merge remote-tracking branch 'origin/add_dashboard_scripts'. Fixes #47
      Merge remote-tracking branch 'origin/services_modules_nodes'
      Style and eqeq fixes
      Merge remote-tracking branch 'origin/bug4_implement_picking'
      First pass on getting globe rendering
      Added ability to interact with sphere
      Fixed documentation
      Added module to freeze JS object
      Adding modules for geographic transformations
      Fixed bugs and added new files to build
      Various fixes related to ellipsoid
      Fixed various bugs related to wgs84 conversion
      Fixed bounding box calculations
      Minor fixes
      Clean up code for bound calculation
      Clean up the code for geodetic transformation
      Fixed bounding calculation of group mapper
      Implemented compute clipping range
      Re-implementing map interactor style
      Fixing bugs with interactor
      Fixed calculation of zoom delta
      Fixed inconsistent spacing
      Fixed loop and other minor issues
      Using better and consistent naming for variables and member functions
      Merge remote-tracking branch 'origin/bug_49_globe_rendering' fixes #49
      Merge remote-tracking branch 'origin/ui-jslint-fixed'
      Consistent 2 spaces for new code
      Merge remote-tracking branch 'origin/remove-uglifyjs' fixes #57
      Comments and fixes
      Merge remote-tracking branch 'origin/61-image-bug' fixes #61
      Added API to set / get scalar format
      Removed shader that hard-coded the color
      Merge remote-tracking branch 'origin/colormap_rebased'
      Merge remote-tracking branch 'origin/optimize_data_path'
      Merge remote-tracking branch 'origin/select_timestep_and_variables'
      Added tween library
      Adding foundation for animations
      Improving code to support dynamic data updates for animations
      Fixing archive layer source
      Updating code in response to previous changes
      Adding missing base layer
      For now push base layer in z direction
      Added missing file
      Work in progress to get the animations running
      Merge remote-tracking branch 'origin/fix_stuck_time' into support_for_animations
      Fixing animations logic
      Optimizing code
      Trigger animate event when playing animation
      Allow time range for animations
      Better name for the class
      Added missing code comments
      Updated filename in the cmake list
      Using single variable
      Fixed wrong end time bug
      Removed unused code
      Update as fas as possible for now
      Merge remote-tracking branch 'origin/support_for_animations'
      Merge remote-tracking branch 'origin/remove-unused-js'
      Merge remote-tracking branch 'origin/improve-error-handling'
      Adding orthographic projection option
      Work in progress to fix map stuff
      Fixed tile layouts
      Fixed tile computation
      Clean up some code
      Using mercator projection (as OSM uses mercator)
      Removed hard-coded value
      Implementing zoom
      Trying to reduce popping effect
      Merge remote-tracking branch 'origin/add-missing-image'
      Merge remote-tracking branch 'origin/query-interface'
      Merge remote-tracking branch 'origin/local-d3'
      Merge remote-tracking branch 'origin/query-ui-fixes'
      Implementing tile based rendering for geo
      Separated feature layer into its own file
      Removed unused code
      Added ability to set expired features of a layer
      Restructuring layer code
      Updated name of the class for clarity
      Fixed various issues related to restructuring
      Updated style to make it consistent
      Updated is empty implementation
      Adding open stree map layer
      Fixed coding style
      Implementing asynchronous update
      Clear collection before traverse
      Adding means to add async API for tiles
      Perform sorting at the render level and not at the layer level
      Added new visitor class for map renering
      Implementing async API
      Update require time as integer or float
      Major work in supporting tile based layers
      Sort actors by their bin number
      Removed unused library
      Implementing gcs transformations
      Fixed map tiles not updating when panning
      Fixed heading for geomodule source files
      Clean up
      Fixed wrong bin number used for the layer
      Using aerial images
      Fixing various issues
      Fixing tile not getting removed or added properly
      Fixed wrong count used for transform
      Clamp latitude for mercator
      Fixed tiles not showing up during initialization
      Added proj4 definitions file
      Fixed style
      Fixed issue where map tile won't show up when view dir is flipped
      Fixing some more style issues and removed unused code
      Fixing failing tests
      Improved logic for zoom computation
      Fixed round off issues when computing tile indices
      Better fix for round-off tile index issues
      Merge remote-tracking branch 'origin/geo_mapsource-2'
      Merge remote-tracking branch 'origin/68-run-from-source-tree'
      Updated source files
      Merge remote-tracking branch 'origin/68-run-from-source'
      Merge remote-tracking branch 'origin/normalize_time'
      Misc fixes
      Removed debug messages
      Merge remote-tracking branch 'origin/normalize_time_semi_merged'
      Fixed blending
      Merge remote-tracking branch 'origin/fix_transparency'
      Implementing basic infrastructure for legend
      Implementing ability to draw ticks
      Implementing rendering of text using WebGL and canvas
      Use line strip for geojson line string
      Merge remote-tracking branch 'origin/54-workflow-support-fix'
      Added and used texture shader for RGBA textures
      Use only one 2d canvas for text rendering
      Added missing files
      Merge remote-tracking branch 'origin/80_add_missing_proj4'
      Update logic for color and color legend construction / updates
      Fixing style
      Fixed map tiles texture bleeding through the labels
      Using argument text size
      Fixed some more styling
      Fixed errors detected by jslint
      Improved API a bit
      Added axis label draw feature
      Merge remote-tracking branch 'origin/83-add-workflow-to-min' Fixes #83
      Merge remote-tracking branch 'origin/81-fix-standardtime-location' Fixes #81
      Merge remote-tracking branch 'origin/84-add-guard-for-activeworkflow' Fixes #84
      Improving legend API
      Removed un-necessary code
      Added API on legend creation and update
      For now skip transparency on legend
      Added note update legend functionality
      Fixed long indentation
      Fixed logic for setting defaults via option
      Fixing very minor style issues
      Added methods to convert between latlon to merc vv
      Using added proj4 mercator methods for conversions
      Fixed document
      Display to map should return coordinates in display gcs
      Got locations pretty close to google maps
      Merge remote-tracking branch 'origin/77-show-mouse-info' into next
      Merge remote-tracking branch 'origin/75_basic_legend' into next
      Merge remote-tracking branch 'origin/77-show-mouse-info'
      Merge remote-tracking branch 'origin/75_basic_legend'
      Merge remote-tracking branch 'origin/8-esgf-query'
      Merge remote-tracking branch 'origin/88-enhance-run-from-source-config'
      Merge remote-tracking branch 'origin/85-delete-collection-script'
      Merge remote-tracking branch 'origin/93-add-cancel-download-button'
      Fixing missing var declaration and API
      Improved the API a bit
      Added API to decrement current animation step
      Removed redundant declaration
      Made animation step API private
      Merge remote-tracking branch 'origin/102-animation-controls'
      Fixed wrong operator used
      Merge remote-tracking branch 'origin/102-animation-controls'
      Reorganized import script to import on file basis
      Relocated import script
      Initial work on run time import
      Fixed various issues with logic and style
      Merge remote-tracking branch 'origin/time-fixes' into runtime_import
      Fixed bad merge resolution
      Fixed bug where opacity was not maintained between animation steps
      Check if the file metadata exists before adding it to the database
      Merge remote-tracking branch 'origin/runtime_import' into fix_zoom
      Fixed multiple import
      Fixed zoom not behaving properly
      Fixing tiles not covering the entire viewport at high zoom
      Fixed tiles not covering the entire region
      Tweaked compute zoom just a bit
      Style fixes
      Fixed run time error by adding missing variable separation
      Some more styles fixes
      Use a lower value for near plane
      Merge remote-tracking branch 'origin/runtime_import' into fix_zoom
      Merge remote-tracking branch 'origin/fix_zoom' into vgl_cleanup
      Added header to each class
      Fixed failing tests
      Some more clean up
      Cleaning geojson reader
      Fixed remainder reader issues
      Some more style fixes
      Merge remote-tracking branch 'origin/runtime_import'
      Initial work on map setting up the legends for layers
      Fixed incorrect construction of parameters
      Removed debug messages
      Do not consider layers with no legend for legend placements
      Merge remote-tracking branch 'origin/fix_zoom' into fix_legend
      Use orange color for legend text
      Fixing various issues with animations
      Use base class members
      Fixed arrays not getting cleared up
      Removed debug messages
      Merge remote-tracking branch 'origin/fix_zoom'
      Merge remote-tracking branch 'origin/fix_legend'
      Fixed coding style and other minor issues
      Merge remote-tracking branch 'origin/104-add-animation-timestep-display'
      Merge branch '86-lat-lon-hover-text' into 86-lat-lon-hover-text-master
      Removed extra text at the end
      Merge remote-tracking branch 'origin/86-lat-lon-hover-text-master'
      Added header to each class
      Fixed failing tests
      Some more clean up
      Cleaning geojson reader
      Fixed remainder reader issues
      Some more style fixes
      Fixed some more style issues
      Some more style fixes
      Some mode documentation and style fixes
      Removed unused file
      Clean up viewer
      Clean up vertex attribute
      Some more clean up
      Some more style fixes
      Fixing source data
      Fixing reset of the modules
      Use strict
      Fixing failing tests
      Fixed geomData
      Fixed clean up issues
      Fixed some more failing tests
      Fixed renderer
      Some more fixes
      Fixed renderWindow
      Fixed mapper
      Fixed viewer
      Fixed shader
      Fixed shader program
      Fixed texture
      Fixed uniform
      Fixed vertexAttribute
      Fixed planeSource
      Fixed pointSource
      Fixed line source
      Fixed utils
      Fixed shaderProgram
      This file is no longer required
      Merge remote-tracking branch 'origin/119-order-search-results'
      Merge remote-tracking branch 'origin/121-escape-close-modify'
      Merge remote-tracking branch 'origin/vgl_cleanup'
      Use bold font
      Using sans-serif font by default
      Create and use high-res text
      Improved the API for creating 2d texture using canvas
      Using better colors for the text
      Fixed failing test
      Using scalar range from the database
      Merge remote-tracking branch 'origin/improve_legend'
      Merge remote-tracking branch 'origin/fix-multiple-import'
      Merge remote-tracking branch 'origin/remove_old_files'
      Merge remote-tracking branch 'origin/111-staticdir-download'
      Merge remote-tracking branch 'origin/126-drop-privilege'
      Improved API
      Fixed bug where removing layer didn't remove legend
      Added API for initialization and destruction of layer and source
      Merge remote-tracking branch 'origin/127_fix_legend'
      Merge remote-tracking branch 'origin/54-2-workflow-construction'
      Merge remote-tracking branch 'origin/130-workflow-animaiton-legend'
      Fixed CMake and updated the name of the library
      Changed geoweb -> geojs
      Fixed merged related bug
      Configure runtime script
      Added run script
      Relocated trip whitespace script
      Merge remote-tracking branch 'origin/mapinfo-jquery' into cleanup_and_rename
      Got rid of init()
      Revert "Changed geoweb -> geojs"
      Reverting geojs -> geoweb
      Using build time configure
      Added missing file
      Merge remote-tracking branch 'origin/cleanup_and_rename' into next
      Merge remote-tracking branch 'origin/cleanup_and_rename'
      Merge remote-tracking branch 'origin/131-workflow-cleanup'
      Fixed wrong vars used
      Merge remote-tracking branch 'origin/fix_wrong_vtk_and_vistrails' into next
      Merge remote-tracking branch 'origin/fix_wrong_vtk_and_vistrails'
      Fixed various minor bugs
      Merge remote-tracking branch 'origin/fix_ui_bugs' into next
      Merge remote-tracking branch 'origin/fix_ui_bugs'
      Merge remote-tracking branch 'origin/129-fix-layer-table-on-error'
      Merge remote-tracking branch 'origin/134-show-info-on-dblclick' into next
      Merge remote-tracking branch 'origin/134-show-info-on-dblclick'
      Set staticdata dir appropriately based on the argument
      Merge remote-tracking branch 'origin/fix_server_conf' into next
      Merge remote-tracking branch 'origin/fix_server_conf'
      Separated app style sheet
      Fixed logic for querying scalar range
      Fixed display of very long range values
      Merge remote-tracking branch 'origin/improve_archive_ui' into next
      Added path for VTK and VisTrails
      Merge remote-tracking branch 'origin/update_vishnu_dashboard' into next
      Merge remote-tracking branch 'origin/update_vishnu_dashboard'
      Fixed wrong var name used for vistrails root
      Merge remote-tracking branch 'origin/fix_vishnu_vistrails_name' into next
      Merge remote-tracking branch 'origin/fix_vishnu_vistrails_name'
      Merge remote-tracking branch 'origin/improve_archive_ui'
      Merge remote-tracking branch 'origin/131-workflow-cleanup'
      Merge remote-tracking branch 'origin/133-latlon-bottom-left'
      Merge remote-tracking branch 'origin/135-data-from-removed-layer'
      Fixed style
      Fixed style issues
      Fixing featureLayer style
      Fixed openStreetMapLayer
      Fixing map
      Fixed time
      Fixed picker
      Fixed layerSource
      Fixed layerSource
      Fixed gis module
      Fixed webSocket
      Fixed copy-paste error
      Merge remote-tracking branch 'origin/145-wfl-failing-js-tests' into 145_fix_failing_tests
      Fixed build order
      Fixed redundant initialization
      Merge remote-tracking branch 'origin/145_fix_failing_tests'
      Merge remote-tracking branch 'origin/139-filter-out-data-without-time'
      Merge remote-tracking branch 'origin/136-fix-esgf'
      Merge remote-tracking branch 'origin/148-esgf-workflow'
      Merge remote-tracking branch 'origin/150-update-setup-runtime'
      Merge remote-tracking branch 'origin/149-fix-user-group-naming'
      Merge remote-tracking branch 'origin/151-local-js-css'
      Merge remote-tracking branch 'origin/147-fix-esgf-search-failures'
      Fixed style
      Merge remote-tracking branch 'origin/154-fix-animation-2'
      Merge remote-tracking branch 'origin/157-workflow-z-index'
      Merge remote-tracking branch 'origin/154-fix-typo'
      Merge remote-tracking branch 'origin/156-add-hover-effects-workflow'
      Merge remote-tracking branch 'origin/154-fix-typo'

Ben Burnett (131):
      Add examples for Websockets and MPI
      Copied gl-matrix.js file from commit 1e225f
      Removed duplicate definition of geoModule.latlng
      Initial implementation of modules and services and a central websocket server
      basic servicing and websockets working
      Changed how websockets are routed, streaming service WIP
      Fixed some streaming bugs WIP, added temp dir
      Get data dir from config, use temp dir for image
      Streaming via service now working, documentation/cleanup to come
      WIP Cleaning up and organization
      setup script was pointing to old project name, fixed
      Added js library for websockets, cleaned up server side structure
      Finishing up structure and cleaning
      Renamed websocket.js to webSocket.js
      Add webSocket.js to uglify list
      Merge branch 'master' into services_modules_nodes
      Reworked server structure working
      Remove old file
      Fix name issue with nodes
      Clean up debug statements, better pid file handling
      Call service from any directory stemming from webroot
      Cleanup, add service test outside service dir
      Merge branch 'master' into services_modules_nodes
      remove log statement
      Merge branch 'master' into ui-jslint-fixed
      Lots of minor style and bug fixes
      Fix spelling typo
      Fixed image path
      Added workflows from Phase 1
      Fix old references
      Add workflow link to front page
      Add reference to gl-matrix js
      Simple workflow engine
      Added trim trailing whitespace bash script
      Serialize and deserialize workflow as JSON WIP
      Finished serialize/deserialize workflow
      New workflow ui, mimics vistrails ui
      increase limit on js for registry.js file
      Adds 10 year average workflow
      Merge branch 'master' into 54-workflow-support
      Comment out stream button for now
      Fix merge conflict
      Merge branch 'master' into 54-workflow-support-fix
      Use canvas events instead of document events
      Adds workflow to the archive view
      Initial work on adding input to workflow
      Add input to workflow WIP
      Modifying workflow style WIP
      Fix input style workflow
      Add workflow to ui lib WIP
      Fixes some drawing issues and mouse interactions
      Fixes drawing connections between modules
      Fixes connection creation
      Adds input to modules
      Fixes some style issues
      Merge branch 'master' into 54-workflow-support-fix
      Adds workflow testing html file
      Adds proj4 js files back
      Constructs default workflow when creating layer
      Fix object sharing issue
      Adds vistrail module and workflow test
      Test workflow execution working
      Merge branch 'master' into 54-2-workflow-construction
      Copy utils on build
      Vtk reader workflow working
      Update map and layer after executing workflow
      Removes old workflow, and temp workflow from web apps
      Removes old workflow links from main page
      Workflow runs and draws on map
      Merge branch 'master' into 54-2-workflow-construction
      VisTrails modules updates
      Start reorganize workflow code
      More reorg
      Finish workflow reorg
      Use textures for workflow
      Merge branch 'master' into 54-2-workflow-construction
      Add script to clear mongo db collection
      Merge branch '85-delete-collection-script' into next
      Adds workflow files to run from source, fixes pattern drawing
      Update workflow style
      Merge master and trim_trailing_whitespace a few files
      Fixes module list bug on main archive page
      Merge branch '8-esgf-query' into 54-2-workflow-construction
      Combines source file lists into one #88
      Merge branch '88-enhance-run-from-source-config' into next
      ignore src geoweb.min.js since its auto-generated
      Merge branch '88-enhance-run-from-source-config' into next
      Adds missing file
      Merge branch '88-enhance-run-from-source-config' into next
      Merge branch 'master' into 54-2-workflow-construction
      add workflow files to cmake
      Adds algorithm select, runs workflow on first load
      Workflow ui fixes
      Merge branch 'master' into 54-2-workflow-construction
      Update variable module to use timestep
      Make animations work with workflow
      Update 10 year average workflow
      Fix input layout and intial workflow inputs
      Merge branch 'master' into 54-2-workflow-construction
      Hide algorithm select until used
      Merge branch 'vgl_cleanup' into 54-2-workflow-construction
      Make workflow window un-draggable
      Fixes workflow layout issues
      Fixes jslint on workflow files
      Reorginazation and cleaning of workflow library
      Merge branch 'master' into 54-2-workflow-construction
      Merge branch 'master' into 54-2-workflow-construction
      Update workflow layerSource based on archiveLayerSource changes
      Merge branch '127_fix_legend' into 54-2-workflow-construction
      Remove unnecessary JSON stringify call
      Use base result cache in wfl/layerSource.js:getData()
      Fix indentation
      More indentation fixes
      Reduces glow and thickens connection lines
      Fix initial workflow size
      Merge branch 'master' into 131-workflow-cleanup
      Fix add new module operation
      Adds modules selection and deletion. Fixes style
      Fix selection
      Fix workflow button styles
      Fix initial size
      Merge branch 'master' into 131-workflow-cleanup
      Merge branch '131-workflow-cleanup' into next
      Remove 2 files from jslint, move geocelery configure to main cmake
      Remove debug messages from CMakeLists.txt
      Do not set time on workflow if null
      Initial work on adding hover effects to workflow editor
      Add a test page to test workflows quickly
      Fix workflow test style
      Finish adding hover effects
      Fix workflow dialog z-index

Brad King (19):
      Add LICENSE and NOTICE
      Add 'tips' script to suggest local configuration
      Add 'setup-user' script to configure authorship information
      Add 'setup-hooks' script to install local hooks
      Add 'setup-gerrit' script to configure Gerrit access
      Add 'setup-stage' script to configure topic stage remote
      Add 'setup-ssh' script to configure ssh push access
      Add README instructions and sample configuration
      Exclude from source archives files specific to Git work tree
      setup-stage: Optionally reconfigure topic stage
      setup-gerrit: Allow ssh-only repo URLs
      setup-stage: Allow 'url' without 'pushurl'
      Tell Git how to check GitSetup config files
      Add 'git-gerrit-push' script
      Add .gitattributes for newline conversion
      Merge branch 'setup'
      Configure general GitSetup scripts for 'opengeoscience'
      CherryPy: Convert CRLF -> LF newlines
      Merge branch 'fix-jquery-newlines'

Chris Harris (81):
      Remove tabs from CMakeLists.txt
      Remove requirement on UglifyJS
      Remove tabs
      Add error dialog to display errors to user
      Propagate file reading errors to client side
      Remove <script> tag for deleted JavaScript
      Merge branch 'master' into improve-error-handling
      Resolving merge conflicts
      Only prevent default action on right mouse click
      Add basic search interface
      Add missing image
      Add local copy of d3
      Allow geoweb to be run from source tree
      Move query progress image to correct path
      Guard against datasets without temporalrange
      Guard against datasets with empty varaible property
      Add missing image
      Only prevent default action on right mouse click
      Add basic search interface
      Add local copy of d3
      Move query progress image to correct path
      Guard against datasets without temporalrange
      Guard against datasets with empty varaible property
      Instead of return is timestep is null delegate to reader
      Move scripts/standardtime.py -> modules/standardtime.py
      Add /lib/ui/workflow.js to geoweb.min.js
      Add /lib/ui/workflow.js to geoweb.min.js
      Convert tabs to spaces
      Guard against undefined activeWorkflow
      Enable ESGF query/download
      Add MyProxyClient code in modules/thirdparty
      Add python script to launch celery
      Clean up if comparision
      Add ability to toggle layers
      Fix problems introduced by rebase
      Add lineSource.js to web/lib/geoweb.min.js
      Merge branch '8-esgf-query' into next
      Remove unused file (modules/esgf/down.py)
      Add MyProxyClient to path for geoweb
      Use OpenID identifer to extract server name
      Use enter/return key press to dismiss login dialog
      Merge branch '8-esgf-query' into next
      Add cancel button to ESGF download
      Add animation controls to UI
      Merge remote-tracking branch 'origin/add_time_converter_example'
      Add div to display the timestamp for each timestep
      Update animation code to allow multi-layer animation
      Add support to reader for timesteps in UTC
      On import use full filepath if provided
      Return '{}' from reader if timestep is outside range
      Merge branch '104-add-animation-timestep-display' into next
      Order search result processing
      Ensure that the processing style is added/removed
      Close modify panel if ESC is pressed
      Refactor geoweb to use Daemonizer and DropPrivileges plugins
      Make the ESGF download directory configurable
      Check if a file is already in mongo using full path
      Move CMake files into cmake/
      Fix configuration issues with server.conf
      Remove layer from table if reading file fails
      Merge branch '129-fix-layer-table-on-error' into next
      Filter out documents that don't have valid timeInfo
      Add private flag to prevent searching on private datasets
      Raise Exception if HTTP status code is not 200
      Reorder JQuery and Boostrap includes
      Delay prompting user for algorithm until file is downloaded
      If no value is provided store ""
      Rename GEOJS_USER => GEOWEB_USER
      Setup LD_LIBRARY_PATH in setup-runtime.sh
      Add copy of jquery-ui.css to repository
      Update CSS and JS paths to local deployment dir
      Add missing images
      Fix index out of bound with some ESGF searches
      Move calculation of animation range into map.js
      Fix JSLint errors
      Fix typos in map.js and gis.js
      Adjust month field to be zero offset
      Init number of range requests correctly
      Format dates using UTC formatter
      Fix another zero index date issue
      Clamp animation timesteps to raw date range

Daniel K. O (19):
      showing overlay info at mouse position
      layers now can implement the queryLocation method
      fixed mouse up/down mixup
      respond to map queries through events
      removed debug messages
      Final touches on the mouse info / location querying.
      fixed places where event.page{X,Y} were needed
      Fixed info box to hide when not over map.
      minor tweaks
      Merge branch 'master' of public.kitware.com:OpenGeoscience/geoweb into 86-lat-lon-hover-text
      Layers now report the scalar values when queried
      merged master in
      only visual cleanup
      querying scalars now interpolates inside triangles
      map info with jqueryui plus fixes, once again
      Merge branch 'mapinfo-jquery' into next
      show map info with double click
      changed position of the latlon info to the lower left
      fixed map.removeLayer so it actually removes the layer

Dave DeMarle (37):
      render a json encoded mesh
      Demonstrating normals.
      make what I have reuseable
      demonstrating connecting server side data with client side rendering
      rendering first geojson data nearing geojsoned vtk
      rendering first geojson data
      Clean up and fill in missing portions of vtk adapter
      start on geojson parsing for real
      add tests for primary geojson options and fix easy bugs
      More work on geojson rendering.
      fix regression in vtk rendering
      enable feature collection type
      add tests of vtkgeojson point and line data
      make default page helpful
      use write to buffer
      handle attribute data in the form of point associated colors
      change from the sphere source to the clt.nc file and add isocontour
      fix merge conflict
      mention color tests in options
      get data file from configured data directory not an absolute path
      align clt.nc data
      restore rendering demonstrations/tests
      add color map
      Add color map capability to vgl proper.
      brought back solid color shader and cleaned up detection of scalar type
      Allow user to choose specific time and variables.
      optimize geojson import
      Fix selectable timestep
      Create chunks of triangles instead of individual ones.
      Add infrastructure needed to interpret, convert and search time.
      fix commit late induced typos
      fix data path to do better than clt.nc and add units
      put array ranges over all time into database
      record enough time info to compare datasets
      keep start date around too for completeness
      Time fixes
      add more converter methods and provide a test and example

Keval Sheth (5):
      Geo updated
      Geo updated
      Geo updated
      Geo updated
      UI updated

Manas Pawar (5):
      ui/gis.js Unable to rectify-> Do not make functions within a loop
      clean update of UI folder from Master and Geo from master
      UI folder update issue with a funcion parameter on line 333
      UI/gis.js pranthesis removed
      gis.js update @line #245

Wendel B. Silva (2):
      Added picker
      Re-added methods to get width and height of the renderer

Wendel Bezerra Silva (1):
      Implementing osm map source for geo

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


hooks/post-receive
-- 
OpenGeoscience



More information about the Opengeoscience-developers mailing list