- 02 Mar, 2023 1 commit
-
-
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 3 commits
- 15 Feb, 2023 6 commits
-
-
Dan Jones authored
-
Dan Jones authored
-
Dan Jones authored
-
Dan Jones authored
-
Dan Jones authored
Start and stop threads when clients are created or removed Watchdog watches for changes to the ./data/clients.json When a change is detected it compares the list of running clients to the content of clients.json and starts or stops client processing threads as required
- 13 Feb, 2023 3 commits
-
-
Dan Jones authored
-
James Kirk authored
Gitlab-ci Closes #20 See merge request !8
-
Dan Jones authored
+ change the org name in the licence
-
- 10 Feb, 2023 18 commits
-
-
James Kirk authored
-
James Kirk authored
-
James Kirk authored
-
James Kirk authored
-
James Kirk authored
-
James Kirk authored
feat: suppressing pycache generation
-
James Kirk authored
-
James Kirk authored
-
James Kirk authored
feat: added in test compose and changed compose script to allow more options
-
James Kirk authored
-
Dan Jones authored
-
Dan Jones authored
-
Dan Jones authored
-
Dan Jones authored
-
Dan Jones authored
-
Dan Jones authored
-
Dan Jones authored
+ fix to max_messages query string handling
-