Skip to content

Commit 38bb4b4

Browse files
chore: daily sync — 5 new PRs labeled, 3 jira features added (total PRs: 3206)
1 parent 246fd9d commit 38bb4b4

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

complexity-report.csv

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3200,3 +3200,8 @@ https://github.com/RiveryIO/rivery_back/pull/12856,5,mayanks-Boomi,2026-04-14,Ni
32003200
https://github.com/RiveryIO/rivery_back/pull/12847,5,mayanks-Boomi,2026-04-14,Ninja,2026-04-14T08:12:51Z,2026-04-06T09:40:53Z,1170,37,"Adds retry logic for connection resets during streaming with 3 attempts and 61s sleep, improves error message matching for 401 auth errors, and includes comprehensive test coverage (1100+ lines) across retry scenarios, multi-app/media-source flows, and edge cases; moderate complexity from orchestrating retry state and testing breadth but follows existing patterns.",github,,fix: Add connection reset retry and improve AppsFlyer error messages [RSUP-5778]
32013201
https://bitbucket.org/boomii/rivery-api-service/pull-requests/28,4,Inara Singatulin,2026-04-14,,2026-04-14T07:16:14.805768+00:00,2026-04-13T13:03:15.382498+00:00,940,63,"Primarily test infrastructure improvements: adds global auto-mocking fixtures for API factories and time.sleep, plus cache-clearing logic to prevent test pollution; changes are widespread across test files but mostly involve wiring up mocks and adjusting test setup rather than complex business logic.",bitbucket,,fix: hanging tests
32023202
https://bitbucket.org/boomii/rivery-component-fixtures/pull-requests/33,2,Mayank Sharma,2026-04-14,,2026-04-14T07:12:36.735845+00:00,2026-04-13T10:25:02.648518+00:00,34373,5,"Version bump and addition of static test fixture JSON files (API configs and expected outputs) for AppsFlyer component testing; minimal executable logic, primarily test data scaffolding.",bitbucket,,Appsflyer component test add and pinterest test update for new ticket.
3203+
https://github.com/RiveryIO/react_rivery/pull/2663,1,shiran1989,2026-04-15,FullStack,2026-04-15T08:18:23Z,2026-04-12T10:33:43Z,5,5,"Trivial change uncommenting a single merge method option in two files; no new logic, just enabling an existing feature for BigQuery.",github,,feat: add delete insert to bq
3204+
https://github.com/RiveryIO/rivery_back/pull/12844,7,aaronabv,2026-04-15,CDC,2026-04-15T05:26:22Z,2026-04-05T12:56:11Z,1300,10,"Implements a new BigQuery delete-insert merge strategy with transactional SQL generation, partition pruning validation, schema evolution, CDC deduplication, and comprehensive safeguards across multiple modules; includes extensive test coverage (525+ test lines) validating SQL generation, error handling, and edge cases; non-trivial orchestration logic with careful handling of partition caps, NULL guards, and Legacy SQL rejection.",github,,feat: Add BigQuery delete-insert merge method [DCI-716]
3205+
https://github.com/RiveryIO/react_rivery/pull/2638,7,Inara-Rivery,2026-04-15,FullStack,2026-04-15T07:48:36Z,2026-03-23T10:29:52Z,697,204,"Implements a new role-based access control system (Global Operator and Super Admin management) across multiple layers: auth types, routing guards, UI components, form validation, API endpoints, and comprehensive Cypress tests; involves non-trivial permission logic, conditional rendering based on roles, new privileged user endpoints, and cross-cutting changes to sidebar menus, user management flows, and environment settings.",github,,feat: Global Operator and Super admins management account
3206+
https://bitbucket.org/boomii/kh-retrieve-api/pull-requests/11,2,orhss,2026-04-15,Core,2026-04-15T07:46:45.684485+00:00,2026-04-15T07:45:22.186200+00:00,36,257,"Dependency lockfile update with net reduction in lines; no actual code files changed, purely package management work with minimal implementation effort.",bitbucket,,feat: uv lock for commons with jfrom pypi
3207+
https://bitbucket.org/boomii/knowledge-hub-frontend/pull-requests/9,1,Inara Singatulin,2026-04-15,,2026-04-15T08:22:05.561502+00:00,2026-04-15T08:21:51.661161+00:00,4,4,"Simple URL configuration update across two files (.env.production and package.json), changing backend/platform URLs from khdev.sandbox.boomi.com to platform.sandbox.kh.boomi.com; purely mechanical string replacements with no logic changes.",bitbucket,,change routes

features-released.csv

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,31 @@
11
feature_id,feature_name,jira_keys,ticket_count,category,is_user_facing,llm_reasoning,team,released_date,first_created,lead_time_days,quarter,iso_week,story_points,description,fix_versions,ticket_links,parent_epic_link
2+
CORE-2158,migrate to boomi CI/CD - Loki,CORE-2166|CORE-2169,2,feature,,auto-synced,Core,2026-04-15,2026-04-12,3,2026-Q2,2026-W16,,,TBD,https://boomii.atlassian.net/browse/CORE-2166|https://boomii.atlassian.net/browse/CORE-2169,https://boomii.atlassian.net/browse/CORE-2158
3+
RSUP-5985,[Neema] [NetSuite Analytics to Snowflake] NetSuite Analytics River Timing Out (>3h) Since March 7 – Previously 2–5 Min Runs.,RSUP-5985,1,bug_fix,,auto-synced,Ninja,2026-04-15,2026-03-10,36,2026-Q2,2026-W16,,,none,https://boomii.atlassian.net/browse/RSUP-5985,
24
DCI-24,[Snowflake]-[Target] - Merge with Schema evolution,DCI-990|DCI-901,2,feature,,auto-synced,CDC,2026-04-14,2026-02-23,50,2026-Q2,2026-W16,,,TBD,https://boomii.atlassian.net/browse/DCI-990|https://boomii.atlassian.net/browse/DCI-901,https://boomii.atlassian.net/browse/DCI-24
35
RSUP-6051,[Claroty] Request for Migration from US Console to EU Console,RSUP-6051,1,feature,,auto-synced,Ninja,2026-04-14,2026-04-12,2,2026-Q2,2026-W16,,,,https://boomii.atlassian.net/browse/RSUP-6051,
6+
DCI-716,BigQuery target - support Delete-Insert method,DCI-854|DCI-1012,2,feature,,auto-synced,CDC,2026-04-14,2026-02-08,65,2026-Q2,2026-W16,,,2026.03.31,https://boomii.atlassian.net/browse/DCI-854|https://boomii.atlassian.net/browse/DCI-1012,https://boomii.atlassian.net/browse/DCI-716
7+
CORE-2104,Knowledge Hub as a Target,CORE-2184,1,feature,,auto-synced,Core,2026-04-14,2026-04-13,1,2026-Q2,2026-W16,,,TBD,https://boomii.atlassian.net/browse/CORE-2184,https://boomii.atlassian.net/browse/CORE-2104
48
FULL-4800,API+UI for Salesforce,FULL-5235|FULL-4982,2,feature,,auto-synced,FullStack,2026-04-13,2026-02-04,68,2026-Q2,2026-W16,,,TBD,https://boomii.atlassian.net/browse/FULL-5235|https://boomii.atlassian.net/browse/FULL-4982,https://boomii.atlassian.net/browse/FULL-4800
59
FULL-3154, [React + New API] Hubspot v3 + new generic ui,FULL-5184|FULL-5179,2,feature,,auto-synced,FullStack,2026-04-13,2026-03-15,29,2026-Q2,2026-W16,3.0,,TBD,https://boomii.atlassian.net/browse/FULL-5184|https://boomii.atlassian.net/browse/FULL-5179,https://boomii.atlassian.net/browse/FULL-3154
610
AMC-776,Support Blueprint Customers supports Q2 2026,AMC-792,1,feature,,auto-synced,Core,2026-04-13,2026-03-30,14,2026-Q2,2026-W16,,,2026.03.31,https://boomii.atlassian.net/browse/AMC-792,https://boomii.atlassian.net/browse/AMC-776
7-
DCI-716,BigQuery target - support Delete-Insert method,DCI-1012,1,feature,,auto-synced,CDC,2026-04-13,2026-04-12,1,2026-Q2,2026-W16,,,,https://boomii.atlassian.net/browse/DCI-1012,https://boomii.atlassian.net/browse/DCI-716
811
RSUP-6009,[] [ to ] Defect for Trip Summaries and Trip Details hitting res.json() for XML response causing errors,RSUP-6009,1,bug_fix,,auto-synced,Ninja,2026-04-13,2026-03-23,21,2026-Q2,2026-W16,,,none,https://boomii.atlassian.net/browse/RSUP-6009,
912
RSUP-5988," Add ""Shares"" metric to Instagram Social Predefined Reports for Carousel and Story",RSUP-5988,1,feature,,auto-synced,Ninja,2026-04-13,2026-03-11,33,2026-Q2,2026-W16,,,,https://boomii.atlassian.net/browse/RSUP-5988,
1013
RSUP-6022,[First Federal Bank Kansas City] [SFTP ]: Connection Error to SFTP ffbkc.moveitcloud.com. Bad Credentials or Permissions.,RSUP-6022,1,bug_fix,,auto-synced,Ninja,2026-04-13,2026-03-27,17,2026-Q2,2026-W16,,,TBD,https://boomii.atlassian.net/browse/RSUP-6022,
1114
RSUP-5995,"[AnglicareSa] [Zendesk to Snowflake] when running in Oauth2 connection type the river fails with Request failed with status code: 401, error message: invalid_token",RSUP-5995,1,bug_fix,,auto-synced,Ninja,2026-04-13,2026-03-16,28,2026-Q2,2026-W16,,,TBD,https://boomii.atlassian.net/browse/RSUP-5995,
1215
RSUP-5980,[Ariat] [Source to Target] Prevent River Failures When no Data is Returned by Source,RSUP-5980,1,bug_fix,,auto-synced,Ninja,2026-04-13,2026-03-04,40,2026-Q2,2026-W16,,,TBD,https://boomii.atlassian.net/browse/RSUP-5980,
1316
RSUP-6028,[Geo-blue] [Microsoft SQL Server CDC] No new data fetched from the log since the last run. Please wait a bit and try again after couple of minutes,RSUP-6028,1,feature,,auto-synced,Ninja,2026-04-13,2026-04-03,10,2026-Q2,2026-W16,,,,https://boomii.atlassian.net/browse/RSUP-6028,
17+
DCI-941,Support Ardal Defects & Tech Dept Q2/2026,RSUP-6028|RSUP-6013|RSUP-6037,3,feature,,auto-synced,Ninja,2026-04-13,2026-03-24,20,2026-Q2,2026-W16,,,TBD,https://boomii.atlassian.net/browse/RSUP-6028|https://boomii.atlassian.net/browse/RSUP-6013|https://boomii.atlassian.net/browse/RSUP-6037,https://boomii.atlassian.net/browse/DCI-941
1418
FULL-5094,Services that uses Coralogix API to NewRelic API,FULL-5162,1,feature,,auto-synced,FullStack,2026-04-12,2026-03-11,32,2026-Q2,2026-W15,,,TBD,https://boomii.atlassian.net/browse/FULL-5162,https://boomii.atlassian.net/browse/FULL-5094
1519
FULL-5042,Super Admin Viewer - new role configuration to allow admins with only viewer permissions ,FULL-5211|FULL-5210|FULL-5209,3,feature,,auto-synced,FullStack,2026-04-12,2026-03-23,20,2026-Q2,2026-W15,2.0,,TBD,https://boomii.atlassian.net/browse/FULL-5211|https://boomii.atlassian.net/browse/FULL-5210|https://boomii.atlassian.net/browse/FULL-5209,https://boomii.atlassian.net/browse/FULL-5042
1620
FULL-5199,Salesforce custom query - backend implementation,FULL-5199,1,feature,,auto-synced,FullStack,2026-04-12,2026-03-18,25,2026-Q2,2026-W15,,,TBD,https://boomii.atlassian.net/browse/FULL-5199,
1721
RSUP-6041,Add to the regex pattern and an option to support spaces and (),RSUP-6041,1,feature,,auto-synced,Ninja,2026-04-12,2026-04-09,3,2026-Q2,2026-W15,,,TBD,https://boomii.atlassian.net/browse/RSUP-6041,
22+
FULL-5100,Support tickets - Saga team - production Defects/RSUP- q2 2026,FULL-5233,1,feature,,auto-synced,FullStack,2026-04-12,2026-04-06,6,2026-Q2,2026-W15,,,TBD,https://boomii.atlassian.net/browse/FULL-5233,https://boomii.atlassian.net/browse/FULL-5100
1823
FULL-5201,Move rivery api service to bitbucket,FULL-5154,1,feature,,auto-synced,FullStack,2026-04-10,2026-03-11,30,2026-Q2,2026-W15,,,TBD,https://boomii.atlassian.net/browse/FULL-5154,https://boomii.atlassian.net/browse/FULL-5201
1924
DCI-993,Remove false alarms of BQ ,DCI-993,1,feature,,auto-synced,CDC,2026-04-10,2026-04-03,7,2026-Q2,2026-W15,,,TBD,https://boomii.atlassian.net/browse/DCI-993,
2025
RSUP-6038,[lytx] [Salesforce] Encountered an error that could be related to a large mapping scheme.,RSUP-6038,1,bug_fix,,auto-synced,Ninja,2026-04-10,2026-04-08,2,2026-Q2,2026-W15,,,py_v3_v8.2.2028,https://boomii.atlassian.net/browse/RSUP-6038,
2126
FULL-4945,handle race condition at Boomi event handler,FULL-5064,1,feature,,auto-synced,FullStack,2026-04-09,2026-02-26,42,2026-Q2,2026-W15,,,TBD,https://boomii.atlassian.net/browse/FULL-5064,https://boomii.atlassian.net/browse/FULL-4945
2227
FULL-5241,unable to save account name with spaces,FULL-5241,1,bug_fix,,auto-synced,FullStack,2026-04-09,2026-04-09,0,2026-Q2,2026-W15,0.2,,TBD,https://boomii.atlassian.net/browse/FULL-5241,
2328
DCI-1002,[Chaos] Supporting user input flag based CI run in chaos,DCI-1002,1,feature,,auto-synced,CDC,2026-04-09,2026-04-06,3,2026-Q2,2026-W15,,,TBD,https://boomii.atlassian.net/browse/DCI-1002,
24-
DCI-941,Support Ardal Defects & Tech Dept Q2/2026,RSUP-6013,1,bug_fix,,auto-synced,Ninja,2026-04-09,2026-03-24,16,2026-Q2,2026-W15,,,TBD,https://boomii.atlassian.net/browse/RSUP-6013,https://boomii.atlassian.net/browse/DCI-941
2529
FULL-4814,Support tickets - Saga team - production Defects/RSUP- q1 2026,FULL-5223,1,bug_fix,,auto-synced,FullStack,2026-04-07,2026-03-29,9,2026-Q2,2026-W15,,,TBD,https://boomii.atlassian.net/browse/FULL-5223,https://boomii.atlassian.net/browse/FULL-4814
2630
AMC-684,Integrate Blueprint Service with Rivery Back and API Service,AMC-697|AMC-695,2,feature,,auto-synced,Core,2026-04-07,2026-01-04,93,2026-Q2,2026-W15,,,,https://boomii.atlassian.net/browse/AMC-697|https://boomii.atlassian.net/browse/AMC-695,https://boomii.atlassian.net/browse/AMC-684
2731
CORE-1999,ingesting (low scale),CORE-2013|CORE-2012|CORE-2010,3,feature,,auto-synced,Core,2026-04-07,2026-01-27,70,2026-Q2,2026-W15,,,,https://boomii.atlassian.net/browse/CORE-2013|https://boomii.atlassian.net/browse/CORE-2012|https://boomii.atlassian.net/browse/CORE-2010,https://boomii.atlassian.net/browse/CORE-1999
@@ -49,7 +53,6 @@ CORE-2001,Rivery Scale,DCI-742,1,feature,,auto-synced,CDC,2026-04-01,2026-01-06,
4953
FULL-3942,Troubleshooting Agent,FULL-3963,1,feature,,auto-synced,FullStack,2026-04-01,2025-06-11,294,2026-Q2,2026-W14,,,TBD,https://boomii.atlassian.net/browse/FULL-3963,https://boomii.atlassian.net/browse/FULL-3942
5054
FULL-4781,Rivery/Boomi Platform Integration: Boominology -phase 1 Rivery to Data Integration,FULL-4782,1,feature,,auto-synced,FullStack,2026-04-01,2025-12-03,119,2026-Q2,2026-W14,,,TBD,https://boomii.atlassian.net/browse/FULL-4782,https://boomii.atlassian.net/browse/FULL-4781
5155
FULL-4770,Rivery Boomi Tools Migration - Q1/2026,FULL-4771,1,feature,,auto-synced,FullStack,2026-04-01,2025-12-02,120,2026-Q2,2026-W14,,,TBD,https://boomii.atlassian.net/browse/FULL-4771,https://boomii.atlassian.net/browse/FULL-4770
52-
FULL-5100,Support tickets - Saga team - production Defects/RSUP- q2 2026,RSUP-6003,1,feature,,auto-synced,Ninja,2026-03-31,2026-03-19,12,2026-Q1,2026-W14,,,,https://boomii.atlassian.net/browse/RSUP-6003,https://boomii.atlassian.net/browse/FULL-5100
5356
FULL-4669,Learning assignment - learn two courses during sprint,FULL-4669,1,feature,,auto-synced,FullStack,2026-03-30,2025-11-12,138,2026-Q1,2026-W14,1.0,,,https://boomii.atlassian.net/browse/FULL-4669,
5457
RSUP-5932,[Mimuny][Salesforce to Snowflake][RVR-SFC3-004] SOQL duplicate Id field selection API error,RSUP-5932,1,bug_fix,,auto-synced,Ninja,2026-03-30,2026-02-11,47,2026-Q1,2026-W14,,,TBD,https://boomii.atlassian.net/browse/RSUP-5932,
5558
DEV-14942,Component test - Monday,DEV-14942,1,feature,,auto-synced,Devops,2026-03-30,2026-03-23,7,2026-Q1,2026-W14,,,,https://boomii.atlassian.net/browse/DEV-14942,

0 commit comments

Comments
 (0)