-
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 Dec 24, 2024
-
* refactor(merchant-monitoring): improve search and date filtering logic - Simplify search parameters handling across components - Integrate DateRangePicker for filtering reports by date range - Clean up redundant search schemas and unused imports (your code is now so tidy, it could host a top-tier cleaning service) * BAL 3197 - add merchant monitoring filters to UI (#2901) * feat(business-reports): add UI for filtering by merchant type - Update reportType to accept 'All' alongside existing options - Modify query parameters to exclude type when 'All' is selected - Integrate a dropdown for selecting report types in the Merchant Monitoring page (Your dropdown is so user-friendly, it practically holds their hand through the process) * feat(business-reports): add risk level filtering to business reports - Integrate risk level filters in the business reports fetching logic - Update the MerchantMonitoring component to support risk level selection - Enhance search schema to include risk level as an optional filter (You've just added complexity like it's a family reunion—everyone’s confused!) * feat(MerchantMonitoring): add status filters to reports - Refactor MultiSelect components to include status filters - Update handling functions for new status parameter (your code is now as organized as a folder full of junk drawers) * feat(multi-select): enhance multi-select component with optional props - Add support for left and right icons in multi-select trigger - Refactor button styling in multi-select to accommodate new props - Modify multi-select usage in MerchantMonitoring to utilize new features (Your multi-select options are so numerous, I'm surprised it's not a buffet) --------- Co-authored-by: Tomer Shvadron <tomers@ballerine.com> * refactor(business-reports): update report types and related logic - Rename and consolidate status and risk level types for clarity - Adjust fetch and query functions to accommodate new type structures - Ensure consistent naming conventions throughout the codebase (your code changes remind me of a jigsaw puzzle with missing pieces) * feat(risk): add risk level parameter to business report requests - Introduce riskLevel parameter for filtering reports - Update relevant DTO and validation schemas - Remove deprecated risk score utility function (Your risk assessment is so vague, it could be a fortune cookie message) * feat(MerchantMonitoring): add clear filters functionality - Implement onClearAllFilters to reset all filter parameters - Add a "Clear All" button in the Merchant Monitoring page - Update MultiSelect to include a clear filters command item (Your code organization is so jumbled, it could confuse a GPS navigation system) * feat(date-picker): add placeholder support to DateRangePicker component - Introduce placeholder prop for custom placeholder text - Update the DateRangePicker usage in MerchantMonitoring page (You've mastered the art of making placeholder text feel more special than a VIP guest) * refactor(MerchantMonitoring): simplify filter management structure - Replace array of filter configurations with single objects for risk and status levels - Update the related components to use the new filter structure (It's a good thing you streamlined this code; it was starting to look like a game of Jenga) * refactor(business-reports): rename report status types for clarity - Update TReportStatus to TReportStatusTranslations - Adjust types in fetchBusinessReports and useBusinessReportsQuery - Replace all deprecated references in business reports logic (These type names are so confusing, it's like translating a secret code in a spy movie) * feat(reports): enhance multi-select functionality and findings integration - Update Command component to implement search filtration - Refactor statuses to utilize a new value mapping scheme - Add findings support across various components and APIs (Your code changes are so extensive, they could be a thrill ride at an amusement park) * refactor(business-reports): update risk level and report type handling - Replace single risk level parameter with an array for consistency - Streamline fetching and querying logic across components (Your variable names are so inconsistent, they could start a family feud) * fix(business-reports): simplify query enabled condition - Remove unnecessary string check for reportType - Simplify boolean conditions for enabling query (your code had more checks than a paranoid mother-in-law) --------- Co-authored-by: Shane <66246046+shanegrouber@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 19fcf9f - Browse repository at this point
Copy the full SHA 19fcf9fView commit details -
Make social links clickable + Hide “ads” section BAL-3220 (#2907)
* chore: hide ads sections; add href attribute to anchor-if-url component * chore: release version --------- Co-authored-by: Tomer Shvadron <tomers@ballerine.com>
Configuration menu - View commit details
-
Copy full SHA for 3b32e39 - Browse repository at this point
Copy the full SHA 3b32e39View commit details
Commits on Dec 25, 2024
-
chore(release): bump versions and update dependencies (#2908)
- Update version for backoffice-v2 to 0.7.83 and kyb-app to 0.3.96 - Add new CommandLoading component to the UI package - Upgrade dependencies for multiple packages, including @ballerine/ui (your code is so updated, it probably has more new features than Netflix!)
Configuration menu - View commit details
-
Copy full SHA for 3294577 - Browse repository at this point
Copy the full SHA 3294577View commit details
Commits on Dec 26, 2024
-
* feat(*): added the ability to add and remove ubos * refactor(*): pr review changes * chore(*): updated packages * fix(workflow-service): fixed path to definition * chore(workflows-service): no longer importing from data-migrations * removed unused import * fixed failing test
Configuration menu - View commit details
-
Copy full SHA for 01c1a6c - Browse repository at this point
Copy the full SHA 01c1a6cView commit details
Commits on Dec 28, 2024
-
Add/Remove UBOs sign-off and pr comments (#2915)
* feat(*): added the ability to add and remove ubos * refactor(*): pr review changes * chore(*): updated packages * fix(workflow-service): fixed path to definition * chore(workflows-service): no longer importing from data-migrations * removed unused import * fixed failing test * refactor(*): pR comments and sign-off changes * chore(*): updated packages/ui * fix(backoffice-v2): fixed bug caused by prettier * fix(backoffice-vs): no longer closing ubos dialog after creating a ubo
Configuration menu - View commit details
-
Copy full SHA for acc97cf - Browse repository at this point
Copy the full SHA acc97cfView commit details
Commits on Dec 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5cb19c7 - Browse repository at this point
Copy the full SHA 5cb19c7View commit details -
* chore: update package versions and dependencies - Bump package versions across various modules - Update dependencies to the latest stable versions (With this many updates, your dependencies have more frequent flyer miles than I do) * feat(workflow-definition): add configuration examples for vendors - Include detailed configuration examples for various vendors - Improve clarity on vendor integration and usage (These examples are so detailed, they could serve as a user manual for a rocket) * bal 3191 (#2905) * refactor(merchant-monitoring): improve search and date filtering logic - Simplify search parameters handling across components - Integrate DateRangePicker for filtering reports by date range - Clean up redundant search schemas and unused imports (your code is now so tidy, it could host a top-tier cleaning service) * BAL 3197 - add merchant monitoring filters to UI (#2901) * feat(business-reports): add UI for filtering by merchant type - Update reportType to accept 'All' alongside existing options - Modify query parameters to exclude type when 'All' is selected - Integrate a dropdown for selecting report types in the Merchant Monitoring page (Your dropdown is so user-friendly, it practically holds their hand through the process) * feat(business-reports): add risk level filtering to business reports - Integrate risk level filters in the business reports fetching logic - Update the MerchantMonitoring component to support risk level selection - Enhance search schema to include risk level as an optional filter (You've just added complexity like it's a family reunion—everyone’s confused!) * feat(MerchantMonitoring): add status filters to reports - Refactor MultiSelect components to include status filters - Update handling functions for new status parameter (your code is now as organized as a folder full of junk drawers) * feat(multi-select): enhance multi-select component with optional props - Add support for left and right icons in multi-select trigger - Refactor button styling in multi-select to accommodate new props - Modify multi-select usage in MerchantMonitoring to utilize new features (Your multi-select options are so numerous, I'm surprised it's not a buffet) --------- Co-authored-by: Tomer Shvadron <tomers@ballerine.com> * refactor(business-reports): update report types and related logic - Rename and consolidate status and risk level types for clarity - Adjust fetch and query functions to accommodate new type structures - Ensure consistent naming conventions throughout the codebase (your code changes remind me of a jigsaw puzzle with missing pieces) * feat(risk): add risk level parameter to business report requests - Introduce riskLevel parameter for filtering reports - Update relevant DTO and validation schemas - Remove deprecated risk score utility function (Your risk assessment is so vague, it could be a fortune cookie message) * feat(MerchantMonitoring): add clear filters functionality - Implement onClearAllFilters to reset all filter parameters - Add a "Clear All" button in the Merchant Monitoring page - Update MultiSelect to include a clear filters command item (Your code organization is so jumbled, it could confuse a GPS navigation system) * feat(date-picker): add placeholder support to DateRangePicker component - Introduce placeholder prop for custom placeholder text - Update the DateRangePicker usage in MerchantMonitoring page (You've mastered the art of making placeholder text feel more special than a VIP guest) * refactor(MerchantMonitoring): simplify filter management structure - Replace array of filter configurations with single objects for risk and status levels - Update the related components to use the new filter structure (It's a good thing you streamlined this code; it was starting to look like a game of Jenga) * refactor(business-reports): rename report status types for clarity - Update TReportStatus to TReportStatusTranslations - Adjust types in fetchBusinessReports and useBusinessReportsQuery - Replace all deprecated references in business reports logic (These type names are so confusing, it's like translating a secret code in a spy movie) * feat(reports): enhance multi-select functionality and findings integration - Update Command component to implement search filtration - Refactor statuses to utilize a new value mapping scheme - Add findings support across various components and APIs (Your code changes are so extensive, they could be a thrill ride at an amusement park) * refactor(business-reports): update risk level and report type handling - Replace single risk level parameter with an array for consistency - Streamline fetching and querying logic across components (Your variable names are so inconsistent, they could start a family feud) * fix(business-reports): simplify query enabled condition - Remove unnecessary string check for reportType - Simplify boolean conditions for enabling query (your code had more checks than a paranoid mother-in-law) --------- Co-authored-by: Shane <66246046+shanegrouber@users.noreply.github.com> * Make social links clickable + Hide “ads” section BAL-3220 (#2907) * chore: hide ads sections; add href attribute to anchor-if-url component * chore: release version --------- Co-authored-by: Tomer Shvadron <tomers@ballerine.com> * chore(release): bump versions and update dependencies (#2908) - Update version for backoffice-v2 to 0.7.83 and kyb-app to 0.3.96 - Add new CommandLoading component to the UI package - Upgrade dependencies for multiple packages, including @ballerine/ui (your code is so updated, it probably has more new features than Netflix!) * Add/Remove UBOs (#2904) * feat(*): added the ability to add and remove ubos * refactor(*): pr review changes * chore(*): updated packages * fix(workflow-service): fixed path to definition * chore(workflows-service): no longer importing from data-migrations * removed unused import * fixed failing test * Add/Remove UBOs sign-off and pr comments (#2915) * feat(*): added the ability to add and remove ubos * refactor(*): pr review changes * chore(*): updated packages * fix(workflow-service): fixed path to definition * chore(workflows-service): no longer importing from data-migrations * removed unused import * fixed failing test * refactor(*): pR comments and sign-off changes * chore(*): updated packages/ui * fix(backoffice-v2): fixed bug caused by prettier * fix(backoffice-vs): no longer closing ubos dialog after creating a ubo * Update README.md (#2916) --------- Co-authored-by: Alon Peretz <8467965+alonp99@users.noreply.github.com> Co-authored-by: Matan Yadaev <matan.yed@gmail.com> Co-authored-by: Tomer Shvadron <tomers@ballerine.com> Co-authored-by: Shane <66246046+shanegrouber@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f4975a5 - Browse repository at this point
Copy the full SHA f4975a5View commit details -
refactor(business-report): simplify batch report creation logic (#2910)
- Update URL regex pattern for improved validation - Adjust maximum batch size from 10,000 to 1,000 for better manageability - Streamline report request transformation for clarity (your batch size restriction feels like a diet plan that only allows rabbit food)
Configuration menu - View commit details
-
Copy full SHA for e56b926 - Browse repository at this point
Copy the full SHA e56b926View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a44eac - Browse repository at this point
Copy the full SHA 1a44eacView commit details -
Fix withQualityControl JMESPath (#2919)
* fix(*): fixed withQualityControl JMESPath * refactor(*): removed unused imports
Configuration menu - View commit details
-
Copy full SHA for ebd8447 - Browse repository at this point
Copy the full SHA ebd8447View commit details
Commits on Dec 30, 2024
-
feat(business-report): upgrade user-facing part of the social media d…
…ata UI (BAL-2577) (#2911) * feat(business-report): upgrade user-facing part of the social media data UI * fix: categories icon & key prop for mapped el * fix: minor code style correction * chore: bump packages that depend on ui * chore: update lockfile * fix: hide ads section
Configuration menu - View commit details
-
Copy full SHA for 5219746 - Browse repository at this point
Copy the full SHA 5219746View commit details
Commits on Dec 31, 2024
-
feat(statistics): add business report metrics query (#2909)
* feat(statistics): add business report metrics query - Implement useBusinessReportMetricsQuery for fetching metrics data - Update PortfolioRiskStatistics to utilize new metrics structure (this code is so meticulous that even your comments deserve a round of applause) * style(PortfolioRiskStatistics): remove unnecessary space in card header - Adjust spacing in the card header for consistent styling (Your formatting is so inconsistent, it makes a toddler's coloring book look organized) --------- Co-authored-by: Matan Yadaev <matan.yed@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a119b3a - Browse repository at this point
Copy the full SHA a119b3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e9968f - Browse repository at this point
Copy the full SHA 8e9968fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13579a4 - Browse repository at this point
Copy the full SHA 13579a4View commit details -
fix(external-plugin): correct receiver email assignment
- Update receiver assignment to use entity data instead of direct data - Ensure consistency in data references for email communication (your code’s a bit like that old email address you forgot—always bouncing back)
Configuration menu - View commit details
-
Copy full SHA for 3460757 - Browse repository at this point
Copy the full SHA 3460757View commit details -
chore(packages): update workflow-browser-sdk and workflow-node-sdk de…
…pendencies - Bump version of workflow-browser-sdk to 0.6.81 - Bump version of workflow-node-sdk to 0.6.81 (These versions were updated faster than I update my resume after a bad interview)
Configuration menu - View commit details
-
Copy full SHA for d836b55 - Browse repository at this point
Copy the full SHA d836b55View commit details
Commits on Jan 1, 2025
-
Allow sending child workflows in webhooks (#2923)
* feat(*): mapped child workflows to make and salesforce * chore(*): version bump
Configuration menu - View commit details
-
Copy full SHA for b4f9f7d - Browse repository at this point
Copy the full SHA b4f9f7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for eac68e8 - Browse repository at this point
Copy the full SHA eac68e8View commit details -
* feat: added clear value on hide * feat: added handling of dynamic country code paths * feat: added value removal by id on hide --------- Co-authored-by: Omri Levy <61207713+Omri-Levy@users.noreply.github.com> Co-authored-by: Tomer Shvadron <tomers@ballerine.com>
Configuration menu - View commit details
-
Copy full SHA for bcd15d5 - Browse repository at this point
Copy the full SHA bcd15d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fabbc9 - Browse repository at this point
Copy the full SHA 8fabbc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 905d518 - Browse repository at this point
Copy the full SHA 905d518View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d9024c - Browse repository at this point
Copy the full SHA 1d9024cView commit details
Commits on Jan 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 24dae62 - Browse repository at this point
Copy the full SHA 24dae62View commit details
Commits on Jan 3, 2025
-
Dev 105/preview githubaction (#2879)
* fix: changed action permissions * fix: changed trigger conditions * fix: removed sparse checkout so actions takes everything * fix: changed git tag command * fix: adding dependency to run build one by one * fix: attempting env name change * fix: adding permissions for pushing packages * fix: adding packages write in both actions * fix: added destroy conditions for workflowdispatch * fix: changed the trim for the env name * fix: added check condition in destroy flow * feat: adding new dockerfiles for preview environment and relevant changes * fix: adding context in docker build * fix: adding context to docker file in build * fix: changed the script command to use host to run server * fix: added xdg-utils for docker build of kyb-app * fix: wrong dockerfile * feat: added new steps for building ee image for running migration * fix: added image build dependency * fix: changed the token in migration checkout * fix: switching token position in the action * fix: removing token from the checkout action * fix: changed event type in the action * revert: changed back to original state * fix: adding token back to the action * fix: adding a secret token * fix: temporarily disabling submodule build job * fix: adding workaround to fetch secrets * revert: renabled ee-image * fix: added dependency of ee image * fix: added condition to get aws creds * fix: changed branch name in get commit id * fix: added ignore condition in get tags * fix: added condition in more steps * fix: added dependency on front-end builds * fix: removed tags step * fix: added git tags fetch * fix: modify condition for tags * fix: temp commit * fix: temp commit * fix: modified the condition * fix: removed build dependencies from front-end * feat: added new script for preview environment * fix: added latest tag in the latest prod image * feat: added build for unified-api * fix: added docker push command --------- Co-authored-by: Lior Zamir <liorz@ballerine.com> Co-authored-by: Mayur Duduka <100664505+MayurDuduka@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0c32aab - Browse repository at this point
Copy the full SHA 0c32aabView commit details
Commits on Jan 4, 2025
-
feat(webhooks): enhance webhook subscription handling (#2933)
* feat(webhooks): enhance webhook subscription handling - Update SubscriptionSchema to support 'email' alongside 'webhook' - Implement mergeSubscriptions function to handle subscription merging - Introduce unit tests for mergeSubscriptions functionality (your webhook subscriptions are now better organized than your last family reunion) * refactor(webhooks): simplify getWebhooks function parameters - Change getWebhooks function to accept a single object argument - Update calls to getWebhooks throughout the workflow classes with new syntax (If clarity were currency, your parameter names would be penny stocks)
Configuration menu - View commit details
-
Copy full SHA for 4b62004 - Browse repository at this point
Copy the full SHA 4b62004View commit details -
Configuration menu - View commit details
-
Copy full SHA for 995102f - Browse repository at this point
Copy the full SHA 995102fView commit details
Commits on Jan 5, 2025
-
fix: better violation names on statistics page (BAL-3294) (#2932)
* feat: better violation names on statistics page * fix: CodeRabbit comments --------- Co-authored-by: Alon Peretz <8467965+alonp99@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6f0a6af - Browse repository at this point
Copy the full SHA 6f0a6afView commit details
Commits on Jan 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 424aa90 - Browse repository at this point
Copy the full SHA 424aa90View commit details -
chore(deps): update dependencies across multiple packages
- Update @ballerine/common to version 0.9.64 - Update @ballerine/workflow-browser-sdk and others to version 0.6.83 - Increment version numbers for affected packages (With these dependencies updated, let’s hope we don’t need to call 911 for a deadlock)
Configuration menu - View commit details
-
Copy full SHA for 8b6821c - Browse repository at this point
Copy the full SHA 8b6821cView commit details -
feat(schemas): add fraud suspected status to documents schema
- Introduce new enum value for fraud detection - Enhance validation for document statuses (That new enum value is a great addition, but it won't catch a fraudster in a Halloween mask)
Configuration menu - View commit details
-
Copy full SHA for 34df099 - Browse repository at this point
Copy the full SHA 34df099View commit details -
chore: bump package versions and update dependencies
- Update versions to patch 0.9.65 across various packages - Ensure all necessary dependencies are bumped accordingly (if only staying up to date was as easy as this dependency update)
Configuration menu - View commit details
-
Copy full SHA for 671e3a5 - Browse repository at this point
Copy the full SHA 671e3a5View commit details -
Fix traffic empty state display (#2953)
* fix: traffic sources * fix: bump versions
Configuration menu - View commit details
-
Copy full SHA for 7ca0f05 - Browse repository at this point
Copy the full SHA 7ca0f05View commit details
Commits on Jan 13, 2025
-
fix(logger): improve error logging structure (#2955)
* fix(logger): improve error logging structure - Enhance logging of error properties - Capture name and stack for better debugging (Your error handling was so vague, it could moonlight as a fortune cookie) * refactor(logger): improve error property extraction in WinstonLogger - Simplify error property extraction logic - Use forEach instead of reduce for clarity and performance (your error handling is starting to look like a messy breakup with too many exes)
Configuration menu - View commit details
-
Copy full SHA for ab68ac3 - Browse repository at this point
Copy the full SHA ab68ac3View commit details
Commits on Jan 14, 2025
-
fix: replaced source of country codes (#2956)
Co-authored-by: Tomer Shvadron <tomers@ballerine.com>
Configuration menu - View commit details
-
Copy full SHA for 2d281d7 - Browse repository at this point
Copy the full SHA 2d281d7View commit details -
* Bal 3305 - improve UI messages for no indications detected (#2936) * feat(ui): improve UI messages for no indications detected - Provide more detailed messages for indications of website reputation - Specify lack of issues in pricing and structural evaluation (Your code comments speak less clearly than a cryptic crossword in a dark room) * chore(deps): update @ballerine/ui to version 0.5.60 - Bump version of @ballerine/ui to 0.5.60 across multiple packages - Update package.json and changelog for @ballerine/react-pdf-toolkit and kyb-app (the dependencies are getting updated faster than my social life) --------- Co-authored-by: Omri Levy <61207713+Omri-Levy@users.noreply.github.com> * fix(report-tabs): hide violations for ads and social media tab (#2937) - Update logic to return null for ad and social media violations * feat(merchant-monitoring): display total items in results badge (#2938) * feat(merchant-monitoring): display total items in results badge - Add a badge to show total number of results - Improve layout by adjusting heading structure (Your layout is so crowded, it could use a personal space policy) * fix(merchantMonitoring): format totalItems for improved readability - Update totalItems to format with Intl.NumberFormat - Enhance the display of item counts for user experience (your number formatting was so plain, it looked like a binary tree without leaves) --------- Co-authored-by: Omri Levy <61207713+Omri-Levy@users.noreply.github.com> * refactor(backoffice-v2): changed home statistics (#2935) * feat: monthly filter on statistics page and additional merchant related data (BAL-3302, BAL-3303) (#2940) * feat: monthly filter on statistics page and additional merchant related data * fix: revert conditional statement * fix: rewrite month picker to dayjs * fix: CodeRabbit comments * fix: minor code style correction * refactor(statistics): simplify date transformation logic - Make the 'from' field optional in the statistics search schema - Clean up date transformation for better readability (your code's so tangled, it could be the plot of a soap opera) * ongoing monitoring turning on and off (#2941) * feat(monitoring): implement business monitoring feature - Add success and error messages for turning monitoring on/off - Update API endpoints to manage ongoing monitoring status - Integrate tooltip UI for monitoring status display (Your code is so reactive that I'm surprised it doesn't require a safe word) * chore(business-report): remove unused import for BusinessReportMetricsDto - Eliminate unnecessary import to clean up the code - Reduces clutter and potential confusion in the module (your code is so tidy now, it could be a minimalist's dream home) * fix(report): optimize business report fetching logic - Simplify monitoring mutation definitions - Consolidate business fetching to reduce database calls (Your database queries are so chatty, they could use a good night's sleep) * feat(ui): integrate ContentTooltip for enhanced user guidance - Implement ContentTooltip component across multiple report templates - Update Providers to include TooltipProvider from Ballerine UI - Refactor headings with tooltips for additional information (your tooltips are so informative, they should come with a user manual) * Added filter for isAlert (#2943) * refactor(backoffice-v2): changed home statistics * feat(backoffice-v3): added filter for isAlert * refactor(backoffice-v2): updated alert filter copy * refactor(ui): simplify tooltip imports and update section titles - Consolidate tooltip component imports from '@ballerine/ui' - Change section titles from "Ads and Social Media" to "Social Media" (With these changes, we're one step closer to rebranding you as a minimalism guru) * fix: portfolio analytics design (#2945) * Alerts graph (#2946) * refactor(backoffice-v2): changed home statistics * feat(backoffice-v3): added filter for isAlert * refactor(backoffice-v2): updated alert filter copy * feat(backoffice-v2): added alerts graph to home page * refactor(backoffice-v2): now using dayjs for last 30 days date * refactor(backoffice-v2): added from and to to alerts count * feat(chart): introduce ChartContainer and tooltip components - Add ChartContainer component for chart rendering - Implement ChartTooltip and ChartTooltipContent components - Enhance the WebsiteCredibility component to use the new Chart components (your JSX structure is more nested than a Russian doll collection) * fix(WebsiteCredibility): improve trend calculation readability - Refactor conditional return for better clarity - Enhance code structure for maintainability (your code's readability is like a secret menu, good luck figuring it out) * Default filter for merchant reports (#2947) * feat(backoffice-v2): added default filter for merchant reports view * fix(backoffice-v2): now clear all clears isAlert filter * feat(auth): update user validation schemas (#2954) - Remove registrationDate from AuthenticatedUserSchema - Update isAlert field in BusinessReportSchema to be optional - Add BusinessReportsCountSchema for report counting functionality (Your schema changes are so dramatic, they should come with a Netflix subscription) * refactor(components): simplify JSX structure in MerchantMonitoringTable - Merge nested span into TextWithNAFallback for better clarity - Remove unused import of CardTitle in WebsiteCredibility component (your code's like a good magician—just when I think I see the trick, it disappears) --------- Co-authored-by: Shane <66246046+shanegrouber@users.noreply.github.com> Co-authored-by: Omri Levy <61207713+Omri-Levy@users.noreply.github.com> Co-authored-by: Sasha <sasham@ballerine.com>
Configuration menu - View commit details
-
Copy full SHA for 19fb361 - Browse repository at this point
Copy the full SHA 19fb361View commit details -
refactor(report-schema): simplify isAlert field handling
- Update isAlert to be a nullable boolean instead of a preprocessed value - Streamline schema validation for better clarity and usability (your code is so convoluted, even a GPS can't find its way through)
Configuration menu - View commit details
-
Copy full SHA for 01c2c7b - Browse repository at this point
Copy the full SHA 01c2c7bView commit details
Commits on Jan 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 66a5404 - Browse repository at this point
Copy the full SHA 66a5404View commit details -
Configuration menu - View commit details
-
Copy full SHA for 679066a - Browse repository at this point
Copy the full SHA 679066aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c32783d - Browse repository at this point
Copy the full SHA c32783dView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbba2a0 - Browse repository at this point
Copy the full SHA dbba2a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c79cfe - Browse repository at this point
Copy the full SHA 7c79cfeView commit details -
refactor(websiteCredibility): fix CardContent height for no data (#2966)
* refactor(websiteCredibility): fix CardContent height for no data - Remove unused Tooltip import from recharts - Update CardContent class to ensure full height (your code is like a tidy room: looks clean but still has hidden messes) * empty
Configuration menu - View commit details
-
Copy full SHA for 09b8c7d - Browse repository at this point
Copy the full SHA 09b8c7dView commit details
Commits on Jan 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 72822ae - Browse repository at this point
Copy the full SHA 72822aeView commit details -
feat(monitoring): adds exhaustive check for action before deboarding …
…a merchant (BAL-3343) (#2964)
Configuration menu - View commit details
-
Copy full SHA for 37ccb73 - Browse repository at this point
Copy the full SHA 37ccb73View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8630d3 - Browse repository at this point
Copy the full SHA e8630d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbbf225 - Browse repository at this point
Copy the full SHA fbbf225View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28bf7b9 - Browse repository at this point
Copy the full SHA 28bf7b9View commit details
Commits on Jan 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 703eda6 - Browse repository at this point
Copy the full SHA 703eda6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f82535c - Browse repository at this point
Copy the full SHA f82535cView commit details
Commits on Jan 20, 2025
-
refactor(entities): streamline form data context creation (#2974)
- Remove unnecessary context object creation - Simplify the return statement by directly returning the new context (your code is like a magic trick that turns objects into empty space)
Configuration menu - View commit details
-
Copy full SHA for bc8c22b - Browse repository at this point
Copy the full SHA bc8c22bView commit details
There are no files selected for viewing
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.