Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include current portfolio currencies when printing balances | Ismaël Bouya | 2018-05-03 | 4 | -20/+108 |
| | |||||
* | Store last cryptoportfolio repartition to redis | Ismaël Bouya | 2018-05-02 | 2 | -1/+50 |
| | |||||
* | Refactor databases access | Ismaël Bouya | 2018-05-02 | 8 | -154/+288 |
| | |||||
* | Store tickers in balance log | Ismaël Bouya | 2018-05-01 | 4 | -56/+116 |
| | |||||
* | Actually close closed dust remaining at the end | Ismaël Bouya | 2018-05-01 | 1 | -1/+1 |
| | |||||
* | Don’t close dust remaining orders before end of trade. | Ismaël Bouya | 2018-05-01 | 4 | -9/+23 |
| | | | | Fixes https://git.immae.eu/mantisbt/view.php?id=41 | ||||
* | Fix price imprecision due to floats | Ismaël Bouya | 2018-04-30 | 4 | -76/+143 |
| | |||||
* | Remove fixed FIXME | Ismaël Bouya | 2018-04-22 | 1 | -3/+0 |
| | |||||
* | Fixes https://git.immae.eu/mantisbt/view.php?id=44 | Ismaël Bouya | 2018-04-22 | 2 | -20/+135 |
| | |||||
* | Change psycopg package to binary | Ismaël Bouya | 2018-04-21 | 1 | -1/+1 |
| | |||||
* | Add latest date to redis | Ismaël Bouya | 2018-04-21 | 2 | -0/+3 |
| | |||||
* | Merge branch 'redis' into dev | Ismaël Bouya | 2018-04-21 | 7 | -128/+321 |
|\ | |||||
| * | Store some information to redis | Ismaël Bouya | 2018-04-21 | 7 | -35/+245 |
| | | |||||
| * | Use generic parser for market processing | Ismaël Bouya | 2018-04-20 | 3 | -93/+76 |
|/ | |||||
* | Merge branch 'test_cleanup' into dev | Ismaël Bouya | 2018-04-20 | 27 | -4420/+143 |
|\ | |||||
| * | Temporarily remove acceptance tests | Ismaël Bouya | 2018-04-20 | 16 | -4348/+0 |
| | | |||||
| * | Add test actions to makefile | Ismaël Bouya | 2018-04-20 | 1 | -4/+16 |
| | | |||||
| * | Move acceptance tests to common directory | Ismaël Bouya | 2018-04-20 | 9 | -68/+123 |
| | | |||||
| * | Store duration in http requests | Ismaël Bouya | 2018-04-20 | 2 | -0/+4 |
|/ | |||||
* | Fix ccxt switching currency codes | Ismaël Bouya | 2018-04-09 | 4 | -0/+38 |
| | |||||
* | Merge branch 'acceptance_tests' into dev | Ismaël Bouya | 2018-04-09 | 15 | -140/+2385 |
|\ | |||||
| * | Add some acceptance tests | Ismaël Bouya | 2018-04-09 | 15 | -140/+2385 |
|/ | |||||
* | Merge branch 'test_cleanup' into dev | Ismaël Bouya | 2018-04-08 | 23 | -5257/+7614 |
|\ | |||||
| * | Add acceptance tests | Ismaël Bouya | 2018-04-08 | 18 | -320/+2526 |
| | | | | | | | | | | Fixes https://git.immae.eu/mantisbt/view.php?id=42 (new scenario files still need to be added to improve coverage) | ||||
| * | Acceptance test preparation | Ismaël Bouya | 2018-04-07 | 10 | -87/+204 |
| | | | | | | | | | | | | Save some headers for http requests Wait for all threads after the end of main Simplify library imports for mocking | ||||
| * | Move tests to separate files | Ismaël Bouya | 2018-04-07 | 9 | -5221/+5255 |
|/ | |||||
* | Fix console helper | Ismaël Bouya | 2018-04-05 | 2 | -5/+14 |
| | |||||
* | Merge branch 'config_parsing' into dev | Ismaël Bouya | 2018-04-05 | 6 | -126/+133 |
|\ | |||||
| * | Refactor config parsing | Ismaël Bouya | 2018-04-05 | 6 | -126/+133 |
|/ | |||||
* | Merge branch 'logs' into dev | Ismaël Bouya | 2018-04-04 | 5 | -14/+104 |
|\ | |||||
| * | Log http requests exceptions | Ismaël Bouya | 2018-04-04 | 3 | -14/+66 |
| | | |||||
| * | Add logging at market instance creation | Ismaël Bouya | 2018-04-04 | 4 | -0/+38 |
|/ | |||||
* | Merge branch 'retry_vanished' into dev | Ismaël Bouya | 2018-04-03 | 3 | -77/+94 |
|\ | |||||
| * | Improve fix of vanishing orders | Ismaël Bouya | 2018-04-03 | 3 | -77/+94 |
| | | |||||
* | | Merge branch 'retry_vanished' into dev | Ismaël Bouya | 2018-04-02 | 2 | -1/+136 |
|\| | |||||
| * | Fix vanishing orders | Ismaël Bouya | 2018-04-02 | 2 | -1/+136 |
|/ | | | | Fixes https://git.immae.eu/mantisbt/view.php?id=60 | ||||
* | Small refactor for `super` use | Ismaël Bouya | 2018-04-02 | 2 | -10/+10 |
| | |||||
* | Add conditional install with virtual env | Ismaël Bouya | 2018-03-27 | 1 | -0/+4 |
| | |||||
* | Merge branch 'invalid_nonce' into dev | Ismaël Bouya | 2018-03-25 | 4 | -12/+64 |
|\ | | | | | | | Fixes https://git.immae.eu/mantisbt/view.php?id=59 | ||||
| * | Handle invalid nonces | Ismaël Bouya | 2018-03-25 | 4 | -12/+64 |
|/ | |||||
* | Merge branch 'timeouts' into dev | Ismaël Bouya | 2018-03-25 | 3 | -14/+721 |
|\ | | | | | | | Fixes https://git.immae.eu/mantisbt/view.php?id=58 | ||||
| * | Handle timeouts for order creations | Ismaël Bouya | 2018-03-25 | 2 | -8/+572 |
| | | |||||
| * | Handle timeouts for move_balances | Ismaël Bouya | 2018-03-25 | 2 | -6/+149 |
|/ | |||||
* | Merge branch 'retry_timeout' into dev | Ismaël Bouya | 2018-03-24 | 3 | -18/+109 |
|\ | |||||
| * | Move request wrapper to ccxt | Ismaël Bouya | 2018-03-24 | 3 | -18/+27 |
| | | |||||
| * | Add retry facility for api call timeouts | Ismaël Bouya | 2018-03-24 | 2 | -0/+82 |
|/ | | | | Fixes https://git.immae.eu/mantisbt/view.php?id=40 | ||||
* | Fetch market_config for import report task | Ismaël Bouya | 2018-03-24 | 1 | -9/+6 |
| | |||||
* | Merge branch 'store_reports' into dev | Ismaël Bouya | 2018-03-24 | 5 | -77/+286 |
|\ | | | | | | | | | | | Add reports storing in database. See https://git.immae.eu/mantisbt/view.php?id=56 for the expected schema | ||||
| * | Cleanup market from_config | Ismaël Bouya | 2018-03-24 | 3 | -26/+21 |
| | | |||||
| * | Add task to migrate reports to database | Ismaël Bouya | 2018-03-24 | 1 | -0/+50 |
| | |