hydroshare / hydroshare

HydroShare is a collaborative website for better access to data and models in the hydrologic sciences.
https://www.hydroshare.org
BSD 3-Clause "New" or "Revised" License
180 stars 38 forks source link

Release Checklist 1.25 #3518

Closed sblack-usu closed 5 years ago

sblack-usu commented 5 years ago

Issues in Release

Beta Deployment

Production Deployment

Notes relevant to deployment

  1. Update local_settings.py with @klippold settings for geoserver
martinseul commented 5 years ago

I tested the setup Geoserver by uploading a shapefile and making it public and did not see the proper endpoints appear, is this functionality enabled or am I missing a step? Also as we are missing some documentation and a migration script for the current geographic resources I'm leaning towards pushing this feature to a future release.

sblack-usu commented 5 years ago

I checked that based off of @klippold verifying beta was sending to geoserver earlier. @klippold - could you look into what's going on?

dtarb commented 5 years ago

I am also not seeing geoserver functionality. I looked at this in an old resource https://beta.hydroshare.org/resource/d7b7f9d5c7e0411683b76ef45c6bf0d8/ and a new resource I created to specifically try this https://beta.hydroshare.org/resource/a0c4b04440154721b4fb6fac4305b9e6/

dtarb commented 5 years ago

I also noticed that the color of the Open With button has changed from Blue to White. I do not necessarily object to this, but I wonder why this is being done and feel that we may have more important things to worry about. Also, this is a change that users will notice, so if we make changes like this they should be deliberate. I do not see button color change in the checklist above.

Maurier commented 5 years ago

The color of the button was changed as part of #3506. While implementing the logic in the PR I did some cleanup on the layout and made the decision to change the color because this button does not denote a primary action, but it's rather a menu toggle.

sblack-usu commented 5 years ago

@klippold @dtarb @martinseul - Looks like the geoserver settings were overwritten. I restored them and restarted the beta server. Could you please verify it is working now?

dtarb commented 5 years ago

@Maurier can you please revert the open with button back to blue.

Maurier commented 5 years ago

@dtarb - Here: https://github.com/hydroshare/hydroshare/pull/3546