booster
booster copied to clipboard
Store Azure events in batch
PR Summary
-
New Event File Addition A new file named
azure_batch_events_2023-09-26-08-49.json
has been added to the directorycommon/changes/@boostercloud/framework-core
. -
Dependency Update The
pnpm-lock.yaml
file in thecommon/config/rush
directory has been updated. This has resulted in the update of the@boostercloud/eslint-config
and@boostercloud/framework-types
dependencies from version1.18.1
to version1.19.0
. -
Addition of Command File A new command file
change-multiple-cart-items-with-ids.ts
has been introduced in thepackages/framework-integration-tests/src/commands
directory. -
Function Reorganization in Azure Provider The function
storeEvents
has been relocated from theindex.ts
file in thepackages/framework-provider-azure/src
directory and theevents-adapter.ts
file in thepackages/framework-provider-azure/src/library
directory. -
New Adapter File Addition A new adapter file
events-store-adapter.ts
was introduced in thepackages/framework-provider-azure/src/library
directory. -
Test File Update Changes were implemented to the
events-adapter.test.ts
file in thepackages/framework-provider-azure/test/library
directory. This involved the removal of the test for thestoreEvents
method. -
Addition of Test File A new test file
events-store-adapter.test.ts
was added in theframework-provider-azure/test/library
directory. This includes tests for new adapter moduleEventsStoreAdapter
. -
Additional Improvements in Testing Several improvements were made within testing including the addition of necessary imports, creation of mock instances, addition of helper functions, setting up test environments, and modifying linting scenarios.
/integration sha=c5c242187c05ae9167c8a363c6b7c8f03afcc713
:white_check_mark: Integration tests have finished successfully!
/integration sha=297c117
:white_check_mark: Integration tests have finished successfully!
/integration sha=c143ec07420149d011c27037c8d0ab174af2b63b
:white_check_mark: Integration tests have finished successfully!
/integration sha=f9793a60
:white_check_mark: Integration tests have finished successfully!
/integration sha=46642c8
:x: Oh no! Integration tests have failed
/integration sha=46642c8
:white_check_mark: Integration tests have finished successfully!