Blaz Smehov
3f8c4b60a6
fix: alerts
12 часов назад
Blaz Smehov
355a0c9b52
fix: floors are now persisted in the db
1 неделю назад
Blaz Smehov
a71e69ac3a
fix: various fixes
1 неделю назад
Blaz Smehov
4892be4ff9
fix: add restart policy to the docker compose
1 неделю назад
Blaz Smehov
0a25502fcf
chore: add runtime reindexing script
2 недель назад
Blaz Smehov
92fab8eb20
chore: update api bash scripts
2 недель назад
Blaz Smehov
4b127b800b
fix: add missing kafka topics to init script
1 месяц назад
Blaz Smehov
dd07081da2
chore: remove unecessary logs
1 месяц назад
Blaz Smehov
c35c6f0e0b
feat: validation, health status, alerts status
1 месяц назад
Blaz Smehov
f87452fb3a
chore: several fixes, including token, kafka backoff, timeouts, using context with timeout, adding volumes to postgres and kafka, scripts for creating and restoring sql dump
2 месяцев назад
Blaz Smehov
d28df4b866
feat: add script for building the docker containers, change prod docker compose to use built images
2 месяцев назад
Blaz Smehov
a08f381800
feat: add switching between ml and filter algorithm, various fixes in context use, script for creating docker images, various bug fixes regarding persistence in db, persisting alerts in db and CRUD operations for alerts
2 месяцев назад
Blaz Smehov
3daee1984c
chore: big refactoring job
2 месяцев назад
Blaz Smehov
1b4af10508
chore: add scripts, add varying mqtt client id
3 месяцев назад
Blaz Smehov
d51dc38beb
feat: add sending of tracker information over the MQTT broker
3 месяцев назад
Blaz Smehov
6f64a317d7
chore: various chores
3 месяцев назад
Blaz Smehov
01f0f5cc45
feat: extend API
4 месяцев назад
Blaz Smehov
8c14b77ba8
fix: websocket implementation not working because of the CORS headers
5 месяцев назад
Blaz Smehov
faa941e4bd
fix: adding graceful shutdown of the api server
5 месяцев назад
Blaz Smehov
6db62dde15
feat: reimplement redis support, using hash maps for quick insert and read
5 месяцев назад
Blaz Smehov
ba93c59a8a
feat: restructure of decoder and bridge
5 месяцев назад
Blaz Smehov
8dd27e74d1
feat: basis for decoding different beacon types
5 месяцев назад
Blaz Smehov
f8aa11f5fd
chore: refactor, extending decoder func
6 месяцев назад
Arkadiusz Drabczyk
9afa0ed288
Add missing newlines
On *nix systems it's a common convention to end a file with an empty
newline. It also helps if the newline is present if user wants to
simply cat a file in the command line.
I used the following one-liner to automatically add newlines in all
files that don't have it:
$ find . -path ./.git -prune -o -type f -a ! -name .keep -exec sh -c '[[ $(tail -c1 "$1" | wc -l) -gt 0 ]] || echo >> "$1"' sh {} \;
1 год назад
FantasticFiasco
ce7e42ca18
chore: remove unnecessary .keep files
'.keep' files where committed early on to build a directory structure. Since then other files have been added to those directories, making
them unnecessary.
6 лет назад
Kyle Quest
e82886ee0b
more references
8 лет назад
Kyle Quest
6298595c9e
more notes and notes in major directories
8 лет назад
Kyle Quest
5462e30de8
initial directory layout
8 лет назад