Skip to content
Snippets Groups Projects
  1. Dec 31, 2019
  2. Dec 30, 2019
  3. Dec 27, 2019
  4. Dec 16, 2019
    • erezmus's avatar
      Add release of connection to underlying amqp resource · c2c0d63f
      erezmus authored
      Packages that consume this library need a way of releasing the resource which is the
      connection to RabbitMQ in the case of RabbitEventBus. The EventBus interface now has
      the destroy() method which allows implementations to release any resources that have
      been allocated on initialization.
      c2c0d63f
  5. Dec 02, 2019
  6. Nov 19, 2019
  7. 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
  8. 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
  9. Oct 16, 2019
  10. Oct 11, 2019
  11. 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
  12. Sep 12, 2019