Skip to content
  1. Jan 11, 2024
  2. Oct 17, 2023
  3. Oct 05, 2023
  4. Aug 25, 2023
    • npaillasson's avatar
      [boursorama] Handled a new error page · 869c38b8
      npaillasson authored and Romain Bignon's avatar Romain Bignon committed
      Sometimes users have a security message to validate
      in order to access their accounts. We therefore
      raise an ActionNeeded.
      869c38b8
    • Yacine BOUHALA's avatar
      [boursorama] fix 404 error · bc9f52a0
      Yacine BOUHALA authored and Romain Bignon's avatar Romain Bignon committed
      In the accounts labeled "CROWDFUNDING IMMOBILIER",
       the types are not properly categorized,
       causing us to attempt access to the /movements route,
       which is intended to return the history.
       This results in a 404 error,
       as this route does not exist for this account type.
       Only investments can be captured using the /investments route.
      bc9f52a0
  5. Jul 24, 2023
  6. Jul 17, 2023
    • jlouvel's avatar
      [boursorama] Fix amount attribute for SavingMarketPage's iter_history · b9aea100
      jlouvel authored and Quentin Defenouillere's avatar Quentin Defenouillere committed
      The table for SavingMarketPages's iter_history is a bit broken, it has
      some invisible td elements that makes TableElement unable to match some
      columns name with the right row. For example, to match "Montant" column,
      we would have to use the "Quantité" column instead. For the moment,
      Dropped the use of TableCell for the amount attribute.
      Boursorama made the change, then reverted it, then switched back to it.
      Added a Coalesce to handle both cases.
      b9aea100
  7. Jul 03, 2023
  8. Jun 21, 2023
  9. Jun 01, 2023
  10. May 23, 2023
  11. May 21, 2023
  12. May 02, 2023
  13. Apr 11, 2023
  14. Apr 08, 2023
  15. Apr 04, 2023
  16. Mar 28, 2023
    • jlouvel's avatar
      [boursorama] Skip some market transactions · 98c78127
      jlouvel authored and Romain Bignon's avatar Romain Bignon committed
      Some transactions in MarketPage's iter_history have no amount, such as
      "Nouvelle allocation de profil" that never has it's amount provided or
      "Frais de gestion" transactions that sometimes have no amount.
      98c78127
  17. Mar 13, 2023
  18. Mar 05, 2023
  19. Mar 04, 2023
  20. Feb 12, 2023
  21. Feb 11, 2023
  22. Feb 10, 2023