"docs/[object Object]" did not exist on "e9576751e851a86fd329982dd5b6814ec9a6b9d2"
- 24 Mar, 2023 1 commit
-
-
James Kirk authored
Gitlab ci testing See merge request !22
-
- 23 Mar, 2023 1 commit
-
-
James Kirk authored
-
- 22 Mar, 2023 1 commit
-
-
James Kirk authored
-
- 20 Mar, 2023 1 commit
-
-
James Kirk authored
-
- 16 Mar, 2023 4 commits
-
-
James Kirk authored
-
James Kirk authored
-
James Kirk authored
-
James Kirk authored
-
- 08 Mar, 2023 3 commits
- 06 Mar, 2023 1 commit
-
-
Dan Jones authored
-
- 03 Mar, 2023 15 commits
-
-
Dan Jones authored
-
Dan Jones authored
-
Dan Jones authored
-
Dan Jones authored
-
Dan Jones authored
-
Dan Jones authored
- set log format - remove or replace prints with log writes - change log levels for some messages
-
Dan Jones authored
-
Dan Jones authored
-
Dan Jones authored
Log failed authentication Log failed token grants
-
Dan Jones authored
Set global log config for bus and api Add TRACE level Log actions for DEBUG Log full messages for TRACE
-
Dan Jones authored
LOG_LEVEL is passed into docker-compose with default DEBUG For production it defaults to INFO if not set
-
Dan Jones authored
Log an event when messages are: - written to queues - read from queues - forwarded - published - broadcast
- 02 Mar, 2023 2 commits
-
-
James Kirk authored
fix: correct error code resp Closes #32 and #34 See merge request !17
-
James Kirk authored
-
- 01 Mar, 2023 2 commits
-
-
James Kirk authored
-
James Kirk authored
refactor: better err msgs for invalid JSON
-
- 20 Feb, 2023 5 commits
- 17 Feb, 2023 2 commits
-
-
Dan Jones authored
+ blacken changed files + add client_create.py to readme + don't create admin client automatically Creating a default client the user hasn't asked for could create problems with unused clients building up big queues
-
Dan Jones authored
The code was catching a FileNotFoundError and trying to create the empty file but wasn't creating the data directory before trying to save into it. Rather than starting with 0 clients it now creates a default "admin" client so that when you start the app you always have something. We need to think about how to provide these credentials back to the user. Normally you save the response from the post to /client. You can just read the file. The admin client is set to receive all messages. It may be better to set it to receive nothing so that if the default client is not implemented the queues don't fill up.
-
- 16 Feb, 2023 2 commits
-
-
Dan Jones authored