1. 383286e Update and rename support.md to community.md by Greg Stein · 7 months ago trunk
  2. 023e4a4 note the repos is git-based now by Greg Stein · 7 months ago
  3. 5613140 Remove reliance upon CandidateList object. by Greg Stein · 1 year, 4 months ago
  4. 76ef6ab switch to stv.tally() along with custom NAMES ordering by Greg Stein · 1 year, 4 months ago
  5. 48d6ffa load stv_tool once. Add optional NAMES ordering. by Greg Stein · 1 year, 4 months ago
  6. ea42278 Never return decrypted vote strings. by Greg Stein · 1 year, 4 months ago
  7. f225a7b implement the STV vote type by Greg Stein · 1 year, 4 months ago
  8. f5e392e KV as JSON should be internal; not part of the API by Greg Stein · 1 year, 4 months ago
  9. e39c347 add a function to return the module for a vote type by Greg Stein · 1 year, 4 months ago
  10. c346363 clarifications by Greg Stein · 1 year, 4 months ago
  11. 91feedc add the "Data at Rest" section by Greg Stein · 1 year, 4 months ago
  12. 8d469c7 use new get_metadata() and all its branches by Greg Stein · 1 year, 4 months ago
  13. 8e4fba6 Revise election state handling. Add metadata fetch. by Greg Stein · 1 year, 4 months ago
  14. bb843c9 codecov test provides API demo by Greg Stein · 1 year, 4 months ago
  15. 89a14fe heh. wrong help. fix py-based schema loading. by Greg Stein · 1 year, 4 months ago
  16. 46b29b5 Add line/branch coverage testing. by Greg Stein · 1 year, 4 months ago
  17. 5d36bbc fix typo found via coverage testing by Greg Stein · 1 year, 4 months ago
  18. 97a9223 show how to add schema via python by Greg Stein · 1 year, 4 months ago
  19. a4cbb8e align around "Person" terminology by Greg Stein · 1 year, 4 months ago
  20. 868c2bb nit: single quotes are fine here by Greg Stein · 1 year, 4 months ago
  21. 690dfbe no need for arg. pull from DB. by Greg Stein · 1 year, 4 months ago
  22. 8459d64 Run STV through the v3 path. by Greg Stein · 1 year, 4 months ago
  23. 37bb5aa revise main() to use new entrypoints by Greg Stein · 1 year, 4 months ago
  24. c7804ae remove stray/unused code by Greg Stein · 1 year, 4 months ago
  25. a203000 Deprecate run_vote(), in favor of run_stv() by Greg Stein · 1 year, 4 months ago
  26. 3a76a22 fix another longstanding typo by Greg Stein · 1 year, 4 months ago
  27. 36cf2c0 simplify exclude_lowest() by Greg Stein · 1 year, 4 months ago
  28. 862600b fix longstanding typo by Greg Stein · 1 year, 4 months ago
  29. a9767c8 explain a bit, on how apply_votes() works by Greg Stein · 1 year, 4 months ago
  30. 153e8b1 actually use the new method by Greg Stein · 1 year, 4 months ago
  31. 19e8ae1 move calc_totals() to CandidateList by Greg Stein · 1 year, 4 months ago
  32. 330685e Fix calc_aheads() by Greg Stein · 1 year, 4 months ago
  33. 295b28f shift calc_aheads() into CandidateList. note potential error. by Greg Stein · 1 year, 4 months ago
  34. 8de31df use sum() to replace a couple loops by Greg Stein · 1 year, 4 months ago
  35. a991c7f small tweak to collecting a list of unique rando values by Greg Stein · 1 year, 4 months ago
  36. 6354b41 Rejigger entrypoints in stv_tool.py by Greg Stein · 1 year, 4 months ago
  37. b5e7298 shift to a main() function; particularly to clarify the VERBOSE global by Greg Stein · 1 year, 4 months ago
  38. 61cfe1b gather stv data for testing by Greg Stein · 1 year, 4 months ago
  39. aa3d081 handle a couple vote types; more, as needed by Greg Stein · 1 year, 4 months ago
  40. 938003f turn the crank. set up to re-use existing code. by Greg Stein · 1 year, 4 months ago
  41. 93f9864 fix is_closed() by Greg Stein · 1 year, 4 months ago
  42. 74996bc votestrings are for humans. use strings. by Greg Stein · 1 year, 4 months ago
  43. 4457e78 draft impl, based on v2 by Greg Stein · 1 year, 4 months ago
  44. 5ad8bc8 TBD notes by Greg Stein · 1 year, 4 months ago
  45. a368977 initial layout for vote type (tallying) modules by Greg Stein · 1 year, 4 months ago
  46. ded159a add methods to list all voters/issues by Greg Stein · 1 year, 4 months ago
  47. fc2e2bc restrict usage of some methods by Greg Stein · 1 year, 4 months ago
  48. 9687842 method for voters to see what (still) needs voting upon. by Greg Stein · 1 year, 4 months ago
  49. 1b73cec ensure/clarify votes are processed in insertion-order by Greg Stein · 1 year, 4 months ago
  50. 06daa22 gather votes for an issue, to tally by Greg Stein · 1 year, 4 months ago
  51. 4b61028 helper shuffle() function by Greg Stein · 1 year, 4 months ago
  52. 06f92bb implement recording of votes by Greg Stein · 1 year, 4 months ago
  53. ec8a034 Fernet output is bytes. fix schema. by Greg Stein · 1 year, 4 months ago
  54. 1cddc58 token inputs are human strings by Greg Stein · 1 year, 4 months ago
  55. 36a0671 ensure cursors complete, to release locks by Greg Stein · 1 year, 4 months ago
  56. c0a5fca fix is_tampered() after some prior changes by Greg Stein · 1 year, 4 months ago
  57. 801c4c5 close this cursor, to release a db lock by Greg Stein · 1 year, 4 months ago
  58. b246149 add methods to delete items by Greg Stein · 1 year, 4 months ago
  59. b9d87a3 add "upserts" for issues/participants by Greg Stein · 1 year, 4 months ago
  60. 39f7cca add getters for issues/voters by Greg Stein · 1 year, 4 months ago
  61. a859bf2 verify some Election states. by Greg Stein · 1 year, 4 months ago
  62. 2910631 add methods to test for other Election states by Greg Stein · 1 year, 4 months ago
  63. 3b43a93 oop. closed must be null/0. by Greg Stein · 1 year, 4 months ago
  64. a494907 clarify states. add is_editable(). by Greg Stein · 1 year, 4 months ago
  65. d4ef159 doc for isolation_level by Greg Stein · 1 year, 4 months ago
  66. 2ecae5a finish open(). add is_tampered() by Greg Stein · 1 year, 4 months ago
  67. 8db06f1 Start work on opening/closing an election. by Greg Stein · 1 year, 4 months ago
  68. af99246 Accept a salt for opened_key creation. by Greg Stein · 1 year, 4 months ago
  69. 7fa4d1e add a CLOSED flag to the election metadata by Greg Stein · 1 year, 4 months ago
  70. e8e2e01 add helper to create new ElectionID values by Greg Stein · 1 year, 4 months ago
  71. 347a08b Slight tweaks to the crypo functions. by Greg Stein · 1 year, 4 months ago
  72. 6aeee54 add note that vid == _ROWID_ by Greg Stein · 1 year, 4 months ago
  73. d362cf1 start drafting app-level work by Greg Stein · 1 year, 4 months ago
  74. a22dd8f Refine known-cursor handling. by Greg Stein · 1 year, 4 months ago
  75. a928d0a clarify/revise/diffentiate the ID values for our data types by Greg Stein · 1 year, 4 months ago
  76. f9b6f7e handy funcs for working with the sqlite db by Greg Stein · 1 year, 4 months ago
  77. c3ac3a2 draft sqlite schema by Greg Stein · 1 year, 4 months ago
  78. 58e7172 draft up the crypto-related functions by Greg Stein · 1 year, 4 months ago
  79. 3d3d1d2 link to argon2 python docco by Greg Stein · 1 year, 4 months ago
  80. deb26e8 Hash() takes a Salt. adjust pseudo-code. add Salt for OpenedKey by Greg Stein · 1 year, 4 months ago
  81. 0867b40 more clarity on storage/transmission by Greg Stein · 1 year, 4 months ago
  82. 771f38e just use one requirements.txt by Greg Stein · 1 year, 4 months ago
  83. abda115 add requirements and a stub for a support package by Greg Stein · 1 year, 4 months ago
  84. b98c4c2 missing colon by Greg Stein · 1 year, 4 months ago
  85. f83afb6 Fernet for symmetric en/decryption by Greg Stein · 1 year, 4 months ago
  86. ae016d1 formatting tweaks by Greg Stein · 1 year, 4 months ago
  87. c627c42 more notes about implementation, and (re)tallying votes by Greg Stein · 1 year, 4 months ago
  88. d1ecef5 Dump more thoughts by Greg Stein · 1 year, 4 months ago
  89. e1741e0 Create README.md by Greg Stein · 1 year, 4 months ago
  90. 35dd2f1 remove unused docs/ subdir by Greg Stein · 1 year, 4 months ago
  91. 590258c remove more v1 bits by Greg Stein · 1 year, 4 months ago
  92. c35dda3 sketch initial dir structure for v3 flask app, and bin/ for tools by Greg Stein · 1 year, 4 months ago
  93. be3831f remove v1 code by Greg Stein · 1 year, 4 months ago
  94. 8286931 remove some clearly obselete files by Greg Stein · 1 year, 4 months ago
  95. 71ff9e1 Update downloads.md by Greg Stein · 1 year, 4 months ago
  96. 8cea015 note a couple required python packages by Greg Stein · 1 year, 4 months ago
  97. 14bcae0 convert the voter_types page by Greg Stein · 1 year, 6 months ago
  98. 1b3da7c convert privacy policy. likely obsolete, though. by Greg Stein · 1 year, 6 months ago
  99. 588fba5 move index to .md, and tweak the link: no more wiki.a.o by Greg Stein · 1 year, 6 months ago
  100. 848c224 toss old .html; keep the empty .md by Greg Stein · 1 year, 6 months ago