Skip to content
  1. Mar 16, 2019
    • Sylvie Ye's avatar
      [ing] multiple fix · c700a2f6
      Sylvie Ye authored and Romain Bignon's avatar Romain Bignon committed
      do_login: fix handle login error
      
      CapBank:
      * Accont on new website are needed to do transfer.
      * Do matching account between old and new website
      based on account balance and the 4 last account number characters
      * Details of accounts other than checking accounts are not available on new website
      
      CapWealth:
      * Invests are not available on new website, use old website to retreive it
      
      CapBankTransfer:
      * transfer is only available on new website, do iter recipient on it
      
      CapProfile:
      * get profile on new website
      c700a2f6
    • Sylvie Ye's avatar
      [ing] dump virtualkeyboard files in session folder if needed · 61f01fee
      Sylvie Ye authored and Romain Bignon's avatar Romain Bignon committed
      61f01fee
    • Sylvie Ye's avatar
      [ing] add virtual keybord hash · ea945ca7
      Sylvie Ye authored and Romain Bignon's avatar Romain Bignon committed
      ea945ca7
    • Sylvie Ye's avatar
      [ing] handle API website · 8e82bfc4
      Sylvie Ye authored and Romain Bignon's avatar Romain Bignon committed
      create separate browser and page for API website
      API website is not working for now (can only retrieve checking and card accounts information),
      Redirect to old browser after new website login
      Also fix multispace redirect
      8e82bfc4
    • Romain Bignon's avatar
      change license of modules to LGPL · 24aed79d
      Romain Bignon authored
      All copyright holders have given their consent.
      24aed79d
  2. Feb 27, 2019
  3. Feb 24, 2019
  4. Feb 05, 2019
  5. Jan 23, 2019
  6. Jan 13, 2019
  7. Jan 06, 2019
  8. Dec 02, 2018
  9. Nov 10, 2018
  10. Oct 11, 2018
  11. Oct 09, 2018
  12. Sep 17, 2018
  13. 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] added condition to verify the page before calling get_isin_code() · add26f8c
      Quentin Defenouillere authored and Romain Bignon's avatar Romain Bignon committed
      Several bugs occurred in production with NoneType has no attribute
      get_isin_code(), probably because the investment URL does not work or
      because some IPs are still blocked. In case the page did not load
      properly, the "if self.detailfonds.is_here()" before calling get_isin_code() avoids
      bugs during life insurance accounts synchronisation.
      add26f8c
    • 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
  14. Aug 22, 2018
  15. Aug 18, 2018
  16. Jul 29, 2018