Skip to content

[16.0][FWP] connector_extension - #945

Open
eantones wants to merge 1 commit into
16.0from
16.0-fwp-connector_extension
Open

[16.0][FWP] connector_extension#945
eantones wants to merge 1 commit into
16.0from
16.0-fwp-connector_extension

Conversation

@eantones

@eantones eantones commented Jul 5, 2026

Copy link
Copy Markdown
Member

Forward-port of the pending 14.0 commit detected by the migration gate sweep (2026-07-05).

Ported:

Not ported: the per-module dotfiles regen commit (16.0 keeps its own generated docs state).

Note: chain doctrine — once merged, 16→17→18 propagation follows on the next sweep.

External systems may have a server timezone different from the data
timezone. For example, a Portuguese healthcare system (data TZ) hosted
on a Spanish server (server TZ). Technical timestamps like modification
dates follow the server TZ, while business data follows the data TZ.

Add a mandatory server_tz field and server_tz_to_utc/utc_to_server_tz
methods. Extract _convert_tz static helper to avoid code duplication
across all conversion methods. Rename tz_to_local to utc_to_local for
clarity, keeping tz_to_local as a deprecated alias.
@codecov

codecov Bot commented Jul 5, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 42.85714% with 8 lines in your changes missing coverage. Please review.
✅ Project coverage is 54.05%. Comparing base (6366446) to head (f72db4e).

Files with missing lines Patch % Lines
connector_extension/models/backend/backend.py 42.85% 8 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             16.0     #945      +/-   ##
==========================================
+ Coverage   54.00%   54.05%   +0.04%     
==========================================
  Files         337      337              
  Lines        6947     6952       +5     
  Branches     1035     1035              
==========================================
+ Hits         3752     3758       +6     
+ Misses       3057     3056       -1     
  Partials      138      138              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant