v2.3.0 Release
Closed this issue · 0 comments
harper-wavra commented
We want to do a new release with August migration.
- add/Update changelog with below items
- update version numbers in code
- Rebuild
- Pull request this branch -> dev -> staging -> master
- Create new release in github https://github.com/USGS-WiM/NSSServices/releases/tag/v2.3.0
Deploy to dev and test site
- copy the build/dist folder to the server at D:\applications
- Add version number or date to the end of the build/dist folder name
- (If NSS or GageStats Services) update web.config with the correct environment variable
- Update appsettings.json with the correct credential information based on which server its on, including the db host, db username, db password, and jwt bearer token if applicable. The jwt bearer token should be the same in the gagestats and nss services, and the db information can be found in the WIM keepass
- In IIS, right click the services in the list and hit "Manage Application" > "Advanced Settings" and update the path to the new build/dist folder.
Added/Changed
Added
- Added /ApplicationInfos/{state} GET endpoint
- Added /GeneralInformations/{state} GET endpoint