- 25 May, 2019 27 commits
-
-
Maxime Pommier authored
Closes: 41708@sibi
-
Sylvie Ye authored
-
Sylvie Ye authored
-
Maxime Pommier authored
Closes: 41707@sibi
-
Sylvie Ye authored
the old regexp was id_token=(?P<id_token>[^&]+)&access_token=(?P<access_token>[^&]+) and now it's access_token=(?P<access_token>[^&]+)&id_token=(?P<id_token>[^&]+) get tokens separately to avoid this
-
Jerome Berthier authored
Regression introduced by commit f25c39d44aa4cc9103d746f38c1b76369c669e40
-
Quentin Defenouillere authored
When we face a 404 error it is more logical to raise a real bug error rather than a browser unavailable because usually 404 errors are not due to the website being unavailable for any reason. This will enable the tracking of 404 errors more easily.
-
Maxime Pommier authored
-
Jerome Berthier authored
Former implementation was not working on all hosts, the root cause is not identified but seems to be related to the palette mode.
-
Jerome Berthier authored
-
Quentin Defenouillere authored
Most accounts are called 'PEE' or 'PEI' but some accounts start with 'ETOILE PEI' so we must take the second element of the label in these cases to type the account.
-
Quentin Defenouillere authored
For some creditdunordpee accounts (a child of s2e), there is no available AMF code so we must handle it with default=NotAvailable.
-
Maxime Gasselin authored
Customer ask for type "Service Accueil Cic" account in checking account. Closes: 11278@zendesk
-
Sylvie Ye authored
-
Quentin Defenouillere authored
To avoid multiple classes with th det_token() method, I created a class (BinckPage) with this method and the three Pages requiring get_token inherit from it.
-
Quentin Defenouillere authored
Some connections land on an action needed page that we can skip. If we land on the old website, we must call iter_old_accounts() right away to avoid 404 when trying to reach self.account or self.accounts. Closes: 33307@sibi
-
Quentin Defenouillere authored
The assert contained '%' instead of '%s'. We now handle errors 139 and 20104. Closes: 39059@sibi
-
Quentin Defenouillere authored
For some of the children of CMES (such as Groupama Epargne Salariale) we must put a default value to the Link() because there is no available URL to bypass the page. We this raise ActionNeeded at this step. Closes: 41376@sibi
-
Quentin Defenouillere authored
The xpath does not contain '/p/b/a' anymore, the 'p' has been removed. I replace it with '//' to go directly to 'b/a'. Closes: 41563@sibi, 41562@sibi
-
Damien Mat authored
-
Quentin Defenouillere authored
It turns out this boolean is useless, after 5 tries if we didn't manage to reach the loans we just return self.loans = [] There is no need to raise BrowserUnavailable() if we didn't get there. Closes: 41162@sibi
-
Quentin Defenouillere authored
-
Quentin Defenouillere authored
Sometimes the server returns an error message at login, we must catch it otherwise we return a fake wrongpass.
-
Quentin Defenouillere authored
Going to each transactions details to get its investments leads to too many requests and since we have been blocked in prod we decided to reduce the number of requests to iter_accounts, iter_investments and iter_history.
-
Quentin Defenouillere authored
The fetched IDs are just 1, 2, 3 (...), which is insignificant. Closes: 17087@sibi
-
Sylvie Ye authored
-
Jerome Berthier authored
If there are several cards attached to a same account, the connector did retrieve all the coming transactions (from all cards) for all cards.
-
- 22 May, 2019 5 commits
- 19 May, 2019 8 commits
-
-
Laurent Bachelier authored
-
Baptiste Delpey authored
This reverts commit 7d455f0d256e404a4dfe4bcfc1f77831ce696546.
-
Sylvie Ye authored
-
Florian Duguet authored
update materielnet because some features are different between them Closes: 40300@sibi Closes: 10942@zendesk
-
Quentin Defenouillere authored
The cards URL was obsolete and all the connections containing deferred cards return a 404 during the iter_accounts. The 'tableauDeBord' is obsolete, now the cards URL is only 'operations'. Closes: 41275@sibi
-
Quentin Defenouillere authored
Closes: 11227@zendesk
-
Maxime Pommier authored
-
Maxime Pommier authored
-