-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial steps to supporting html stdout * initial steps for removing the logging package - use Operations.imprimir everywhere * improve some printing info * step 1 of 2 - removing the logging package * actually step 2 of 3 - next step to add verbose overrides back in * actually, step 3 of 4 - rototill plus pylint cleanup * trying to add more type annotation * more printing and shellout cleanup and debugging * yet more verbosity debugging * chaser * while here, might as well clean up the contest key names * more Global and contest keyword cleanup * first commit to remove the Contests iterator class - and the crowd goes wild :-); this alters the format of the ElectionData config.yaml file syntax * more minor debugging repair * casting a ballot is beginning to work (again) * yet more generic debugging - submitting contestCVR's * more cleanup post ballot/contest object rototill * an all-at-once refactoring; 1) made verbosity consistent throughout; 2) fixed shell_out verbosity handling; removed the class Common (no longer used); 3) create a single verbosity default * updating poetry * limping around the inability to get singleton design pattern to work * chaser - cleaning up more (mostly printing) leftover's from previous rototilling * the default max for RCV contests should be 1 as well * cleaning up some more CLI printing * switching max to max_selections; cleaning up RCV bugs regarding max_selections * more RCV tally debugging * initial working pass of html coloring for tally * initial tally and verify html support * minor tweak to keep in sync with VTP-web-client * looks like for the time being, no html support needed in backend (?)
- Loading branch information
1 parent
5a0cd50
commit e7f7fd5
Showing
28 changed files
with
2,132 additions
and
1,981 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "votetrackerplus" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
description = "VoteTracker+ - a distributed, open-source, public ballot and Cast Vote Record integrity and tracking system" | ||
authors = [ | ||
{ name = "Sandy Currier", email = "[email protected]" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.