TwiN
c873b0ba0c
feat(security)!: Remove deprecated SHA512 parameter for password hashing
2022-06-14 23:48:28 -04:00
TwiN
0792f5490b
feat(storage)!: Remove persistence for memory storage
2022-06-14 23:36:18 -04:00
TwiN
fbdb5a3f0f
test(maintenance): Add tests for edge cases
2022-05-07 16:46:51 -04:00
TwiN
9ede992e4e
feat(ui): Add support for buttons below header ( #106 )
2022-04-25 20:20:32 -04:00
TwiN
932ecc436a
test(security): Replace password-sha512 by password-bcrypt-base64 for test case
2022-01-17 11:55:05 -05:00
TwiN
fc016bd682
feat(ui): Make logo link and header configurable
...
Closes #213
2022-01-08 15:24:22 -05:00
TwiN
3dd8ba1a99
Add missing alert type
2021-12-09 21:18:44 -05:00
Eng Zer Jun
7a05bdcb82
refactor: move from io/ioutil to io and os packages
...
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil . This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-12-03 14:44:17 +08:00
TwiN
f6336eac4e
Fix #117 : Implement email alerts
2021-12-02 21:05:17 -05:00
TwiN
d3805cd77a
Fix #197 ; Fix #198 : Deprecate storage.file in favor of storage.path and deprecate persistence with memory storage type
2021-11-04 21:33:13 -04:00
TwiN
9287e2f9e2
Move store initialization to store package
...
This will allow importing storage.Config without importing every SQL drivers in the known universe
2021-10-28 19:35:46 -04:00
TwiN
a4e9d8e9b0
Revert "Add GATUS_DONT_EXPAND_ENV env var"
2021-10-24 18:34:39 -04:00
TwiN
3be6d04d29
Add GATUS_DONT_EXPAND_ENV env var
2021-10-24 16:20:24 -04:00
TwiN
fb2448c15a
Omit fields that are not set
2021-10-24 15:03:41 -04:00
TwiN
db575aad13
Remove comments that no longer apply
2021-10-24 14:51:49 -04:00
TwiN
6ed93d4b82
Rename Service to Endpoint ( #192 )
...
* Add clarifications in comments
* #191 : Rename Service to Endpoint
2021-10-23 16:47:12 -04:00
TwiN
6c45f5b99c
⚠ Migrate TwinProduction/gatus to TwiN/gatus
2021-10-07 21:28:04 -04:00
TwinProduction
2d3fe9795f
Add v3 to module path
...
Gatus wasn't intended to be used as a library, but I have a use case now.
2021-10-03 21:53:59 -04:00
TwinProduction
d19f564e4e
Ensure that tested hour never goes negative
2021-10-03 21:50:58 -04:00
TwinProduction
bf455fb7cc
Fix issue with under maintenance feature
2021-10-01 02:33:37 -04:00
TwinProduction
428e415616
Fix issue with under maintenance
2021-09-27 00:11:42 -04:00
TwinProduction
df3a2016ff
Move web and ui configurations in their own packages
2021-09-22 00:47:51 -04:00
TwinProduction
fa4736c672
Close #74 : Add maintenance window
2021-09-22 00:04:51 -04:00
TwinProduction
044f0454f8
Domain migration
2021-09-18 12:42:11 -04:00
TwinProduction
db5fc8bc11
#77 : Make page logo customizable
2021-09-11 04:33:14 -04:00
TwinProduction
7a68920889
#77 : Make page title customizable
2021-09-11 01:51:14 -04:00
TwinProduction
a917b31591
Add log in case an error happens while updating the last config modification time
2021-09-06 13:28:35 -04:00
TwinProduction
556f559221
Remove Kubernetes auto discovery
2021-09-06 13:28:35 -04:00
TwinProduction
3cbe068fc1
Rename storage type inmemory to memory
...
This is technically a breaking change, but given how long ago this field was implemented as well as the fact that this is the default value if the type is not specified, I doubt anybody's explicitly setting it as inmemory
2021-08-07 12:11:35 -04:00
TwinProduction
2074697efa
Improve alerting tests
2021-07-29 19:54:40 -04:00
Bastien
54d06b8688
Merge branch 'master' into feature/teams_alert_provider
2021-07-29 11:01:53 +02:00
TwinProduction
9cd6355056
#126 : Add client configuration
2021-07-28 21:52:14 -04:00
Bastien Ogier
23fb69fca9
Add teams alerting provider
2021-07-28 14:20:53 +02:00
TwinProduction
3293222cd6
Add warning log about possible deprecation of Kubernetes integration
2021-07-27 21:08:30 -04:00
TwinProduction
d3a81a2d57
Major fixes and improvements
2021-07-18 17:29:08 -04:00
TwinProduction
1498b6d8a2
Add Service.Key() method to generate the unique service key
2021-07-18 17:29:08 -04:00
TwinProduction
263b2f0f94
Fix failing tests
2021-05-18 23:27:43 -04:00
TwinProduction
db23bd9073
#29 : Automatically reload on configuration file update
2021-05-18 22:29:15 -04:00
TwinProduction
8106832d69
Improve test coverage
2021-05-15 22:24:13 -04:00
TwinProduction
758428b312
Improve test coverage
2021-05-15 22:09:58 -04:00
TwinProduction
a85c5d5486
Close #91 : Implement default provider alert
2021-05-15 21:31:32 -04:00
Jonah
24da853820
Add Telegram Alerting ( #102 )
2021-03-30 19:38:34 -04:00
TwinProduction
8fe9d013b5
Close #48 : Implement Discord alerting providers
2021-03-04 21:26:17 -05:00
TwinProduction
b603cdb0ea
Minor changes to the custom alert provider placeholders
2021-02-18 23:17:51 -05:00
Robert Hoppe
7390895514
Extend also tests on config
2021-02-17 13:27:11 +01:00
Robert Hoppe
2873d96b9f
Introduce configureable place holders for alerting
2021-02-17 12:39:17 +01:00
TwinProduction
79bef8d391
Implement persistence
2021-02-02 23:06:34 -05:00
TwinProduction
9196f57487
Add several tests
2021-02-01 01:37:56 -05:00
TwinProduction
a1679ddc5e
Remove web.context-root
2021-01-31 05:49:01 -05:00
TwinProduction
0985e3bed8
Minor update
2021-01-17 16:38:22 -05:00
TwinProduction
91a9fa5274
Improve testing coverage
2021-01-09 22:55:36 -05:00
TwinProduction
143e6cb0da
Improve test coverage
2020-12-30 20:07:07 -05:00
TwinProduction
971967ae78
Don't append / at the end of the path
2020-11-30 09:23:03 -05:00
cemturker
64f1c41e0c
Fix the test
2020-11-25 00:31:51 +01:00
cemturker
199f14667e
put property name back as originator and recipients
2020-11-25 00:30:23 +01:00
cemturker
a645c14452
fix the test error outputs
2020-11-24 17:16:54 +01:00
cemturker
daf27fd6d0
Review changes
2020-11-24 17:15:52 +01:00
cemturker
978acf3cd2
Fix the field name in test
2020-11-23 22:29:57 +01:00
cemturker
a870d3e43f
Add Messagebird as an alerting provider
2020-11-23 22:20:06 +01:00
TwinProduction
4f17bc1b14
Improve test coverage
2020-11-21 17:53:18 -05:00
TwinProduction
5850ed82e4
Refactor code and update comments
2020-11-21 17:35:08 -05:00
Michael Engelhardt
f36d99ef07
add test for nested context
2020-11-21 22:41:55 +01:00
Michael Engelhardt
9af8a02f05
Rename function to PrependWithContextRoot
2020-11-21 21:38:45 +01:00
Michael Engelhardt
c827eb7948
some refactorings and add test cases
2020-11-21 13:11:37 +01:00
Michael Engelhardt
c791986143
add test
2020-11-21 04:07:38 +01:00
Michael Engelhardt
5f10a92c36
simplification and refactorings
2020-11-21 03:42:42 +01:00
Michael Engelhardt
f9706a98ed
start working on context root configuration
2020-11-21 02:33:02 +01:00
TwinProduction
76d45d7eb8
Add TestWebConfig_SocketAddress
2020-11-20 17:45:25 -05:00
TwinProduction
1b23b0dd1d
Minor improvements
2020-11-20 17:40:57 -05:00
TwinProduction
315791151e
Minor updates
2020-11-20 17:24:56 -05:00
Chris C
07312794c4
Merge pull request #43 from mindcrime-ilab/develop
...
add parameterization for host and port
2020-11-20 17:20:11 -05:00
Michael Engelhardt
4dd57b45e9
fix misleading messages on failing tests
2020-11-20 06:59:43 +01:00
TwinProduction
faff3dc8de
Update example health check
2020-11-19 21:10:42 -05:00
Michael Engelhardt
4c151bdf8f
add test for invalid port in config file
2020-11-19 20:03:30 +01:00
Michael Engelhardt
10310cf380
Add configuration values for address and port
...
Add (non-mandatory) configuration values to set address and port on which the web frontent will be served. If not set defaults will be applied.
2020-11-19 19:39:48 +01:00
Zied ZAIEM
39aaae8b50
✨ Add Mettermost Alerting
2020-11-14 15:55:37 +01:00
TwinProduction
79c60d834e
Close #31 : Support insecure parameter for custom alerting provider
2020-11-13 15:01:21 -05:00
TwinProduction
7699552c5b
Extract the port from the service for Kubernetes auto discovery
2020-11-11 19:47:53 -05:00
TwinProduction
5d29f944c4
Add TestParseAndValidateConfigBytesWithKubernetesAutoDiscoveryUsingClusterModeIn
2020-11-11 18:20:52 -05:00
TwinProduction
cf968cbf86
Enable debug in alerting test for missing test coverage
2020-11-11 18:13:39 -05:00
TwinProduction
0909024e43
Improve test coverage
2020-11-11 18:11:30 -05:00
TwinProduction
d4d4ca236a
Start working on tests for auto discovery
2020-11-11 18:05:18 -05:00
TwinProduction
3a0a8db898
Several changes:
...
- Rename ExcludeSuffix to ExcludedServiceSuffixes
- Rename ServiceSuffix to HostnameSuffix
- Rename HealthAPI to TargetPath
- Add ExcludedServices
2020-11-11 16:29:30 -05:00
TwinProduction
a658100da4
Add logs for Kubernetes auto discover
2020-11-11 15:14:21 -05:00
TwinProduction
f406206eae
Create type ClusterMode string and panic only in the config validation function
2020-11-11 15:10:44 -05:00
TwinProduction
fff34fff58
Merge discovery package into k8s package
2020-11-11 14:46:19 -05:00
TwinProduction
42659a0878
Move discovery configuration validation in config package
2020-11-11 14:22:31 -05:00
Adarsh K Kumar
559d286121
(refactor) Move all k8s config under kubernetes field | Adarsh
2020-11-11 23:36:12 +05:30
Adarsh K Kumar
81e6e0b188
(feat) Add auto-discovery in k8s | Adarsh
2020-10-30 21:01:12 +05:30
TwinProduction
4655e74c2a
Minor improvements
2020-10-23 16:31:49 -04:00
TwinProduction
77ad91a297
Fix Golint
2020-10-23 16:29:20 -04:00
TwinProduction
4e3856c638
Improve code documentation
2020-10-23 16:07:51 -04:00
TwinProduction
947a28f45d
Improve test coverage
2020-10-21 22:56:35 -04:00
TwinProduction
20515b5dd4
Improve test coverage
2020-10-21 22:10:58 -04:00
TwinProduction
7dc200d887
Add test for when configuration file doesn't exist
2020-10-21 21:59:44 -04:00
TwinProduction
a32d98ab96
Improve testing coverage
2020-10-21 21:56:07 -04:00
TwinProduction
ce6cc9e18d
Minor readability improvements
2020-10-19 19:26:29 -04:00
TwinProduction
0a7988f2ff
Add disable-monitoring-lock configuration parameter
2020-10-16 23:07:14 -04:00
TwinProduction
816bc95905
Return yaml unmarshal error
2020-10-16 12:12:00 -04:00
TwinProduction
9220a777bb
Start working on #8 : Support basic authentication for the dashboard
2020-10-14 19:22:58 -04:00