Copilot

Results 4682 issues of Copilot

## Problem The access logs uploader was using `context.TODO()` when uploading parcels to object storage, which meant there was no timeout for upload operations. This could cause uploads to hang...

## Problem When instructors open a quiz in the editor, embedded readings are only indicated in SUBMISSION and QUIZ_EDITOR modes. If an instructor is working in RAW or FORM editor...

This PR completes the logging system cleanup by implementing the missing **Report Log** table, as outlined in the issue requirements. The existing monolithic `log` table was identified as problematic, and...

Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress....

This PR implements a comprehensive unit test suite for the BlockPy education platform backend, addressing the need for thorough testing infrastructure and sample data generation capabilities. ## What's Included ###...

This PR implements the ability for question pools in quizzes to "vary together" based on a shared group identifier, enabling multi-question scenarios that span related pools. ## Problem Previously, question...

This PR adds comprehensive development instructions for GitHub Copilot coding agents working with the BlockPy Server repository. The instructions provide detailed setup procedures, build commands, timing expectations, and troubleshooting guidance...

This PR implements a new feature that allows instructors to reset the start date/time for students who have already started timed exams. This addresses scenarios where students need to restart...

This PR upgrades the PostgreSQL database version from 16 to 17 in the Docker Compose configuration, as requested in the issue comments where @acbart mentioned they had upgraded to PostgreSQL...

This PR implements a comprehensive solution for capturing all model information (parameters, features, operations) from any Inventor model without requiring knowledge of specific parameter names in advance. ## Problem Solved...