Releases: ttsukagoshi/website-monitoring-by-gas
Releases · ttsukagoshi/website-monitoring-by-gas
v0.5.0 Enable Google Chat notification
New Features
- Users can now enable Google Chat notifications from the options sheet. A webhook URL of the Chat or Chatroom that you want the notification to be sent is required. Steps to obtain this URL is described at https://developers.google.com/chat/how-tos/webhooks (Close #17)
Bug Fixes
- Fixed an issue where the site UP notification returned an empty list of resolved websites. (Fixed #28)
Misc
- Add @typescript-eslint/eslint-plugin to conduct ESLint locally on VS Code. (#27)
- Corrected typos in README
v0.4.0
v0.3.0-beta: Dashboards and Log Data Extraction
Bug Fixes
- Cast
value
as a string when replacing whitespace.
New Features
- Added feature to update dashboard status in the managing spreadsheet. (#10)
- Copy status log data to the managing spreadsheet for a designated period of time. This list may be used by the user to create their own reports by integrating with BI tools like Google Data Studio. (#15)
- Modulized the
setupTrigger
function and created a flow to set a one-time trigger for executingsetupLogExtractionTrigger
when site checks detected changes in status. The list of extracted status logs will be updated automatically at the change of website status.
Documentation
- Added
clasp
badge
Misc
- Setup release.yml
- Added the
release
branch to the target branches of GitHub Super Linter - Revised check frequency of Dependabot from
monthly
->weekly
v0.2.2-beta: Release Workflow
Add rootDir
v0.2.1-beta: Minor fixes
Merge pull request #16 from ttsukagoshi/dev v0.2.1 ready
v0.2.0-beta: Time-based Triggers for Website Status Checks
New Feature
- Added menu item to set up & delete time-based triggers to conduct website status checks. (#3)
- Changes in website status, from UP to DOWN and vice versa, are now notified to the user by email. (#4)
- Script errors are now logged to the yearly log sheet among the results of the periodical site status checks. (#9)
v0.1.0 Basic Status Check
New Features
- Basic function to check website status and retrieve its HTTP response codes is now ready (Closes #1)
- The retrieved HTTP response codes will be logged to a separate & yearly log spreadsheet. Its template and the Google Drive folder to save the spreadsheet can be designated in the
99_Options
sheet. (Closes #2)
Misc
- Setup package.json & Dependabot