Commit graph

3,283 commits

Author SHA1 Message Date
Florent
bf0bc02ffc Fix pdf parsing (site changed) 2012-11-30 17:27:35 +01:00
Romain Bignon
3247217dad ignore special accounts 2012-11-30 17:19:56 +01:00
Romain Bignon
e9b27dd073 Revert "there are no coming operations with HSBC"
This reverts commit 8b95206d51.
2012-11-29 11:06:25 +01:00
Romain Bignon
8c3d8c30b8 fix parsing funding accounts 2012-11-28 14:58:37 +01:00
Romain Bignon
63e1920c2b parse more card transactions 2012-11-28 14:58:14 +01:00
Romain Bignon
52aaefe6ec get the full label of an account 2012-11-28 14:57:14 +01:00
Romain Bignon
131b9775a2 fix retrieving of more transactions history 2012-11-28 14:56:50 +01:00
Romain Bignon
d146062554 fix parsing accounts for some specific versions of website (reported by Alain Spaite) 2012-11-28 14:55:37 +01:00
Florent
93448c3910 Fix parsing history
Site changed
2012-11-26 19:04:01 +01:00
Florent
65c52d9982 Change selector (site changed) 2012-11-26 19:04:01 +01:00
Florent
af15b24206 New url for daily news 2012-11-26 19:04:01 +01:00
Laurent Bachelier
b3d1a17eaa Remove double import
This was likely introduced by copy-pasting from another file.
See e825a7eac0.
2012-11-24 20:30:31 +01:00
Laurent Bachelier
541d080c9d Use flake8 if available instead of pyflakes
With flake8, we can check for more issues and ignore those who are not
real issues.

This allowed me to find genuine errors in:
- modules/boursorama/pages/account_history.py
- modules/ing/pages/login.py
- weboob/tools/application/qt/qt.py
I left one in weboob/tools/browser/browser.py for the time being.

Some PEP8 fixes on other files.
2012-11-24 19:46:34 +01:00
Romain Bignon
e825a7eac0 add a ssl timeout (temp fix) 2012-11-24 12:06:13 +01:00
Romain Bignon
66351f0d1e fix login on dlfp 2012-11-23 15:06:25 +01:00
Romain Bignon
64617e7356 change email address of Kevin Pouget 2012-11-23 11:38:57 +01:00
Romain Bignon
4935b19053 support international withdrawal 2012-11-22 22:31:23 +01:00
Romain Bignon
dfbcda1cac cleanup and update AUTHORS 2012-11-22 22:25:36 +01:00
Kevin Pouget
4ea0883794 bump to version 0.e (and remove debug printouts 2012-11-22 22:25:36 +01:00
Kevin P
2ee72f82c6 free logo for the module 2012-11-22 22:25:21 +01:00
Kevin P
9d3cc588f2 allow selecting password or strong authentication 2012-11-22 22:25:21 +01:00
Kevin Pouget
899cec0fdc details 2012-11-22 22:25:21 +01:00
Kevin Pouget
2ff8af405d finish coming 2012-11-22 22:25:21 +01:00
Kevin Pouget
1e9e4541cb first page of history correctly parsed 2012-11-22 22:25:21 +01:00
Kevin Pouget
a920de34ee LIST working quite well 2012-11-22 22:25:20 +01:00
Kevin Pouget
e6a837f6ab start working on Credit Cooperatif backend 2012-11-22 22:25:12 +01:00
Florent
f05786441a Add a real id for all details objects
close #932
2012-11-22 12:03:34 +01:00
Florent
7ad0135588 Fix typo error 2012-11-20 11:46:01 +01:00
Florent
22d43408f1 Fix content of daily titles
Site changed
2012-11-19 15:14:56 +01:00
Romain Bignon
8e4454e14f fix parsing accounts when there are interlines 2012-11-17 17:00:09 +01:00
Florent
64d9493b60 Fix bills and download commands
Site changed
2012-11-17 15:05:58 +01:00
Florent
16bab6f4cd Fix history command
Site changed
2012-11-17 15:05:26 +01:00
Florent
950219435b Fix parsing details (site changed) 2012-11-17 15:05:24 +01:00
Romain Bignon
f54c82b033 support new LCL certificate 2012-11-16 12:08:13 +01:00
Florent
d7cc57e188 Fix deconnexion error
TypeError: must be string or buffer, not dict
2012-11-13 11:32:36 +01:00
Florent
456d2d1fe0 Sort results in comparoob
Close #934
2012-11-12 17:16:31 +01:00
Florent
66545b23c6 Remove double product with multiple backends 2012-11-12 17:16:31 +01:00
Florent
c838b91fb2 Add SensorNotFound exception 2012-11-12 17:16:31 +01:00
Florent
8e6b0fba4c Change sachsen module to use ICapGauge 2012-11-12 17:16:31 +01:00
Florent
3b26a7a6b5 Rename last_gauge_measure to last_censor_measure 2012-11-12 17:16:31 +01:00
Florent
53596628b9 Change wetboobs to use ICapGauge 2012-11-12 17:16:31 +01:00
Florent
ab778ee5a1 Add a new field 2012-11-12 17:16:31 +01:00
Florent
f63c412b2a Change ICapWaterLevel to be more generic
1) Rename it to ICapGauge
2) One gauge can have more than one sensor (a flow and
   a level for a river, or temperature and humidity for
   a wetter station)
3) Add/remove/rename fields to be more general
2012-11-12 17:16:30 +01:00
Romain Bignon
fa2c19cfd3 fix hostname of Aquitaine Centre atlantique bank region 2012-11-12 11:10:41 +01:00
Romain Bignon
c65a31369d fix encoding issue 2012-11-12 09:01:33 +01:00
Romain Bignon
f265722d0a support when website is unavailable 2012-11-12 08:08:06 +01:00
Laurent Bachelier
e7c8e8c772 tests: Use the guessed nosetests for the core tests too 2012-11-11 05:20:30 +01:00
Laurent Bachelier
73443ebe31 tests: Guess the right builder name
when run by buildslaves
2012-11-11 05:17:11 +01:00
Laurent Bachelier
3eba9a809b Allow multiple CERTHASH values in a module
Also fix typos and usage of reserved hash() function.
2012-11-10 18:22:30 +01:00
Laurent Bachelier
da655d84d1 tests: Better way of handling non-module tests
Some were not caught, and they were ran even for a single-module test.
Also, don't include them in the report.
2012-11-10 18:18:32 +01:00