Skip to content

Commit

Permalink
Merge branch 'main' into refactor/add-prober-interface
Browse files Browse the repository at this point in the history
  • Loading branch information
haricnugraha authored Jul 24, 2023
2 parents a0b5bfb + a5ba608 commit ea4ccad
Show file tree
Hide file tree
Showing 5 changed files with 129 additions and 101 deletions.
21 changes: 10 additions & 11 deletions .github/pr_bug_template.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# Monika Pull Request (PR)
# Monika Pull Request (PR)

## What bug/issue does this PR fix
1.
## What bug/issue does this PR fix
1.

## How do to reproduce the bug
1.
## How do to reproduce the bug
1.

## Expected behaviour
## Expected behaviour
1.
2.

## How to test
1.
2.
2.

## How to test
1.
2.
11 changes: 5 additions & 6 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# Monika Pull Request (PR)
# Monika Pull Request (PR)

## What feature/issue does this PR add
## What feature/issue does this PR add
1.

## How did you implement / how did you fix it
1.
## How did you implement / how did you fix it
1.

## How to test
## How to test
1.
2.
3.

30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,36 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.15.4] - 2023-07-24

## Added

Feat: Improve Error Message When Request URL is not Using Protocol (#1063)
update readme to import exported notification package (#1054)
Doc/1050 update whatsapps docs (#1051)
update guides doc on payload (#1048)

## Fixed

chore: bump typescript and clean up (#1082)
tweak teams notification (#1080)
Fix broken Nightly Workflow (#1076)
Fixed: Confusing Notification Message for Non-HTTP Probe (#1072)
Clean error msg when failed to load config file (#1057)
Fix: crashes when some of the probe is removed from the configuration (#1067)
fix: move instatus to notification workspace and register it as a notification channel (#1056)
Fix: Probe Doesn't Run After Change Config (#1059)

## Changed

Chore: Upgrade Pino Version (#1079)
update workflows (#1073)
Limit workflow permissions and use environment vars to prevent injection. (#1071)
(origin/main, origin/HEAD) Refactor: Add Test for doProbe Function (#1064)
refactor: add abort controller to cancel running probe (#1058)
update workflows to build the notification package (#1055)
Chore: extract notification to workspace package (#1028)

## [1.15.3] - 2023-05-22

## Added
Expand Down
Loading

0 comments on commit ea4ccad

Please sign in to comment.