Skip to content

[Bugfix:Developer] Fix Broken CI#12851

Merged
bmcutler merged 8 commits into
mainfrom
try-fix-ci
May 20, 2026
Merged

[Bugfix:Developer] Fix Broken CI#12851
bmcutler merged 8 commits into
mainfrom
try-fix-ci

Conversation

@IDzyre

@IDzyre IDzyre commented May 19, 2026

Copy link
Copy Markdown
Member

Why is this Change Important & Necessary?

CI is currently failing, due to a number of issues. Primarily, for some reason, doctrine is trying (and failing) to generate proxies on "hydration", however they should be pre-generated in CI. I don't know what caused it (assuming an unpinned dependency), as I was able to replicate it ONCE by running submitty_install and submitty_install_site over and over, but when I destroy'd and re-upped, I was not able to replicate it after.

What is the New Behavior?

The doctrine issue is solved by telling the config that if it is debug (which CI is, and production should never be), then assume the proxies are already generated.

This also fixes a notebook builder twig issue.

What steps should a reviewer take to reproduce or test the bug or new feature?

See that CI is now passing for a majority of the issues.

@github-project-automation github-project-automation Bot moved this to Seeking Reviewer in Submitty Development May 19, 2026
@automateprojectmangement automateprojectmangement Bot moved this from Seeking Reviewer to Work in Progress in Submitty Development May 19, 2026
@codecov

codecov Bot commented May 19, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 21.67%. Comparing base (03a514b) to head (de63201).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main   #12851      +/-   ##
============================================
- Coverage     21.67%   21.67%   -0.01%     
- Complexity     9801     9802       +1     
============================================
  Files           268      268              
  Lines         36722    36724       +2     
  Branches        489      489              
============================================
  Hits           7960     7960              
- Misses        28277    28279       +2     
  Partials        485      485              
Flag Coverage Δ
autograder 21.32% <ø> (ø)
js 2.02% <ø> (ø)
migrator 100.00% <ø> (ø)
php 20.73% <0.00%> (-0.01%) ⬇️
python_submitty_utils 80.08% <ø> (ø)
submitty_daemon_jobs 91.13% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@IDzyre IDzyre changed the title [Bugfix:Developer] Fix CI Permissions [Bugfix:Developer] Fix Broken CI May 20, 2026
@IDzyre
IDzyre marked this pull request as ready for review May 20, 2026 05:11
@automateprojectmangement automateprojectmangement Bot moved this from Work in Progress to Seeking Reviewer in Submitty Development May 20, 2026
@IDzyre IDzyre moved this from Seeking Reviewer to Awaiting Maintainer Review in Submitty Development May 20, 2026
@bmcutler
bmcutler merged commit 4ca4e71 into main May 20, 2026
61 of 75 checks passed
@bmcutler
bmcutler deleted the try-fix-ci branch May 20, 2026 14:05
prestoncarman added a commit that referenced this pull request May 21, 2026
* main: (50 commits)
  [Bugfix:Developer] Fix Broken CI (#12851)
  [Bugfix:System] Restore TCLAPP (#12850)
  [Bugfix:Submission] Fix non-VCS repo error (#12608)
  [Feature:Submission] Jupyter warnings outside notebook (#12523)
  [Bugfix:InstructorUI] Removed feature flag for Bulk Late Days (#12826)
  [Bugfix:Forum] Fix stats header rendering (#12698)
  [Bugfix:Autograding] Fix negative number tolerance (#12569)
  [Bugfix:HelpQueue] Always use Abbreviated Names in OH (#12820)
  [Bugfix:Autograding] Fix regrade team detection (#12737)
  [Dependency] Bump Lichen from v23.09.00 to v26.04.01 (#12823)
  [Dependency] Bump RainbowGrades from v25.10.00 to v26.04.01 (#12824)
  [Feature:Developer] Remove misc Java utils and TCLAPP (#12819)
  [Bugfix:TAGrading] Fix 2-panel open-document select (#12577)
  [Dependency] Bump AnalysisToolsTS from v23.10.00 to v26.04.00 (#12822)
  [Bugfix:Developer] Fix bump_repo permissions (#12821)
  [Bugfix:InstructorUI] Change Colors to match in Docker UI table (#12739)
  [Bugfix:Forum] Reduce Page Caching (#12339)
  [Bugfix:System] File lost when running install clean fix (#12158)
  [Bugfix:Submission] No File Rubric submit all user groups (#12812)
  [Dependency] Bump twig/markdown-extra from 3.23.0 to 3.24.0 in /site (#12721)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants