1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

Commit Graph

  • 1224024913 fix: postgres connection (resolve #70) Ferdinand Mütsch 2020-11-03 08:30:11 +01:00
  • 8efc3854ab refactor: migrate to latest gorm version refactor: language mappings implementation 1.14.0 Ferdinand Mütsch 2020-11-01 20:14:10 +01:00
  • 755cabb5f4 refactor: introduce repositories as an additional layer of abstraction to allow for better testability Ferdinand Mütsch 2020-11-01 16:56:36 +01:00
  • 96ff490d8d fix: crash when calling badge endpoint with no filters applied (resolve #66) Ferdinand Mütsch 2020-11-01 16:03:30 +01:00
  • 68e66298b8 fix: postprocessing for alias keys not corresponding to an actual entity Ferdinand Mütsch 2020-11-01 13:09:39 +01:00
  • c2d30826f6 fix: critical fixes related to alias resolution Ferdinand Mütsch 2020-11-01 12:50:59 +01:00
  • 861c81e414 docs: fix endpoint paths in readme (thanks @mlunax) Ferdinand Mütsch 2020-10-27 21:06:41 +01:00
  • 892d265c4d chore: update version Ferdinand Mütsch 2020-10-26 23:10:15 +01:00
  • e19761337f Merge branch 'notarock/62' Ferdinand Mütsch 2020-10-26 22:34:50 +01:00
  • 3f973a28ea Fixed custom rule settings CSS Roch D'Amour 2020-10-26 00:27:07 -04:00
  • 86fc751e58 Cache rules per user, invalidate cache on update Roch D'Amour 2020-10-25 23:19:16 -04:00
  • 178c417757 Keep the old configuration rules behaviour Roch D'Amour 2020-10-25 22:19:56 -04:00
  • 395d039d41 General cleanup and fixed PR comments Roch D'Amour 2020-10-25 22:00:24 -04:00
  • fdf2289f8e MVP for custom rules support Roch D'Amour 2020-10-25 02:22:10 -04:00
  • 06b3fdd17c Improved Dockerfile and docker-compose for dev Roch D'Amour 2020-10-25 02:21:41 -04:00
  • 4506493353 docs: fix badges Ferdinand Mütsch 2020-10-18 13:42:59 +02:00
  • 11728b80ac docs: update url Ferdinand Mütsch 2020-10-17 13:37:43 +02:00
  • b7c7817923 docs: display latest release as badge Ferdinand Mütsch 2020-10-16 17:07:35 +02:00
  • c78ee5465c chore: display database type Ferdinand Mütsch 2020-10-16 16:58:16 +02:00
  • 4336d732c9 docs: update readme Ferdinand Mütsch 2020-10-16 16:51:08 +02:00
  • 177cbb12fc chore: make aggregation time configurable (resolve #60) 1.12.5 Ferdinand Mütsch 2020-10-16 16:21:13 +02:00
  • a4c344aaa1 chore: minor code restyling Ferdinand Mütsch 2020-10-16 16:11:14 +02:00
  • c575b2fd5c fix: json serialization error when percentage is nan Ferdinand Mütsch 2020-10-16 15:16:43 +02:00
  • 67a59561c8 fix: use custom date for summary model to support sqlite deserialization Ferdinand Mütsch 2020-10-16 14:49:22 +02:00
  • f7520b2b4a fix: timestamp precision Ferdinand Mütsch 2020-10-16 12:49:36 +02:00
  • 54a944ec41 fix: critical summary computation bug (faulty intervals) fix: doubly included heartbeats fix: cross-day heartbeats are ignored for consistency Ferdinand Mütsch 2020-10-16 12:00:20 +02:00
  • 44b6efb6ee chore: add random seed to generator script Ferdinand Mütsch 2020-10-16 11:59:08 +02:00
  • efd4764728 fix: sample data script Ferdinand Mütsch 2020-10-11 09:55:01 +02:00
  • dd50b4076f docs: include sonarcloud badges Ferdinand Mütsch 2020-10-09 21:47:18 +02:00
  • 21b822de42 chore: minor code enhancements Ferdinand Mütsch 2020-10-09 21:37:16 +02:00
  • 4d22756b8a fix: stop tracking legacy config file 1.12.2 Ferdinand Mütsch 2020-10-04 12:20:11 +02:00
  • c54f2743fd fix: add legacy config again for backwards-compatibility Ferdinand Mütsch 2020-10-04 12:16:42 +02:00
  • a8d5d69629 chore: update build workflow to exclude certain directories Ferdinand Mütsch 2020-10-04 12:08:58 +02:00
  • 0111aa7543 Merge branch 'master' into stable Ferdinand Mütsch 2020-10-04 11:54:02 +02:00
  • 3bafde7ab1 fix: adapt docker image to new config format 1.12.1 Ferdinand Mütsch 2020-10-04 11:52:52 +02:00
  • b378597594 fix: define flags on init Ferdinand Mütsch 2020-10-04 11:47:03 +02:00
  • 29619f09ed docs: update docs for new config format Ferdinand Mütsch 2020-10-04 11:35:23 +02:00
  • ff3fea0359 feat: introduce legacy config migration Ferdinand Mütsch 2020-10-04 11:14:44 +02:00
  • 660fefcca9 refactor: migrate to new config (resolve #54) Ferdinand Mütsch 2020-10-04 10:37:38 +02:00
  • 2ecbb3ea02 fix: user agent strign parsing (fix #53) Ferdinand Mütsch 2020-09-29 18:58:10 +02:00
  • f843be8d12 refactor: move config to separate package chore: load config from main method Ferdinand Mütsch 2020-09-29 18:55:07 +02:00
  • 062a9c6f57 Merge remote-tracking branch 'origin/master' Ferdinand Mütsch 2020-09-12 16:58:31 +02:00
  • 1c0e63e125 chore: restrict badge access by user agent Ferdinand Mütsch 2020-09-12 16:58:19 +02:00
  • 45f372168d docs: readme Ferdinand Mütsch 2020-09-12 16:50:51 +02:00
  • 0760be86ff Merge branch 'master' into stable Ferdinand Mütsch 2020-09-12 16:40:50 +02:00
  • 6e2f3e6731 fix: attempt to fix invalid fixture query for postgres (fix #52) 1.11.1 Ferdinand Mütsch 2020-09-12 16:32:43 +02:00
  • d60dddb550 feat: implement badges endpoint and sharing functionality Ferdinand Mütsch 2020-09-12 16:09:23 +02:00
  • 19a8c61f77 feat: add more pre-configured intervals (resolve #51) Ferdinand Mütsch 2020-09-12 12:40:38 +02:00
  • fde8c35362 docs: include github project card for exporter repo Ferdinand Mütsch 2020-09-12 09:21:04 +02:00
  • 8dca9f5cc0 chore: parallel summary conversion Ferdinand Mütsch 2020-09-12 00:20:16 +02:00
  • 570aeebe01 docs: document prometheus export Ferdinand Mütsch 2020-09-11 23:51:46 +02:00
  • 21567e7601 feat: implement summaries compat endpoint (resolve #44) fix: fix all time view model Ferdinand Mütsch 2020-09-11 23:24:51 +02:00
  • a8009e107d fix: support project query param for alltime endpoint Ferdinand Mütsch 2020-09-11 20:22:33 +02:00
  • 84e9559860 fix: all time data model Ferdinand Mütsch 2020-09-06 17:20:37 +02:00
  • 7c8ea86d4e docs: document api endpoints in readme Ferdinand Mütsch 2020-09-06 12:25:12 +02:00
  • 587ac6a330 feat: add wakatime-compatible alltime endpoint Ferdinand Mütsch 2020-09-06 12:15:46 +02:00
  • 97cb29ee4d feat: show placeholders when no data is available (resolve #42) feat: add jsx as custom language by default (resolve #50) Ferdinand Mütsch 2020-08-30 16:51:37 +02:00
  • cecb5e113c chore: remove debug comments Ferdinand Mütsch 2020-08-30 01:45:01 +02:00
  • a059c637a7 Merge branch 'master' into stable Ferdinand Mütsch 2020-08-30 01:43:05 +02:00
  • 75b33d5e42 fix: save heartbeats and summaries with millisecond time precision (resolve #49) 1.8.3 Ferdinand Mütsch 2020-08-30 01:42:00 +02:00
  • 50b7a9ec3d fix: column definition in migration Ferdinand Mütsch 2020-08-30 01:24:27 +02:00
  • 82ed386359 fix: generate dummy items for missing types in historic summary data 1.8.1 Ferdinand Mütsch 2020-08-29 23:16:21 +02:00
  • 12cc4cd9cf feat: introduce machine summaries (resolve #48) Ferdinand Mütsch 2020-08-29 22:03:01 +02:00
  • 2eccb7a468 Merge branch 'stable' 1.7.6 Ferdinand Mütsch 2020-08-29 21:23:39 +02:00
  • 08a83af8da feat: extract machine name from heartbeat requests (resolve #47) Ferdinand Mütsch 2020-08-29 21:20:23 +02:00
  • c0d6855546 fix: return proper response to heartbeat requests (resolve #46) Ferdinand Mütsch 2020-08-29 21:13:56 +02:00
  • 0af7d2f8ef feat: show data loss warning (resolve #38) 1.7.4 Ferdinand Mütsch 2020-08-23 13:30:04 +02:00
  • 11d1d5bc99 fix: adapt summary generation to new summary bounds Ferdinand Mütsch 2020-08-23 13:21:23 +02:00
  • ada0863f7c fix: make summary include timestamp of first and last heartbeat (resolve #18) Ferdinand Mütsch 2020-08-23 13:10:58 +02:00
  • 7818f6b094 fix: return created status code for heartbeats (resolve #43) Ferdinand Mütsch 2020-08-19 23:17:34 +02:00
  • f86eb7668d Merge pull request #35 from YC/master Ferdinand Mütsch 2020-07-14 20:14:23 +02:00
  • 24469e4922 feat: add base_path environment variable Steven Tang 2020-07-14 21:22:30 +10:00
  • 4f035b3a63 chore: minor code improvement 1.7.1 Ferdinand Mütsch 2020-06-07 20:01:31 +02:00
  • 0eac9a8854 feat: add ability to reset api key (resolve #29) Ferdinand Mütsch 2020-06-07 19:58:06 +02:00
  • 0294425de0 feat: add ability to change passwords (resolve #30) Ferdinand Mütsch 2020-06-07 19:28:32 +02:00
  • a7c83252ef debug: re-add workflows again Ferdinand Mütsch 2020-05-31 10:29:15 +02:00
  • 07a03ce3ac debug: remove workflows Ferdinand Mütsch 2020-05-31 10:28:55 +02:00
  • 160c2f713e chore: update version count 1.6.3 Ferdinand Mütsch 2020-05-31 09:54:02 +02:00
  • 05b740c87d chore: minor changes to the github actions Ferdinand Mütsch 2020-05-31 09:52:13 +02:00
  • 274be6caf8 chore: run in dev mode by default Ferdinand Mütsch 2020-05-31 09:51:55 +02:00
  • 58fef96f22 Merge branch 'LightPOS-win-gh-actions-build' Ferdinand Mütsch 2020-05-31 09:38:38 +02:00
  • 629a3212c7 feat: persist user creation date (resolve #31) Ferdinand Mütsch 2020-05-30 22:19:05 +02:00
  • 0a513e959b Automatically build the project for Linux users NickAc 2020-05-30 21:50:16 +01:00
  • c1e6a3e265 feat: persist user creation date (resolve #31) 1.6.2 Ferdinand Mütsch 2020-05-30 22:19:05 +02:00
  • c68ee0a81e Remove upload of artifact to Actions' artifacts NickAc 2020-05-30 21:04:22 +01:00
  • e4a2fbd51a Automatically build the project for Windows users NickAc 2020-05-30 21:01:54 +01:00
  • 1872bf4b4c fix: set string key value data type to text Ferdinand Mütsch 2020-05-30 21:10:44 +02:00
  • 5e7e32ddb0 docs: update readme Ferdinand Mütsch 2020-05-30 21:01:46 +02:00
  • d12ccc4566 docs: update readme Ferdinand Mütsch 2020-05-30 20:54:56 +02:00
  • 3c2dc78c93 refactor: refactor migrations and add fixtures feat: introduce key-value store feat: imprint page (resolve #23) chore: remove default user chore: remove packr Ferdinand Mütsch 2020-05-30 20:41:27 +02:00
  • 25b32e2fec chore: update dockerfile 1.5.5 Ferdinand Mütsch 2020-05-30 12:27:10 +02:00
  • 128f2965cc docs: update readme Ferdinand Mütsch 2020-05-30 12:14:37 +02:00
  • 9dae5a1f77 feat: allow insecure cookies (resolve #27) Ferdinand Mütsch 2020-05-30 12:11:21 +02:00
  • 002003a957 chore: make sqlite the default database to easily get started Ferdinand Mütsch 2020-05-30 11:59:28 +02:00
  • 50eba49547 fix: don't trim hash Ferdinand Mütsch 2020-05-29 00:04:48 +02:00
  • 75dd070b3d chore: trim white spaces from passwords before hashing them Ferdinand Mütsch 2020-05-28 23:29:55 +02:00
  • 98d7d02935 docs: update readme Ferdinand Mütsch 2020-05-28 22:36:00 +02:00
  • 6c2f0cb1ec feat: add auto-migrations for old md5 password to maintain backwards compatibility 1.5.1 Ferdinand Mütsch 2020-05-25 22:24:29 +02:00
  • 08675bd99f feat: use bcrypt with salts instead of md5 for hashing password (resolve #21) Ferdinand Mütsch 2020-05-25 21:42:45 +02:00
  • 625994d1e9 feat: add basic sign up instructions Ferdinand Mütsch 2020-05-24 21:42:15 +02:00