A fc2e6f4062 Improves sorting of metric's labels.
When selecting the time of metric's points only the time was selected,
not the date. The issue with this is mainly in the view "Last 12 hours".
Example:
It's 11:10 am and I choose the "Last 12 hours" view, the metrics points
will be from 23:00 yesterday to 11:00 am today.
When giving all these datas and labels to ChartJS, it sorts the points
by label from lower to highter. It means 23:00 (from yesterday) will be
after the datas of today, it doesn't have sense.

To fix it, I've added in the repositories the date in addition to the
time. So it's no longer 11:00 that is selected but 2018-01-15 11:00.
I've updated the Metric vue in order to cut the label when displaying so
it doesn't change the displaying.
Because there are metric views that are based on date but not time,
there is a condition in the Metric vue to cut the string only if the
time is present.

Related to CachetHQ/Cachet#2848
2018-01-15 11:28:41 +01:00
2018-01-15 11:28:41 +01:00
2017-07-18 22:52:49 +01:00
2016-02-20 11:58:54 +00:00
2017-06-28 23:24:09 +01:00
2017-07-27 20:18:44 -04:00
2017-05-13 15:34:33 +01:00
2017-06-19 22:42:58 +01:00
2017-12-29 22:17:37 +01:00
2017-09-15 20:12:46 +01:00
2017-09-15 20:12:46 +01:00
2017-11-30 09:22:14 +00:00
2015-07-06 17:37:01 +01:00
2016-06-10 08:40:57 +01:00

StyleCI Build Status License Localisation Latest Stable Version

Cachet is a beautiful and powerful open source status page system.

Community

You can now join our Slack community!

Overview

  • List your service components
  • Report incidents
  • Customise the look of your status page
  • Markdown support for incident messages
  • A powerful JSON API
  • Metrics
  • Multi-lingual
  • Subscriber notifications via email
  • Two factor authentication

Requirements

  • PHP 5.6.4+ or newer
  • HTTP server with PHP support (eg: Apache, Nginx, Caddy)
  • Composer
  • A supported database: MySQL, PostgreSQL or SQLite

Installation, Upgrades and Documentation

You can find documentation at https://docs.cachethq.io.

Here are some useful quick links:

Demo

To test out the demo, you may login to the Dashboard with the following:

  • Username: test or test@test.com
  • Password: test123

The demo resets every 30 minutes.

v2.4 Demo

To test out the demo, you may login to the Dashboard with the following:

  • Username: test or test@test.com
  • Password: test123

The demo resets every 30 minutes.

Translate Cachet

If you'd like to contribute translations, please check out our CrowdIn project.

Professional Installation Service

We offer a professional installation service. To find out more, email us at support@alt-three.com

Security Vulnerabilities

If you discover a security vulnerability within Cachet, please send an e-mail to us at support@alt-three.com. We handle all security vulnerabilities on a case-by-case basis.

Description
No description provided
Readme 37 MiB
Languages
PHP 96.1%
Dockerfile 2.8%
Shell 1.1%