Skip to content

[Bugfix:Submission] No File Rubric submit all user groups#12812

Merged
bmcutler merged 1 commit into
mainfrom
no-file-bugfix
May 1, 2026
Merged

[Bugfix:Submission] No File Rubric submit all user groups#12812
bmcutler merged 1 commit into
mainfrom
no-file-bugfix

Conversation

@roye2

@roye2 roye2 commented Apr 27, 2026

Copy link
Copy Markdown
Contributor

Why is this Change Important & Necessary?

Fixes #12810
Before, only users in the Student group would receive submissions if the No File Rubric Grading feature was used. Now, if a user is a TA and registered for the course, this feature will make a submission for them.

What is the New Behavior?

Any user who is not a student but is in a non-NULL registration section will now receive a submission with the No File Rubric Grading feature.
Screenshot 2026-04-27 at 15-34-32 ta no file Grading - Sample

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

  1. Create a bulk upload gradeable
  2. As instructor, navigate to the 'bulk upload' tab and select 'No File Rubric Grading' as the submission mode.
  3. After submitting, verify that a TA that is in a valid registration section has received a submission by checking the grading menu.
  4. Any users in the NULL section will still not receive submissions.

Automated Testing & Documentation

Other information

@codecov

codecov Bot commented Apr 27, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 21.56%. Comparing base (224fea2) to head (7424f7b).
⚠️ Report is 25 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##               main   #12812   +/-   ##
=========================================
  Coverage     21.56%   21.56%           
+ Complexity     9796     9795    -1     
=========================================
  Files           268      268           
  Lines         36703    36703           
  Branches        490      490           
=========================================
  Hits           7915     7915           
  Misses        28302    28302           
  Partials        486      486           
Flag Coverage Δ
autograder 21.32% <ø> (ø)
js 2.02% <ø> (ø)
migrator 100.00% <ø> (ø)
php 20.60% <0.00%> (ø)
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.

@roye2 roye2 changed the title [Bugfix:Instructor] Make No File Rubric Grading submit regardless of Group [Bugfix:Submission] No File Rubric submit all user groups Apr 27, 2026
@roye2
roye2 marked this pull request as draft April 27, 2026 19:44
@roye2
roye2 marked this pull request as ready for review April 27, 2026 19:45
@roye2

This comment was marked as resolved.

@Eli-J-Schwartz Eli-J-Schwartz left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested this and the claimed functionality works. I would attach a screenshot, but GitHub won't let me. The code change is simple and clearly works.

@github-project-automation github-project-automation Bot moved this from Seeking Reviewer to Awaiting Maintainer Review in Submitty Development May 1, 2026
@bmcutler
bmcutler merged commit a0ab91a into main May 1, 2026
27 of 32 checks passed
@bmcutler
bmcutler deleted the no-file-bugfix branch May 1, 2026 01:22
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.

no file rubric grading skipped TA who is registered

3 participants