Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ballerine-io/ballerine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @ballerine/[email protected]
Choose a base ref
...
head repository: ballerine-io/ballerine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref

Commits on Mar 16, 2025

  1. 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>
    shanegrouber and alonp99 authored Mar 16, 2025
    Copy the full SHA
    862f811 View commit details

Commits on Mar 17, 2025

  1. 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
    tomer-shvadron authored Mar 17, 2025
    Copy the full SHA
    ef55c13 View commit details
  2. 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
    alonp99 committed Mar 17, 2025
    Copy the full SHA
    15dcffd View commit details

Commits on Mar 18, 2025

  1. 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
    shanegrouber authored Mar 18, 2025
    Copy the full SHA
    dedefb8 View commit details
  2. Copy the full SHA
    90f0e40 View commit details
  3. 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
    shanegrouber authored Mar 18, 2025
    Copy the full SHA
    f325ec0 View commit details
  4. BAL-3787: Removal of __id & __isGeneratedAutomatically from Entity (#…

    …3166)
    
    * feat: __id and __isGeneratedAutomatically is now being revoved after creation
    
    * chore: ui bump
    
    * chore: refactor
    chesterkmr authored Mar 18, 2025
    Copy the full SHA
    65841c7 View commit details
  5. 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
    chesterkmr authored Mar 18, 2025
    Copy the full SHA
    03466f3 View commit details

Commits on Mar 19, 2025

  1. 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
    tomer-shvadron authored Mar 19, 2025
    Copy the full SHA
    5687320 View commit details
  2. Copy the full SHA
    a866349 View commit details
  3. chore(backoffice-v2): update version and dependencies (#3175)

    - Bump version to 0.7.120
    - Update dependencies for various packages
    - Document changes in the changelog
    tomer-shvadron authored Mar 19, 2025
    Copy the full SHA
    5bf8df5 View commit details
  4. 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
    alonp99 committed Mar 19, 2025
    Copy the full SHA
    8cf9247 View commit details
  5. 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
    alonp99 committed Mar 19, 2025
    Copy the full SHA
    03d9cfb View commit details

Commits on Mar 20, 2025

  1. Copy the full SHA
    0a11861 View commit details
  2. 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>
    chesterkmr and Omri-Levy authored Mar 20, 2025
    Copy the full SHA
    166209a View commit details
  3. 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
    chesterkmr authored Mar 20, 2025
    Copy the full SHA
    9092d76 View commit details

Commits on Mar 21, 2025

  1. fix: fixed loading stuck bug & refactored document adapters (#3176)

    * fix: fixed loading stuck bug & refactored document adapters
    
    * fix: fixed KYC approval
    chesterkmr authored Mar 21, 2025
    Copy the full SHA
    4624ebb View commit details

Commits on Mar 23, 2025

  1. 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
    shanegrouber authored Mar 23, 2025
    Copy the full SHA
    9d7baef View commit details
  2. 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
    chesterkmr authored Mar 23, 2025
    Copy the full SHA
    d51c6a2 View commit details
  3. 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
    alonp99 committed Mar 23, 2025
    Copy the full SHA
    bab0b0e View commit details

Commits on Mar 24, 2025

  1. 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>
    tomer-shvadron and alonp99 authored Mar 24, 2025
    Copy the full SHA
    38ff530 View commit details

Commits on Mar 26, 2025

  1. 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
    alonp99 authored Mar 26, 2025
    Copy the full SHA
    07440eb View commit details

Commits on Mar 27, 2025

  1. 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
    alonp99 committed Mar 27, 2025
    Copy the full SHA
    837400f View commit details
  2. 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>
    r4zendev and alonp99 authored Mar 27, 2025
    Copy the full SHA
    054b0f8 View commit details
  3. chore(workflows-service): update subproject commit for data migrations

    - Update the subproject commit reference in the data migrations directory
    alonp99 committed Mar 27, 2025
    Copy the full SHA
    68af3ab View commit details
  4. 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>
    chesterkmr and alonp99 authored Mar 27, 2025
    Copy the full SHA
    30977b3 View commit details

Commits on Mar 31, 2025

  1. Copy the full SHA
    6c3d4a0 View commit details
Loading