这是indexloc提供的服务,不要输入任何密码
Skip to content

v1.0.0 #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Aug 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
4ef093e
#20: Add menu for setting up reminder notification
ttsukagoshi Aug 7, 2021
ac9dd71
npm(deps-dev): bump @typescript-eslint/parser from 4.28.5 to 4.29.0
dependabot[bot] Aug 9, 2021
d56097c
Merge pull request #37 from ttsukagoshi/dependabot/npm_and_yarn/dev/t…
ttsukagoshi Aug 9, 2021
33649c5
#20: Add menu for setting up reminder notification
ttsukagoshi Aug 7, 2021
7c8b5ba
Merge branch 'add-reminder' of https://github.com/ttsukagoshi/website…
ttsukagoshi Aug 9, 2021
36bcff7
Close #20: Reminder message localization
ttsukagoshi Aug 9, 2021
11d98ac
Add message to refer to the managing spreadsheet
ttsukagoshi Aug 9, 2021
e25b837
Fix #38: Avoid sending reminders if no triggers
ttsukagoshi Aug 9, 2021
ec0be2d
Merge pull request #39 from ttsukagoshi/add-reminder
ttsukagoshi Aug 9, 2021
15b21a3
Merge pull request #41 from ttsukagoshi/add-reminder
ttsukagoshi Aug 9, 2021
eda8bbe
Merge pull request #40 from ttsukagoshi/dev
ttsukagoshi Aug 9, 2021
ecd967c
Add CodeQL badge to README
ttsukagoshi Aug 9, 2021
000b347
Merge pull request #44 from ttsukagoshi/add-codeql-badge
ttsukagoshi Aug 9, 2021
b72b6ed
Closes #42: Remove debugging logs
ttsukagoshi Aug 9, 2021
9aac3df
Merge pull request #45 from ttsukagoshi/cleanup-logging-42
ttsukagoshi Aug 9, 2021
0d43ac6
Closes #43: Activate the monthly reminder
ttsukagoshi Aug 9, 2021
a560582
Merge pull request #46 from ttsukagoshi/activate-monthly-reminder-on-…
ttsukagoshi Aug 9, 2021
6d28012
Change target branch of dependabot to main
ttsukagoshi Aug 9, 2021
a466b3f
Merge pull request #47 from ttsukagoshi/dev
ttsukagoshi Aug 9, 2021
e3e2d2b
npm(deps-dev): bump @typescript-eslint/parser from 4.29.0 to 4.29.1
dependabot[bot] Aug 9, 2021
ae01f10
Merge pull request #49 from ttsukagoshi/dependabot/npm_and_yarn/main/…
ttsukagoshi Aug 9, 2021
7476d14
npm(deps-dev): bump @typescript-eslint/eslint-plugin
dependabot[bot] Aug 9, 2021
ed42993
Merge pull request #48 from ttsukagoshi/dependabot/npm_and_yarn/main/…
ttsukagoshi Aug 9, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ updates:
commit-message:
prefix: 'github-actions'
include: 'scope'
target-branch: 'dev'
target-branch: 'main'
- package-ecosystem: 'npm'
directory: '/'
schedule:
Expand All @@ -24,4 +24,4 @@ updates:
commit-message:
prefix: 'npm'
include: 'scope'
target-branch: 'dev'
target-branch: 'main'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Website Status Monitoring

[![GitHub Super-Linter](https://github.com/ttsukagoshi/website-monitoring-by-gas/workflows/Lint%20Code%20Base/badge.svg)](https://github.com/marketplace/actions/super-linter) [![clasp](https://img.shields.io/badge/built%20with-clasp-4285f4.svg?style=flat-square)](https://github.com/google/clasp) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![clasp](https://img.shields.io/badge/built%20with-clasp-4285f4.svg?style=flat-square)](https://github.com/google/clasp) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) [![CodeQL](https://github.com/ttsukagoshi/website-monitoring-by-gas/workflows/CodeQL/badge.svg)](https://github.com/ttsukagoshi/website-monitoring-by-gas/actions?query=workflow%3ACodeQL) [![GitHub Super-Linter](https://github.com/ttsukagoshi/website-monitoring-by-gas/workflows/Lint%20Code%20Base/badge.svg)](https://github.com/marketplace/actions/super-linter)

Website status monitoring using Google Sheets and Google Apps Script.

Expand Down
Loading