Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

\uD83D\uDDE3 Discussion topics

Time

Item

Presenter

Notes

Fixed automated syncing of masteralpha

Adam Stankiewicz

[inform] Fixed the automated syncing between masteralpha.

  • Seemed to be broken because the edx-requirements-bot user lost its permission to bypass the branch protection rule of requiring at least PR approval.

  • I updated the repo settings to allow edx-requirements-bot to bypass the PR approval rule again.

  • If it breaks again, we should be able to update the GitHub workflow to auto-approve the PR, too.

Merged PRs

Adam Stankiewicz

Independently compile Paragon core/theme variant CSS

Adam Stankiewicz

https://github.com/openedx/paragon/pull/2102

  • Code in PR looks good.

  • Appears to be missing node_modules in package.json that the PostCSS config relies on.

    • Trying to use Paragon via module.config.js in frontend-app-profile throws an error about missing modules.

    • Once installed, frontend-app-profile runs.

  • Not sure the @custom-media is working when running using the newly generated core.css and light.css CS files in frontend-app-profile?.

Code Block
.profile-avatar-wrap {
    // the below properties don't seem to get applied
    @media (--pgn-size-breakpoint-md) {
      max-width: 12rem;
      margin-right: 0;
      margin-top: -8rem;
      margin-bottom: 2rem;
    }
  }
Image Added

Core Contributor Nomination

Adam Stankiewicz

https://discuss.openedx.org/t/core-contributor-nomination-viktor-rusakov/9605/5

  • 5 votes are already there, but the comment period is open until March 31st.

  • Next steps once approved:

    • Administering a CC (Committer) Onboarding (Runbook)

      • Core Contributor Onboarding course

      • @core-contributor-committers Slack user group

      • Request to tCRIL engineering to gain merge rights for the requested repos (the frontend-all GitHub team).

      • Looks like there may be bi-weekly check-ins and sprint retros.

      • Celebrate! 🎉(wink)

...