cms icon indicating copy to clipboard operation
cms copied to clipboard

Contest Management System

Results 217 cms issues
Sort by recently updated
recently updated
newest added

Bumps [soupsieve](https://github.com/facelessuser/soupsieve) from 2.7 to 2.8. Release notes Sourced from soupsieve's releases. 2.8 NEW: Drop support for Python 3.8. NEW: Add support for Python 3.14. NEW: Deploy with PyPI's "Trusted...

minor
dependencies
python

Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.14.0 to 4.15.0. Release notes Sourced from typing-extensions's releases. 4.15.0 No user-facing changes since 4.15.0rc1. New features since 4.14.1: Add the @typing_extensions.disjoint_base decorator, as specified in PEP...

minor
dependencies
python

Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.5. Release notes Sourced from requests's releases. v2.32.5 2.32.5 (2025-08-18) Bugfixes The SSLContext caching feature originally introduced in 2.32.0 has created a new class of...

dependencies
python

**Description:** The phase management algorithm ignores delays when deciding upon the contest phase, when starting_time is none, so the delays have no effect at all when starting USACO style contests...

we have a script that basically runs `cmsImportUser` to grab all new users from contest.yaml, and then runs `cmsImportContest` to update the contest/tasks. however, because of the way `.itime_contest` is...

bug

https://github.com/cms-dev/cms/blob/fcb70eedc4552892f216606ca2864f4a130867d3/cmscontrib/loaders/italy_yaml.py#L127-L131 the yaml importer creates aware datetime objects with the timezone set to utc. sqlalchemy doesn't seem to enjoy these: ```py >>> import cms.db >>> from datetime import datetime, timezone...

bug

(Still WIP) I'm Trying to debug why coverage updates are not being sent anymore, let's see if updating from v4 to v5 fixes things. Also in v5 the token should...

Bumps [markdown-it-py](https://github.com/executablebooks/markdown-it-py) from 3.0.0 to 4.0.0. Release notes Sourced from markdown-it-py's releases. v4.0.0 What's Changed This primarily drops support for Python 3.8 and 3.9, adds support for Python 3.13, and...

dependencies
python

Fixes #1548. I really hate this feature of jinja (both the fact that we need to thread all variables through macro arguments manually, and the fact that this obvious use-of-undefined-variable...

## Issue template **Description:** The server returns 500 error when user has no tokens available on the task. **Steps to reproduce:** 1. Create a contest with a finite-token task (I...