Skip to content
  1. Mar 18, 2020
    • Edouard Lambert's avatar
      [swile] rename lunchr to swile · 032f3130
      Edouard Lambert authored and hydrargyrum's avatar hydrargyrum committed
      032f3130
    • ntome's avatar
      [lunchr] save transaction date before yielding transaction · c93d946d
      ntome authored and hydrargyrum's avatar hydrargyrum committed
      Some backend using weboob is unfortunately developed by monkeys who think
      it is fine to mangle weboob objects dates behind our back, so we cannot even
      trust our own data.
      
      Save the transaction date before shit-backend puts its shit-covered hands
      on it, so pagination is not fucked up.
      c93d946d
    • ntome's avatar
      [lunchr] use before= pagination instead of page= · f892b91e
      ntome authored and hydrargyrum's avatar hydrargyrum committed
      Lunchr supports 2 pagination mechanisms, passing incrementing "page="
      parameter or passing "before=" with a date.
      
      Unfortunately, they don't seem competent enough to implement "page="
      properly. Fetching 30 transactions with using page= mechanism takes 10
      seconds instead of 2 seconds using before=.
      f892b91e
  2. Jan 30, 2020
  3. Nov 20, 2019