mirror of
https://github.com/TwiN/gatus.git
synced 2024-12-22 06:31:15 +01:00
79c9f24c15
* feat(alerting): Implement alert-level provider overrides Fixes #96 * Fix tests * Add missing test cases for alerting providers * feat(alerting): Implement alert-level overrides on all providers * chore: Add config.yaml to .gitignore * fix typo in discord provider * test: Start fixing tests for alerting providers * test: Fix GitLab tests * Fix all tests * test: Improve coverage * test: Improve coverage * Rename override to provider-override * docs: Mention new provider-override config * test: Improve coverage * test: Improve coverage * chore: Rename Alert.OverrideAsBytes to Alert.ProviderOverrideAsBytes
21 lines
141 B
Plaintext
21 lines
141 B
Plaintext
# IDE
|
|
*.iml
|
|
.idea
|
|
.vscode
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# JS
|
|
node_modules
|
|
|
|
# Go
|
|
/vendor
|
|
|
|
# Misc
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
gatus
|
|
config/config.yml
|
|
config.yaml |