Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
|/ | ||||||
* | 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 | |
|\ | ||||||
| * | 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 | |
|\ | ||||||
| * | 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 | |
|/ | ||||||
* | 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 | |
|\ | ||||||
| * | 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 | |
| * | Store reports to database | Ismaël Bouya | 2018-03-24 | 4 | -54/+202 | |
| * | Add quiet flag for running | Ismaël Bouya | 2018-03-23 | 3 | -27/+43 | |
|/ | ||||||
* | Merge branch 'immae/store_logs' into dev | Ismaël Bouya | 2018-03-12 | 3 | -5/+19 | |
|\ | ||||||
| * | Store printed logs | Ismaël Bouya | 2018-03-12 | 3 | -5/+19 | |
|/ | ||||||
* | Merge branch 'night_fixes' into dev | Ismaël Bouya | 2018-03-12 | 2 | -38/+76 | |
|\ | ||||||
| * | Fix mark finished order not alway called when necessary | Ismaël Bouya | 2018-03-12 | 2 | -11/+11 | |
| * | Fix fullfiled not having correct currencies | Ismaël Bouya | 2018-03-12 | 2 | -27/+65 | |
* | | Merge branch 'immae/parallelize' into dev | Ismaël Bouya | 2018-03-09 | 10 | -731/+3071 | |
|\ \ | |/ |/| | ||||||
| * | Add parallelization | Ismaël Bouya | 2018-03-09 | 3 | -128/+431 | |
| * | Add fake scenario | Ismaël Bouya | 2018-03-09 | 1 | -0/+27 | |
| * | Add merge method for report | Ismaël Bouya | 2018-03-08 | 3 | -2/+29 | |
| * | Move Portfolio to store and cleanup methods | Ismaël Bouya | 2018-03-08 | 4 | -198/+177 | |
| * | Move market processing to single method | Ismaël Bouya | 2018-03-08 | 2 | -24/+38 | |
| * | Complete tests for the ccxt wrapper | Ismaël Bouya | 2018-03-06 | 5 | -1/+1883 | |
| * | Move helper methods to their due places | Ismaël Bouya | 2018-03-06 | 4 | -502/+610 | |
|/ | ||||||
* | Fixes after night runv0.5 | Ismaël Bouya | 2018-03-04 | 3 | -34/+102 | |
* | Fix test for pretty-printing json | Ismaël Bouya | 2018-03-04 | 1 | -3/+3 | |
* | Add build_release in Makefile | Ismaël Bouya | 2018-03-04 | 1 | -0/+13 | |
* | Pretty-print the json output | Ismaël Bouya | 2018-03-04 | 1 | -1/+1 | |
* | Write tests for Processor classv0.4 | Ismaël Bouya | 2018-03-04 | 2 | -120/+206 | |
* | Add close trades action | Ismaël Bouya | 2018-03-04 | 4 | -7/+66 | |
* | Add processors | Ismaël Bouya | 2018-03-02 | 3 | -138/+184 | |
* | Remove useless update_trades method | Ismaël Bouya | 2018-03-01 | 4 | -68/+38 | |
* | Add processors | Ismaël Bouya | 2018-03-01 | 2 | -16/+31 | |
* | Dynamically use process methods | Ismaël Bouya | 2018-03-01 | 2 | -13/+15 | |
* | Fix ticker fetcher | Ismaël Bouya | 2018-03-01 | 2 | -6/+7 | |
* | Add tests for ccxt_wrapper | Ismaël Bouya | 2018-03-01 | 2 | -59/+153 | |
* | Various fixes/improvementsv0.3 | Ismaël Bouya | 2018-03-01 | 6 | -245/+394 | |
* | Add make_order and get_user_market helpers | Ismaël Bouya | 2018-02-27 | 3 | -8/+197 |