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