2020-04-10 03:55:32 +00:00
# 0.90.24
- Fixed login form from not showing
2020-04-07 00:06:46 +00:00
# 0.90.23
- Added Incident Reporting
- Added Cypress tests
2020-04-07 11:53:32 +00:00
- Added Github and Google OAuth login (beta)
2020-04-09 01:47:27 +00:00
- Added Delete All Failures
- Added Checkin form
- Added Pushover notifier
2020-04-07 00:06:46 +00:00
2020-04-04 00:28:09 +00:00
# 0.90.22
- Added range input types for integer form fields
- Modified Sentry error logging details
- Modified form field layouts for better UX.
- Modified Notifier form
- Fixed Notifier Test form and logic
2020-03-31 20:22:39 +00:00
# 0.90.21
- Fixed BASE_PATH when using a path for Statping
- Added Cypress testing
- Modified SQLite golang package
- Modified SQLite connection limit, and idle limit. (defaults to 25)
- Fixed installation to use project name and description from form post
2020-03-30 22:16:36 +00:00
# 0.90.20
- Fixed Service Form from sending integer values as strings to API
- Added Cypress e2e testing (working on adding more)
2020-03-29 01:21:32 +00:00
# 0.90.19
- Fixed private Services from showing in API (/api/services and /api/services/{id})
- Removed unused code
2020-03-25 23:30:52 +00:00
# 0.90.18
- Added service type gRPC, you can now check on gRPC services. (limited)
2020-03-25 18:46:50 +00:00
# 0.90.17
- Fixed notification fields for frontend
- Fixed notification JSON form to send integer if value is an integer.
- Added testing for notifiers
2020-03-23 02:50:30 +00:00
# 0.90.16
- Added Notify After (int) field for Services. Will send notifications after x amount of failures.
- Added new method in utils package for replacing `{{.Service.*}}` and `{{.Failure.*}}` variables from string to it's true value
- Fixed Notifer get endpoint
- Cleaned Notifier methods
- Updated recommended changes from [sonarcloud.io ](https://sonarcloud.io/organizations/statping/projects )
- Organized utils package files
2020-03-22 11:00:37 +00:00
# 0.90.15
- Fixed /dashboard authentication state to show admin tabs if your an admin. [Issue #438 ](https://github.com/statping/statping/issues/438 )
- Fixed Cache JS error on Dashboard
2020-03-22 07:57:17 +00:00
# 0.90.14
- Updated SCSS compiling, and confirmed it works.
- Added `$container-color` SCSS variable.
- Fixed issue with JWT token (nil pointer) for the Cookie name
2020-03-22 07:09:45 +00:00
# 0.90.13
- Added new function `utils.RenameDirectory` to rename directory
- Added new function `(*DbConfig) BackupAssets` to backup a customized theme and place into a directory named `assets_backup` . Only for migration 0.80 to 0.90+, entirely new frontend.
2020-03-25 23:30:52 +00:00
- Updated JS function `convertToChartData` to return an empty chart data if API response was empty.
2020-03-22 07:09:45 +00:00
- Updated `banner.png` to make a bit smaller, (680px)
- Fixed method that returns `no such table: services` on startup, check table first.
- Fixed version from not being added into Core table. [Issue #436 ](https://github.com/statping/statping/issues/436 )
2020-03-22 04:56:07 +00:00
# 0.90.12
2020-03-23 02:50:30 +00:00
- Fixed MySQL timestamp formatting. (issue #432 )