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