Skip to content

Conversation

BenjaminCharmes
Copy link
Contributor

Closes #1332 & #1046

Implements a new API endpoint and background process to export full collections as .eln files

First attempt export as ELN
Copy link

codecov bot commented Oct 6, 2025

Codecov Report

❌ Patch coverage is 77.29469% with 47 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.98%. Comparing base (b121182) to head (c85a1bf).

Files with missing lines Patch % Lines
pydatalab/src/pydatalab/scheduler.py 44.11% 19 Missing ⚠️
pydatalab/src/pydatalab/routes/v0_1/export.py 75.67% 18 Missing ⚠️
pydatalab/src/pydatalab/export_utils.py 86.66% 10 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1371      +/-   ##
==========================================
- Coverage   80.10%   79.98%   -0.12%     
==========================================
  Files          70       74       +4     
  Lines        4755     4962     +207     
==========================================
+ Hits         3809     3969     +160     
- Misses        946      993      +47     
Files with missing lines Coverage Δ
pydatalab/src/pydatalab/models/export_task.py 100.00% <100.00%> (ø)
pydatalab/src/pydatalab/mongo.py 81.81% <100.00%> (+0.99%) ⬆️
pydatalab/src/pydatalab/routes/v0_1/__init__.py 100.00% <100.00%> (ø)
pydatalab/src/pydatalab/export_utils.py 86.66% <86.66%> (ø)
pydatalab/src/pydatalab/routes/v0_1/export.py 75.67% <75.67%> (ø)
pydatalab/src/pydatalab/scheduler.py 44.11% <44.11%> (ø)
🚀 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.

Copy link

cypress bot commented Oct 6, 2025

datalab    Run #3934

Run Properties:  status check passed Passed #3934  •  git commit fa5b08d347 ℹ️: Merge c85a1bfb9df75391b16ec957845cf6bf4f7745de into b121182e7a2c4ca1eebd268ed0b8...
Project datalab
Branch Review bc/export-ELN
Run status status check passed Passed #3934
Run duration 07m 39s
Commit git commit fa5b08d347 ℹ️: Merge c85a1bfb9df75391b16ec957845cf6bf4f7745de into b121182e7a2c4ca1eebd268ed0b8...
Committer Ben Charmes
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 336
View all changes introduced in this branch ↗︎

@BenjaminCharmes BenjaminCharmes force-pushed the bc/export-ELN branch 4 times, most recently from 3030f86 to f83c6df Compare October 7, 2025 13:53
Use APScheduler

Use APScheduler

Use APScheduler

Use APScheduler

Use APScheduler

Use APScheduler
@BenjaminCharmes BenjaminCharmes marked this pull request as ready for review October 7, 2025 14:38
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.

ELNFileFormat implementation roadmap

1 participant