Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Tethys Platform

Tethys Platform helps scientists communicate their work through the medium of interactive web applications.
Collective - Host: opensource - https://opencollective.com/tethys-platform - Code: https://github.com/tethysplatform/tethys

tethys-121: Renamed tethys_sdk/geoprocessing to tethys_sdk/web_processing_services.

github.com/tethysplatform/tethys - 69df4bbc45c84425768a09c35b9c4295eb1f8662 authored over 9 years ago by Nathan Swain <[email protected]>
tethys-121: Updated docs to reference new tethys_sdk module.

github.com/tethysplatform/tethys - d51a87cc7fc9f83bc8c1c583511fcefa45661064 authored over 9 years ago by Nathan Swain <[email protected]>
tethys-121: Created a new module called tethys_sdk.

github.com/tethysplatform/tethys - a01ec2a9c55c9e3aa1566ffa7f60da7a0ab597d3 authored over 9 years ago by Nathan Swain <[email protected]>
tethys-119: Added code headers to LESS, CSS and JavaScript files.

github.com/tethysplatform/tethys - 780bb107640792a1ba4f17670fd46dba12a4c379 authored over 9 years ago by Nathan Swain <[email protected]>
tethys-119: Headers added to tethys_compute and all python files. Now need to add headers to JavaScript, LESS, and CSS files.

github.com/tethysplatform/tethys - 65e13c451c4937c7ba01bf469bd4be20bb200df9 authored over 9 years ago by Nathan Swain <[email protected]>
tethys-119: Headers added to all tethys_services and tethys_portal modules.

github.com/tethysplatform/tethys - 3fe1a1d7206b38c91d19776a7246d781ee6a167c authored over 9 years ago by Nathan Swain <[email protected]>
tethys-119: Headers added to all tethys_gizmos and tethys_config modules.

github.com/tethysplatform/tethys - 6eb69ee965401ea630090a9647353a0cafed0f32 authored over 9 years ago by Nathan Swain <[email protected]>
tethys-119: Headers added to all tethys_apps

github.com/tethysplatform/tethys - 6febc9e9cce0af5c917482205f52fd21b2532bb4 authored over 9 years ago by Nathan Swain <[email protected]>
tethys #120 Add Links to the Video Tutorials and GitHub Repositories with Solutions to Docs: Done.

github.com/tethysplatform/tethys - c91fe1a6d81559399a42f1d7b944f2ead9535bc0 authored over 9 years ago by Nathan Swain <[email protected]>
tethys #30 Formalize Workspaces for Apps: Added a new tethys CLI command to collect all the workspaces into a centralized directory defined by the TETHYS_WORKSPACES_ROOT setting. Documentation as well.

github.com/tethysplatform/tethys - 5ad3f7cf56a995208c5207caabf38e8cc52ce4dc authored over 9 years ago by Nathan Swain <[email protected]>
tethys #30 Formalize Workspaces for Apps: Fixed the great "_url" blunder.

github.com/tethysplatform/tethys - 1db2105291ece2230fa0abe56048c9623d642a9b authored over 9 years ago by Nathan Swain <[email protected]>
tethys #30 Formalize Workspaces for Apps: Added workspace directories to the scaffold.

github.com/tethysplatform/tethys - b702a31acef2477f3dea18a30c6b0163454d37ba authored over 9 years ago by Nathan Swain <[email protected]>
tethys #30 Formalize Workspaces for Apps: Documentation completed for workspaces.

github.com/tethysplatform/tethys - edea5756756bfd04f699c74f327e926c8b9193d8 authored over 9 years ago by Nathan Swain <[email protected]>
tethys #30 Formalize Workspaces for Apps: Workspace methods implemented. Only documentation remaining to complete workspace support.

github.com/tethysplatform/tethys - 14d304bfa44fe34ed95771acfbb286cfebabaedd authored over 9 years ago by Nathan Swain <[email protected]>
tethys #30 Formalize Workspaces for Apps: Implemented get_user_workspace() and get_app_workspace() as class methods on the app base class. To use, developers import the class and call the methods on the class.

github.com/tethysplatform/tethys - ef9c10ad55444c898fc60a68b7e2f737c3e7cbed authored over 9 years ago by Nathan Swain <[email protected]>
tethys#117: Added the login_required() decorator to the scaffold template to suggest to new developers how to restrict access to their controllers to users who are logged in.

github.com/tethysplatform/tethys - 64b29e561343562c2800a686366948bc156085c5 authored over 9 years ago by Nathan Swain <[email protected]>
tethys#117: restricted access to the apps library to authenticated users only.

github.com/tethysplatform/tethys - 117e6060216b5a4ba93595c333799f814e6d0675 authored over 9 years ago by Nathan Swain <[email protected]>
tethys#1: Added documentation about the ensure_oauth2 decorator usage for HydroShare.

github.com/tethysplatform/tethys - 5e7bdd35bf2dea2e6107f215cb299ee9d5015a2f authored over 9 years ago by Nathan Swain <[email protected]>
tethys#1: Finished most of the documentation for Social Auth.

github.com/tethysplatform/tethys - ec34a4364e1e8eb2ef3c9ae623aec9510d642fdc authored over 9 years ago by Nathan Swain <[email protected]>
tethys#1: Half way done with Social Auth documentation.

github.com/tethysplatform/tethys - 6510a440baa862ce45d697e1675e0f3d7c990786 authored over 9 years ago by Nathan Swain <[email protected]>
tethys#1: Updating Tethys Portal documentation and adding documentation for social auth features.

github.com/tethysplatform/tethys - e1233c7c8af467acd7b185b3ecae835e9816a1e8 authored over 9 years ago by Nathan Swain <[email protected]>
tethys#1: Added settings to the gen settings template.

github.com/tethysplatform/tethys - ee917019934a76bae072c550d9a53a551f1e926e authored over 9 years ago by Nathan Swain <[email protected]>
tethys#1: Added logic to handle the Social Auth cancel and already associated exceptions.

github.com/tethysplatform/tethys - 072c6ff967f32319980731dd6658ff0a38212a91 authored over 9 years ago by Nathan Swain <[email protected]>
tethys#1: Added the ability to connect and disconnect social accounts to user profile and settings. Also made it possible to delete accounts.

github.com/tethysplatform/tethys - 5f4b512e0e06ae72db689992650718f05f2d939c authored over 9 years ago by Nathan Swain <[email protected]>
tethys#1: Added social signup buttons to the sign up page and made the buttons on both pages dynamic such that they will only display if the corresponding backend is listed in the AUTHENTICATION_BACKENDS setting of settings.py.

github.com/tethysplatform/tethys - 673e477a5a7b37bf4409994907a4ead0df86e996 authored over 9 years ago by Nathan Swain <[email protected]>
tethys#1: Added social login links to the login screen.

github.com/tethysplatform/tethys - 533203e5054a8a5578e276f37b7ea56658cd6aa8 authored over 9 years ago by Nathan Swain <[email protected]>
tethys#1: Added a shell for a custom HydroShare OAuth provider that needs to be adjusted when there is a HydroShare OAuth service. Set an exception for hydroshare use without the decorator that suggests a solution to use the decorator.

github.com/tethysplatform/tethys - cd9d14ffaa4f82752e33f13dd88579146343e3c2 authored over 9 years ago by Nathan Swain <[email protected]>
tethys#1: Added a base level '/oauth2/' for the social auth url patterns. Also, made the redirect url in the ensure_oauth2 decorator dynamic to allow for changing the url patterns of social auth in the future without many headaches.

github.com/tethysplatform/tethys - 2a945fd379d1560c2d938f58f0d0e89645160d09 authored over 9 years ago by Nathan Swain <[email protected]>
Added a doc string to the decorator demonstrating it's usage.

github.com/tethysplatform/tethys - 67262c030c9a290d6c57faffbf45fefb5d21d85f authored over 9 years ago by swainn <[email protected]>
tethys#1 initial implementation of Oauth2 support for HydroShare (tested using Google's OAuth service).

github.com/tethysplatform/tethys - bbb7260f4bce8f24c1f5a6359b36721a36efed21 authored over 9 years ago by swainn <[email protected]>
Fixed issue with the WPS developer tool to allow for .'s, -'s, and _'s in process names.

github.com/tethysplatform/tethys - c06bd18d516d0a4b6ae382156901fc0042571414 authored over 9 years ago by Nathan Swain <[email protected]>
jobs_table gizmo initial implementation without testing.

github.com/tethysplatform/tethys - 6bb6a0c6ba4e7b9a60f3b39c7924f73677d10d52 authored over 9 years ago by Scott <[email protected]>
Release 1.1.1:

Fixed typos in docs
Fixed issue with gizmo showcase layer on map demo not showing up
Fixed issue ...

github.com/tethysplatform/tethys - 1d89d367c16275285121402d3187f5d4a01ea74b authored over 9 years ago by Nathan Swain <[email protected]>
tethys #88 OWSLIB version conflict: Locked in owslib version to >=0.8.0 and <0.9.0

github.com/tethysplatform/tethys - 8020f7ea7a9b0bd4cf4992e9f31ffe2618220008 authored over 9 years ago by Nathan Swain <[email protected]>
tethys #94 Spatial Dataset Services Docs Typo: Fixed the typo.

github.com/tethysplatform/tethys - 99a8401b21fb40f8e0cf518b9a5bc82d1b1d9c69 authored over 9 years ago by Nathan Swain <[email protected]>
tethys #84 GeoServer Layer on the MapView Gizmo is hard coded to mac docker GeoServer: A little more robust to validate the engine.

github.com/tethysplatform/tethys - 73349f13bd8595134c9af5e3cf9e9ab318b686db authored over 9 years ago by Nathan Swain <[email protected]>
tethys #84 GeoServer Layer on the MapView Gizmo is hard coded to mac docker GeoServer: Replaced hard coded geoserver url with derived endpoint from registered spatial dataset services.

github.com/tethysplatform/tethys - 3e1266fcbf8a35af8a42c22c7fd0eadda01eacd7 authored over 9 years ago by Nathan Swain <[email protected]>
tethys #84 GeoServer Layer on the MapView Gizmo is hard coded to mac docker GeoServer: Hard coded to ciwmap.chpc.utah.edu:8080/geoserver/wms

github.com/tethysplatform/tethys - f5e2903678441b2eeb8e2b937c116ca5c869f6dd authored over 9 years ago by Nathan Swain <[email protected]>
tethys #89 Drawing Buttons on Map View Submit Forms: Added type="button" to the drawing buttons so that they will not behave as submit buttons forms.

github.com/tethysplatform/tethys - a8778b0d08d041ed87e5f00eeb844bfc9ef49383 authored over 9 years ago by Nathan Swain <[email protected]>
tethys-103 Does job_templates method in app.py need to be a class method?

Issue #103

github.com/tethysplatform/tethys - 09a20acdc974a701bdd409ec3c3b1092145673d7 authored over 9 years ago by Scott <[email protected]>
Merge branch 'master' of https://github.com/CI-WATER/tethys

github.com/tethysplatform/tethys - a427847e1898920c23053dce6070ba5d12df5ae6 authored over 9 years ago by swainn <[email protected]>
Commented out troublesome line to fix scale issues on the HighChartsTimeSeries plot view options object. This closes tethys#100.

github.com/tethysplatform/tethys - 36ef270bb924407c25289d27088dfef39d124ecd authored over 9 years ago by swainn <[email protected]>
Docs Fixes

github.com/tethysplatform/tethys - 03cc58924dd6c58253cf4e0b278c8616b584c113 authored over 9 years ago by Nathan Swain <[email protected]>
tethys#92 - Updated the map images in the Getting Started tutorial.

github.com/tethysplatform/tethys - 5016ff3b41f1077119332c2286300bb7db1bfed5 authored over 9 years ago by Nathan Swain <[email protected]>
tethys#91 - Fixed type on Gizmo Options documentation where plot_view should be highcharts_plot_view.

github.com/tethysplatform/tethys - 370cbe78132ab596ee85815eecb39085ecd5694a authored over 9 years ago by Nathan Swain <[email protected]>
tethys#85 - Resolved documentation typo with DatePickerOptions that should have been DatePicker.

github.com/tethysplatform/tethys - 13c3c0053a1a90a8332c2fa14e9f93be3f710885 authored over 9 years ago by Nathan Swain <[email protected]>
Added a .gitattributes with linguist attributes that will make the language stats more accurate.

github.com/tethysplatform/tethys - 4d153169b088bba862207d6247c8ed88bf2b062c authored over 9 years ago by Nathan Swain <[email protected]>
Merge branch 'dev'

# Conflicts:
# docs/features.rst
# requirements.txt

github.com/tethysplatform/tethys - 69dc84e7d925bac9ef3ef6100de6739b4e4169fb authored over 9 years ago by Nathan Swain <[email protected]>
Version 1.1.0

github.com/tethysplatform/tethys - bd4a8b7fd28c3fb5bc9242e3a892cfd5bad2fbd3 authored over 9 years ago by Nathan Swain <[email protected]>
tethys-77 Update Tethys Compute Docs

Issue #77

github.com/tethysplatform/tethys - fc209fb99da49a85f4c6157659bd9986613c86a1 authored over 9 years ago by Scott <[email protected]>
tethys-77 Update Tethys Compute Docs

Issue #77

github.com/tethysplatform/tethys - 0a47b2b88eb9adbfd6847531eeeb8c87b22d81bd authored over 9 years ago by Scott <[email protected]>
tethys-77 Update Tethys Compute Docs

Issue #77

github.com/tethysplatform/tethys - b1ebd6f1c4b6481e458d6f8082b3fbd88c86d177 authored over 9 years ago by Scott <[email protected]>
tethys-77 Update Tethys Compute Docs

Issue #77

github.com/tethysplatform/tethys - fa187d8d99a256c52b84e78fffa1ce81708c65bc authored over 9 years ago by Scott <[email protected]>
Docs Tweaks in preparation for 1.1.0.

github.com/tethysplatform/tethys - a5560c0f5b33c332b4b4c43ff5cc026e6b3c0473 authored over 9 years ago by Nathan Swain <[email protected]>
tethys-81 Clear Out Tethys Compute Settings If They Already Exist

Issue #81

github.com/tethysplatform/tethys - 017ed00ef93b1a438f8dc47e86d71d627fc20c67 authored over 9 years ago by Scott <[email protected]>
Docs Tweaks in preparation for 1.1.0.

github.com/tethysplatform/tethys - e8f9331742fc5872477978f785bee7ef017becb0 authored over 9 years ago by Nathan Swain <[email protected]>
Merge remote-tracking branch 'origin/dev' into dev

github.com/tethysplatform/tethys - 1aeeabb64291996f26a7abd82304bfd692f4c35b authored over 9 years ago by Nathan Swain <[email protected]>
Docs Tweaks in preparation for 1.1.0.

github.com/tethysplatform/tethys - 9bf57ea067587f75326f1542442b97f7fd4affca authored over 9 years ago by Nathan Swain <[email protected]>
Merge branch 'tethys-54-job-management' into dev

github.com/tethysplatform/tethys - d8bd6ee2b5ea4e22974d27d0f0fc4fd784a8cdae authored over 9 years ago by sdc50 <[email protected]>
tethys-54 Job Management System

github.com/tethysplatform/tethys - 400970c220debd45a7f50fb774cb79c39de78cc2 authored over 9 years ago by sdc50 <[email protected]>
tethys-54 Job Management System

github.com/tethysplatform/tethys - 5df61181a73ece1e7d26afe053e5ff9fef93664e authored over 9 years ago by sdc50 <[email protected]>
tethys-54 Job Management System

github.com/tethysplatform/tethys - e86e1fffcbfd0590a1aa4537ba332bb1198ac6b0 authored over 9 years ago by sdc50 <[email protected]>
Docs Tweaks in preparation for 1.1.0.

github.com/tethysplatform/tethys - d9b6c1ac104239434bbccd4bf5a06daa620d9af4 authored over 9 years ago by Nathan Swain <[email protected]>
tethys #63 Fix Issues with Mac Installation Instructions: This issue has been resolved.

github.com/tethysplatform/tethys - 0094ff6abf059951de109220a85b19895a628192 authored over 9 years ago by Nathan Swain <[email protected]>
tethys #63 Fix Issues with Mac Installation Instructions: Found a potential fix to the OpenSSL mac issue:

Install openssl 1.0.1j prior to installing python, then install python buidling from source with...

github.com/tethysplatform/tethys - b4c25503ef334df781d2df2fc4a55045d77e33e5 authored over 9 years ago by Nathan Swain <[email protected]>
tethys #63 Fix Issues with Mac Installation Instructions: Found a potential fix to the OpenSSL mac issue:

Install openssl 1.0.1j prior to installing python, then install python buidling from source with...

github.com/tethysplatform/tethys - 73415500d85a1d91fa16a67893c3d15f51e84c0b authored over 9 years ago by Nathan Swain <[email protected]>
tethys #63 Fix Issues with Mac Installation Instructions: Made changes to support docker-py version 1.2.2.

github.com/tethysplatform/tethys - 8b93a088d2bb9956a986187c6d8b357c3a398213 authored over 9 years ago by Nathan Swain <[email protected]>
Merge branch 'dev' into tethys-54-job-management

github.com/tethysplatform/tethys - c2c1282805631984db7f4e2e5aec9171e3ec16e9 authored over 9 years ago by Scott Christensen <[email protected]>
tethys-77 Update Tethys Compute Docs

Issue #77

github.com/tethysplatform/tethys - ca9f7a4ada26d79e304b7f323d9156d784209f82 authored over 9 years ago by Scott <[email protected]>
tethys-77 Update Tethys Compute Docs

Issue #77

github.com/tethysplatform/tethys - c7f3f208e9b8c74cba9315d33584b9aa784ed74f authored over 9 years ago by Scott <[email protected]>
tethys #56 - Update installation instructions to archive approach: added a tip after repository pull that describes how to checkout tagged versions as a means for installing other versions of Tethys Platform. This closes #56

github.com/tethysplatform/tethys - 45f4cae86649ab111f0e5c9285374eca7383c2d1 authored over 9 years ago by Nathan Swain <[email protected]>
tethys #27 Improve Production Installation Instructions: This closes #27.

github.com/tethysplatform/tethys - af7fa94443fc959becf0dbddd7b9cd4d09016e65 authored over 9 years ago by Nathan Swain <[email protected]>
tethys #27 Improve Production Installation Instructions: Almost done...

github.com/tethysplatform/tethys - fbea41683a0cbdd2f4719f9619b95f9345c0bb70 authored over 9 years ago by Nathan Swain <[email protected]>
Merge branch 'tethys-27' into dev

# Conflicts:
# docs/production/installation.rst

github.com/tethysplatform/tethys - c2ca767801ed4706051e44be4f86586b8092f315 authored over 9 years ago by Nathan Swain <[email protected]>
tethys #27 Improve Production Installation Instructions: Almost done...

github.com/tethysplatform/tethys - ad7355c120ff0c728343555414eae81d09a2b177 authored over 9 years ago by Nathan Swain <[email protected]>
tethys-7 .tethyscluster Directory Creation causes Error in Production

Issue #7

github.com/tethysplatform/tethys - 5cba452822dffa86c03cd587c7e9dfb20d1a6a9a authored over 9 years ago by Scott <[email protected]>
tethys-7 .tethyscluster Directory Creation causes Error in Production

Issue #7

github.com/tethysplatform/tethys - ee6535c021d11198624c99b1a8f412bc6bcf462d authored over 9 years ago by Scott <[email protected]>
Merge branch 'dev' of github.com:CI-WATER/tethys into dev

github.com/tethysplatform/tethys - 115edb78eb2d92b58a3ad103e402b5dc62d61708 authored over 9 years ago by Scott <[email protected]>
tethys-77 Update Tethys Compute Docs

Issue #77

github.com/tethysplatform/tethys - 9c3c017653522a0496d79ffbe3210f92eddb93e3 authored over 9 years ago by Scott <[email protected]>
tethys #27 Improve Production Installation Instructions: Better fix.

github.com/tethysplatform/tethys - f613c0e59a151155911c2f6ac1a0134fdb794a28 authored over 9 years ago by Nathan Swain <[email protected]>
tethys #27 Improve Production Installation Instructions: stash.

github.com/tethysplatform/tethys - afe98c0d09b9cad8cb6d96076b258e9a1e6559bf authored over 9 years ago by Nathan Swain <[email protected]>
tethys #78 Broken CLI command: tethys manage collectstatic: closed.

github.com/tethysplatform/tethys - c2e6ddaf13eac1f3e4e3a5b5d88ad99a2237a868 authored over 9 years ago by Nathan Swain <[email protected]>
tethys #45 Add attributes option to all gizmos: Cleaned up plot view docs and added documentation for new highcharts objects.

github.com/tethysplatform/tethys - 858e098bb1c614fe0a2c6bfaa972b7a41a015d35 authored over 9 years ago by Nathan Swain <[email protected]>