Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix timezone in tests | Ismaël Bouya | 2019-03-22 | 2 | -3/+7 |
| | |||||
* | Don’t raise when some market is disabled | Ismaël Bouya | 2018-09-26 | 1 | -1/+1 |
| | |||||
* | Stop when portfolio worker is down and data is not fetched | Ismaël Bouya | 2018-08-27 | 1 | -0/+24 |
| | |||||
* | Use market options for fetch balances | Ismaël Bouya | 2018-08-27 | 1 | -16/+18 |
| | |||||
* | Add increasing delay to fetching cryptoportfolio | Ismaël Bouya | 2018-08-26 | 3 | -21/+32 |
| | |||||
* | Refactor a bit the options passing process | Ismaël Bouya | 2018-08-04 | 1 | -10/+9 |
| | |||||
* | Add liquidity option for cryptoportfolio users | Ismaël Bouya | 2018-08-04 | 2 | -20/+50 |
| | |||||
* | Eat several positions in the order book after some time spent | Ismaël Bouya | 2018-07-31 | 2 | -0/+57 |
| | |||||
* | Fix orders disappearing but finally not | Ismaël Bouya | 2018-07-30 | 1 | -0/+34 |
| | |||||
* | Some fixes | Ismaël Bouya | 2018-07-25 | 2 | -1/+13 |
| | | | | | - DB cursor expects an enumerable - None should be returned when repartition is not available | ||||
* | Fix available balance when buying | Ismaël Bouya | 2018-06-11 | 2 | -19/+199 |
| | |||||
* | Fix orders marked as dust even when closed | Ismaël Bouya | 2018-05-14 | 1 | -0/+4 |
| | |||||
* | Fetch only enabled market | Ismaël Bouya | 2018-05-10 | 1 | -2/+2 |
| | |||||
* | 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 |