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
há 2 semanas
Blaz Smehov
d28df4b866
feat: add script for building the docker containers, change prod docker compose to use built images
há 3 semanas
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
há 3 semanas
Blaz Smehov
3daee1984c
chore: big refactoring job
há 3 semanas
Blaz Smehov
1b4af10508
chore: add scripts, add varying mqtt client id
há 2 meses
Blaz Smehov
d51dc38beb
feat: add sending of tracker information over the MQTT broker
há 2 meses
Blaz Smehov
6f64a317d7
chore: various chores
há 2 meses
Blaz Smehov
01f0f5cc45
feat: extend API
há 3 meses
Blaz Smehov
8c14b77ba8
fix: websocket implementation not working because of the CORS headers
há 3 meses
Blaz Smehov
faa941e4bd
fix: adding graceful shutdown of the api server
há 3 meses
Blaz Smehov
6db62dde15
feat: reimplement redis support, using hash maps for quick insert and read
há 3 meses
Blaz Smehov
ba93c59a8a
feat: restructure of decoder and bridge
há 3 meses
Blaz Smehov
8dd27e74d1
feat: basis for decoding different beacon types
há 4 meses
Blaz Smehov
f8aa11f5fd
chore: refactor, extending decoder func
há 4 meses
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 {} \;
há 1 ano
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.
há 6 anos
Kyle Quest
e82886ee0b
more references
há 8 anos
Kyle Quest
6298595c9e
more notes and notes in major directories
há 8 anos
Kyle Quest
5462e30de8
initial directory layout
há 8 anos