Skip to content
Snippets Groups Projects
  1. Aug 13, 2022
  2. Aug 12, 2022
  3. Aug 11, 2022
    • Erin (Josh) Rigler's avatar
      update interval no longer shrinks with recursion · 6355305d
      Erin (Josh) Rigler authored
      Previously, the endtime-starttime interval being processed by the
      `run_as_update` method would shrink by 1 (second) with each recursion.
      This ultimately broke `run_as_update` when processing anything other
      than 1-second data, but it wasn't obvious because we rarely had to
      actually recurse. There is a little trickery now to ensure that user-
      provided starttime and endtime are inclusive of the full first
      (most recent) update interval, while subsequent, calculated, endtimes
      are set equal to the prior starttime minus specified output_interval
      (e.g., 'second', 'minute', etc.).
      6355305d
  4. May 27, 2022
    • Erin (Josh) Rigler's avatar
      Remove BYTESIO object creation · e918b4c9
      Erin (Josh) Rigler authored
      It turns out that none of the factories currently being used in
      production expects bytes as input, and in fact, Util.read_url()
      converts everthing to a string anyway, so a BYTES-oriented input
      would couldn't not possibly be working. So, just remove all use
      of BYTESIO, and instead use only STRINGIO.
      e918b4c9
  5. May 18, 2022
  6. Aug 26, 2021
  7. Aug 25, 2021
  8. Aug 18, 2021
  9. Aug 16, 2021
  10. Mar 22, 2021
  11. Mar 19, 2021
  12. Mar 15, 2021
  13. Feb 02, 2021
  14. Jan 20, 2021
  15. Dec 17, 2020
  16. Nov 24, 2020
  17. Oct 27, 2020
  18. Oct 26, 2020
  19. May 26, 2020
  20. May 22, 2020
  21. Mar 03, 2020
  22. Feb 19, 2020
  23. Feb 14, 2020
  24. Feb 13, 2020
  25. Jan 30, 2020
  26. Dec 16, 2019
  27. Dec 05, 2019
  28. Nov 09, 2018
Loading