-
Notifications
You must be signed in to change notification settings - Fork 212
Comparing changes
Open a pull request
base repository: ballerine-io/ballerine
base: [email protected]
head repository: ballerine-io/ballerine
compare: dev
Commits on Feb 17, 2025
-
fix(CaseOverview): UBO risk indicator title (#3042)
* refactor(CaseOverview): improve tab generation logic - Replace inline tab logic with a dedicated function - Ensure 'ubos' case returns the correct tab name - Maintain existing functionality for other domain tab names * refactor(CaseOverview): simplify tab generation logic - Remove unnecessary getTab function - Use camelCase on the domain string directly --------- Co-authored-by: Alon Peretz <8467965+alonp99@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 24b674d - Browse repository at this point
Copy the full SHA 24b674dView commit details
Commits on Feb 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3a693f9 - Browse repository at this point
Copy the full SHA 3a693f9View commit details
Commits on Feb 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 46ca852 - Browse repository at this point
Copy the full SHA 46ca852View commit details
Commits on Feb 20, 2025
-
BAL-3498: enhance rule-engine evaluation logic with path comparison (#…
…3069) * feat(rule-engine): enhance rule evaluation logic with path comparison - Introduce isPathComparison flag in Rule schema for clearer distinction - Update extractValue method to handle operators with and without path comparison - Adjust validation logic to accommodate new extracted value structure * fix(rule-engine): correct path comparison validation logic - Ensure 'isPathComparison' is only true when present in the rule - Update condition to prevent false positives in comparison checks * refactor(rule-engine): improve operator extraction logic and constants usage - Move OPERATORS_WITHOUT_PATH_COMPARISON to constants for better reusability - Refactor extraction logic to use isObject utility for clarity - Update imports to reflect the new constants structure * fix(rule-engine): improve rule extraction validation - Refactor validation logic for extracted values - Utilize 'in' operator for better readability and accuracy * feat(tests): enhance rule engine tests with path comparison functionality - Add isPathComparison flag to various rule definitions - Implement new unit tests for path comparison scenarios - Update integration tests to include path comparison in validation
Configuration menu - View commit details
-
Copy full SHA for f319d83 - Browse repository at this point
Copy the full SHA f319d83View commit details
Commits on Feb 23, 2025
-
* fix: fix ui bug * chore: release * fix: better formatting * fix: use lockfile v6
Configuration menu - View commit details
-
Copy full SHA for 5edeced - Browse repository at this point
Copy the full SHA 5edecedView commit details -
feat(ui): enhance merchant monitoring report status component (#3061)
* feat(ui): enhance merchant monitoring report status component - Implement MerchantMonitoringReportStatus to display report statuses - Update Button variants and import adjustments for optimization - Refactor relevant table and business report components to utilize new status component * feat(reporting): enhance business report status management - Add status update functionality to business reports - Implement user feedback for status updates in toast notifications - Create new UI components for report status and associated actions * feat(report-status): enhance Merchant Monitoring Report Status component - Add support for a custom wrapper in react-table column metadata - Implement dialog for completing reports with additional details - Refactor component structure for improved readability and maintainability fix(deps): update @radix-ui packages to latest versions - Upgrade various @radix-ui libraries for bug fixes and performance improvements style(dialog): adjust dialog for better user experience - Prevent default behavior to enhance interaction on dialog close * chore(release): bump versions and update dependencies across projects - bump versions - Update dependencies for @ballerine/common and other related packages to latest versions - Ensure consistency across CHANGELOGs with patch updates noted * Revert "chore(release): bump versions and update dependencies across projects" This reverts commit 45d8d52. * chore: update package versions and dependencies - Bump versions for multiple packages including backoffice-v2 and kyb-app - Update dependencies to latest compatible versions across the project * feat(merchant-monitoring): introduce updateable report statuses - Add UPDATEABLE_REPORT_STATUSES constant for better status handling - Refactor MerchantMonitoringReportStatus component to use new statuses - Update useMerchantMonitoringTableLogic and business report logic
Configuration menu - View commit details
-
Copy full SHA for 52b1c9d - Browse repository at this point
Copy the full SHA 52b1c9dView commit details -
chore(deps): update dependencies across multiple packages
- Bump @ballerine/common to version 0.9.77 - Update workflow-related SDKs to their latest versions - Increment package versions where necessary to reflect updates
Configuration menu - View commit details
-
Copy full SHA for cb27326 - Browse repository at this point
Copy the full SHA cb27326View commit details -
chore: test docker compose up for every merge (#3087)
* chore: test docker compose up for every merge * update: test ballerine deploy github action * fix: docker-compose down step github action * update github action to test workflow-dispatch
Configuration menu - View commit details
-
Copy full SHA for f3dae40 - Browse repository at this point
Copy the full SHA f3dae40View commit details
Commits on Feb 24, 2025
-
feat(reports): update business report status handling (#3089)
- Include new statuses 'under_review' and 'pending_review' in the schema - Add logic to only display risk levels for reports that are ready - Adjust metrics repository to filter for the new statuses in queries
Configuration menu - View commit details
-
Copy full SHA for db8c102 - Browse repository at this point
Copy the full SHA db8c102View commit details
Commits on Feb 25, 2025
-
refactor(business-report): streamline project ID retrieval and remove…
… unused imports (#3097) * refactor(business-report): streamline project ID retrieval and remove unused imports - Remove unused PrismaService import from BusinessReportControllerExternal - Simplify getByProjectId calls by omitting features retrieval - Update ListBusinessReportsSchema to reference MERCHANT_REPORT_STATUSES directly * feat(merchant-monitoring): enhance report status handling and UI - Update report status labels to include 'Pending Review' and 'Under Review' - Modify content formatting for status change notifications - Change button variant for completing reviews and add placeholder in text area * style(MerchantMonitoringReportStatus): simplify button component formatting - Remove unnecessary line breaks for the "Complete Review" button - Improve code readability without changing functionality
Configuration menu - View commit details
-
Copy full SHA for 485e8b3 - Browse repository at this point
Copy the full SHA 485e8b3View commit details
Commits on Feb 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c2dab97 - Browse repository at this point
Copy the full SHA c2dab97View commit details -
BAL-3623: Final Submission and Redirects rework (#3096)
* feat: reworked submission logic & added redirect on submit & lock submit on submission * fix: removed reduntant sync * fix: build * fix: refactor --------- Co-authored-by: Alon Peretz <8467965+alonp99@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8944316 - Browse repository at this point
Copy the full SHA 8944316View commit details -
BAL-3633: Fixed missing values in backoffice & KYB theme updates (#3099)
* feat: reworked submission logic & added redirect on submit & lock submit on submission * feat: added contact info & fixed test * fix: added rendering of entity.address * feat: added entity details * fix: fixed missing additional info
Configuration menu - View commit details
-
Copy full SHA for b71fac5 - Browse repository at this point
Copy the full SHA b71fac5View commit details -
feat: added network error screen (#3093)
Co-authored-by: Omri Levy <61207713+Omri-Levy@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5eeccb0 - Browse repository at this point
Copy the full SHA 5eeccb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b334f7 - Browse repository at this point
Copy the full SHA 8b334f7View commit details -
fix(MerchantMonitoringTable): grey out non-clickable reports (#3103)
- Wrap children with a div for better styling and opacity handling - Update subproject commit reference for data migrations
Configuration menu - View commit details
-
Copy full SHA for cbf03cf - Browse repository at this point
Copy the full SHA cbf03cfView commit details -
BAL-3590: KYB minAge validator & assited-invite plugin mapping update (…
…#3107) * feat: added handling of disable language selection by config * feat: added minAge validator to v1 * feat: updated mapping for assisted-invitation * feat: added context to assisted-invitation plugin * chore: cleanup * migrations
Configuration menu - View commit details
-
Copy full SHA for 2851bb6 - Browse repository at this point
Copy the full SHA 2851bb6View commit details
Commits on Feb 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2f964a0 - Browse repository at this point
Copy the full SHA 2f964a0View commit details -
feat(merchant-monitoring): add Merchant ID column with copy functiona…
…lity (#3112) - Implement Merchant ID column displaying business correlation ID - Include copy to clipboard button for easy ID duplication - Utilize ellipses for long IDs to maintain table layout
Configuration menu - View commit details
-
Copy full SHA for 588cd2c - Browse repository at this point
Copy the full SHA 588cd2cView commit details -
feat(bal-3619): added endpoint to create demo workflow (#3105)
* feat(bal-3619): added endpoint to create demo workflow * chore: moved demo workflow generation code to OSS repo * chore: fixed build * chore: updated submodule * chore: updated submodule * chore: added admin authentication
Configuration menu - View commit details
-
Copy full SHA for fc5e937 - Browse repository at this point
Copy the full SHA fc5e937View commit details -
* wip * wip * adaptive credibility * wip use-report-sections * scrollable report sections * fix: remove redundant code * fix: imports * fix * Bal 3611 - UI changes (#3094) * refactor(CaseOverview): improve tab generation logic - Replace inline tab logic with a dedicated function - Ensure 'ubos' case returns the correct tab name - Maintain existing functionality for other domain tab names * refactor(CaseOverview): simplify tab generation logic - Remove unnecessary getTab function - Use camelCase on the domain string directly * feat(MerchantMonitoringBusinessReport): update button label for navigation - Change button text from "Back" to "View All Reports" - Improve clarity on navigation purpose for users * feat(scripts): enhance auto-commit script with specific target file option - Add command line argument to specify target file for git diff - Update git commit command to include the target file in commit * feat(MerchantMonitoring): add conditional alert column to the table - Introduce 'showAlertColumn' prop to toggle alert column visibility - Modify MerchantMonitoringTable and related components accordingly - Update logic to filter columns based on 'showAlertColumn' setting * feat(MerchantMonitoring): update merchant monitoring logic to include demo flag - Replace showAlertColumn with isDemo in merchant monitoring logic - Modify MerchantMonitoringTable to conditionally render alert column based on isDemo - Adapt useColumns to use isDemo for column visibility control * refactor(MerchantMonitoring): rename isDemo to isDemoAccount - Update variable and prop names for clarity - Ensure consistent naming across components and hooks * style(sidebar): improve class ordering for consistency - Reorder class names in Sidebar components for better readability - Make minor formatting adjustments across several Sidebar and TextEditor components - Maintain consistent styling practices throughout the codebase * refactor(report-tabs): streamline report tab configurations - Remove unnecessary social media and ecosystem analysis tabs - Simplify the report tabs structure for better clarity - Ensure the remaining tabs maintain functional integrity * feat(ui): enhance merchant monitoring for demo accounts - Add tooltip messages indicating feature limitations for demo accounts - Disable monitoring action for trial users with appropriate feedback - Update logic to check account type before rendering specific options * fix(MerchantMonitoring): update button icons and styles in MerchantMonitoring page - Replace Table2 icon with Layers for better clarity - Update button text for Upload Multiple Merchants to Batch Actions - Refactor button styles to improve visibility and user experience * feat(MerchantMonitoringBusinessReport): align Options dropdown with website domain - Implement dropdown menu for monitoring options - Add confirmation dialog for deboarding merchants - Integrate feedback mechanism via form fields for user reasons * refactor(merchant-monitoring): restructure merchant monitoring components - Convert columns definition to a memoized hook for performance enhancement - Standardize access to demo account configuration across components - Improve button label for better clarity on navigation functionality --------- Co-authored-by: Alon Peretz <8467965+alonp99@users.noreply.github.com> * feat: create report modal * wip demo details * fixes * fixes * demo customer type * fix * CTA banners * fix * fix * welcome modal * wip * wip * adaptive credibility * wip use-report-sections * scrollable report sections * fix: remove redundant code * fix: imports * fix * wip * feat: better line of business risk indicators visualization * chore(release): update packages for demo-200225 - Bump multiple packages to demo-200225 versions - Include patch updates across various modules - Update changelogs and package files accordingly * feat: new navbar * fix: hide monitoring cards for users with disabled ongoing monitoring * feat: content violation column * fix * fix * fixes * center monitored column * feat(business-reports): add isExample flag to BusinessReportSchema (#3098) - Include isExample property in the transformed report data - Update MerchantMonitoringTable to display example badge when applicable - Update subproject commit for workflows service data migrations * fix avatar placement on collapsed sidebar * add more margin on larger screens * alignment fixes * fix: ui tweaks * re-add conditional render for isAlert column * feat: warning for mobile devices * fix: add captions for each premium feature * fix mobile warning feature, styling tweaks for sidebar * feat(merchant-monitoring): add correlationId and merchantId display (#3106) - Introduce correlationId field to the business schema - Implement merchant ID column in MerchantMonitoringTable - Include copy-to-clipboard functionality for merchant ID * fix separator showing for non-demo, fix logout button hidden for demo, other small fixes * hardcode calendly link * show tooltip with nav item title, show title in hovercard for premium items * fix: sidebar sticky, small fixes * fix: report page scroll to top automatically * feat(backoffice-v2): update dependencies and add new components - Add BusinessReportSectionsObserver for report navigation - Introduce BusinessReportOptionsDropdown for report options - Include hooks for PDF generation and report reference management * feat(button): add status variant to button styles - Introduce new 'status' variant for enhanced button customization - Modify Button component and related styles for better usability - Update MerchantMonitoring components to support the new variant * fixes * more fixes * dont include example reports in count * add backend validation for demo account report creation * restore package versions * resolve remaining conflicts * remove versions [2] * fixes based on self-review * chore(release): bump versions and update dependencies - Bump versions across various packages, including common, ui, and workflow-sdk - Update dependencies to their latest compatible versions, improving stability and features - Ensure consistency in versioning to facilitate smoother upgrades in future releases * fix * move full onboarding in sidebar * bugfix * augment meta type * bugfix * feat(merchant-monitoring): enhance company name display with example badge - Add badge to indicate example accounts in the company name column - Wrap company name in a flex container for improved layout * fix(tests): comment out async rule execution test - Comment out the asynchronous rule execution test case - Ensure the test suite continues to run without failures - No changes were made to the functionality of the rule engine * bugfix --------- Co-authored-by: Shane <66246046+shanegrouber@users.noreply.github.com> Co-authored-by: Alon Peretz <8467965+alonp99@users.noreply.github.com> Co-authored-by: Tomer Shvadron <tomers@ballerine.com>
Configuration menu - View commit details
-
Copy full SHA for df8490c - Browse repository at this point
Copy the full SHA df8490cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 797ed78 - Browse repository at this point
Copy the full SHA 797ed78View commit details
Commits on Feb 28, 2025
-
fix: full onboarding icon, reports limit checks, report observer indi…
…cators, report dialog stale state (#3116) * fix: full onboarding icon, reports limit checks, report observer indicators * fix: form state and success not resetting after report creation
Configuration menu - View commit details
-
Copy full SHA for b283c09 - Browse repository at this point
Copy the full SHA b283c09View commit details -
feat: replace notes sidebar with sheet for better UX (#3109)
Co-authored-by: Alon Peretz <8467965+alonp99@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e330709 - Browse repository at this point
Copy the full SHA e330709View commit details
Commits on Mar 1, 2025
-
feat(welcome-modal): enhance video display in welcome modal
- Add skeleton loader for video loading state - Integrate iframe for embedding videos with responsive design - Introduce new video link for better user engagement style(sidebar): improve sidebar component styling - Adjust sidebar class names for cleaner styling - Ensure consistent padding and positioning across components feat(AI): create AI summary block with advanced features - Implement AI summary block for enhanced risk assessment display - Add detailed sections for findings and actions with confidence indicators - Include demo-friendly options for customer customization
Configuration menu - View commit details
-
Copy full SHA for 95b2a73 - Browse repository at this point
Copy the full SHA 95b2a73View commit details -
feat(workflows): add optional config property to workflow schemas
- Introduce optional config property in BaseWorkflowByIdSchema - Update Case.Actions component to utilize workflow config - Include sample data indication in the Case.Actions UI when applicable
Configuration menu - View commit details
-
Copy full SHA for d32f89f - Browse repository at this point
Copy the full SHA d32f89fView commit details -
refactor(tabs): update tab names and mapping logic
- Rename tabs from 'companyInformation' to 'kyb' and 'ubos' to 'ubosKyc' - Adjust tab mapping in get-tabs-block-map.tsx and get-variant-tabs.ts - Modify display names accordingly for consistency in the UI
Configuration menu - View commit details
-
Copy full SHA for 6524497 - Browse repository at this point
Copy the full SHA 6524497View commit details
Commits on Mar 2, 2025
-
feat(case-creation): enhance button functionality with tooltip support (
#3122) * feat(case-creation): enhance button functionality with tooltip support - Update button state management with demo flag - Integrate tooltips to inform users on demo account limitations - Refactor withCaseCreation to use arrow function syntax for consistency * refactor(case-creation): improve demo status handling - Update demo status determination to include demo account check - Refactor report data processing to simplify mapping logic
Configuration menu - View commit details
-
Copy full SHA for 306bf1e - Browse repository at this point
Copy the full SHA 306bf1eView commit details -
refactor(overview): improve case overview tab handling and labels (#3123
) * refactor(overview): improve case overview tab handling and labels - Update tab labels for clarity and consistency - Simplify tab entry lookup by using Object.entries - Enhance risk indicators mapping for improved readability * refactor(components): clean up AISummaryBlock and improve layout - Remove redundant sections and clean up formatting in AISummaryBlock - Rename 'Monitoring Reports' tab to 'Web Presence' for clarity - Update demo company names for consistency across components * Update apps/backoffice-v2/src/pages/Entity/components/Case/components/CaseOverview/CaseOverview.tsx Co-authored-by: Tomer Shvadron <tomers@ballerine.com> --------- Co-authored-by: Tomer Shvadron <tomers@ballerine.com>
Configuration menu - View commit details
-
Copy full SHA for b8936f6 - Browse repository at this point
Copy the full SHA b8936f6View commit details -
fix(website-monitoring): correct prop naming in BusinessReportSummary
- Rename 'sections' prop to 'riskIndicators' in WebsiteMonitoringBusinessReportTab - Add blank line for improved formatting in BusinessReportSummary component
Configuration menu - View commit details
-
Copy full SHA for 88fe7c8 - Browse repository at this point
Copy the full SHA 88fe7c8View commit details -
fix: amount threshold filter when having HAVING BY filter (#3118)
Co-authored-by: Lior Zamir <liorz@ballerine.com>
Configuration menu - View commit details
-
Copy full SHA for 846c965 - Browse repository at this point
Copy the full SHA 846c965View commit details -
refactor(auth): streamline NavItem component and improve tooltip logic (
#3125) - Remove unused import from NavItem component - Adjust Skeleton component and CrownIcon positioning for better layout - Enhance BusinessReportOptionsDropdown with tooltip for demo accounts
Configuration menu - View commit details
-
Copy full SHA for e8546ca - Browse repository at this point
Copy the full SHA e8546caView commit details -
feat(modal): update welcome modal video links
- Remove parameter to hide the embed top bar for Loom video - Ensure consistency in video URLs across application refactor(ai-summary): simplify confidence indicator logic - Remove old confidence indicator implementation - Adjust associated components to enhance readability and maintainability chore(mock-data): update mock data for merchant compliance - Modify demo data to reflect accurate merchant information - Revise company names and related details for clarity and consistency
Configuration menu - View commit details
-
Copy full SHA for 5762e19 - Browse repository at this point
Copy the full SHA 5762e19View commit details -
refactor(merchantMonitoring): remove unused imports in useMerchantMon…
…itoringLogic - Eliminate unused ComponentProps and useToggle imports - Clean up the code for improved readability
Configuration menu - View commit details
-
Copy full SHA for 3c0289d - Browse repository at this point
Copy the full SHA 3c0289dView commit details -
feat(merchant-report-dialog): enhance demo account experience
- Integrate customer query to determine demo account status - Conditionally render content based on demo account eligibility - Update success dialog and form content to reflect demo account context
Configuration menu - View commit details
-
Copy full SHA for b495fe0 - Browse repository at this point
Copy the full SHA b495fe0View commit details -
feat(workflows): add workflowOverrides support in demo workflow creation
- Introduce workflowOverrides parameter in createDemoWorkflow function - Update getMockWorkflowContext to utilize workflowOverrides for reportId - Enhance CreateDemoWorkflowDefinitionDto to include workflowOverrides description
Configuration menu - View commit details
-
Copy full SHA for 5b9b020 - Browse repository at this point
Copy the full SHA 5b9b020View commit details
Commits on Mar 3, 2025
-
feat(toolbar): enhance ImageOCR and add tooltips for improved UX
- Introduce a tooltip provider for better user guidance in the ImageOCR component - Update the DocumentsToolbar to include consistent button styles with tooltips - Implement a guideline for writing comments effectively in comments.mdc file
Configuration menu - View commit details
-
Copy full SHA for 0cc3251 - Browse repository at this point
Copy the full SHA 0cc3251View commit details -
chore(release): update versions and dependencies for multiple packages (
#3126) * chore(release): update versions and dependencies for multiple packages - Bump versions for backoffice-v2 (0.7.108), kyb-app (0.3.136), and react-pdf-toolkit (1.2.81) - Update @ballerine/ui dependency to version 0.5.81 across all affected packages - Update CHANGELOG.md for tracking patch changes * feat: updated lockfile --------- Co-authored-by: Alon Peretz <8467965+alonp99@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 427ab71 - Browse repository at this point
Copy the full SHA 427ab71View commit details -
feat(auth): add NavIntroduction component to AppSidebar
- Introduce NavIntroduction to display a demo account video tutorial - Modify AppSidebar to include NavIntroduction in the sidebar footer
Configuration menu - View commit details
-
Copy full SHA for ee843e3 - Browse repository at this point
Copy the full SHA ee843e3View commit details -
feat(workflows): enable case overview in child associated company def…
…inition - Add isCaseOverviewEnabled configuration option to enhance workflow - Improve functionality for associated company management in demo workflows
Configuration menu - View commit details
-
Copy full SHA for 46ecbd9 - Browse repository at this point
Copy the full SHA 46ecbd9View commit details -
chore: update linked dependencies and version bumps
- Link @ballerine/ui with @ballerine/backoffice-v2 in config - Update the version of @ballerine/ui to 0.5.82 in multiple packages - Modify company analysis title formatting in useReportSections hook
Configuration menu - View commit details
-
Copy full SHA for b704524 - Browse repository at this point
Copy the full SHA b704524View commit details -
chore(backoffice-v2): update @ballerine/ui to version 0.5.82
- Update dependency for improved stability and features - Maintain compatibility with existing modules
Configuration menu - View commit details
-
Copy full SHA for 1fe15e6 - Browse repository at this point
Copy the full SHA 1fe15e6View commit details -
style(workflows-service): comment out console.info for cleaner output
- Comment out the console.info statement when no document schema is found - Helps maintain cleaner logs during execution
Configuration menu - View commit details
-
Copy full SHA for 2f78f3a - Browse repository at this point
Copy the full SHA 2f78f3aView commit details -
fix(entities): correct isDemo value assignment in useCaseCreationLogic
- Update isDemo to only use isDemoAccount from customer config - Remove unnecessary check for isDemo to ensure accurate value assignment
Configuration menu - View commit details
-
Copy full SHA for 1daee50 - Browse repository at this point
Copy the full SHA 1daee50View commit details -
BAL 3733 - Enrich violations column in web presence table (#3127)
* feat(MerchantMonitoring): enhance violation handling in monitoring table - Add website structure violations with associated risk levels - Change field name from contentViolations to allViolations - Update violation display logic to utilize new structure and sort accordingly * refactor(MerchantMonitoringTable): remove redundant violation structure - Remove the WEBSITE_STRUCTURE_VIOLATIONS constant - Update violations handling in the render function - Limit displayed violations to the first four with a counter for additional findings * fix(MerchantMonitoringTable): improve filtering of violations - Update filter logic to exclude violations without a name or risk level - Ensure reliable sorting of violation entries based on risk level and name * refactor(MerchantMonitoringTable): simplify sorting logic in useColumns - Streamline comparison logic for sorting by riskLevel and name - Improve readability and maintainability of the sorting function --------- Co-authored-by: Alon Peretz <8467965+alonp99@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b6703b5 - Browse repository at this point
Copy the full SHA b6703b5View commit details
Commits on Mar 4, 2025
-
fix(MerchantMonitoringTable): remove duplicate risk indicators from c…
…olumns (#3130) - Implement logic to filter out duplicate violation indicators - Ensure each indicator is unique based on its ID
Configuration menu - View commit details
-
Copy full SHA for c7a4654 - Browse repository at this point
Copy the full SHA c7a4654View commit details -
fix(MerchantMonitoringTable): remove duplicate violations in table (#…
…3133) - Implement lodash's uniqBy to filter out duplicate violations - Simplify violation filtering logic for better readability
Configuration menu - View commit details
-
Copy full SHA for 5e3a077 - Browse repository at this point
Copy the full SHA 5e3a077View commit details -
feat(bal-3613): added magic link authentication (#3124)
* feat(bal-3613): added magic link authentication * chore: pr improvements * chore: lock jwt algorithms
Configuration menu - View commit details
-
Copy full SHA for 53eb090 - Browse repository at this point
Copy the full SHA 53eb090View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc9957c - Browse repository at this point
Copy the full SHA bc9957cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02118ad - Browse repository at this point
Copy the full SHA 02118adView commit details
There are no files selected for viewing