statping/types/services
Luis Gustavo S. Barreto 63baf4a83a Fix gorm issue when saving zero values in 'ExpectedStatus' field
Any zero value like 0, '', false won't be saved into the
database for those fields defined default value, you might want
to use pointer type or Scanner/Valuer to avoid this.

See: https://gorm.io/docs/create.html#Default-Values
2021-01-18 16:50:06 -03:00
..
checkins.go tests 2020-08-04 13:38:57 -07:00
database.go test fixes 2020-08-10 02:50:57 -07:00
failures.go limited fialures for service 2020-08-21 16:56:20 -07:00
hits.go vue 2020-03-09 22:24:35 -07:00
incidents.go tests, email rendered from MJML, db changes 2020-08-05 21:17:14 -07:00
methods.go fixed notifier panic 2020-08-26 16:02:17 -07:00
notifications.go fixed notifier panic 2020-08-29 19:02:23 -07:00
notifier.go notifier testing 2020-08-03 01:08:57 -07:00
routine.go Fix gorm issue when saving zero values in 'ExpectedStatus' field 2021-01-18 16:50:06 -03:00
routine_test.go Fix gorm issue when saving zero values in 'ExpectedStatus' field 2021-01-18 16:50:06 -03:00
samples.go Fix gorm issue when saving zero values in 'ExpectedStatus' field 2021-01-18 16:50:06 -03:00
services_test.go Fix gorm issue when saving zero values in 'ExpectedStatus' field 2021-01-18 16:50:06 -03:00
services_test_alerts_test.go ui features, failure reasons (generic), help view generated from Wiki 2020-08-18 12:39:55 -07:00
struct.go Fix gorm issue when saving zero values in 'ExpectedStatus' field 2021-01-18 16:50:06 -03:00
yaml.go code cleanup, debug mode (pprof), new env vars: DISABLE_HTTP, LOGS_MAX_COUNT, LOGS_MAX_AGE, LOGS_MAX_SIZE, DISABLE_COLORS, fixed DISABLE_LOGS bool env, mobile notifier update to fit the next mobile app update, 2020-06-05 17:36:39 -07:00