Skip to content
Snippets Groups Projects
  1. Jun 01, 2021
  2. Apr 16, 2021
  3. Apr 14, 2021
  4. Apr 01, 2021
  5. Mar 12, 2021
  6. Mar 11, 2021
  7. Mar 10, 2021
  8. Mar 09, 2021
  9. Mar 08, 2021
  10. Mar 05, 2021
  11. Mar 04, 2021
  12. Mar 03, 2021
  13. Mar 02, 2021
    • paultranvan's avatar
      feat: Save specific date for manual results · 9345a6bc
      paultranvan authored
      We cannot rely on the same date for trips and manual data because we
      might end up in this (unlikely, though) situation:
      
      1. Some manual data is sent to the trace server
      2. The konnector is run: it finds trips
      3. A new trip is sent on the trace server at the same time
      4. A new manual data is sent on the trace server at the same time
      5. The konnector finds the new manual data with a more recent date than the last
      found trip
      6. The konnector save the date of the new manual data
      7. The new trip won't be found at the next run
      9345a6bc
    • paultranvan's avatar
      feat: Add option to exlude first result from a range query · 8b3da6a8
      paultranvan authored
      For some queries, the trace server accept a startTime parameter.
      On the first run, this parameter is the date of the first trip and on
      the next runs, it corresponds to the date of the last saved trip.
      Depending on the situation, we want to exclude the first return result
      as it will include the trip on this exact date.
      8b3da6a8
    • paultranvan's avatar
      feat: Set daily frequency · b8146682
      paultranvan authored
      b8146682
    • paultranvan's avatar
      feat: Retrieve manual purpose and mode · 9a95adaf
      paultranvan authored
      9a95adaf
Loading