Skip to content
  1. Jan 11, 2024
  2. Oct 17, 2023
    • Yacine BOUHALA's avatar
      [cmes] fix remote disconnected · f59b6a2f
      Yacine BOUHALA authored and Damien Mat Jedrzejewski's avatar Damien Mat Jedrzejewski committed
      In cmes and its child components,
      we encounter a random bug on the investment
       details route,causing requests to succeed
       intermittently.
      To prevent connection failures,
      we implemented a mechanism to detect and handle
      the error when it occurs, allowing us to continue
      without crashing the module.
      This ensures that we can still obtain other information.
      Additionally, a logger has been implemented
      to collect as much data as possible
      for comparison and to explore potential
      correlations in an effort to find a definitive solution.
      
      By taking these measures,
      we not only prevent the module from crashing
       on the details route but also increase
       the likelihood of obtaining these details during
      the next synchronization, as the bug occurs randomly,
      with requests sometimes succeeding and other
      times failing for unknown reasons.
      f59b6a2f
  3. Jul 03, 2023
  4. May 23, 2023
  5. May 05, 2023
  6. May 02, 2023
  7. Apr 08, 2023
  8. Mar 05, 2023
  9. Mar 04, 2023
    • nvergnac's avatar
      [cmes] Compute quantity for PER · 69e61b07
      nvergnac authored and Romain Bignon's avatar Romain Bignon committed
      If there is a PER splitted in 2 parts (Libre & Piloté), we
      cannot fetch the quantity displayed on the InvestmentDetailsPage
      because it's an aggregate of both plans.
      
      To avoid any data discrepancy, we must compute quantity for PERs.
      69e61b07
  10. Feb 17, 2023
  11. Feb 12, 2023
  12. Feb 04, 2023
  13. Jan 29, 2023
  14. Jan 27, 2023
  15. Mar 29, 2022
    • Heddy's avatar
      [cmes] fix iter_investments · febcfc11
      Heddy authored and ntome's avatar ntome committed
      xpath has recently been fixed for investments list
      which last line is not an invest.
      But this line is not always present and in this case
      we skip the last investment.
      
      For skip this line without skip last investment
      we can skip the yield if any raw have been found
      febcfc11
  16. Mar 09, 2022
  17. Feb 18, 2022
  18. Feb 02, 2022
  19. Aug 27, 2021
  20. Jun 30, 2021
  21. Jun 05, 2021
  22. Apr 11, 2021
  23. Apr 08, 2021
  24. Apr 04, 2021
  25. Feb 26, 2021