Commit 7e3892f
Release 1.0.0 (#266)
* fix: unlock transactions which won't be published now (#264)
* fix: unlock transactions which won't be published now
* fix: unlock transactions which won't be published now
* fix: unlock transactions which won't be published now
* fix: adjusting metadataschema to accept strings or arrays when strings are to long
* chore: fix tests
* feat: unlocking remaining transactions
* chore: adjusting tests
* chore: adjusting blockchain publisher module to same number format as accounting core
* fix: journal enrichment must adjust the operation type as well (#269)
* fix: journal enrichment must adjust the operation type as well
* chore: removing the workaround
* chore: spotless
* feat: added the possibility to adjust the start date for results carried forward
* chore: adding tests
* chore: adding tests
* chore: spotless
* chore: adjusting build job
* feat: moving journalenrichmentstask and fixing totalLCY amount
* Fix: Parent cost center missing in extraction
* chore: fixing test
* chore: renamed variable for debouncer configuration
* fix: Missing currecny data should result invalid transaction
* fix: transactional runner to not create new database transactions (#273)
* fix: transactional runner to not create new database transactions
* chore: adjusting the transactionBAtcHStatus update to run after transactions
* chore: adjusting transaction starting
* chore: test adjustment
* chore: returned to save and flush
* chore: spotless
* chore: adding transactional back to update transaction batch
* chore: spotless
* fix: fixing transactional runner
* fix: optimizing internal transactions (#276)
* fix: optimizing internal transactions
* fix: optimizing internal transactions
* feat: adding TxStatusUpdaterJob
* feat: adding TxStatusUpdaterJob
* feat: adding TxStatusUpdaterJob
* chore: adjusted test for new transactionUpdaterJob
* chore: spotless
* chore: refactored and more error save
* chore: adding tests
* fix: blockchain publisher didn't saved transaction when running in non kafka mode (#277)
* fix: batches tx counting
* fix: CARDANO_MAX_TRANSACTION_SIZE_BYTES transaction size
* fix: extraction and public interface
* fix: public service
* feat: Report is set to pending if values don't match
chore: renamed variable
fix: null value on period
* fix: account credit name
* fix: revalt calculation fro CREDIT and DEBIT
* fix: ERASED_SUM_APPLIED using account values
* fix: txitem_group_strategy_new
* fix: saving report status in db (#296)
* fix: saving report status in db
* chore: adding automated report updates
* feat: only updating when the transaction is finalized
* chore: changing query to only take not dispatched reports into account
* Fix/save report status in db (#299)
* fix: saving report status in db
* chore: adding automated report updates
* feat: only updating when the transaction is finalized
* chore: changing query to only take not dispatched reports into account
* chore: refactoring and error handling for already published reports
* chore: spotless
* Fix/use always latest report for metrics (#304)
* fix: using only latest report for metrics
* chore: adjusting tests for new behaviour
* chore: report version readability
* fix: total expense values were wrongly mapped (#307)
* Feat/aggregate on publisher (#308)
* feat: adding aggregation on publishing
* chore: adding a comment to trigger the gha pipeline
* Feat/aggregate Public Pages items (#310)
* feat: aggregating items for public pages if they are displayed equally
* chore: adding a comment to trigger gha
* fix: change the amount reatment from Long to bigDecimal in the Public interface and also in the Publisher
* fix: when TxType is FxReval
* fix: rename the dummy account hard coded
* chore: removing exception throw for null objects and skipping them (#316)
* fix: report validation
* feat: adding API versioning (#320)
* Update onChainFormat.md (#329)
* fix: avoiding to overwriting statuses (#326)
* Update version in gradle.properties
---------
Co-authored-by: Marco Russo <[email protected]>
Co-authored-by: Marco Russo <[email protected]>1 parent 41c4023 commit 7e3892f
File tree
81 files changed
+2020
-320
lines changed- .github/workflows
- _backend-services/cf-reeve-ledger-follower-app/src/main/java/org/cardano/foundation/lob/resource
- accounting_reporting_core/src
- main
- java/org/cardanofoundation/lob/app/accounting_reporting_core
- config
- domain/entity/report
- job
- repository
- resource
- presentation_layer_service
- requests
- views
- service
- business_rules/items
- internal
- metrics/executors
- resources/db/migration/postgresql/common
- test
- java/org/cardanofoundation/lob/app/accounting_reporting_core
- resource
- model
- presentation_layer_service
- service
- business_rules/items
- internal
- metrics/executors
- resources
- blockchain_common/src/main/resources
- blockchain_publisher/src
- main
- java/org/cardanofoundation/lob/app/blockchain_publisher
- domain/entity/txs
- repository
- service
- dispatch
- event_handle
- resources/db/migration/postgresql/common
- test
- java/org/cardanofoundation/lob/app/blockchain_publisher
- repository
- service/dispatch
- resources
- docs
- netsuite_altavia_erp_adapter/src
- main/java/org/cardanofoundation/lob/app/netsuite_altavia_erp_adapter
- domain/core
- service/internal
- test/java/org/cardanofoundation/lob/app/netsuite_altavia_erp_adapter/service/internal
- organisation/src/main/java/org/cardanofoundation/lob/app/organisation
- repository
- resource
- support/src
- main/java/org/cardanofoundation/lob/app/support/reactive
- test/java/org/cardanofoundation/lob/app/support/reactive
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
81 files changed
+2020
-320
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
72 | | - | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
200 | 205 | | |
201 | 206 | | |
202 | 207 | | |
| |||
Lines changed: 111 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
75 | 77 | | |
76 | 78 | | |
77 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
78 | 92 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments