Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modularize applications and add support for Azure services #157

Open
wants to merge 53 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
b7b9425
IDL-30 Add hosts mappings configuration info to README so that it des…
lbandrov Feb 11, 2023
a6da5be
Use local github actions by path reference (#12)
yzhivkov Feb 19, 2023
ffa4c97
IDL-41 Add Dockerfile to build the chaincode image (#11)
yzhivkov Feb 20, 2023
ffbc222
IDL-79 Build the deployment manifest bundle for the chaincode (#14)
yzhivkov Mar 13, 2023
ad5fd3f
Fix the name of the code archive
yzhivkov Mar 14, 2023
a9f9745
Idl 52 event listener refactoring (#10)
lbandrov Apr 12, 2023
5629806
IDL-84 Implement fetching data from postgres and sending it using cursor
lbandrov Mar 24, 2023
b7ce287
IDL-84 Fix getting cursor and release client
lbandrov Mar 24, 2023
26f1054
IDL-84 Fix missing semicolon
lbandrov Mar 24, 2023
4941023
IDL-84 Add test for function calculating maximum records count in a b…
lbandrov Mar 24, 2023
108dfc2
IDL-84 Implement test for postgres processor getPageSize method
lbandrov Mar 25, 2023
f80f3c7
IDL-84 Implement test for processRecords on batches
lbandrov Mar 26, 2023
360b2a7
IDL-84 Add sequenceNum as required by the chaincode
yzhivkov Mar 29, 2023
7c2ff8d
IDL-84 Fix bad object reference
yzhivkov Mar 29, 2023
d07ff85
IDL-84 Fix bad reference
yzhivkov Mar 29, 2023
0237e41
IDL-84 Fix a problem with the arguments
yzhivkov Mar 30, 2023
22a059e
IDL-84 Change the way size of insurance object is calculated - count …
lbandrov Mar 30, 2023
5298ae3
IDL-48 Calculate only the row size
yzhivkov Mar 31, 2023
4abb662
IDL-84 Remove unnecessary data log
yzhivkov Mar 31, 2023
190868f
IDL-84 Fix idle timeout and data call version
yzhivkov Apr 1, 2023
ddd5e79
IDL-84 Add retries for when transactions time out
yzhivkov Apr 1, 2023
89a595c
Update event-handler.js
TsvetanG Apr 1, 2023
4d4871a
Update ibp-messages-config.js
TsvetanG Apr 2, 2023
9fd8f35
IDL-84 Fix tests in data-call-processor
lbandrov Apr 13, 2023
93d3130
Add a step to install dependencies
yzhivkov Apr 18, 2023
b54fa97
Fix the reference to DB options
yzhivkov Apr 27, 2023
a555c49
IDL-88 Create sceleton of a module which provides abstract API for cl…
lbandrov Aug 3, 2023
a0d8cc0
IDL-88 Implement abstract storage and secret clients and their implem…
lbandrov Aug 10, 2023
fccebbd
IDL-88 Setup tests
lbandrov Aug 10, 2023
54cf1d0
added cloud-services tests
lbandrov Aug 10, 2023
53fc5c3
IDL-88 Fix tests for factories
lbandrov Aug 11, 2023
9dfdde6
IDL-88 add aws and azure tests
lbandrov Aug 15, 2023
5095040
IDL-88 Refactor cloud services to use configurations as they are used…
lbandrov Aug 19, 2023
51bc5e4
IDL-88 Fix export of InsuranceDataStoreClientFactory
lbandrov Aug 19, 2023
f524b35
IDL-88 Reuse cloud services module
lbandrov Aug 19, 2023
3515989
IDL-88 Merge cloud services package with common lib
lbandrov Aug 19, 2023
123ee29
IDL-88 updated secret tests
lbandrov Aug 20, 2023
df1ccaf
IDL-88 Change to using openidl-common-lib published node module
lbandrov Aug 20, 2023
355f1ef
IDL-88 Add documentation on how to use openidl-common-lib locally
lbandrov Aug 20, 2023
dd4632b
IDL-88 Fix missing documentation and change name of configuration pro…
lbandrov Aug 21, 2023
73c0c36
IDL-88 update readme files and common-lib imports
lbandrov Aug 21, 2023
c7227a6
IDL-88 Increase version of openidl-common-lib due to introduction of …
lbandrov Aug 21, 2023
f0d9866
IDL-88 Undo increasing version fo openidl common lib
lbandrov Aug 21, 2023
a2b7823
IDL-88 WIP fix cloud services tests
lbandrov Aug 26, 2023
26d5e76
IDL-88 Increase openidl-common-lib version across different applications
lbandrov Aug 22, 2023
04420bd
IDL-88 Fix wrong import in tests of cloud service
lbandrov Aug 22, 2023
5cb8a2f
IDL-88 Increase aws sdk version number
lbandrov Aug 22, 2023
cd0df88
IDL-88 Fix commited linked dependency openidl-common-lib
lbandrov Aug 24, 2023
b47be75
IDL-88 fix wallet storage client factory test
lbandrov Aug 27, 2023
c8f1e2f
IDL-88 Fix wrong error message for missing wallet storage type
lbandrov Aug 26, 2023
6ccac4b
IDL-88 Fix not getting mongo configuration from offchain db config
lbandrov Aug 27, 2023
1994008
IDL-88 Uncomment mount point for Hashicorp vault
lbandrov Aug 28, 2023
446c337
IDL-88 Increase openidl-common-lib version number
lbandrov Aug 28, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix the name of the code archive
Signed-off-by: Lyubomir Bandrov <[email protected]>
  • Loading branch information
yzhivkov authored and lbandrov committed Nov 3, 2023
commit ad5fd3fe18c1995cc16e44566c2ddbe996ada110
2 changes: 1 addition & 1 deletion openidl-chaincode/chaincode/openidl-metadata/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ task generateSources(type: Copy) {
task buildCodeTar(type: Tar) {
extension = 'tgz'
destinationDir = file('build/archive')
archiveFileName = 'code.tgz'
archiveFileName = 'code.tar.gz'
compression = Compression.GZIP

into ('.'){
Expand Down
4 changes: 2 additions & 2 deletions openidl-common-lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion openidl-common-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@senofi/openidl-common-lib",
"version": "0.7.40",
"version": "0.7.41",
"private": false,
"main": "index.js",
"publishConfig": {
Expand Down