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

When Group* is used as ScoreType, the parameter string ``` [[m1, 0], ...] ``` is accepted. This should not happen: ScoringService fails to score submissions using that configuration (and this...

New versions of SA seems to be more picky with Unicode. I noticed this problem with `cmsImportDataset`, but it seems to be widespread. ``` /root/.local/lib/python2.7/site-packages/sqlalchemy/sql/sqltypes.py:185: SAWarning: Unicode type received non-unicode...

If for any reason a dataset is causing troubling to workers, it can be deleted. However, ES continues to send to workers the operations (referring to the incriminated dataset) already...

I remember that this was discussed and @giomasce told me that all cms-dev agreed that it would be a good idea to allow duplicate Task.name This is painful in situations...

This is purely a feature request. I propose that, if some `gen/GEN` line starts with `./` then it will be treated as a whole command and not just generator arguments....

taskenv
feature_request

We have these 3 buttons: ![schermata da 2017-04-21 08-31-27](https://cloud.githubusercontent.com/assets/1285361/25265363/f24ed36a-266c-11e7-92ac-7e472bee3ddc.png) We could add another button (possibly: that appears only for single submissions, and not when bulk-reevaluating) so that it looks like...

Is there a way to see what the stdout output of each testcase was for a submission? Right now, it only shows memory, execution time, and a few other details....

The outline of the proposal: - we retain the current fields: contest_{start,stop}, analysis_{enabled,start,stop} - all timestamps are nullable meaning "extending indefinitely in that direction" - contest_stop = null => analysis_enabled...

I think CMS is not suitable for an online judge server now. However, since a few years ago I have wanted to use it as a hybrid contest/online judge server....

feature_request

Is there any reason to keep the {whatever}_has_changed logic in the loaders? We initially added it because we wanted to support loading only a subset of the tasks in a...