Ferdinand Mütsch
|
13a3d9f03a
|
feat: leaderboard generation and querying
|
2022-10-02 00:01:39 +02:00 |
|
Ferdinand Mütsch
|
c5da5e4622
|
fix: bug in same day comparison
|
2022-07-02 00:28:56 +02:00 |
|
Ferdinand Mütsch
|
4a4e19fcbd
|
fix: error when querying with label filter (resolve #374)
|
2022-05-16 23:23:18 +02:00 |
|
Ferdinand Mütsch
|
4bd58789f4
|
fix: server error when passing empty heartbeats slice
fix: do not allow to set id for diagnostics inputs
chore: remove authentication for diagnostics endpoint from swagger docs
|
2022-05-13 16:12:18 +02:00 |
|
Ferdinand Mütsch
|
09d1124794
|
fix: work around invalid all_time_since_today data schema to fix failing import (resolve #370)
|
2022-05-12 00:59:42 +02:00 |
|
Ferdinand Mütsch
|
a76db3e95f
|
fix: clear summary cache on new project label (resolve #369)
|
2022-05-07 09:37:10 +02:00 |
|
Ferdinand Mütsch
|
ff7d595a86
|
chore: do not run expensive jobs initially but only scheduled
|
2022-04-18 21:16:27 +02:00 |
|
Ferdinand Mütsch
|
91c765202c
|
fix: prevent large difference between aggregated and recomputed summaries (resolve #354)
|
2022-04-18 16:06:32 +02:00 |
|
Ferdinand Mütsch
|
5276f68918
|
fix: double counting when using precise missing intervals
|
2022-04-18 15:18:01 +02:00 |
|
Ferdinand Mütsch
|
5aae18e241
|
refactor: replace most custom date util functions by lancet ones
refactor: add precision mode to missing intervals function
|
2022-03-25 12:51:40 +01:00 |
|
Ferdinand Mütsch
|
8a731a252a
|
chore: ditch lo module again
|
2022-03-25 11:34:16 +01:00 |
|
Ferdinand Mütsch
|
8fc0d78f64
|
refactor: include generics based utility lib and refactor some parts accordingly [ci-skip]
|
2022-03-20 16:40:14 +01:00 |
|
Ferdinand Mütsch
|
bbc85de34b
|
chore: metrics performance improvements
|
2022-03-19 10:30:32 +01:00 |
|
Ferdinand Mütsch
|
91b4cb2c13
|
fix: explicit milliseconds precision of timestamp columns
|
2022-03-18 13:48:28 +01:00 |
|
Ferdinand Mütsch
|
a3acdc7041
|
fix: duration aggregation for heartbeats with identical timestamps (resolve #340)
|
2022-03-18 12:29:43 +01:00 |
|
Ferdinand Mütsch
|
e7e5254673
|
feat: ability to clear all user data (resolve #339)
|
2022-03-17 11:55:13 +01:00 |
|
Ferdinand Mütsch
|
647bf1781d
|
chore: apply filters in database query (see #335)
|
2022-03-13 08:49:03 +01:00 |
|
Ferdinand Mütsch
|
965d8e22b3
|
chore: fix typo in error message
|
2022-03-06 11:52:03 +01:00 |
|
Soner Sayakci
|
ed6e51b4df
|
add error when no authentication is configured
|
2022-03-04 17:03:04 +01:00 |
|
Steven Tang
|
6d762f5fd6
|
ref: remove unnecessary unicode characters
|
2022-02-18 19:52:55 +11:00 |
|
Ferdinand Mütsch
|
e21788b8b5
|
chore: minor fixes
|
2022-02-13 11:03:10 +01:00 |
|
Steven Tang
|
e7f3432113
|
feat: GET /heartbeat endpoint (resolves #241)
|
2022-02-13 11:03:10 +01:00 |
|
Ferdinand Mütsch
|
7159df30c2
|
feat: allow to configure custom api url for relay and import (resolve #105)
|
2022-01-21 12:35:05 +01:00 |
|
Ferdinand Mütsch
|
67f0d19a65
|
fix: allow to create labels for aliased projects (resolve #231)
|
2022-01-13 17:10:24 +01:00 |
|
Ferdinand Mütsch
|
2bc53e6f11
|
feat: basic implementation of branch statistics
|
2022-01-02 13:39:20 +01:00 |
|
Ferdinand Mütsch
|
fd6c36832e
|
fix: critical infinite loop at the date of switch to daylight saving time
|
2022-01-02 13:17:30 +01:00 |
|
Ferdinand Mütsch
|
bf82935849
|
chore: add more filtering unit tests
|
2022-01-02 12:03:20 +01:00 |
|
Ferdinand Mütsch
|
d80c1a4c4b
|
feat: ability to filter by project labels
|
2022-01-02 12:03:20 +01:00 |
|
Ferdinand Mütsch
|
a279548c89
|
feat: comprehensive summary-level filtering (resolve #262)
|
2022-01-02 12:03:19 +01:00 |
|
Ferdinand Mütsch
|
8a3e6f0179
|
chore: more verbose logging with regard to reports
|
2022-01-02 12:02:17 +01:00 |
|
Ferdinand Mütsch
|
92f6d44606
|
feat: total heartbeats per summary (resolve #283)
|
2022-01-02 12:02:12 +01:00 |
|
Ferdinand Mütsch
|
ee501ca3c5
|
fix: mocks
|
2022-01-02 12:02:12 +01:00 |
|
Ferdinand Mütsch
|
148f581906
|
fix: properly sort durations to prevent heartbeats from being counted twice
|
2022-01-02 12:02:12 +01:00 |
|
Ferdinand Mütsch
|
0039f67a2f
|
fix: duration test
|
2022-01-02 12:02:12 +01:00 |
|
Ferdinand Mütsch
|
c8a07cee36
|
refactor: introduce concept of durations (resolve #261)
|
2022-01-02 12:02:11 +01:00 |
|
Ferdinand Mütsch
|
f363135261
|
chore: minor code changes
|
2022-01-02 11:06:00 +01:00 |
|
jabra98
|
c7e12ba3b5
|
fix: consider all Machine/UserAgent entries
|
2022-01-01 20:33:58 +01:00 |
|
Ferdinand Mütsch
|
adcd7b35ae
|
fix: adapt tests
|
2021-12-15 12:52:24 +01:00 |
|
Ferdinand Mütsch
|
7cae3c43d0
|
chore: enhanced caching for user entity sets (resolve #264)
|
2021-10-14 10:22:59 +02:00 |
|
Ferdinand Mütsch
|
2c7977cf63
|
chore: invert visualization of project labels (resolve #263)
|
2021-10-13 17:12:55 +02:00 |
|
Ferdinand Mütsch
|
30de96950b
|
chore: persist raw user agent value
|
2021-08-29 10:54:00 +02:00 |
|
Ferdinand Mütsch
|
87fadf46f7
|
chore: use partial includes in mail templates to avoid code duplication
|
2021-08-08 12:33:40 +02:00 |
|
Ferdinand Mütsch
|
2088987a0c
|
chore: implement diagnostics endpoint (resolve #225)
|
2021-08-07 10:16:50 +02:00 |
|
Ferdinand Mütsch
|
9e3203ac41
|
fix: tests
|
2021-08-07 00:12:45 +02:00 |
|
Ferdinand Mütsch
|
58719182c4
|
chore: notify users about failing wakatime connection
|
2021-08-06 23:28:03 +02:00 |
|
Ferdinand Mütsch
|
93bdb48d95
|
fix: resolve project labels before resolving aliases (resolve #222)
|
2021-08-06 17:08:11 +02:00 |
|
Ferdinand Mütsch
|
533b5d62fc
|
fix: speed up settings page (resolve #226)
|
2021-08-06 16:37:01 +02:00 |
|
Ferdinand Mütsch
|
0af5fab75f
|
refactor: resolve project labels at runtime (resolve #227)
|
2021-08-06 16:36:56 +02:00 |
|
Ferdinand Mütsch
|
48513b660d
|
chore: configurable count cache ttl
|
2021-06-27 12:08:11 +02:00 |
|
Ferdinand Mütsch
|
181aefa2f9
|
chore: further optimizations and caching to speed up metrics endpoint (resolve #215)
|
2021-06-27 11:33:14 +02:00 |
|