Skip to content
  1. Apr 11, 2021
  2. Apr 04, 2021
  3. Nov 17, 2020
  4. Jul 02, 2020
    • Lucas Ficheux's avatar
      [sogecartenet] Stability improvements · 3b1061b1
      Lucas Ficheux authored and ntome's avatar ntome committed
      Added a bunch of StablePageConditions to try to make the module
      a bit less unstable
      
      Changed the way the dates are fetched in get_limit_date_index, because
      sometimes the date list disappears and it crashes the module so now
      we fetch it in one go and get the text for all dates as soon as
      possible.
      
      Selenium can only fetch the text from a DOM element recursively
      thats why I can't just use a xpath ending in /text()
      3b1061b1
  5. Jun 17, 2020
    • Lucas Ficheux's avatar
      [sogecartenet] Improved stability of iter_history · 22b54f82
      Lucas Ficheux authored and hydrargyrum's avatar hydrargyrum committed
      Sometimes the search for transactions opens a popup
      (even after limiting the search to one year) so now we close
      it, reduce the length of the search by one month and retry.
      
      Also force the return to the transaction search page after
      selecting a card because the website sometimes does not take
      us there automatically.
      22b54f82
    • Lucas Ficheux's avatar
      [sogecartenet] Moved file removal for iter_transactions · 34583835
      Lucas Ficheux authored and hydrargyrum's avatar hydrargyrum committed
      Moved the file removal before the loops so that the file
      is always removed even if we do not exhaust the generator
      returned by iter_history.
      
      When the file wasn't removed you could get the same history
      for two different accounts.
      34583835
  6. May 07, 2020
  7. Apr 08, 2020
  8. Mar 05, 2020
  9. Feb 12, 2020
  10. Jan 30, 2020
  11. Jan 08, 2020
  12. Oct 01, 2019
  13. Feb 27, 2019
  14. Feb 24, 2019