Skip to content
Snippets Groups Projects
  1. Nov 06, 2019
  2. Nov 05, 2019
  3. Oct 29, 2019
    • Peter Hooper's avatar
      Tidy up EventType and EventBus (#434) · 7798716c
      Peter Hooper authored
      * Tidy up EventType and EventBus
      
      * Update to MIT licence and remove unused deps
      
      * passify the linter
      
      * add yarn.lock file after removing deps
      
      * update auth-utils
      
      * pacify linter
      7798716c
  4. Oct 17, 2019
    • Peter Hooper's avatar
      Changes to implement Single Responsibility Principle (#399) · 6e502be3
      Peter Hooper authored and Cory Donkin's avatar Cory Donkin committed
      * update ts-node
      
      * Tidy and expand tests
      
      * remove console.log
      
      * More comments and tidying
      
      * extract the internal queue
      
      * Update tests
      
      * Add the connection observer
      
      * Fix problems
      
      * more tests
      
      * Add even more tests
      
      * fix linting errors
      
      * Add missing types
      
      * Fixes after merge
      
      * Improve the waiting in tests
      
      * Obey the linting rules
      6e502be3
  5. Oct 16, 2019
  6. Oct 11, 2019
  7. Sep 25, 2019
  8. Sep 13, 2019
    • Peter East's avatar
      Add the audit service (#260) · 7b2ae790
      Peter East authored
      * Init service
      
      * move audit to top level
      
      * properly namespace the shared utils
      
      * Add script for updating local libs
      
      * Add index.ts
      
      * rename MessageQueue to EventBus
      
      * add a basic http/event service structure
      
      * Add a comment to explain what's going on
      
      * Move the basic handler out of main.ts
      
      * prettier
      
      * Start running it in local dev
      7b2ae790
    • Peter East's avatar
      Add postinstall step for internal libero packages (#255) · 945a3f7d
      Peter East authored
      * Add postinstall step for internal libero packages
      
      * namespace and update
      945a3f7d
    • Peter East's avatar
      Add message bus readme (#249) · 05650c4c
      Peter East authored
      * Add message bus readme:
      
      * More stuff in the README
      05650c4c
  9. Sep 12, 2019
  10. Sep 11, 2019
    • Peter East's avatar
      Build and import shared packages (#237) · 37021fb4
      Peter East authored
      * Add in the new directory structure
      
      * Add stuff for the modules
      
      * Start using the packages
      
      * Build packages container and use it in server
      
      * actually use the new build step
      
      * Actually write a dockerfile that works
      
      * Actually pass the image tag arg to the docker build
      
      * Oops I missed one
      37021fb4