Grafico dei commit

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • * \
  • |\ \
  • * \ \
  • |\ \ \
  • | * | |
  • |/ / /
  • * | |
  • |\ \ \
  • | * | |
  • * | | |
  • |\ \ \ \
  • * \ \ \ \
  • |\ \ \ \ \
  • | * | | | |
  • |/ / / / /
  • | * | | |
  • |/ / / /
  • | * | |
  • |/ / /
  • * | |
  • * | |
  • |\ \ \
  • * \ \ \
  • |\ \ \ \
  • | * \ \ \
  • | |\ \ \ \
  • | |/ / / /
  • |/| | | |
  • * | | | |
  • * | | | |
  • * | | | |
  • * | | | |
  • * | | | |
  • * | | | |
  • |\ \ \ \ \
  • | * | | | |
  • | * | | | |
  • * | | | | |
  • |\ \ \ \ \ \
  • * \ \ \ \ \ \
  • |\ \ \ \ \ \ \
  • | | | * | | | |
  • | |_|/ / / / /
  • |/| | | | | |
  • | | | | | * |
  • | |_|_|_|/ /
  • |/| | | | |
  • | | | | | *
  • | | | | | *
  • | |_|_|_|/
  • |/| | | |
  • | * | | |
  • |/ / / /
  • * | | |
  • | * | |
  • | * | |
  • |/ / /
  • 55138a0 (master) chore: change to logging in file by blazSmehov 2025-12-04 09:29:35 +0100
  • 8c14b77 fix: websocket implementation not working because of the CORS headers by blazSmehov 2025-12-03 14:50:42 +0100
  • faa941e fix: adding graceful shutdown of the api server by blazSmehov 2025-12-03 13:12:00 +0100
  • d69952a chore: add settings topic to init script by blazSmehov 2025-12-03 09:03:27 +0100
  • d284f48 feat: add websocket and dockerfile to build location by blazSmehov 2025-12-02 23:16:48 +0100
  • 979563e feat: settings controller, chore: refactor api structure by blazSmehov 2025-12-02 15:36:13 +0100
  • 3bc3fbc feat: remove beacon from lookup logic by blazSmehov 2025-12-01 16:04:33 +0100
  • e14d8e0 graceful shutdown of redis client by blazSmehov 2025-12-01 14:35:38 +0100
  • 28d70be feat: gracefully close kafka connections on docker sigterm signal by blazSmehov 2025-12-01 14:10:26 +0100
  • d2300aa feat: implement basic API, reimplement Redis and some methods for quick insert (persistence in case of crash) using hash maps by blazSmehov 2025-11-28 22:44:30 +0100
  • c401ba3 chore: add additional logs by blazSmehov 2025-11-28 22:43:30 +0100
  • cfab61e chore: add documentation by blazSmehov 2025-11-28 22:42:38 +0100
  • 6db62dd feat: reimplement redis support, using hash maps for quick insert and read by blazSmehov 2025-11-28 13:11:27 +0100
  • 02a72f6 feat: add hash and toJson methods by blazSmehov 2025-11-27 22:35:22 +0100
  • d75ad86 chore: refactor redis persistence to support all keys and types by blazSmehov 2025-11-27 22:30:19 +0100
  • 53fa6cc chore: remove redundant files by blazSmehov 2025-11-27 22:29:47 +0100
  • 8e3125d chore: refactor and move code for beacon logic by blazSmehov 2025-11-27 15:28:34 +0100
  • 5cc3b5f chore: refactor distance related code for locations algorithm by blazSmehov 2025-11-27 14:20:50 +0100
  • f1e1b8d chore: refactor locations algorithm and decoder to use new appState by blazSmehov 2025-11-27 14:11:00 +0100
  • 63a7909 chore: remove redundant files by blazSmehov 2025-11-27 13:00:06 +0100
  • ccaef53 chore: rename to appState by blazSmehov 2025-11-27 12:54:08 +0100
  • 7313636 (chore/restructure-decoder) chore: refactor application context logic by blazSmehov 2025-11-27 12:52:57 +0100
  • c7e02b3 fix: missing beacons init in context, remove redundant properties of httpRes type by blazSmehov 2025-11-27 10:20:46 +0100
  • f3d83a7 fix: locking mechanism for beacons list by blazSmehov 2025-11-26 18:25:58 +0100
  • 4b872a5 feat: locations algorithm, chore: remove unused files by blazSmehov 2025-11-26 15:27:09 +0100
  • ba93c59 feat: restructure of decoder and bridge by blazSmehov 2025-11-25 15:02:40 +0100
  • a7af74e chore: update docker compose with kafdrop and automatic topic creation by blazSmehov 2025-11-25 15:01:46 +0100
  • 8dd27e7 feat: basis for decoding different beacon types by blazSmehov 2025-11-17 18:06:59 +0100
  • 24c2a06 chore: remove emqx from docker compose by blazSmehov 2025-11-14 13:23:17 +0100
  • 30cdb4d (HEAD -> chore/proposed-structure) chore: add beacons file, add kafka health check by BlazSmehov 2025-11-11 15:27:02 +0100
  • d4288ed feat: add WS support by blazSmehov 2025-11-09 18:55:20 +0100
  • 7e3f5cb feat: add websocket logic to server by blazSmehov 2025-11-07 15:37:50 +0100
  • dc0bb7c chore: update node-red test with MQTT messages by blazSmehov 2025-11-07 11:30:44 +0100
  • 7d6d45e feat: GET settings, chore: add tests to node-red by blazSmehov 2025-11-07 11:13:02 +0100
  • c3555a6 fix: name of settings field by blazSmehov 2025-11-07 11:12:32 +0100
  • 6a85901 chore: add lock to settings type, refactor code by blazSmehov 2025-11-07 10:56:12 +0100
  • 793365d chore: add build file to ignore by blazSmehov 2025-11-07 10:55:48 +0100
  • 78fad3c feat: boilerplate for settings handler, chore: refactor kafka client package name by blazSmehov 2025-11-07 10:19:59 +0100
  • 7b60a02 chore: rename custom kafka client to avoid package name issues by blazSmehov 2025-11-07 10:18:42 +0100
  • 6abe265 chore: add node-red api test flow by blazSmehov 2025-11-07 09:12:43 +0100
  • 7228a95 fix: expose server port to all addresses inside the container by blazSmehov 2025-11-07 08:50:08 +0100
  • 0063c4e fix: expose server port to all addresses inside the container by blazSmehov 2025-11-07 08:49:45 +0100
  • c32e042 feat: add node-red service, chore: update gitignore, ignore volume directories by blazSmehov 2025-11-07 08:38:14 +0100
  • f9f61af chore: add health check for EMQX, bridge service awaits check by blazSmehov 2025-11-04 09:53:26 +0100
  • 080baae feat: basic Docker structure by blazSmehov 2025-11-04 08:56:48 +0100
  • f8aa11f chore: refactor, extending decoder func by blazSenlab 2025-11-03 13:26:55 +0100
  • 0674ca9 feat: add kafka server connection to decoder, api server (beacons route only) by blazSenlab 2025-10-30 13:45:23 +0100
  • 940e619 ignore vendor directory by blazSenlab 2025-10-30 10:42:55 +0100
  • 4bf1bee feat: add MQTT -> kafka bridge, template for decoder by blazSenlab 2025-10-30 10:35:30 +0100
  • 0885f51 fix: some errors, add prints, add log file for testing by blazSenlab 2025-10-22 14:21:27 +0200
  • e276d09 fix: passing of the addr string by blazSenlab 2025-10-22 13:23:02 +0200
  • 69b3cfd chore: remove alpine from base image by blazSenlab 2025-10-22 12:17:39 +0200
  • 4509771 chore: update gitignore, create Dockerfile by blazSenlab 2025-10-20 18:32:51 +0200
  • feeb572 fix: warning signes by blazSenlab 2025-10-20 17:57:56 +0200
  • b6ef1bc chore: finished refactoring, without testing functionallity bar some API calls and one MQTT functionallity by blazSenlab 2025-10-20 15:59:52 +0200
  • 1244196 chore: refactor api server, add tests by blazSenlab 2025-10-17 15:17:05 +0200
  • bd1cbe1 chore: update gitignore by blazSenlab 2025-10-15 10:34:58 +0200
  • 8e76893 chore: modify project structure, move types into internal package, define main package boilerplate by blazSenlab 2025-10-15 10:32:52 +0200
  • 495baa4 chore: clean unused doc files by blazSenlab 2025-10-15 09:17:02 +0200
  • 2523880 Added README_bn.md for Bangla translation (#276) by Alamgir Hosain 2025-10-09 12:22:33 +0600
  • 89dfdf0 Fix typo in README_ptBR.md (#277) by George Rodrigues 2025-10-09 01:19:32 -0500
  • aa20331 use correct ISO code for Belarusian language (#265) by Alexey Lindin 2025-01-14 05:24:13 +0200
  • e0cefe8 Update README.md (#262) by Nguyen The Phuc Hiep 2024-11-07 05:49:44 +0700
  • 20f4258 improve Belarusian translation from machine-generated to human-readable (#263) by Edvin Dulko 2024-11-06 23:46:11 +0100
  • 608700a add belarusian (#261) by Shurco 2024-10-18 07:41:39 +0200
  • ff8f8a6 fa: fix typo (#260) by Danny Ra 2024-10-18 09:07:08 +0330
  • 789fdd2 add Farsi (#259) by Danny Ra 2024-10-13 00:57:19 +0330
  • aba985f Merge pull request #230 from anazibinurasheed/anazibinurasheed/README.md-update by Kyle Quest 2024-06-28 22:58:45 -0700
  • 086ccb1 Merge pull request #239 from highpon/fix/typo by Kyle Quest 2024-06-28 22:51:31 -0700
  • fcf6acb Merge pull request #249 from ardrabczyk/add-missing-newlines by Kyle Quest 2024-06-28 22:50:28 -0700
  • 9afa0ed Add missing newlines by Arkadiusz Drabczyk 2024-06-25 20:23:38 +0200
  • 17ea446 Merge pull request #243 from harshrathod50/master by Kyle Quest 2024-06-24 23:05:14 -0700
  • 03ca307 Update README_hi.md by Kyle Quest 2024-06-24 23:04:18 -0700
  • 716d82e Merge pull request #247 from ardrabczyk/github-wiki-to-go.dev-wiki by Kyle Quest 2024-06-24 22:59:51 -0700
  • 68af5a7 Merge pull request #248 from ardrabczyk/chmod-x-README_ru.md by Kyle Quest 2024-06-24 22:45:36 -0700
  • 8fb2e2b Remove an executable bit from README_ru.md by Arkadiusz Drabczyk 2024-06-24 16:03:09 +0200
  • 13f3654 Convert github.com/golang/go/wiki links to go.dev/wiki by Arkadiusz Drabczyk 2024-06-23 21:36:41 +0200
  • 46871d3 Added Hindi translation of README.md file by Harsh Rathod 2024-02-10 17:28:51 +0530
  • ae58eb1 Update README.md by Kyle Quest 2024-01-24 23:35:09 -0800
  • c874164 Merge pull request #201 from dairidong/patch-1 by Kyle Quest 2024-01-24 23:32:32 -0800
  • d9b3609 Merge pull request #205 from nikpivkin/patch-1 by Kyle Quest 2024-01-24 23:30:48 -0800
  • 9b253ad Merge branch 'master' into patch-1 by Kyle Quest 2024-01-24 23:30:08 -0800
  • 7c4a421 Update README.md by Kyle Quest 2024-01-24 20:32:06 -0800
  • 864bb33 Update README.md by Kyle Quest 2024-01-24 20:30:20 -0800
  • ff7fb82 Update README.md by Kyle Quest 2024-01-24 20:26:54 -0800
  • a177066 Update README.md by Kyle Quest 2024-01-24 20:26:13 -0800
  • 9450d27 Update README.md by Kyle Quest 2024-01-24 20:24:11 -0800
  • 3cbb23b Merge pull request #240 from barockok/patch-1 by Kyle Quest 2024-01-24 18:19:10 -0800
  • 4c9184a Update README.md by Kyle Quest 2024-01-24 18:18:33 -0800
  • 6a56967 Update README.md by Kyle Quest 2024-01-24 18:17:25 -0800
  • fc69065 Merge pull request #228 from aqyuki/fix-recommend-tool by Kyle Quest 2024-01-24 18:15:23 -0800
  • 197a17d Merge pull request #229 from nemre/patch-1 by Kyle Quest 2024-01-24 18:10:51 -0800
  • a156be9 Update /vendor/README.md by Zidni Mubarok 2023-11-09 20:03:33 +0700
  • fcd48f1 README_ja: fix typo by HighPon 2023-11-05 15:54:16 +0900
  • 0bfa73e Updated the README.md file by adding a paragraph that provides further clarification on the purpose of the 'internal' directory. by anazibinurasheed 2023-09-06 13:35:43 +0530
  • 2d1e32a Updated the README.md file by adding a paragraph that provides further clarification on the purpose of the 'internal' directory. by anazibinurasheed 2023-09-06 13:19:34 +0530
  • 6c0ad2a Create .gitattributes by Emre Önal 2023-09-01 19:31:34 +0300
  • 8ce8aef Update README.md - more examples with 'pkg' dir by Kyle Quest 2023-08-23 23:32:38 -0700
  • b97f92f fix : fix URL by yksk171118@gmail.com 2023-08-22 17:58:58 +0900
  • 7870813 docs : Change recommended linter by yksk171118@gmail.com 2023-08-22 17:55:06 +0900