Skip to content
Snippets Groups Projects
  1. Jan 13, 2023
  2. Aug 13, 2022
  3. Aug 12, 2022
  4. 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
  5. 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
  6. May 18, 2022
  7. Aug 26, 2021
  8. Aug 25, 2021
  9. Aug 18, 2021
  10. Aug 16, 2021
  11. Mar 22, 2021
  12. Mar 19, 2021
  13. Mar 15, 2021
  14. Feb 02, 2021
  15. Jan 20, 2021
  16. Dec 17, 2020
  17. Nov 24, 2020
  18. Oct 27, 2020
  19. Oct 26, 2020
  20. May 26, 2020
  21. May 22, 2020
  22. Mar 03, 2020
  23. Feb 19, 2020
  24. Feb 14, 2020
  25. Feb 13, 2020
  26. Jan 30, 2020
  27. Dec 16, 2019
  28. Dec 05, 2019
Loading