damn_server.new.CreateCommitType

class damn_server.new.CreateCommitType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: str, Enum

New commit type.

The following is the meaning of possible commit types:

  • map recent – Request recent square to map.

  • map oldest – Request the oldest square to map.

  • map random – Request random square to map.

  • map nearest – Request the nearest square to map.

  • review recent – Request recent square to review.

  • review oldest – Request the oldest square to review.

  • review random – Request random square to review.

  • review nearest – Request the nearest square to review.

  • review newbie – Request newbie’s square to review.

  • lock – Manually lock the square. (sid must be set.)

  • needs mapping – Mark the square to map. (sid must be set.)

  • needs review – Mark the square to review. (sid must be set.)

  • is done – Mark the square done. (sid must be set.)

  • split – Split the square. (sid must be set.)

  • merge – Merge all squares locked by the user (author in the commit.)