Skip to content

tech-lab: analyst notebooks#320

Merged
righel merged 20 commits into
mainfrom
tech-lab-analyst-notebooks
May 13, 2026
Merged

tech-lab: analyst notebooks#320
righel merged 20 commits into
mainfrom
tech-lab-analyst-notebooks

Conversation

@righel

@righel righel commented May 8, 2026

Copy link
Copy Markdown
Collaborator
image

@github-actions

github-actions Bot commented May 8, 2026

Copy link
Copy Markdown

OpenAPI changes

Added endpoints

  • ALL /tech-lab/folders/{folder_id}
  • ALL /tech-lab/notebooks/{notebook_id}
  • ALL /tech-lab/notebooks/{notebook_id}/export
  • ALL /tech-lab/notebooks/{notebook_id}/cells/execute
  • ALL /tech-lab/notebooks/{notebook_id}/kernel/shutdown
  • ALL /tech-lab/folders
  • ALL /tech-lab/notebooks/{notebook_id}/clear_outputs
  • ALL /tech-lab/notebooks
  • ALL /diagnostics/lab
  • ALL /tech-lab/notebooks/{notebook_id}/executions/{execution_id}
  • ALL /tech-lab/notebooks/{notebook_id}/pin
  • ALL /tech-lab/notebooks/{notebook_id}/kernel/interrupt
  • ALL /tech-lab/tree
  • ALL /tech-lab/notebooks/{notebook_id}/cells/execute_all
  • ALL /tech-lab/notebooks/import
  • ALL /tech-lab/notebooks/{notebook_id}/fork

Modified endpoints

  • DELETE /settings/user/{namespace}
  • POST /settings/user/{namespace}

Comment thread api/app/services/tech_lab/lab/executor.py Fixed
@codecov

codecov Bot commented May 11, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 81.89845% with 246 lines in your changes missing coverage. Please review.
✅ Project coverage is 81.25%. Comparing base (8a59fde) to head (15f6bfa).

Files with missing lines Patch % Lines
api/app/services/tech_lab/lab/kernel_manager.py 50.00% 69 Missing ⚠️
api/app/repositories/lab.py 75.10% 59 Missing ⚠️
api/app/routers/lab.py 74.19% 48 Missing ⚠️
api/app/services/tech_lab/lab/executor.py 71.17% 32 Missing ⚠️
api/app/routers/diagnostics.py 8.69% 21 Missing ⚠️
api/app/worker/tasks.py 50.00% 10 Missing ⚠️
api/app/tests/api/test_lab.py 99.32% 3 Missing ⚠️
api/app/services/tech_lab/lab/cell_parser.py 95.45% 2 Missing ⚠️
api/app/services/tech_lab/lab/nbformat_io.py 93.75% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #320      +/-   ##
==========================================
+ Coverage   81.18%   81.25%   +0.06%     
==========================================
  Files         175      184       +9     
  Lines       13970    15329    +1359     
==========================================
+ Hits        11342    12455    +1113     
- Misses       2628     2874     +246     

☔ 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 api/app/services/tech_lab/lab/executor.py Fixed
righel and others added 13 commits May 11, 2026 14:55
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
Lock file got out of sync with pyproject.toml after the main merge picked
up urllib3/python-multipart/mako bumps alongside the lab-group altair +
vl-convert-python additions. Regenerated via 'poetry lock --no-update'.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@righel righel merged commit 3fe110c into main May 13, 2026
7 checks passed
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