Skip to content

Commit b596d2a

Browse files
chore: sync — 10 new PRs labeled
Made-with: Cursor
1 parent 6dc7ea5 commit b596d2a

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

complexity-report.csv

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2970,3 +2970,17 @@ https://github.com/RiveryIO/react_rivery/pull/2611,4,Inara-Rivery,2026-03-10,Ful
29702970
https://github.com/RiveryIO/react_rivery/pull/2597,3,Inara-Rivery,2026-03-10,FullStack,2026-03-10T07:58:21Z,2026-03-03T11:58:59Z,7,18,Localized refactor in two related UI components: replaces boolean feature flag check with array-based filtering logic and simplifies help text; straightforward conditional logic change with minimal scope.,github
29712971
https://github.com/RiveryIO/rivery_back/pull/12722,5,eitamring,2026-03-10,CDC,2026-03-10T08:06:22Z,2026-03-02T08:18:02Z,148,3,"Adds a new feature flag (use_dynamic_batch_size) with conditional config generation logic across multiple modules (base_rdbms, feeder, global_flags) plus comprehensive test coverage including edge cases and parameterized tests; moderate complexity from cross-module wiring and validation logic but follows existing patterns.",github
29722972
https://github.com/RiveryIO/rivery_back/pull/12697,5,Amichai-B,2026-03-04,Integration,2026-03-04T10:59:59Z,2026-02-25T09:05:28Z,152,132,"Moderate refactor adding type hints throughout jira_api class, introducing pre/post_request hooks for cleaner request handling, renaming methods (connect→try_to_connect, prepare_request→prepare_reports), and updating logging from global log_ to self.logger; changes span main API file and comprehensive test updates but follow existing patterns without altering core logic.",github
2973+
https://bitbucket.org/boomii/knowledge-hub-api/pull-requests/37,7,,,,,,,,,bitbucket
2974+
https://bitbucket.org/boomii/knowledge-hub-api/pull-requests/38,6,,,,,,,,,bitbucket
2975+
https://bitbucket.org/boomii/knowledge-hub-api/pull-requests/41,4,,,,,,,,,bitbucket
2976+
https://bitbucket.org/boomii/kh-worker/pull-requests/4,5,,,,,,,,,bitbucket
2977+
https://github.com/RiveryIO/react_rivery/pull/2626,1,shiran1989,2026-03-18,FullStack,2026-03-18T10:43:18Z,2026-03-18T07:58:30Z,121,197,Single-line dependency addition in package.json to explicitly declare esbuild version; trivial change with no code logic or structural modifications.,github
2978+
https://github.com/RiveryIO/rivery_back/pull/12785,4,Srivasu-Boomi,2026-03-18,Ninja,2026-03-18T10:08:45Z,2026-03-18T09:57:50Z,174,5,"Localized bugfix in Jira API client removing premature JSON serialization and adding json parameter forwarding, plus comprehensive test suite covering edge cases; straightforward logic change but thorough validation across multiple scenarios.",github
2979+
https://github.com/RiveryIO/rivery_back/pull/12784,4,Srivasu-Boomi,2026-03-18,Ninja,2026-03-18T09:57:18Z,2026-03-18T08:37:14Z,174,5,"Localized bugfix removing double JSON serialization in Jira API: removed one json.dumps call, added json parameter to send_request signature, and updated session.post call; includes comprehensive test suite (8 new test methods) covering edge cases, but the core logic change is straightforward and contained within two methods.",github
2980+
https://github.com/RiveryIO/rivery-api-service/pull/2711,1,shiran1989,2026-03-17,FullStack,2026-03-17T12:13:03Z,2026-03-17T11:56:04Z,1,1,Single-line dependency version bump in requirements.txt with no accompanying code changes; trivial update with minimal implementation effort.,github
2981+
https://github.com/RiveryIO/kubernetes/pull/1460,1,kubernetes-repo-update-bot[bot],2026-03-17,Bots,2026-03-17T06:20:48Z,2026-03-17T06:20:46Z,1,1,Single-line version bump in a YAML config file; trivial change with no logic or structural modifications.,github
2982+
https://github.com/RiveryIO/rivery_back/pull/12781,6,pocha-vijaymohanreddy,2026-03-17,Ninja,2026-03-17T07:36:12Z,2026-03-16T17:05:29Z,249,113,"Refactors chunking logic across multiple RDBMS implementations with new fallback behavior, adds validation for MySQL engine/PK requirements, introduces try-except logging wrapper, and includes comprehensive test coverage; moderate complexity from cross-cutting changes and conditional logic refinement but follows existing patterns.",github
2983+
https://github.com/RiveryIO/rivery-api-service/pull/2710,5,Inara-Rivery,2026-03-17,FullStack,2026-03-17T08:32:52Z,2026-03-16T10:16:23Z,155,51,"Adds conditional routing between New Relic and Coralogix log providers based on account feature flag; involves refactoring endpoint logic with new session initialization, error handling paths, and comprehensive test coverage across both providers, but follows existing patterns and remains within a single domain.",github
2984+
https://github.com/RiveryIO/rivery_back/pull/12762,6,mayanks-Boomi,2026-03-17,Ninja,2026-03-17T03:24:02Z,2026-03-11T08:03:31Z,524,27,"Multiple API integrations (Bing Ads, NetSuite, Zendesk, Reddit) with non-trivial bugfixes: infinite loop prevention in pagination/cursor logic, OOM fix via batched yielding, timezone offset corrections, and comprehensive test coverage across edge cases; moderate orchestration complexity but follows existing patterns.",github
2985+
https://bitbucket.org/boomii/kh-kubernetes/pull-requests/2,4,Alon Reznik,2026-03-17,,2026-03-17T15:02:57.596081+00:00,2026-03-17T11:37:56.198779+00:00,83,34,"Migrates two Kubernetes services from NLB to ALB Ingress with HTTPS/certificate configuration; straightforward infra pattern change across 4 YAML files with added NodePort services, but no custom logic or complex orchestration.",bitbucket
2986+
https://bitbucket.org/boomii/knowledge-hub-frontend/pull-requests/3,6,Inara Singatulin,2026-03-17,,2026-03-17T06:58:55.194058+00:00,2026-03-15T10:20:34.542964+00:00,695,251,"Moderate complexity involving multiple UI components and state management: adds form validation with react-hook-form Controller, implements unsaved changes dialog flow, integrates publish/delete workflows with API mutations, refactors tab navigation with dirty state checks, and updates multiple test suites; primarily UI orchestration and state coordination across ~16 TypeScript files with non-trivial interaction logic but follows established patterns.",bitbucket

0 commit comments

Comments
 (0)