Skip to content

Releases: statping/statping

v0.90.74

18 Dec 17:22
72673bd
Compare
Choose a tag to compare

0.90.74 (12-18-2020)

  • Fixed issue with favicon/manifest.json throwing 404 errors
  • Modified language go:generate script to slowdown for 429 errors
  • Removed Sentry error logging functionality

0.90.73 (12-15-2020)

  • Removed complexity in code for http server
  • Removed internal cache functionality (not useful, needs refactor)
  • Merged PR #909
  • Merged PR #880
  • Merged PR #859

v0.90.71

14 Oct 15:55
057bdb4
Compare
Choose a tag to compare

0.90.71 (10-13-2020)

  • Reverted Docker user in Dockerfile

0.90.70 (10-1-2020)

  • Merged PR #806 - Enhance GRPC Monitoring
  • Merged PR #692 - When login fields are autofilled the sign in button should be enabled
  • Modified multiple Vue forms to use number models for integer inputs
  • Fixed page freeze issue for incidents #842
  • Modified cache routine from 5 seconds to 60 seconds

0.90.69 (09-18-2020)

v0.90.69

18 Sep 21:48
781b8db
Compare
Choose a tag to compare

0.90.69 (09-18-2020)

0.90.68 (09-17-2020)

  • Added DB_DSN env for mysql, postgres or sqlite DSN database connection string
  • Added READ_ONLY env for a read only connection to the database
  • Added Custom OAuth OpenID toggle switch in settings (appends 'openid' in scope)
  • Fixed Custom OAuth response_type issue
  • Added Configs tab in Settings to edit the config.yml from frontend

v0.90.67

15 Sep 04:17
7e12133
Compare
Choose a tag to compare

0.90.67 (09-14-2020)

  • Modified core settings to update config.yml on save
  • Modified Theme Editor to restart the HTTP router on create/delete (fixing 404's)

v0.90.65

02 Sep 21:34
Compare
Choose a tag to compare
  • Fixed issue with dashboard not logging in (notifier panic)
  • Modified static email templates to github.com/statping/emails
  • Modified Regenerate API function to keep API_SECRET env
  • Added DEMO_MODE env variable, if true, 'admin' cannot be deleted
  • Modified Service sparklines on Dashboard
  • Added modal popup for UI deletes/edits

v0.90.64

23 Aug 08:04
Compare
Choose a tag to compare

0.90.64 (08-18-2020)

  • Modified max-width for container to 1012px, larger UI
  • Added failure sparklines in the Services list view
  • Added "Update Available" alert on the top of Settings if new version is available
  • Added Version and Github Commit hash to left navigation on Settings page
  • Added "reason" for failures (will be used for more custom notification messages) [regex, lookup, timeout, connection, close, status_code]
  • Added Help page that is generated from Statping's Wiki repo on build
  • Modified Service Group failures on index page to show 90 days of failures
  • Modified Service view page, updated Latency and Ping charts, added failures below
  • Modified Service chart on index page to show ping data along with latency
  • Added AWS SNS Notifier
  • Modified dashboard services UI
  • Modified service.Failures API to include 32 failures (max)

v0.90.63

18 Aug 02:02
b4de0d8
Compare
Choose a tag to compare
v0.90.63 Pre-release
Pre-release

0.90.63 (08-17-2020)

  • Modified build process to use xgo for all arch builds
  • Modified Statping's Push Notifications server notifier to match with Firebase/gorush params

0.90.62 (08-07-2020)

  • Added Notification logs
  • Fixed issues with Notifer After (x) failures for notifications
  • Modified notifications to not send on initial startup
  • Updated Incident UI
  • Added additional testing for notifications
  • Modified SCSS/SASS files to be generated from 1, main.scss to main.css
  • Modified index page to use /assets directory for assets, (main.css, style.css)
  • Modified index page to use CDN asset paths
  • Fixed New Checkin form
  • Modified email notifier template to be rendered from MJML (using go generate)
  • Modified database relationships with services using gorm
  • Modified "statping env" command to show user/group ID
  • Removed "js" folder when exporting assets, js files are always version of release, not static JS files

v0.90.62

10 Aug 10:12
27249bd
Compare
Choose a tag to compare
v0.90.62 Pre-release
Pre-release
Merge branch 'master' into dev

v0.90.61

24 Jul 11:14
Compare
Choose a tag to compare

0.90.61 (07-22-2020)

  • Modified sass layouts, organized and split up sections
  • Modified Checkins to seconds rather than milliseconds (for cronjob)
  • Modified Service View page to show data inside cards
  • Fixed issue with uptime_data sending incorrect start/end timestamps
  • Modified http cache to bypass if url has a "v" query param
  • Added "Static Services" (a fake service that requires you to update the online/offline status)
  • Added Update Static Service PATCH route (/api/services/{id})
  • Modified SASS api endpoints (base, layout, forms, mixins, mobile, variables)
  • Added additional testing
  • Modified node version from 10.x to 12.18.2
  • Modified Notifier's struct values to be NullString and NullInt to allow empty values
  • Added Search ability to Logs in UI
  • Fixed issue with Incidents and Checkins not being deleted once service is deleted

v0.90.60

15 Jul 17:37
5c22841
Compare
Choose a tag to compare
Merge branch 'master' into dev