Skip to content
Snippets Groups Projects
  1. Jun 18, 2021
  2. Jun 17, 2021
    • Frank Duncan's avatar
      Updating handling to prevent weird unicode column errors · bf5a177d
      Frank Duncan authored
      This required, for some of the competitions, to run the data through
      dos2unix, which changed the shas.  But also, at the etl library level,
      we needed to remove the unicode <feff> character that sometimes gets
      added to the start of the csvs.
      bf5a177d
  3. Apr 22, 2021
    • Daniel Schultz's avatar
      Use common deploy tooling · 89e3f97d
      Daniel Schultz authored
      This updates the modern competitions to use the common deploy tooling,
      which includes a decrypt helper function and the help documentation that
      explains how to call the script.
      
      There are a few legacy competitions which have not been updated, but
      potentially could be in future.
      89e3f97d
  4. Apr 07, 2021
    • Daniel Schultz's avatar
      Simplify attachment import · 2b0590e2
      Daniel Schultz authored
      I hope I didn't just cause problems, but we were being
      more-specific-than-necessary when copying pdfs over to the attachment
      directory.  This now copies everything, which is handy because we
      changed one of the appendixes to `Overview` and this allows us to copy
      it without adding another line.
      2b0590e2
    • Daniel Schultz's avatar
      Fix deploy parameters · ac25c5c1
      Daniel Schultz authored
      Accidentally removed the `:` from an existing deploy parameter, which
      made everything very sad and upset.
      ac25c5c1
    • Daniel Schultz's avatar
      Add support for gpg passphrase to 100Change2020 · 92acefe0
      Daniel Schultz authored
      The 100Change2020 deploy script supports the downloading and decrypting
      of key competition data before running the ingestion. This could not be
      scripted in non-interactive environments because there was no support to
      pass in a GPG passphrase.
      
      This adds a new `-g` flag to deploy, which accepts a passphrase.
      
      We will likely want to support this flag in other competition deploy
      scripts, and it may be valuable to consider creating a set of common
      utility methods imported across the various deploy scripts to avoid DRY
      violation.
      
      Issue #93
      92acefe0
    • Frank Duncan's avatar
      Update 100Change2020 for new zip file · 642eb802
      Frank Duncan authored
      THis file has appendicies and the prospectus are renamed.  The zip was
      committed to the bigdata repository.
      642eb802
    • Frank Duncan's avatar
      Enable prospectus tabs for 100Change2020 · dc7d9cea
      Frank Duncan authored
      This required some underlying changes:
      * Proposal tab definition specific to this competition
      * Uploading new pdfs from macfound
      
      These changes support the needed template changes to the Torque
      Configuration on the production instance.
      dc7d9cea
    • Frank Duncan's avatar
      Reorganize directory structure, and documentation · 59314e13
      Frank Duncan authored
      Nothing massive here, mainly just making the structure a bit deeper by
      creating top level directories for the base install and the
      competitions, then spliting up the docs a little.
      59314e13
  5. Oct 14, 2020
  6. Oct 13, 2020
  7. Oct 12, 2020
  8. Sep 24, 2020
  9. Jul 20, 2020
  10. Jul 11, 2020
  11. Jul 09, 2020
  12. May 18, 2020
  13. Apr 25, 2020
  14. Apr 23, 2020
  15. Mar 29, 2020
  16. Mar 26, 2020
  17. Mar 02, 2020
  18. Feb 28, 2020
  19. Feb 25, 2020
    • Frank Duncan's avatar
      Add list for Finalist Candidates. · e87ce366
      Frank Duncan authored
      This required not only outputting the list, but creating methods that
      don't do grouped TOCs, but list based ones.
      
      There were also some small UI fixes regarding text changes needed with
      the finalist candidate list.
      e87ce366
  20. Feb 19, 2020
    • Frank Duncan's avatar
      Add ots_metadata concept, wild cards, tr disqualified. · 98f5c773
      Frank Duncan authored
      Because more and more metadata is being added by OTS as the project
      continues, a special spreadsheet needed to be created that catches
      edge cases where proposals needed to be modified.
      
      This change also includes looking for those values for wild cards
      and tr disqualified (with changes in the tocs and mwiki template)
      98f5c773
  21. Feb 18, 2020
  22. Feb 17, 2020
    • Frank Duncan's avatar
      Update to do use new torquedata attachment system. · 0cb176c6
      Frank Duncan authored
      This uploads attachments to torquedata rather than to mediawiki (well,
      through mediawiki), which also requires an update to the mwiki template
      and adding a column to get attachment display processing out of
      torquedata.
      
      Also includes a change to dump out more configuration files for
      TorqueConfig.
      0cb176c6
  23. Feb 10, 2020
    • Frank Duncan's avatar
      Add TDC configuration files · 96bd4993
      Frank Duncan authored
      With the torque-data config being moved to the wiki, and out of the
      torque-data app, we needed a place to put the base information that was
      being used/generated.  Even though these aren't strictly needed for
      running wikis, this is a good place for them because people deploying
      new datasets can use them as a reference.
      96bd4993
  24. Feb 05, 2020
    • Frank Duncan's avatar
      Add mediaiwiki TOC page generation. · 3b4a032b
      Frank Duncan authored
      Before, we were just generating the template/data files, and then having
      to hand create the mediawiki pages that call into torquedata.  This
      fixes that so they are generated by the run process.
      3b4a032b
    • Frank Duncan's avatar
      Add Geographic and SDG TOCs back in. · 9cac63cb
      Frank Duncan authored
      This required using the regionconfig again, but with the increase in
      number of proposals being analyzed, the country list had to be
      increased.
      9cac63cb
  25. Feb 04, 2020
    • Frank Duncan's avatar
      Add All TOC templates. · a7e5350f
      Frank Duncan authored
      This also moves the generic template into the filesystem and out of
      generating in python via print statements because it's a little bit
      cleaner.
      a7e5350f
    • Frank Duncan's avatar
      Add back in tocs, v1. · b73ccabb
      Frank Duncan authored
      Just the population toc for now, but calls into the torquedata server to
      upload the json/j2 pairs.  Laying the groundwork for more tocs.
      b73ccabb
  26. Jan 30, 2020
    • Frank Duncan's avatar
      Add SDG splitting back in. · 47c37d54
      Frank Duncan authored
      In a reduced form, the sdgs are now again getting split based on the
      input file.  This depends on hard coding happening on torquedata side
      which will be rectified later.
      47c37d54
Loading