-
Notifications
You must be signed in to change notification settings - Fork 212
Comparing changes
Open a pull request
base repository: ballerine-io/ballerine
base: @ballerine/[email protected]
head repository: ballerine-io/ballerine
compare: dev
Commits on Mar 16, 2025
-
refactor(api): rename entity matching methods for clarity (#3161)
- Change method name from runEntityMatchingAi to runEntityMatchingV2 - Update references in related files to maintain consistency - Adjust API endpoint to reflect the method name change Co-authored-by: Alon Peretz <8467965+alonp99@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 862f811 - Browse repository at this point
Copy the full SHA 862f811View commit details
Commits on Mar 17, 2025
-
chore(deps): update dependencies for backoffice-v2 (#3168)
- Replace "html2canvas" with "html2canvas-pro" for enhanced functionality - Adjust PDF generation logic to improve report rendering and performance
Configuration menu - View commit details
-
Copy full SHA for ef55c13 - Browse repository at this point
Copy the full SHA ef55c13View commit details -
chore: bump package versions and update dependencies
- Update version numbers across various packages - Adjust dependencies for improved stability and security - Ensure consistency in the package configuration
Configuration menu - View commit details
-
Copy full SHA for 15dcffd - Browse repository at this point
Copy the full SHA 15dcffdView commit details
Commits on Mar 18, 2025
-
BAL 3354 - Enable filtering for iterative plugins using JSON logic (#…
…3159) * feat(iterative-plugin): add filtering for iterative plugin with tests - Implement test cases for JSON-logic based filters in IterativePlugin - Ensure invocation works correctly for valid and invalid inputs - Validate that action is called with expected parameters for filtered results * fix(tests): update isAuthoritativeSignatory to isAuthorizedSignatory - Rename occurrences of isAuthoritativeSignatory in tests to isAuthorizedSignatory - Ensure filter logic is updated to reflect the new property name * test(iterative-plugin): add comprehensive tests for advanced filtering - Implement tests for complex logical OR conditions in filters - Add tests for array operations and date comparisons in filters - Ensure filtering logic correctly identifies matching directors based on criteria * fix(workflow-runner): correct spelling of iterativePluginParams - Rename iterarivePluginParams to iterativePluginParams for clarity - Ensure consistency in variable names within the WorkflowRunner class
Configuration menu - View commit details
-
Copy full SHA for dedefb8 - Browse repository at this point
Copy the full SHA dedefb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90f0e40 - Browse repository at this point
Copy the full SHA 90f0e40View commit details -
BAL 3261 - update dependencies and remove Saola integration (#3160)
* chore(deps): update dependencies and remove Saola integration - Upgrade workflow-browser-sdk and workflow-node-sdk versions - Remove VITE_SAOLA_API_KEY from environment schemas - Delete session recording initialization logic for Saola * chore(session): remove session recording initialization - Remove session recording initialization from backoffice-v2 - Remove session recording initialization from kyb-app * update pnpm lock
Configuration menu - View commit details
-
Copy full SHA for f325ec0 - Browse repository at this point
Copy the full SHA f325ec0View commit details -
BAL-3787: Removal of __id & __isGeneratedAutomatically from Entity (#…
…3166) * feat: __id and __isGeneratedAutomatically is now being revoved after creation * chore: ui bump * chore: refactor
Configuration menu - View commit details
-
Copy full SHA for 65841c7 - Browse repository at this point
Copy the full SHA 65841c7View commit details -
BAL-3810: Validators & Bugfixes (#3170)
* fix: added missing placeholder to multiselect field * fix: multiselect & command layout fixes * feat: added future & past date validators & added phone format * chore: ui & kyb bump * feat: future & past validators now consider current date as valid * fix: conditional + addition to phone number * fix: fixed imports & exports
Configuration menu - View commit details
-
Copy full SHA for 03466f3 - Browse repository at this point
Copy the full SHA 03466f3View commit details
Commits on Mar 19, 2025
-
fix(ui): add crossOrigin attribute to images for CORS support (#3173)
* fix(ui): add crossOrigin attribute to images for CORS support - Add crossOrigin set to "anonymous" for images in multiple components - Ensure proper handling of image loading across different domains * chore: update package versions across multiple services - Bump version for @ballerine/backoffice-v2 to 0.7.119 - Raise version for @ballerine/kyb-app to 0.3.148 - Update @ballerine/ui and @ballerine/react-pdf-toolkit dependencies
Configuration menu - View commit details
-
Copy full SHA for 5687320 - Browse repository at this point
Copy the full SHA 5687320View commit details -
Configuration menu - View commit details
-
Copy full SHA for a866349 - Browse repository at this point
Copy the full SHA a866349View commit details -
chore(backoffice-v2): update version and dependencies (#3175)
- Bump version to 0.7.120 - Update dependencies for various packages - Document changes in the changelog
Configuration menu - View commit details
-
Copy full SHA for 5bf8df5 - Browse repository at this point
Copy the full SHA 5bf8df5View commit details -
feat(env): improve environment schema error handling
- Enhance VITE_AUTH_ENABLED, VITE_MOCK_SERVER, - Default to true for boolean values when parsing fails with a warning log - Add new email template 'case-ready-for-review' in vendor constants
Configuration menu - View commit details
-
Copy full SHA for 8cf9247 - Browse repository at this point
Copy the full SHA 8cf9247View commit details -
chore(release): update package versions and changelogs
- Bump version to 0.7.121 for backoffice-v2 and 0.3.150 for kyb-app - Update workflow-browser-sdk and - Update workflows-service version to 0.7.112 with dependency updates
Configuration menu - View commit details
-
Copy full SHA for 03d9cfb - Browse repository at this point
Copy the full SHA 03d9cfbView commit details
Commits on Mar 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0a11861 - Browse repository at this point
Copy the full SHA 0a11861View commit details -
BAL-3799: UBO's document revision (#3158)
* updated json examples * fix: fixed document id mapping * chore(workflows-service): addressed pr comment * feat: reworked batch documents decision update (WIP) * fix: fixed incorrect document ids sent for revision * fix: fixed entity document upload * fix: fixed documents upload for entities * fix: document fetching fixes for entity documents * feat: reworked documents revision & finalized revision for entities documents * feat: added sorting for documents * fix: fixed invalid response for creation & update of documents * fix: fixed documents decision handling * chore: refactored documents mapping * fix: removed reduntant default value from hook & fixed type * fix: replaced sort with toSorted * fix: removed empty file * fix: restored missing watch from debug script * fix: refactor * fix: documents service refactor * fix: fixed typo * chore: refactored documents retriaval logic & mapping * feat: replaced document type with isKYC flag --------- Co-authored-by: Omri Levy <omri.levy0197@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 166209a - Browse repository at this point
Copy the full SHA 166209aView commit details -
BAL-3805: Loading indication & Autofill css fixes (#3172)
* feat: disabled autofill background color change * fix: fixed missing saving indication * feat: added loading indication to submit button * chore: lock fix * chore: bump ui & kyb * fix: tests
Configuration menu - View commit details
-
Copy full SHA for 9092d76 - Browse repository at this point
Copy the full SHA 9092d76View commit details
Commits on Mar 21, 2025
-
fix: fixed loading stuck bug & refactored document adapters (#3176)
* fix: fixed loading stuck bug & refactored document adapters * fix: fixed KYC approval
Configuration menu - View commit details
-
Copy full SHA for 4624ebb - Browse repository at this point
Copy the full SHA 4624ebbView commit details
Commits on Mar 23, 2025
-
refactor(customer): rename demo flags to improve clarity (#3179)
- Remove the isDemo property and replace it with isDemoAccount - Update all relevant components and hooks to reflect the new naming - Ensure functionality remains intact while enhancing code readability
Configuration menu - View commit details
-
Copy full SHA for 9d7baef - Browse repository at this point
Copy the full SHA 9d7baefView commit details -
BAL-3828: Empty dropdown values & sync events in Form (#3182)
* feat: added handling of empty values to dropdown & added sync events to ui * chore: kyb & ui bump
Configuration menu - View commit details
-
Copy full SHA for d51c6a2 - Browse repository at this point
Copy the full SHA d51c6a2View commit details -
chore(release): bump version and update dependencies across packages
- Update version numbers for several packages to reflect the latest changes - Upgrade dependencies for packages including @ballerine/common, @ballerine/ui, and others - Standardize documentation updates in respective changelogs for clarity
Configuration menu - View commit details
-
Copy full SHA for bab0b0e - Browse repository at this point
Copy the full SHA bab0b0eView commit details
Commits on Mar 24, 2025
-
feat(business-reports): refactor BusinessReport component with ref fo…
…rwarding (#3180) - Update BusinessReport to use forwardRef for improved ref handling - Clean up unused props related to PDF generation and state management - Adjust report generation logic to utilize the new ref structure Co-authored-by: Alon Peretz <8467965+alonp99@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 38ff530 - Browse repository at this point
Copy the full SHA 38ff530View commit details
Commits on Mar 26, 2025
-
Individuals sanctions plugin fixes + workflow observability (2 commit…
…s) (#3143) * feat(workflows): add workflow logging feature - Introduce new WorkflowLog model and associated types - Implement WorkflowLog repository, service, and controller - Modify environment configuration to include workflow logging settings * fix(workflows-plugins): individuals sanaction plugin fixes * fix(workflows-plugins): individuals sanaction plugin fixes * test(workflow): add WorkflowLogService to various integration tests - Import WorkflowLogService in integration test files for consistency - Include WorkflowLogService in the providers for dependency injection in tests - Ensure WorkflowLogService is referenced in all relevant test setups * fix(workflows-plugins): individuals sanaction plugin fixes * test(useRuleEngine): enhance test case for delayed execution handling - Add waitFor to ensure state updates are applied before assertion - Improve readability and reliability of the test by using waitFor * fix(CollectionFlow): remove unnecessary console logs for cleaner code - Remove debug console logs related to filling placeholders - Enhance readability by eliminating commented-out code
Configuration menu - View commit details
-
Copy full SHA for 07440eb - Browse repository at this point
Copy the full SHA 07440ebView commit details
Commits on Mar 27, 2025
-
style(ci): update formatting of path specifications in CI workflow
- Change double quotes to single quotes for paths - Remove unused Windows test job to streamline CI configuration
Configuration menu - View commit details
-
Copy full SHA for 837400f - Browse repository at this point
Copy the full SHA 837400fView commit details -
feat: add isOngoingMonitoringEnabled flag (BAL-3658) (#3152)
* feat: add isOngoingMonitoringEnabled flag * lockfile * restore dev branch metadata files * fix rebase overwrites * trigger CI * chore(ci): update CI workflow configuration - Change double quotes to single quotes for consistency - Remove unused Windows test job to streamline CI process --------- Co-authored-by: Alon Peretz <8467965+alonp99@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 054b0f8 - Browse repository at this point
Copy the full SHA 054b0f8View commit details -
chore(workflows-service): update subproject commit for data migrations
- Update the subproject commit reference in the data migrations directory
Configuration menu - View commit details
-
Copy full SHA for 68af3ab - Browse repository at this point
Copy the full SHA 68af3abView commit details -
BAL-3864: Style & DatePicker & TagsField fixes (#3189)
* feat: added rendering of contact us from theme * fix: fixed output format serialization on date picker & fixed styles of multiselect * fix: lock fix * chore: kyb & ui bump * feat: updated tags input tests * chore(prisma): update subproject commit for data migrations - Update subproject reference to latest commit - Ensure data migrations are in sync with the updated version * fix(workflows-plugins): individuals sanaction plugin fixes --------- Co-authored-by: Alon Peretz <8467965+alonp99@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 30977b3 - Browse repository at this point
Copy the full SHA 30977b3View commit details
Commits on Mar 31, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6c3d4a0 - Browse repository at this point
Copy the full SHA 6c3d4a0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff @ballerine/[email protected]