Releases: LRC-devops/digisign
Releases · LRC-devops/digisign
Update v1.0.001
Sentry Fix:
Due to what I believe was a missing repo secret, the sentry-auth-token failed to import during the action. This release:
- Adds the secret to the repo
- Injects the secret on build during the CI.yml git action.
LRC Server Image Issues:
- The server would previously redirect the requestor directly to the AWS Presigned url, which was causing
CORSissues. We now leverage a query?no-redirect=trueat the endpoint to get the url viaapplication/jsonto avoid the redirect and set the image src directly to the AWS Presigned url.
What's Changed
- ADDS: notifier icons by @ctheil in #7
- FIX: date time overflow by @ctheil in #8
- Fix/ann progress gitch by @ctheil in #9
- ADDS: notifier icons by @ctheil in #7
- FIX: date time overflow by @ctheil in #8
- Fix/ann progress gitch by @ctheil in #9
- UPDATE: vite.config and ci.yml git workflow by @ctheil in #10
- ADDS: build error if missing sentry api key by @ctheil in #11
- Fix/sessions widget map error by @ctheil in #13
- Fix/aws imgs by @ctheil in #14
- UPDATE: adds new api query no-redirect by @ctheil in #15
Full Changelog: v1.0.0...v1.0.001
v1.0.0
Initial production build for the LRC DigiSign for web application.
What's Changed
- Add/authentication by @ctheil in #1
- Start/tests by @ctheil in #2
- ADDS: ci by @ctheil in #3
- RM: test for timezone by @ctheil in #4
- Add/session sorting by @ctheil in #5
- Update/service test by @ctheil in #6
New Contributors
Full Changelog: https://github.com/LRC-devops/digisign/commits/v1.0.0