TwiN
fdd51869a3
test: Improve condition validation test coverage
2022-12-06 21:57:24 -05:00
TwiN
f6a621da28
chore: Bump module version to v5
2022-12-06 01:41:18 -05:00
TwiN
2346a6ee4f
fix!: Enforce mandatory space around condition operator ( #382 )
...
BREAKING CHANGE: The comparator in each condition must now be wrapped by a space (e.g. [STATUS] == 200) or the condition will not be valid.
2022-12-06 01:37:05 -05:00
TwiN
741109f25d
chore!: Remove deprecated "services" in favor of "endpoints" ( #381 )
...
BREAKING CHANGE: `services` has been replaced by `endpoints` in v3.3.0, but backward compatibility has been retained until now. v5.0.0, however, will no longer support `services`, so make sure to update your configuration to use `endpoints` instead.
See #374 for more information
2022-12-06 01:27:31 -05:00
TwiN
d058d7a54b
fix!: Default Alert.Enabled to true ( #380 )
...
BREAKING CHANGE: It used to default to false, which meant that users had to explicitly set endpoints[].alerts[].enabled to true
2022-12-05 23:15:19 -05:00
TwiN
7dccf5f08c
docs: Clarify that alerts still have to be defined when using default-alerts
2022-12-05 22:40:25 -05:00
BondarSlavik
9e46e3972d
feat: Add necessary files for PWA ( #347 )
...
* feat: PWA Implementation
* feat: PWA Implementation. fix comments
* feat: PWA Implementation. fix comments
Co-authored-by: Viacheslav Bondar <bondarslavik@gmail.com>
2022-12-04 15:11:26 -05:00
TwiN
9fc8374a4d
docs: Fix typos
2022-12-03 21:26:46 -05:00
TwiN
1aeb045703
test: Fix failing tests
2022-12-01 20:26:14 -05:00
TwiN
cdec353744
chore(deps): Update sqlite dependencies
2022-12-01 20:19:56 -05:00
TwiN
080563bd4f
fix(alerting): Improve ntfy alert
2022-12-01 20:19:11 -05:00
TwiN
bcb565ba37
ci: Remove workflow_dispatch
2022-11-23 18:15:01 -05:00
TwiN
2327854641
ci: Update workflows
2022-11-23 18:12:55 -05:00
TwiN
79eacc5e50
ci: Re-add other platforms
2022-11-22 22:02:38 -05:00
TwiN
048a1d4a88
ci: Only publish for linux/amd64 during tests
2022-11-22 21:53:28 -05:00
TwiN
c09ee0b82f
ci: Create workflow to publish latest to GHCR
2022-11-22 21:08:40 -05:00
TwiN
7908eea2df
ci: Update workflow dependency name
2022-11-22 20:56:49 -05:00
TwiN
f8140e0d96
fix(alerting): Resolve issue with blank GoogleChat messages ( #364 )
...
* debug: Print GoogleChat request body
* chore: Update TwiN/whois to v1.1.0
* fix: Add missing client changes
* test: Improve DNS tests
* chore: Remove accidental change
* docs: Add note for future change to default behavior
* fix(alerting): Don't include URL in Google Chat alert if endpoint type isn't HTTP
Fixes #362
2022-11-22 20:12:26 -05:00
TwiN
4f569b7a0e
fix(jsonpath): Properly handle len of object in array, len of int and len of bool ( #372 )
2022-11-19 17:25:40 -05:00
dependabot[bot]
e9f46c58f8
chore(deps): bump github.com/prometheus/client_golang
...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.13.0...v1.14.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-16 21:58:14 -05:00
TwiN
502e159dca
test: Add case for making sure pat() works inside a JSON array
2022-11-16 18:27:28 -05:00
TwiN
cdbf5902c7
build: Remove -mod vendor flag from Dockerfile
2022-11-15 21:58:24 -05:00
TwiN
c7f80f1301
ci: Rename build.yml to test.yml
2022-11-15 21:51:40 -05:00
TwiN
eb4e22e76b
chore: Replace 1.1.1.1 by 8.8.8.8 everywhere due to 1.1.1.1 being unreliable
2022-11-15 21:50:54 -05:00
TwiN
f37a0ef2d7
test: Replace DNS 1.1.1.1 by 8.8.8.8
2022-11-15 21:50:54 -05:00
TwiN
114b78c75c
test: Replace DNS 1.1.1.1 by 8.8.8.8
2022-11-15 21:50:54 -05:00
TwiN
d24ff5bd07
refactor: Move whois to client package and implement caching
2022-11-15 21:50:54 -05:00
TwiN
c172e733be
chore(deps): Update TwiN/gocache to v2.2.0
2022-11-15 21:50:54 -05:00
TwiN
f1ce83c211
chore(deps): Update TwiN/whois to v1.1.0
2022-11-15 00:25:02 -05:00
TwiN
64f4dac705
fix: Wrap error properly (%s -> %w)
2022-11-12 14:56:25 -05:00
dependabot[bot]
861c443842
chore(deps): bump loader-utils from 1.4.0 to 1.4.2 in /web/app ( #365 )
...
Bumps [loader-utils](https://github.com/webpack/loader-utils ) from 1.4.0 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.2 )
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-12 14:51:39 -05:00
TwiN
b801cc5801
fix(alerting): Prevent empty keyValue from being marshalled
2022-11-10 22:12:20 -05:00
TwiN
f1711b5c0b
fix(alerting): Omit empty KeyValue parameters when marshalling to JSON
2022-11-10 22:12:20 -05:00
TwiN
0ebd6c7a67
chore: Clean up old commented code
2022-11-10 22:12:20 -05:00
TwiN
967124eb43
fix(alerting): Resolve GoogleChat issue with bad payload when condition has "
in it
...
Fixes #362
2022-11-10 22:12:20 -05:00
Ian Chen
fa47a199e5
feat: support SCTP & UDP as endpoint type ( #352 )
...
* feat: support SCTP & UDP as endpoint type
* update README
* modify endpoint type test for sctp & udp
2022-11-09 19:22:13 -05:00
TwiN
1f84f2afa0
fix: Make sure len([BODY]) works if the body is a JSON array
...
Fixes #359
2022-11-03 20:50:40 -04:00
dependabot[bot]
ed3683cb32
chore(deps): bump github.com/lib/pq from 1.10.3 to 1.10.7
...
Bumps [github.com/lib/pq](https://github.com/lib/pq ) from 1.10.3 to 1.10.7.
- [Release notes](https://github.com/lib/pq/releases )
- [Commits](https://github.com/lib/pq/compare/v1.10.3...v1.10.7 )
---
updated-dependencies:
- dependency-name: github.com/lib/pq
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-02 19:40:52 -04:00
dependabot[bot]
6e92c0eb40
chore(deps): bump github.com/prometheus/client_golang
...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.11.0 to 1.13.0.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.11.0...v1.13.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-01 23:48:39 -04:00
TwiN
cd927f630b
ci: Remove unnecessary dependabot labels
2022-11-01 23:41:35 -04:00
TwiN
c6c9bc8fa5
ci: Update dependabot labels
2022-11-01 23:36:40 -04:00
dependabot[bot]
a3facc3887
chore(deps): bump docker/setup-qemu-action from 1 to 2
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 1 to 2.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-01 23:34:49 -04:00
dependabot[bot]
991d7e876d
chore(deps): bump docker/setup-buildx-action from 1 to 2
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 1 to 2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-01 23:34:40 -04:00
dependabot[bot]
3b7fb083ca
chore(deps): bump codecov/codecov-action from 2.1.0 to 3.1.1
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 2.1.0 to 3.1.1.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v2.1.0...v3.1.1 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-01 23:34:14 -04:00
dependabot[bot]
ebdf5bde49
chore(deps): bump github.com/TwiN/health from 1.4.0 to 1.5.0
...
Bumps [github.com/TwiN/health](https://github.com/TwiN/health ) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/TwiN/health/releases )
- [Commits](https://github.com/TwiN/health/compare/v1.4.0...v1.5.0 )
---
updated-dependencies:
- dependency-name: github.com/TwiN/health
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-01 23:33:21 -04:00
TwiN
d4983733f5
ci: Add dependabot.yml
2022-11-01 23:30:35 -04:00
TwiN
fed021826a
ui: Generate static assets
2022-11-01 00:45:04 -04:00
TwiN
8f9eca51c0
ui: Show "now" if the pretty time difference is less than 500ms
2022-11-01 00:44:41 -04:00
TwiN
e13730f119
docs: Fix table format
2022-11-01 00:43:42 -04:00
David Wheatley
22d74a5ea8
feat(ui): Allow configuring meta description ( #342 )
...
* feat: add description prop to HTML template
* feat: add desc property to backend config validation
* test: add desc field to ui config test
* chore: add default description text
* test: add test for description default
* docs: add description config option explanation
* Update README.md
* Update config/ui/ui_test.go
Co-authored-by: TwiN <twin@linux.com>
2022-11-01 00:33:19 -04:00