- Dec 31, 2019
-
-
Peter Hooper authored
-
Peter Hooper authored
-
- Dec 30, 2019
-
-
Peter Hooper authored
-
- Dec 27, 2019
-
-
Peter Hooper authored
-
- Dec 16, 2019
-
-
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.
-
- Dec 02, 2019
-
-
Cory Donkin authored
-
- Nov 19, 2019
-
-
nlisgo authored
-
- Oct 29, 2019
-
-
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
-
- Oct 17, 2019
-
-
* 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
-
- Oct 16, 2019
-
-
Nathan Lisgo authored
* event-bus no unused locals and parameters * Address all feedback from noUnusedLocals and noUnusedParameters
-
- Oct 11, 2019
-
-
Peter Hooper authored
* Replace 'kind' and 'namespace' with 'EventType' of type string * Fix rename case error on eventType * Fix audit events
-
- Sep 13, 2019
-
-
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
-
- Sep 12, 2019
-
-
Peter East authored
* Start running lib tests in CI * dOcKeR neeTwErK * Add some base tests to auth-utils * Add jest to to event-bus * Run the library tests before everything else * fix travis typo * Add tslint * remove bonus travis stage * Fix lint in shared libs
-
Peter East authored
* copypasta the message bus code * Rename to event-bus and export everything * Fix lib build for event-bus * Remove message bus connectors from message-bus-tester * Give the dev environment services access to the shared libs * namespace the internal packages
-