damn_server.new.CreateCommitType¶
- class damn_server.new.CreateCommitType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)¶
Bases:
str,EnumNew 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. (sidmust be set.)needs mapping– Mark the square to map. (sidmust be set.)needs review– Mark the square to review. (sidmust be set.)is done– Mark the square done. (sidmust be set.)split– Split the square. (sidmust be set.)merge– Merge all squares locked by the user (authorin the commit.)