- 24 Feb, 2019 2 commits
-
-
Romain Bignon authored
-
Romain Bignon authored
-
- 23 Feb, 2019 5 commits
-
-
Romain Bignon authored
This reverts commit bd7891f2.
-
Romain Bignon authored
This reverts commit ead90ebf.
-
Romain Bignon authored
This reverts commit 98e3da92.
-
Romain Bignon authored
This reverts commit 2a4d6ac4.
-
Romain Bignon authored
This reverts commit c81b622c.
-
- 07 Feb, 2019 1 commit
-
-
Romain Bignon authored
-
- 05 Feb, 2019 32 commits
-
-
Vincent Ardisson authored
-
Quentin Defenouillere authored
Loans often cause ID duplicates so they must be typed correctly. Closes: 35420@sibi
-
Maxime Gasselin authored
In the invest page, an other table may conflicts with the main table. Closes: 9476@zendesk
-
Quentin Defenouillere authored
Sometimes the JSON does not contain any account balance, or there is no balance at all, and this assert crashes the whole connection because of this. Without the assert, if we could not find the account balance, it will just return NotAvailable instead of keeping the connection in bug.
-
Quentin Defenouillere authored
It is better to use the go_to_account_space() method in iter_accounts() because it automatically checks if we are still logged when switching to another space, thus avoiding calling AccountsPage methods whereas we are in fact logged out.
-
Quentin Defenouillere authored
Some connections crashed because the space has "/agriculteur" in the URL so I added it to all possible URLs following login. Closes: 35404@sibi
-
Quentin Defenouillere authored
We are quite often logged out when trying to switch from one space ot the other. The go_to_accounts_space() already takes this in consideration and tries to relogin when it happens, so we should use this method in get_profile and advisor in order to avoid being disconnected and not handling it. Closes: 36099@sibi
-
Quentin Defenouillere authored
When the security check does not lead to AccountsPage we raise an assert but it would be useful for debugging to know the URL that we reached after the security check. Usual landing URls are for example first connections ActionNeeded or server errors. Closes: 35411@sibi
-
Quentin Defenouillere authored
The assert False at the end of the security check will force a crash if we manage to login after the second try. Since all error messages are now handled, this assert False is now obsolete so I removed it. Closes: 35412@sibi
-
Quentin Defenouillere authored
Capitalisation contracts investments are accessed exactly like Life Insurance investments.
-
Sylvie Ye authored
Some sgpe users have recipient with same iban and not same id Find the recipient by id before
-
Maxime Gasselin authored
For some transactions, we need to do a new regexp inside the regexp. Example of label : B&H PHOTO 800-60 392,01 USD Closes: 16732@sibi
-
Maxime Gasselin authored
-
Maxime Gasselin authored
The main way to reach revolving credit spaces is not reachable. Nevertheless we can reach it with other navigation.
-
Maxime Gasselin authored
These url seem to have changed, here we get a safier method to get them. Closes: 19355@sibi
-
Quentin Defenouillere authored
Some users entered a user ID that has more than 11 digits, which crashes when trying to login. We therefore limit the user login to 11 digits like the password is limited to 6 digits.
-
Sylvie Ye authored
-
Quentin Defenouillere authored
-
Quentin Defenouillere authored
Some connections raise another error at Login: "Vous n'avez plus droit qu'à une seule tentative; à la prochaine saisie erronée, votre accès sera bloqué" that has to be handled as a wrongpass. Closes: 35415@Sibi
-
Quentin Defenouillere authored
In addiiton to particulier, professionnel and association, some connections also have "entreprise" URLs. Closes: 35404@Sibi
-
Quentin Defenouillere authored
During login, the following error: "Un incident technique s'est produit lors de votre connexion. Veuillez ressaisir votre identifiant et votre code personnel." May contain one or two spaces between "votre" and "identifiant". In order to catch both correctly and retry the security check, I replaced the message with "identifiant et votre code personnel" that matches both. Closes: 35412@Sibi
-
Sylvie Ye authored
scrap email on this page
-
Quentin Defenouillere authored
On the new cragr website, you cannot POST the login+password with a space at the end of the password, otherwise the website returns a 500 error. This commit adds a regexp in module.py to raise an error instead of a browser unavailable when credentials contain something else than digits. Closes: 9356@zendesk, 35699@sibi
-
Maxime Gasselin authored
Replace to self.browser.session.cookies. Crash for revolving loans. Closes: 6087@sibi
-
Sylvie Ye authored
-
Sylvie Ye authored
-
Sylvie Ye authored
-
Sylvie Ye authored
Put navigation on browser.py and page scraping on transfer.py Handle result of add new recipient with security pass
-
Maxime Gasselin authored
Indeed, in this case the history exists but not for the 6 months.
-
Maxime Gasselin authored
The date changes. ex: "datePourIE": "Wed Jan 30 2019 11:54:07 GMT+0100 (heure normale d’Europe centrale)". Moreover to reach the consumer loans space, we need to delete the old jsessionID cookie. Closes: 35859@sibi Closes: 9234@zendesk Closes: 9366@zendesk
-
Maxime Gasselin authored
On some loans, the next_payment_date column does not exist. Closes: 35859@sibi Closes: 9234@zendesk Closes: 9366@zendesk
-
Baptiste Delpey authored
-