1. 02 Mar, 2023 1 commit
  2. 01 Mar, 2023 2 commits
  3. 20 Feb, 2023 5 commits
  4. 17 Feb, 2023 2 commits
    • Dan Jones's avatar
      feat: add client_create.py script · e9c47524
      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
      e9c47524
    • Dan Jones's avatar
      fix: create data path and default client · 800066c0
      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.
      800066c0
  5. 16 Feb, 2023 3 commits
  6. 15 Feb, 2023 6 commits
  7. 13 Feb, 2023 3 commits
  8. 10 Feb, 2023 18 commits