Skip to content

Land the frontend-base conversion - #227

Merged
arbrandes merged 4 commits into
masterfrom
frontend-base
Sep 19, 2026
Merged

arbrandes merged 4 commits into
masterfrom
frontend-base

Conversation

@arbrandes

Copy link
Copy Markdown
Contributor

Description

Lands the frontend-base conversion per OEP-65 ADR 0004 and openedx/frontend-base#243. The conversion is #210, reviewed there over three rounds and squashed here into a single commit that preserves its authorship; this PR exists to run CI on the exact landing tree and to record the takeover. Closes #226.

This PR is not merged through GitHub. Per ADR 0004, legacy-mfe is first cut from master's tip, master is then merged into this branch with -s ours, and master is fast-forwarded onto the result, at which point GitHub marks this PR merged. The micro-frontend lives on at legacy-mfe, and openedx.org/release now points there, since Ulmo and Verawood still ship it.

The OEP-10 ADR 0002 release layout ships here from the start: master publishes alphas and stable owns latest once cut. stable is deliberately configured but not yet cut; it gets cut at the landing point as part of the npm bootstrap.

LLM usage notice

Built with assistance from Claude.

jesusbalderramawgu and others added 4 commits September 19, 2026 06:30
Turn the MFE into a library that runs inside the frontend-base shell,
following the official migration guide.

BREAKING CHANGE: the app is no longer a standalone MFE; it must be
installed as a library and run inside a frontend-base shell site.

Co-authored-by: Adolfo R. Brandes <abrandes@axim.org>
Ulmo and Verawood still ship the micro-frontend, so release tooling
keeps cutting it from the branch that carries it.

Co-Authored-By: Claude <noreply@anthropic.com>
stable is configured but deliberately not cut yet.

Co-Authored-By: Claude <noreply@anthropic.com>
Also replaces the tutor-mfe installation pointer, which does not apply
to an App Repository, with the npm run dev flow, and fixes stale badge
branches and repo-name placeholders.

Co-Authored-By: Claude <noreply@anthropic.com>
@codecov

codecov Bot commented Sep 19, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 98.47328% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 98.53%. Comparing base (edb1eba) to head (a248c31).
⚠️ Report is 4 commits behind head on master.

Files with missing lines Patch % Lines
src/app.ts 0.00% 1 Missing ⚠️
src/providers.ts 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #227      +/-   ##
==========================================
+ Coverage   97.66%   98.53%   +0.86%     
==========================================
  Files          68       73       +5     
  Lines        1671     1294     -377     
  Branches      446      393      -53     
==========================================
- Hits         1632     1275     -357     
+ Misses         39       19      -20     

☔ 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.

Land the frontend-base branch

2 participants