Commit Graph

1033 Commits

Author SHA1 Message Date
Ferdinand Mütsch 96ff490d8d fix: crash when calling badge endpoint with no filters applied (resolve #66) 2020-11-01 16:04:30 +01:00
Ferdinand Mütsch 68e66298b8 fix: postprocessing for alias keys not corresponding to an actual entity 2020-11-01 13:09:39 +01:00
Ferdinand Mütsch c2d30826f6 fix: critical fixes related to alias resolution 2020-11-01 12:50:59 +01:00
Ferdinand Mütsch 861c81e414 docs: fix endpoint paths in readme (thanks @mlunax) 2020-10-27 21:06:41 +01:00
Ferdinand Mütsch 892d265c4d chore: update version 2020-10-26 23:10:15 +01:00
Ferdinand Mütsch e19761337f Merge branch 'notarock/62' 2020-10-26 22:34:50 +01:00
Roch D'Amour 3f973a28ea Fixed custom rule settings CSS 2020-10-26 00:27:07 -04:00
Roch D'Amour 86fc751e58 Cache rules per user, invalidate cache on update 2020-10-25 23:19:16 -04:00
Roch D'Amour 178c417757 Keep the old configuration rules behaviour 2020-10-25 23:02:28 -04:00
Roch D'Amour 395d039d41 General cleanup and fixed PR comments 2020-10-25 22:18:33 -04:00
Roch D'Amour fdf2289f8e MVP for custom rules support 2020-10-25 21:51:06 -04:00
Roch D'Amour 06b3fdd17c Improved Dockerfile and docker-compose for dev 2020-10-25 02:21:41 -04:00
Ferdinand Mütsch 4506493353 docs: fix badges 2020-10-18 13:42:59 +02:00
Ferdinand Mütsch 11728b80ac
docs: update url 2020-10-17 13:37:43 +02:00
Ferdinand Mütsch b7c7817923 docs: display latest release as badge 2020-10-16 17:07:35 +02:00
Ferdinand Mütsch c78ee5465c chore: display database type 2020-10-16 16:58:16 +02:00
Ferdinand Mütsch 4336d732c9 docs: update readme 2020-10-16 16:51:11 +02:00
Ferdinand Mütsch 177cbb12fc chore: make aggregation time configurable (resolve #60) 2020-10-16 16:21:19 +02:00
Ferdinand Mütsch a4c344aaa1 chore: minor code restyling 2020-10-16 16:11:14 +02:00
Ferdinand Mütsch c575b2fd5c fix: json serialization error when percentage is nan 2020-10-16 15:16:43 +02:00
Ferdinand Mütsch 67a59561c8 fix: use custom date for summary model to support sqlite deserialization 2020-10-16 14:49:22 +02:00
Ferdinand Mütsch f7520b2b4a fix: timestamp precision 2020-10-16 12:49:36 +02:00
Ferdinand Mütsch 54a944ec41 fix: critical summary computation bug (faulty intervals)
fix: doubly included heartbeats
fix: cross-day heartbeats are ignored for consistency
2020-10-16 12:00:20 +02:00
Ferdinand Mütsch 44b6efb6ee chore: add random seed to generator script 2020-10-16 11:59:08 +02:00
Ferdinand Mütsch efd4764728 fix: sample data script 2020-10-11 09:55:01 +02:00
Ferdinand Mütsch dd50b4076f docs: include sonarcloud badges 2020-10-09 21:47:18 +02:00
Ferdinand Mütsch 21b822de42 chore: minor code enhancements 2020-10-09 21:37:20 +02:00
Ferdinand Mütsch 4d22756b8a fix: stop tracking legacy config file 2020-10-04 12:20:15 +02:00
Ferdinand Mütsch c54f2743fd fix: add legacy config again for backwards-compatibility 2020-10-04 12:16:42 +02:00
Ferdinand Mütsch a8d5d69629 chore: update build workflow to exclude certain directories 2020-10-04 12:08:58 +02:00
Ferdinand Mütsch 0111aa7543 Merge branch 'master' into stable 2020-10-04 11:54:02 +02:00
Ferdinand Mütsch 3bafde7ab1 fix: adapt docker image to new config format 2020-10-04 11:52:52 +02:00
Ferdinand Mütsch b378597594 fix: define flags on init
chore: remove deprecated config files
2020-10-04 11:47:31 +02:00
Ferdinand Mütsch 29619f09ed docs: update docs for new config format 2020-10-04 11:35:23 +02:00
Ferdinand Mütsch ff3fea0359 feat: introduce legacy config migration 2020-10-04 11:14:44 +02:00
Ferdinand Mütsch 660fefcca9 refactor: migrate to new config (resolve #54) 2020-10-04 10:37:38 +02:00
Ferdinand Mütsch 2ecbb3ea02 fix: user agent strign parsing (fix #53) 2020-09-29 18:58:10 +02:00
Ferdinand Mütsch f843be8d12 refactor: move config to separate package
chore: load config from main method
2020-09-29 18:55:07 +02:00
Ferdinand Mütsch 062a9c6f57 Merge remote-tracking branch 'origin/master' 2020-09-12 16:58:31 +02:00
Ferdinand Mütsch 1c0e63e125 chore: restrict badge access by user agent 2020-09-12 16:58:22 +02:00
Ferdinand Mütsch 45f372168d
docs: readme 2020-09-12 16:50:51 +02:00
Ferdinand Mütsch 0760be86ff Merge branch 'master' into stable 2020-09-12 16:40:50 +02:00
Ferdinand Mütsch 6e2f3e6731 fix: attempt to fix invalid fixture query for postgres (fix #52) 2020-09-12 16:32:43 +02:00
Ferdinand Mütsch d60dddb550 feat: implement badges endpoint and sharing functionality 2020-09-12 16:09:23 +02:00
Ferdinand Mütsch 19a8c61f77 feat: add more pre-configured intervals (resolve #51) 2020-09-12 12:40:38 +02:00
Ferdinand Mütsch fde8c35362 docs: include github project card for exporter repo 2020-09-12 09:21:04 +02:00
Ferdinand Mütsch 8dca9f5cc0 chore: parallel summary conversion 2020-09-12 00:20:16 +02:00
Ferdinand Mütsch 570aeebe01 docs: document prometheus export 2020-09-11 23:51:46 +02:00
Ferdinand Mütsch 21567e7601 feat: implement summaries compat endpoint (resolve #44)
fix: fix all time view model
2020-09-11 23:24:51 +02:00
Ferdinand Mütsch a8009e107d fix: support project query param for alltime endpoint 2020-09-11 20:22:33 +02:00