Commit Graph

171 Commits (bc4513530135b93318f09eadc486c99e63aceacd)

Author SHA1 Message Date
hunterlong 256e772d51 fixed service page 2020-06-10 19:43:35 -07:00
hunterlong a86b8de718 fixed service page 2020-06-10 17:19:16 -07:00
Hunter Long 79a1e68ec1
Merge pull request #645 from kaeltis/fixTimeConversion
Fix time conversion in overview and charts
2020-06-10 10:58:15 -07:00
hunterlong a0517bc64c package updates 2020-06-10 08:22:59 -07:00
hunterlong b659e24246 meta tags 2020-06-10 05:30:48 -07:00
hunterlong c9a7a67d1a meta tags 2020-06-09 17:40:05 -07:00
Patrick Fruh 489b837972 Remove calculation from ServiceSparkLine.vue
ServiceSparkLine gets ms, not μs
Also changed another toFixed to round
2020-06-09 21:12:46 +02:00
Patrick Fruh 1d5c2737aa Added space between value and percent sign
Also added space between number and percent sign to follow International System of Units (SI)
2020-06-09 20:59:22 +02:00
Patrick Fruh 7ce93c8cce Use same ms conversion as other graphs 2020-06-09 20:47:31 +02:00
Patrick Fruh 5434b26b6e Revert "Use humanTime instead of doing own calculations"
This reverts commit 2c5a6318d6.
2020-06-09 20:45:12 +02:00
Patrick Fruh 2c5a6318d6 Use humanTime instead of doing own calculations 2020-06-09 20:36:09 +02:00
Patrick Fruh 0d350fb023 Use Math.round, only use ms in graphs when at least 10 ms
Math.round is about 99% faster https://jsperf.com/math-round-vs-tofixed2/17

Graph change tries to avoid rising/falling graphs while displayed values don't change
2020-06-09 20:17:41 +02:00
Patrick Fruh a8fb5ce80e Round instead of floor to be more accurate to value 2020-06-09 20:02:02 +02:00
Patrick Fruh 2fe56b1e92 Use short codes for ms and μs
Also added space between number and symbol according to International System of Units (SI)
2020-06-09 19:59:02 +02:00
Patrick Fruh 811236f8b4 Fix time conversion in overview and charts 2020-06-09 18:50:59 +02:00
hunterlong 128c53e5e1 language 2020-06-04 06:13:32 -07:00
Hunter Long eddf378938
Merge pull request #588 from kvpt/service
Fix service handling in announcements page
2020-06-04 03:20:58 -07:00
Hunter Long 2cceaec54a
Merge branch 'master' into heatmap 2020-06-04 03:20:26 -07:00
Hunter Long ac66447c08
Merge pull request #590 from kvpt/login
Fix login if oauth fail to init
2020-06-04 03:17:55 -07:00
Hunter Long eef5e89045
Merge branch 'master' into announcement 2020-06-04 03:17:01 -07:00
hunterlong 98175ab326 i18n implementation for frontend, oauth url fixes, added language into Core, 2020-06-01 23:56:19 -07:00
Hunter Long bb9eacc522
Merge pull request #617 from statping/features-fixes-2
Features fixes 2
2020-06-01 19:27:52 -07:00
hunterlong 5eecb5fa53 newsletter feature 2020-05-29 15:06:13 -07:00
Fabio Rodrigues f96c43d98c fix create/edit services, fixes #581. fixes #608 2020-05-28 18:35:33 +01:00
hunterlong 8e3e5a8bae TLS form fix 2020-05-21 07:56:32 -07:00
hunterlong ad03ef545d patch 2020-05-21 05:04:45 -07:00
hunterlong a8bae268ea TCP service fix for services that are not using TLS (different packages) 2020-05-20 19:53:09 -07:00
hunterlong 7630eb3263 TLS with TCP 2020-05-19 23:59:28 -07:00
hunterlong 4618d56c18 mTLS service check (http) 2020-05-19 23:41:50 -07:00
Kevin Petit 8dfe8d6344 Use better approach 2020-05-20 00:37:20 +02:00
hunterlong ce86b931c2 postman API tests, mobile design update for dropdown 2020-05-18 14:59:58 -07:00
Kevin Petit 915b489c7d Prevent error if oauth fail to init 2020-05-17 01:42:13 +02:00
Kevin Petit 14b4038572 Reformat code 2020-05-16 18:56:23 +02:00
Kevin Petit b50b8e50d1 Remove unused imports 2020-05-16 18:54:59 +02:00
Kevin Petit b1b6462ebd Fix announcement display 2020-05-16 18:54:27 +02:00
Kevin Petit 5c15c20392 Reformat code 2020-05-16 18:47:44 +02:00
Kevin Petit 1e5dd646e6 Fix service handling in announcements page 2020-05-16 18:47:29 +02:00
Kevin Petit c5b93bdbb9 Fix heatmap 2020-05-16 16:13:57 +02:00
hunterlong cc32376317 group updates 2020-05-15 02:52:14 -07:00
hunterlong 3fa5269af6 twilio notifier fix, enabled more testing 2020-05-13 20:09:32 -07:00
hunterlong 3e724ccb04 cross compiling Makefile 2020-05-11 13:17:56 -07:00
hunterlong 1bd9e98163 added --config flag to specify config.yml file 2020-05-10 14:40:45 -07:00
hunterlong 2f7778e61c update postman API URL, dont force description on startup 2020-05-08 23:22:13 -07:00
hunterlong c490032bb2 service dropdown for chart timeframe and interval 2020-05-08 21:33:04 -07:00
Hunter Long 8b40250841
Merge pull request #569 from z3cka/fix/568
Fixes #568: Service links should use permalinks when possible
2020-05-05 23:42:17 -07:00
Casey Grzecka dd4227bac4 Fixes #568
serviceByPermalink expects a permalink value, not the whole service
2020-05-05 23:31:54 -07:00
hunterlong 42e1b0216a fixed authentication via cookies, oauth login, 2020-05-04 13:45:43 -07:00
hunterlong d52b02eb3e notifiers update with variables using golang template lib, new variables documentation tab, Replacer func now contains it's own struct, humanize lib (but its meh) 2020-05-02 02:51:47 -07:00
hunterlong 68df645530 fix for css files 404-ing 2020-05-01 04:38:58 -07:00
hunterlong 94485e3a9e better text for Service UI, add core if SAMPLE_DATA is set to false, start service if added from services.yml 2020-05-01 02:26:57 -07:00