- 16 Mar, 2019 28 commits
-
-
Quentin Defenouillere authored
Closes: 37123@sibi
-
Martin Sicot authored
Sometimes, an rgpd pages pop when trying to logging, causing an ActionNeeded. This page (that the user don't see) can be by-passed by going on the bypass_rgpd url. This is what we do every time now when we try to logging if we retrieve this page. closes: 9023@zendesk closes: 9529@zendesk
-
Quentin Defenouillere authored
-
Quentin Defenouillere authored
Some users have a PEA but they don't have access to linebourse. The self.page.is_error() was already handled in iter_accounts, but not in iter_history() and iter_investments(), therefore some connections were still crashing. Closes: 32564@sibi
-
Quentin Defenouillere authored
Inactive accounts have no link and if we try to click for history or investments, it returns a BrowserUnavailable. So we must verify if they are inactive before trying requests.
-
Quentin Defenouillere authored
Some LI on crédit coopératif did not have any balance so the accounts were skipped because there was an xpath that we did not handle yet. An example of these life insurances is "ACTIPLUS".
-
Quentin Defenouillere authored
The Crédit Coopératif connections could not access the Linebourse space because the in update_linebourse_token() method, the domain was hardcoded and only worked for the caissedepargne module.
-
Quentin Defenouillere authored
Closes: 37021@sibi
-
Vincent Ardisson authored
The name wasn't defined in the namespace
-
Célande Adrien authored
-
Florian Duguet authored
Closes: 30784@sibi 37312@sibi
-
Florian Duguet authored
raise BrowserIncorrectPassword, even if password is not wrong Closes: 36047@sibi 36149@sibi 36150@sibi
-
Sylvie Ye authored
boobank need iterable element
-
Quentin Defenouillere authored
-
Quentin Defenouillere authored
-
Quentin Defenouillere authored
This commit fixes several bugs in iter_accounts, linked to untyped accounts and unavailable main account balances. I factorized the try/except when trying to go the an accounts space. I also added a try.except on the "cards" requests because it often returns a 400 error that crashes the whole connection. The count_spaces xpath was corrected to fit specific professional spaces too. Closes: 35460@sibi
-
Florian Duguet authored
Closes: 29350@sibi
-
Quentin Defenouillere authored
For Selenium modules, HEADLESS should always be set back to True before pushing an MR.
-
Florian Duguet authored
-
Florian Duguet authored
This can happen for loan Closes: 35187@sibi 35596@sibi 35597@sibi
-
Florian Duguet authored
sometimes asked letter of secret code are out of size manage this behavior and retry until 4 times Closes: 15969@sibi 29672@sibi 15968@sibi
-
Quentin Defenouillere authored
For some recipients that are present in both internal and external lists, the "accountNatureLongLabel" does not appear in the JSON so we must put a default value, even if these recipients will not appear in the final list of recipients because they will be skipped in the browser.py (recipients without the "accountNatureLongLabel" key are actually proxy accounts)
-
Maxime Gasselin authored
In this case when we reached these pages, the navigation is broken. We avoid to reach it in the iter account and return no transactions for history and coming. Closes: 36493@sibi
-
Maxime Gasselin authored
The url were not handled (certainly changed by bp). Closes: 33539@sibi
-
Quentin Defenouillere authored
Closes: 9732@zendesk
-
Quentin Defenouillere authored
Some investments that have 'Détail' in the label are actually a sum-up of other invests, we must ignore them to avoid valuation duplicates. I also corrected the codes and code_types for these invests. Closes: 9840@zendesk
-
Quentin Defenouillere authored
A "Humanis" connection had a specific kind of CCB invests with a specific URL.
-
Romain Bignon authored
All copyright holders have given their consent.
-
- 03 Mar, 2019 2 commits
-
-
Antoine BOSSY authored
-
Antoine BOSSY authored
-
- 02 Mar, 2019 1 commit
-
-
Vincent A authored
-
- 27 Feb, 2019 9 commits
-
-
Romain Bignon authored
-
Romain Bignon authored
-
Romain Bignon authored
-
Romain Bignon authored
-
Romain Bignon authored
-
Romain Bignon authored
-
Maxime Gasselin authored
In some case the url is inside the span tag. Closes: 37311@sibi
-
Quentin Defenouillere authored
-
Sylvie Ye authored
check only iban part of recipient id
-