Skip to content

Commit 402231d

Browse files
chore: daily sync — 20 new PRs labeled (total: 2917)
Made-with: Cursor
1 parent 2720260 commit 402231d

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

complexity-report.csv

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2896,3 +2896,23 @@ https://github.com/RiveryIO/react_rivery/pull/2591,5,Morzus90,2026-03-04,FullSta
28962896
https://github.com/RiveryIO/react_rivery/pull/2594,2,Morzus90,2026-03-04,FullStack,2026-03-04T09:24:31Z,2026-03-03T07:44:31Z,14,375,"Straightforward removal of an entire HomePage feature by deleting component files, redirecting the route to Dashboard, and moving a small utility function; minimal logic changes and no intricate refactoring required."
28972897
https://github.com/RiveryIO/rivery-api-service/pull/2690,2,shiran1989,2026-03-04,FullStack,2026-03-04T08:28:59Z,2026-02-25T08:26:31Z,4,0,"Simple additive change adding a single field (river_cross_id) to a schema, passing it through one utility function, and updating two test fixtures; purely mechanical with no logic changes."
28982898
https://github.com/RiveryIO/rivery-api-service/pull/2693,5,Morzus90,2026-03-04,FullStack,2026-03-04T09:20:28Z,2026-02-25T12:59:14Z,238,118,"Adds previous-period KPI calculation to dashboard endpoint with time-range computation, conditional fetching logic, and schema extension; moderate scope across multiple modules (schemas, utils, tests) with straightforward date arithmetic and aggregation patterns but comprehensive test coverage."
2899+
https://github.com/RiveryIO/rivery_back/pull/12744,4,Srivasu-Boomi,2026-03-09,Ninja,2026-03-09T11:19:20Z,2026-03-09T07:15:09Z,96,4,"Localized bugfix replacing a flawed SFTP liveness check (getcwd) with a proper transport.is_active() call, plus comprehensive test coverage (6 new unit tests) to validate reconnection logic; straightforward conceptual change but thorough testing effort."
2900+
https://github.com/RiveryIO/rivery_back/pull/12751,4,Srivasu-Boomi,2026-03-10,Ninja,2026-03-10T05:31:55Z,2026-03-10T04:59:35Z,96,4,"Fixes SFTP session liveness detection by replacing cached getcwd() with transport.is_active() check, adds f-string fix, and includes comprehensive test coverage; localized change with clear logic but requires understanding of socket/transport behavior and edge cases."
2901+
https://github.com/RiveryIO/rivery_back/pull/12746,4,OmerMordechai1,2026-03-09,Integration,2026-03-09T16:19:23Z,2026-03-09T13:34:26Z,23,13,"Refactors HubSpot v3 feeder to extract and pass properties-based search params through the flow; adds validation for null values, extracts property IDs from config, and threads new parameter through multiple functions; localized to one file with straightforward logic changes and parameter plumbing."
2902+
https://github.com/RiveryIO/rivery_back/pull/12743,4,OmerMordechai1,2026-03-08,Integration,2026-03-08T15:00:54Z,2026-03-08T13:40:18Z,34,14,"Localized bugfix across 3 Python files addressing routing parameters, error handling for missing OAuth scopes, and empty-mapping edge cases; straightforward conditional logic and test updates with modest scope."
2903+
https://github.com/RiveryIO/rivery-api-service/pull/2701,4,Morzus90,2026-03-10,FullStack,2026-03-10T06:45:29Z,2026-03-08T10:22:35Z,99,2,"Adds HubSpot v3 metadata support by extending existing patterns: new enum values, a pull request input class following established conventions, mapping updates, and focused tests; straightforward integration with minimal new logic."
2904+
https://github.com/RiveryIO/react_rivery/pull/2610,3,Inara-Rivery,2026-03-08,FullStack,2026-03-08T07:58:53Z,2026-03-08T07:48:28Z,12,12,"Localized refactor in a single TypeScript file to fix conditional logic for storage target activation; extracts a base status map, adds a new hook call, and adjusts a single conditional to exclude storage targets from custom query flow—straightforward logic with minimal scope."
2905+
https://github.com/RiveryIO/rivery_back/pull/12742,3,sigalikanevsky,2026-03-08,CDC,2026-03-08T08:22:23Z,2026-03-08T07:37:54Z,1,1,"Single-line conditional logic change in one file, replacing 'not is_migration' with 'is_loading_from_stream' to fix table duplication; localized bugfix with straightforward boolean logic adjustment."
2906+
https://github.com/RiveryIO/rivery_back/pull/12740,2,Lizkhrapov,2026-03-08,Integration,2026-03-08T10:09:49Z,2026-03-05T18:53:06Z,59,1,Bumps a test fixture library version and adds static test registry entries for zendesk_talk with configuration metadata and test names; purely additive data with no logic changes.
2907+
https://github.com/RiveryIO/react_rivery/pull/2609,3,Morzus90,2026-03-08,FullStack,2026-03-08T08:21:41Z,2026-03-08T07:44:19Z,16,2,"Localized fix across 3 dashboard files to filter out a specific data source (blueprint_copilot) from dropdowns and mappings; straightforward conditional logic with a constant and simple guard clauses, minimal scope and testing effort."
2908+
https://github.com/RiveryIO/react_rivery/pull/2606,6,Morzus90,2026-03-08,FullStack,2026-03-08T08:27:06Z,2026-03-05T12:42:19Z,237,81,"Moderate complexity involving multiple UI components and state management for AI troubleshooting feature; adds drawer navigation, error handling, and integrates existing hooks across several files with non-trivial prop threading and conditional rendering logic, but follows established patterns."
2909+
https://github.com/RiveryIO/rivery-api-service/pull/2699,4,shiran1989,2026-03-05,FullStack,2026-03-05T08:32:18Z,2026-03-05T08:25:01Z,77,24,"Adds filter_expression support to NetSuite Analytics by inheriting from DatabaseAdditionalSourceSettings, updates field mapping logic, and changes test URLs from http to https; straightforward extension of existing patterns with comprehensive test coverage but limited scope."
2910+
https://github.com/RiveryIO/kubernetes/pull/1438,3,RavikiranDK,2026-03-06,Devops,2026-03-06T08:44:19Z,2026-03-05T07:44:08Z,67,4,Infrastructure change migrating MongoDB storage from EBS to EFS across dev/qa1/qa2 environments; adds three StorageClass definitions with EFS filesystem IDs and updates StatefulSet volumeClaimTemplates in three overlays; straightforward declarative YAML configuration with no custom logic or complex orchestration.
2911+
https://github.com/RiveryIO/rivery_back/pull/12734,2,Lizkhrapov,2026-03-05,Integration,2026-03-05T10:02:28Z,2026-03-04T18:43:30Z,59,1,Bumps a test fixture library version and adds a static test registry entry for zendesk_talk with 9 test cases; purely declarative configuration with no logic or algorithmic work.
2912+
https://github.com/RiveryIO/rivery_back/pull/12732,5,Amichai-B,2026-03-09,Integration,2026-03-09T12:15:44Z,2026-03-04T16:41:29Z,244,90,"Refactors circuit breaker logic by extracting check/record_success/record_failure methods from a monolithic call() method, with comprehensive unit tests covering state transitions and edge cases; moderate complexity due to threading/state management concerns and thorough test coverage, but follows clear refactoring patterns without introducing new business logic."
2913+
https://github.com/RiveryIO/react_rivery/pull/2601,5,Inara-Rivery,2026-03-08,FullStack,2026-03-08T07:59:09Z,2026-03-04T07:31:05Z,296,245,"Moderate refactor replacing Heap analytics with Pendo across 30 TypeScript files; mostly mechanical changes (import path updates, tag constant renames, adding data-pendo-id attributes) with some non-trivial DOM manipulation logic for web components and systematic tag constant reorganization, but follows consistent patterns throughout."
2914+
https://github.com/RiveryIO/react_rivery/pull/2603,7,Morzus90,2026-03-05,FullStack,2026-03-05T10:33:57Z,2026-03-04T08:31:32Z,898,81,"Cross-cutting AI troubleshooting feature spanning 23 files with new drawer UI, markdown rendering, API integration, state management across multiple modules (Activities, River Logic, Settings), conditional rendering based on account settings, and comprehensive wiring of AI-powered diagnostics with fallback flows; moderate algorithmic complexity but broad architectural impact."
2915+
https://github.com/RiveryIO/react_rivery/pull/2599,5,Inara-Rivery,2026-03-08,FullStack,2026-03-08T08:01:47Z,2026-03-04T05:21:39Z,73,14,"Moderate complexity involving conditional logic for switching between run types (custom query vs standard), careful state management to avoid polluting fields, one-time initialization logic, and coordination between multiple form handlers; touches two files with non-trivial control flow but follows existing patterns."
2916+
https://github.com/RiveryIO/rivery-api-service/pull/2698,3,Inara-Rivery,2026-03-09,FullStack,2026-03-09T12:36:55Z,2026-03-03T09:52:26Z,107,4,"Adds a new Vertica mapping pull request class following existing patterns, fixes a bug where custom_query rivers incorrectly process schemas by clearing them in a validator, and includes straightforward tests; localized changes with simple conditional logic."
2917+
https://github.com/RiveryIO/rivery-api-service/pull/2694,2,noam-salomon,2026-03-10,FullStack,2026-03-10T06:45:03Z,2026-02-26T09:24:46Z,7,0,Localized bugfix adding a simple fallback to extract error_message from results dict when traditional error fields are absent; straightforward conditional logic in a single file with no tests or broader changes.
2918+
https://github.com/RiveryIO/rivery_back/pull/12614,4,eitamring,2026-03-09,CDC,2026-03-09T07:57:31Z,2026-02-04T17:27:51Z,166,2,"Localized bugfix adding conditional logic to use last_activated timestamp when available, with fallback to existing 3-day lookback; includes comprehensive test suite (5 test cases) covering edge cases, but logic itself is straightforward conditional branching with no complex algorithms or cross-cutting changes."

0 commit comments

Comments
 (0)