- Nov 06, 2019
-
-
Will Byrne authored
-
Cory Donkin authored
-
Cory Donkin authored
remove unneeded deps and move deps to devDeps
-
Cory Donkin authored
-
Will Byrne authored
-
Will Byrne authored
-
Will Byrne authored
-
Will Byrne authored
-
Will Byrne authored
-
Will Byrne authored
-
Will Byrne authored
-
- Nov 05, 2019
-
-
Will Byrne authored
-
Cory Donkin authored
-
Will Byrne authored
-
Cory Donkin 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
-
Peter East authored
* Separated logic for rabbitMQ into AMQPConnector class with the RabbitEventBus handling reconnection * AMQPConnector class interfaces directly with amqplib * Unit tests added * Updated the message bus tester and added linting * Removed the sleep when bringing up the infrastructure containers * Added event-utils.ts file with utilities for events * Some packages added and updated
-
- Sep 25, 2019
-
-
erezmus authored
Adds some resilience on initial connection if message queue is down
-
- 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
-
Peter East authored
* Add postinstall step for internal libero packages * namespace and update
-
Peter East authored
* Add message bus readme: * More stuff in the README
-
- 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
-
- Sep 11, 2019
-
-
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
-