aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add acceptance testsacceptance_testsIsmaël Bouya2019-02-0824-0/+33801
* Don’t raise when some market is disabledIsmaël Bouya2018-09-262-2/+2
* Stop when portfolio worker is down and data is not fetchedIsmaël Bouya2018-08-272-2/+31
* Use market options for fetch balancesIsmaël Bouya2018-08-273-22/+26
* Add increasing delay to fetching cryptoportfolioIsmaël Bouya2018-08-264-28/+60
* Refactor a bit the options passing processIsmaël Bouya2018-08-042-21/+20
* Add liquidity option for cryptoportfolio usersIsmaël Bouya2018-08-044-30/+73
* Eat several positions in the order book after some time spentIsmaël Bouya2018-07-314-2/+71
* Fix orders disappearing but finally notIsmaël Bouya2018-07-302-2/+37
* Some fixesIsmaël Bouya2018-07-254-3/+16
* Fix available balance when buyingIsmaël Bouya2018-06-114-30/+250
* Fix orders marked as dust even when closedIsmaël Bouya2018-05-142-1/+5
* Fetch only enabled marketIsmaël Bouya2018-05-102-4/+4
* Check before processing that credentials are validIsmaël Bouya2018-05-082-1/+15
* Add USDT rate to balancesIsmaël Bouya2018-05-084-4/+45
* Run prepared orders after disappeared orderIsmaël Bouya2018-05-072-1/+7
* Fix infinite recursion during fetchIsmaël Bouya2018-05-064-21/+24
* Add checkpoints when fetching balanceIsmaël Bouya2018-05-054-29/+77
* Merge branch 'refactor_db' into devIsmaël Bouya2018-05-0310-172/+443
|\
| * 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
* 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
| * Acceptance test preparationIsmaël Bouya2018-04-0710-87/+204
| * 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