Skip to content
  1. Jul 18, 2019
  2. Jul 05, 2019
  3. Jun 17, 2019
  4. May 25, 2019
  5. May 19, 2019
  6. Apr 20, 2019
  7. Apr 06, 2019
  8. Mar 31, 2019
  9. Mar 16, 2019
  10. Feb 24, 2019
  11. Feb 05, 2019
  12. Jan 23, 2019
  13. Jan 13, 2019
    • Maxime Gasselin's avatar
      [creditmutuel] fix several companies navigation for pro cards · ebe943ca
      Maxime Gasselin authored and Romain Bignon's avatar Romain Bignon committed
      When several companies are present, you need to return to the main
      company each time you finish to scrap the cards from a company (thx to credit mutuel
      website). Moreover in the connexion used, more than 100 cards are
      present and consequently some cards shares the same visible numbers. We
      needed to had a second list to avoid some bad card replacement.
      
      Closes: 8772@zendesk
      ebe943ca
  14. Jan 05, 2019
    • Martin Sicot's avatar
      [credimutuel] Handle nested investments · 3b3705d6
      Martin Sicot authored and Romain Bignon's avatar Romain Bignon committed
      Sometimes when one invest is splitted underneath in several sub
      investments we now retrieve the data correctly.
      3b3705d6
    • Maxime Gasselin's avatar
      [creditmutuel] Fix card navigation · 8f74aa8b
      Maxime Gasselin authored and Romain Bignon's avatar Romain Bignon committed
      With the async method, (thanks to creditmutuel website) the navigation were sometimes random to reach the good page
      in order to get the card type information. Consequently some immediate cards were
      still returned. Here we replace with the open method (will do step by step to reach the good page).
      
      Closes: 8831@zendesk
      8f74aa8b
  15. Dec 21, 2018
    • Maxime Gasselin's avatar
      [creditmutuel] Fix empty transfer error · c83ac64e
      Maxime Gasselin authored and Romain Bignon's avatar Romain Bignon committed
      In some cases the website returns empty text inside the <p> tag. So the
      xpath exists and we enter in the if condition. With cleantext we
      check if the message is not empty. If it is the case, we return the
      message precently checked.
      c83ac64e
  16. Dec 17, 2018
    • Maxime Gasselin's avatar
      [creditmutuel] improve card history return · 9a19e646
      Maxime Gasselin authored and Romain Bignon's avatar Romain Bignon committed
      Before we returned all the transactions in one time. Moreover the coming
      were returned at the end of iter_history. Now the iter_history stops when
      we have the number transactions requested. For the coming, the iter_history
      stops when we encounter a not coming transactions.
      9a19e646
    • Maxime Gasselin's avatar
      [creditmutuel] Add missing attributes to card · 9cd99f7e
      Maxime Gasselin authored and Romain Bignon's avatar Romain Bignon committed
      In the precedent patch, we add new attributes (referer and second page).
      But for cards scrapped in some spaces, they missed these attributes to
      get history.
      
      Closes: 30768@sibi
      9cd99f7e
    • Maxime Gasselin's avatar
      [creditmutuel] Repair two cards page navigation · 45295e2a
      Maxime Gasselin authored and Romain Bignon's avatar Romain Bignon committed
      When there is additional cards in the cards space, to get the good history of
      the card you need to comeback to
      the page where the iter account get the cards information. Indeed, for
      the same position of card in the two pages the url, headers and
      parameters are exactly the same. Thanks creditmutuel website....
      
      Closes: 26890@sibi
      45295e2a
  17. Dec 06, 2018