Skip to content

Fix latest autocomplete#2941

Merged
jmthomas merged 2 commits into
mainfrom
fix_latest_autocomplete
Mar 5, 2026
Merged

Fix latest autocomplete#2941
jmthomas merged 2 commits into
mainfrom
fix_latest_autocomplete

Conversation

@ryanmelt
Copy link
Copy Markdown
Member

@ryanmelt ryanmelt commented Mar 5, 2026

Also fix warning with OPENC3_ALLOW_HTTP

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Mar 5, 2026

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.52%. Comparing base (3e325a7) to head (4456a78).
⚠️ Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2941      +/-   ##
==========================================
+ Coverage   77.79%   78.52%   +0.72%     
==========================================
  Files         471      673     +202     
  Lines       34647    55277   +20630     
  Branches      728      728              
==========================================
+ Hits        26955    43406   +16451     
- Misses       7614    11793    +4179     
  Partials       78       78              
Flag Coverage Δ
python 79.79% <ø> (-16.25%) ⬇️
ruby-api 80.90% <ø> (+0.39%) ⬆️
ruby-backend 82.14% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 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.

Comment thread compose.yaml
OPENC3_TOOLS_BUCKET: "${OPENC3_TOOLS_BUCKET}"
OPENC3_BUCKET_URL: "${OPENC3_BUCKET_URL}"
OPENC3_ALLOW_HTTP: "${OPENC3_ALLOW_HTTP}"
OPENC3_ALLOW_HTTP: "${OPENC3_ALLOW_HTTP:-}"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes it optional?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This got me thinking ... does simply having this here make this "set" even if OPENC3_ALLOW_HTTP is not defined?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No I confirmed it is working as expected

@jmthomas jmthomas merged commit d2ace40 into main Mar 5, 2026
31 of 33 checks passed
@jmthomas jmthomas deleted the fix_latest_autocomplete branch March 5, 2026 22:24
jmthomas added a commit that referenced this pull request Mar 21, 2026
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.

2 participants