Skip to content
  1. Feb 24, 2019
  2. Feb 05, 2019
  3. Jan 23, 2019
  4. Dec 02, 2018
  5. Nov 10, 2018
  6. Oct 11, 2018
  7. Oct 09, 2018
  8. Sep 17, 2018
  9. Sep 16, 2018
    • Laurent Bachelier's avatar
      ing: PEP8 fixes · c3bd3e3e
      Laurent Bachelier authored and hydrargyrum's avatar hydrargyrum committed
      c3bd3e3e
    • Quentin Defenouillere's avatar
      [ing] Added condition to get_isin() method · 084e7808
      Quentin Defenouillere authored and Romain Bignon's avatar Romain Bignon committed
      Some ING connections are crashing because we try to get an element of an
      empty xpath:
      self.doc.xpath('//div[@id="headFiche"]//span[@id="test3"]/text()')[0].split(' - ')[0].strip()
      IndexError: list index out of range
      I added an "if isin" condition to rpevent the recurrent bugs also they
      are not always reproducible locally.
      
      Closes: 12520@sibi
      084e7808
    • Quentin Defenouillere's avatar
      [ing] Fixed excessive requests to get transaction investment ISIN codes · 3c8f8705
      Quentin Defenouillere authored and Romain Bignon's avatar Romain Bignon committed
      The ING module was performing many requests for the transaction list
      since it was performing an Async to get the ISIN code for each investment of each
      transaction (up to 1400 requests for one account history of 151
      transactions). I implemented a dictionary to store the ISIN codes and go
      to the investment details page only once per investment, thus reducing
      the amount of requests to 241 for the same history.
      The outputs of "history 1" for the same life insurance are identical
      before and after this patch.
      
      Closes: 833427@redmine
      3c8f8705
  10. Aug 22, 2018
  11. Aug 18, 2018
    • Célande Adrien's avatar
      [ing] avoiding external accounts · bc45857d
      Célande Adrien authored and Romain Bignon's avatar Romain Bignon committed
      ING now get the accounts user from other banks.
      We must not scrap them.
      
      Just modified the regex so it does not take the 'bloc-comptes-externes' div.
      
      Closes: 18658@sibi
      Closes: 18661@sibi
      bc45857d
  12. Jul 29, 2018
  13. Jun 09, 2018
  14. May 05, 2018
  15. Mar 31, 2018
  16. Jan 14, 2018
  17. Dec 16, 2017
  18. Dec 03, 2017
  19. Nov 18, 2017