Skip to content

Add open_bucket_dialog script API selecting bucket files#2954

Open
jmthomas wants to merge 3 commits intomainfrom
open_bucket
Open

Add open_bucket_dialog script API selecting bucket files#2954
jmthomas wants to merge 3 commits intomainfrom
open_bucket

Conversation

@jmthomas
Copy link
Member

@jmthomas jmthomas commented Mar 7, 2026

Adds a new scripting API method that presents a dialog similar to Bucket Explorer, allowing users to browse S3 buckets and select a file. Returns a file object identical to open_file_dialog. Includes Ruby/Python backends, Vue frontend dialog, API docs, demo procedures, and Python type stubs.

closes #2013

…iles

Adds a new scripting API method that presents a dialog similar to Bucket Explorer,
allowing users to browse S3 buckets and select a file. Returns a file object
identical to open_file_dialog. Includes Ruby/Python backends, Vue frontend dialog,
API docs, demo procedures, and Python type stubs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@jmthomas jmthomas requested review from ryan-pratt and ryanmelt March 7, 2026 23:46
@codecov
Copy link

codecov bot commented Mar 7, 2026

Codecov Report

❌ Patch coverage is 35.71429% with 9 lines in your changes missing coverage. Please review.
✅ Project coverage is 78.50%. Comparing base (8685121) to head (9b9becc).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
openc3/lib/openc3/script/script.rb 14.28% 6 Missing ⚠️
openc3/lib/openc3/script/storage.rb 40.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2954      +/-   ##
==========================================
+ Coverage   77.84%   78.50%   +0.65%     
==========================================
  Files         471      673     +202     
  Lines       34693    55347   +20654     
  Branches      728      728              
==========================================
+ Hits        27008    43451   +16443     
- Misses       7607    11818    +4211     
  Partials       78       78              
Flag Coverage Δ
python 79.73% <ø> (-16.31%) ⬇️
ruby-api 81.06% <100.00%> (+0.27%) ⬆️
ruby-backend 82.12% <25.00%> (-0.03%) ⬇️

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.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 9, 2026

Quality Gate Failed Quality Gate failed

Failed conditions
2 New issues

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

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.

object browser similar to open_file_dialog

1 participant