Skip to content
  1. Apr 26, 2021
  2. Apr 11, 2021
  3. Apr 08, 2021
    • Christophe François's avatar
      [cmso] Fetch loans on pro website · adb9648f
      Christophe François authored and hydrargyrum's avatar hydrargyrum committed
      The page is very similar to the loans page on the arkeabanqueprivee pro
      website, but it's a list instead of a table, so all xpaths are
      different.
      
      Like on arkeabanqueprivee pro, loans have no number and no ID on the
      website; only a label which isn't unique. We have no choice but to use
      the "index" which is an unstable JS generated value.
      adb9648f
  4. Apr 04, 2021
  5. Mar 12, 2021
  6. Feb 12, 2021
  7. Jan 18, 2021
  8. Dec 26, 2020
  9. Dec 11, 2020
  10. Nov 27, 2020
  11. Nov 17, 2020
    • Damien Mat Jedrzejewski's avatar
      [cmso] Fix: fetch missing transactions at the start of a month · 26e5b5a0
      Damien Mat Jedrzejewski authored and hydrargyrum's avatar hydrargyrum committed
      For now, transactions were fetch on a month by month basis.
      Each month would display transactions with at least one type of id
      among 2 possible, and those are collected.
      Finally, a global history page is parsed, without month param.
      A special condition would avoid duplicates based on the ids.
      
      But at the turn of the month there are transactions that
      don't have any id, and so would not be selected.
      
      Solution:
      First page fetched is the 'SIX_DERNIERES_SEMAINES'. All transactions from
      current month are selected here (they don't bear any id).
      Then the month by month selection is done.
      No final page without month param is fetched at the end since we
      already got all transactions.
      
      Tested also on CMB and BPE child modules.
      26e5b5a0
    • Christophe François's avatar
      [cmso] Fix find_account method for market accounts · bdf4dc8a
      Christophe François authored and hydrargyrum's avatar hydrargyrum committed
      The previous method used the account label and owner to find it on the
      market accounts page. However sometimes the same owner can have two
      accounts with the same label, and the matching fails. This was used to
      fetch invests, history and market orders, but also to determine the
      account's id.
      
      We can get the same id from the accounts page so we do that instead and
      we use it for the matching.
      bdf4dc8a
    • Pierre Nardozi's avatar
      [cmso] implementation of the new authentication method · 58ea2611
      Pierre Nardozi authored and hydrargyrum's avatar hydrargyrum committed
      58ea2611
  12. Oct 28, 2020
  13. Sep 23, 2020
  14. Aug 26, 2020
  15. Aug 07, 2020
  16. Jul 15, 2020
  17. Jul 02, 2020