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
3週間前
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
3週間前
Blaz Smehov
3daee1984c
chore: big refactoring job
3週間前
Blaz Smehov
1b4af10508
chore: add scripts, add varying mqtt client id
1ヶ月前
Blaz Smehov
d51dc38beb
feat: add sending of tracker information over the MQTT broker
2ヶ月前
Blaz Smehov
6f64a317d7
chore: various chores
2ヶ月前
Blaz Smehov
01f0f5cc45
feat: extend API
3ヶ月前
Blaz Smehov
8c14b77ba8
fix: websocket implementation not working because of the CORS headers
3ヶ月前
Blaz Smehov
faa941e4bd
fix: adding graceful shutdown of the api server
3ヶ月前
Blaz Smehov
6db62dde15
feat: reimplement redis support, using hash maps for quick insert and read
3ヶ月前
Blaz Smehov
ba93c59a8a
feat: restructure of decoder and bridge
3ヶ月前
Blaz Smehov
8dd27e74d1
feat: basis for decoding different beacon types
4ヶ月前
Blaz Smehov
f8aa11f5fd
chore: refactor, extending decoder func
4ヶ月前
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年前