Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check before processing that credentials are valid | Ismaël Bouya | 2018-05-08 | 1 | -0/+11 |
| | |||||
* | Add USDT rate to balances | Ismaël Bouya | 2018-05-08 | 2 | -2/+33 |
| | |||||
* | Run prepared orders after disappeared order | Ismaël Bouya | 2018-05-07 | 1 | -0/+4 |
| | |||||
* | Fix infinite recursion during fetch | Ismaël Bouya | 2018-05-06 | 2 | -13/+15 |
| | |||||
* | Add checkpoints when fetching balance | Ismaël Bouya | 2018-05-05 | 2 | -10/+32 |
| | |||||
* | Include current portfolio currencies when printing balances | Ismaël Bouya | 2018-05-03 | 2 | -16/+80 |
| | |||||
* | Store last cryptoportfolio repartition to redis | Ismaël Bouya | 2018-05-02 | 1 | -1/+36 |
| | |||||
* | Refactor databases access | Ismaël Bouya | 2018-05-02 | 4 | -101/+208 |
| | |||||
* | Store tickers in balance log | Ismaël Bouya | 2018-05-01 | 2 | -46/+91 |
| | |||||
* | Don’t close dust remaining orders before end of trade. | Ismaël Bouya | 2018-05-01 | 2 | -5/+12 |
| | | | | Fixes https://git.immae.eu/mantisbt/view.php?id=41 | ||||
* | Fix price imprecision due to floats | Ismaël Bouya | 2018-04-30 | 2 | -40/+102 |
| | |||||
* | Fixes https://git.immae.eu/mantisbt/view.php?id=44 | Ismaël Bouya | 2018-04-22 | 1 | -15/+116 |
| | |||||
* | Add latest date to redis | Ismaël Bouya | 2018-04-21 | 1 | -0/+1 |
| | |||||
* | Store some information to redis | Ismaël Bouya | 2018-04-21 | 3 | -15/+169 |
| | |||||
* | Use generic parser for market processing | Ismaël Bouya | 2018-04-20 | 1 | -67/+45 |
| | |||||
* | Temporarily remove acceptance tests | Ismaël Bouya | 2018-04-20 | 16 | -4348/+0 |
| | |||||
* | Move acceptance tests to common directory | Ismaël Bouya | 2018-04-20 | 8 | -2/+411 |
| | |||||
* | Store duration in http requests | Ismaël Bouya | 2018-04-20 | 1 | -0/+2 |
| | |||||
* | Fix ccxt switching currency codes | Ismaël Bouya | 2018-04-09 | 2 | -0/+24 |
| | |||||
* | Add some acceptance tests | Ismaël Bouya | 2018-04-09 | 11 | -1/+2192 |
| | |||||
* | Add acceptance tests | Ismaël Bouya | 2018-04-08 | 15 | -308/+2202 |
| | | | | | 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 | 5 | -59/+136 |
| | | | | | | 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 | 7 | -0/+5245 |