aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Include current portfolio currencies when printing balancesIsmaël Bouya2018-05-034-20/+108
|
* Store last cryptoportfolio repartition to redisIsmaël Bouya2018-05-022-1/+50
|
* Refactor databases accessIsmaël Bouya2018-05-028-154/+288
|
* Store tickers in balance logIsmaël Bouya2018-05-014-56/+116
|
* Actually close closed dust remaining at the endIsmaël Bouya2018-05-011-1/+1
|
* Don’t close dust remaining orders before end of trade.Ismaël Bouya2018-05-014-9/+23
| | | | Fixes https://git.immae.eu/mantisbt/view.php?id=41
* Fix price imprecision due to floatsIsmaël Bouya2018-04-304-76/+143
|
* Remove fixed FIXMEIsmaël Bouya2018-04-221-3/+0
|
* Fixes https://git.immae.eu/mantisbt/view.php?id=44Ismaël Bouya2018-04-222-20/+135
|
* Change psycopg package to binaryIsmaël Bouya2018-04-211-1/+1
|
* Add latest date to redisIsmaël Bouya2018-04-212-0/+3
|
* Merge branch 'redis' into devIsmaël Bouya2018-04-217-128/+321
|\
| * Store some information to redisIsmaël Bouya2018-04-217-35/+245
| |
| * Use generic parser for market processingIsmaël Bouya2018-04-203-93/+76
|/
* Merge branch 'test_cleanup' into devIsmaël Bouya2018-04-2027-4420/+143
|\
| * Temporarily remove acceptance testsIsmaël Bouya2018-04-2016-4348/+0
| |
| * Add test actions to makefileIsmaël Bouya2018-04-201-4/+16
| |
| * Move acceptance tests to common directoryIsmaël Bouya2018-04-209-68/+123
| |
| * Store duration in http requestsIsmaël Bouya2018-04-202-0/+4
|/
* Fix ccxt switching currency codesIsmaël Bouya2018-04-094-0/+38
|
* Merge branch 'acceptance_tests' into devIsmaël Bouya2018-04-0915-140/+2385
|\
| * Add some acceptance testsIsmaël Bouya2018-04-0915-140/+2385
|/
* Merge branch 'test_cleanup' into devIsmaël Bouya2018-04-0823-5257/+7614
|\
| * Add acceptance testsIsmaël Bouya2018-04-0818-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 preparationIsmaël Bouya2018-04-0710-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 filesIsmaël Bouya2018-04-079-5221/+5255
|/
* Fix console helperIsmaël Bouya2018-04-052-5/+14
|
* Merge branch 'config_parsing' into devIsmaël Bouya2018-04-056-126/+133
|\
| * Refactor config parsingIsmaël Bouya2018-04-056-126/+133
|/
* Merge branch 'logs' into devIsmaël Bouya2018-04-045-14/+104
|\
| * Log http requests exceptionsIsmaël Bouya2018-04-043-14/+66
| |
| * Add logging at market instance creationIsmaël Bouya2018-04-044-0/+38
|/
* Merge branch 'retry_vanished' into devIsmaël Bouya2018-04-033-77/+94
|\
| * Improve fix of vanishing ordersIsmaël Bouya2018-04-033-77/+94
| |
* | Merge branch 'retry_vanished' into devIsmaël Bouya2018-04-022-1/+136
|\|
| * Fix vanishing ordersIsmaël Bouya2018-04-022-1/+136
|/ | | | Fixes https://git.immae.eu/mantisbt/view.php?id=60
* Small refactor for `super` useIsmaël Bouya2018-04-022-10/+10
|
* Add conditional install with virtual envIsmaël Bouya2018-03-271-0/+4
|
* Merge branch 'invalid_nonce' into devIsmaël Bouya2018-03-254-12/+64
|\ | | | | | | Fixes https://git.immae.eu/mantisbt/view.php?id=59
| * Handle invalid noncesIsmaël Bouya2018-03-254-12/+64
|/
* Merge branch 'timeouts' into devIsmaël Bouya2018-03-253-14/+721
|\ | | | | | | Fixes https://git.immae.eu/mantisbt/view.php?id=58
| * Handle timeouts for order creationsIsmaël Bouya2018-03-252-8/+572
| |
| * Handle timeouts for move_balancesIsmaël Bouya2018-03-252-6/+149
|/
* Merge branch 'retry_timeout' into devIsmaël Bouya2018-03-243-18/+109
|\
| * Move request wrapper to ccxtIsmaël Bouya2018-03-243-18/+27
| |
| * Add retry facility for api call timeoutsIsmaël Bouya2018-03-242-0/+82
|/ | | | Fixes https://git.immae.eu/mantisbt/view.php?id=40
* Fetch market_config for import report taskIsmaël Bouya2018-03-241-9/+6
|
* Merge branch 'store_reports' into devIsmaël Bouya2018-03-245-77/+286
|\ | | | | | | | | | | Add reports storing in database. See https://git.immae.eu/mantisbt/view.php?id=56 for the expected schema
| * Cleanup market from_configIsmaël Bouya2018-03-243-26/+21
| |
| * Add task to migrate reports to databaseIsmaël Bouya2018-03-241-0/+50
| |