Commit Graph

8796 Commits

Author SHA1 Message Date
hroff-1902
e0dc7fedf5
Merge pull request #3380 from freqtrade/rpi_crosscompile
Raspberry Docker image - fix and correctly crosscompile
2020-05-27 14:31:24 +03:00
hroff-1902
a0556689ea Merge pull request #3381 from freqtrade/fix/orderbook_keyerror
Fix orderbook keyerror
2020-05-27 11:52:29 +03:00
Matthias
f4af4cc2b2 Small formatting improvement 2020-05-27 07:11:59 +02:00
Matthias
8c87fcdae3 Rename PricingException to PricingError 2020-05-26 20:35:11 +02:00
Matthias
16cd1f06b2 Rename get_order_book to fetch_l2_order_book (aligning to ccxt) 2020-05-26 20:27:35 +02:00
Matthias
d09a347853 Add tests for pricingexception 2020-05-26 20:24:44 +02:00
Matthias
7a7b26e840 Add exception handlers for orderbook logic 2020-05-26 20:14:05 +02:00
Matthias
76e4e5897f Introduce pricing exception 2020-05-26 20:08:01 +02:00
Matthias
bdf795b8b0 final cleanup - use different cache image for now 2020-05-26 19:40:27 +02:00
Matthias
448546b0a4 Some cleanup in script 2020-05-26 19:16:44 +02:00
Matthias
e370d635bf
Merge pull request #3379 from hroff-1902/fix-3378
Fix #3378
2020-05-26 17:16:11 +02:00
Matthias
2f596f739d Use cache correctly 2020-05-26 17:14:52 +02:00
Matthias
27e0c2604c
Add comment to ensure we're not accidentally removing this again 2020-05-26 16:58:29 +02:00
Matthias
500ce50153 Switch to docker experimental ... 2020-05-26 16:45:42 +02:00
Matthias
7f5feab5cf Fix notifications, build ... 2020-05-26 16:45:19 +02:00
Matthias
571d61de84 Cancel previous automatically? 2020-05-26 16:45:15 +02:00
Matthias
4fbd2deb37 Use correct image 2020-05-26 16:45:15 +02:00
Matthias
a7c0e86bfd Test rpi using buildx and dockerfile.armhf
Uses piwheels for pi image
2020-05-26 16:44:49 +02:00
hroff-1902
9f573481a8 Fix #3378 2020-05-26 13:54:45 +03:00
Matthias
9c76450f59
Merge pull request #3373 from freqtrade/dependabot/pip/develop/flake8-3.8.2
Bump flake8 from 3.8.1 to 3.8.2
2020-05-25 11:48:48 +02:00
dependabot-preview[bot]
5c5dce5260
Bump flake8 from 3.8.1 to 3.8.2
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.1 to 3.8.2.
- [Release notes](https://gitlab.com/pycqa/flake8/tags)
- [Commits](https://gitlab.com/pycqa/flake8/compare/3.8.1...3.8.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-25 09:32:33 +00:00
Matthias
8742126e99
Merge pull request #3375 from freqtrade/dependabot/pip/develop/mkdocs-material-5.2.1
Bump mkdocs-material from 5.1.7 to 5.2.1
2020-05-25 11:31:39 +02:00
Matthias
b587b58852
Merge pull request #3374 from freqtrade/dependabot/pip/develop/pytest-cov-2.9.0
Bump pytest-cov from 2.8.1 to 2.9.0
2020-05-25 11:31:12 +02:00
Matthias
9a97bd3327
Merge pull request #3376 from freqtrade/dependabot/pip/develop/ccxt-1.28.49
Bump ccxt from 1.27.91 to 1.28.49
2020-05-25 11:30:49 +02:00
hroff-1902
c22b790a36
Merge pull request #3366 from freqtrade/issue_template
Update issue template
2020-05-25 12:27:55 +03:00
dependabot-preview[bot]
1c9103a13e
Bump ccxt from 1.27.91 to 1.28.49
Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.27.91 to 1.28.49.
- [Release notes](https://github.com/ccxt/ccxt/releases)
- [Changelog](https://github.com/ccxt/ccxt/blob/master/doc/exchanges-by-country.rst)
- [Commits](https://github.com/ccxt/ccxt/compare/1.27.91...1.28.49)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-25 09:04:03 +00:00
dependabot-preview[bot]
781de767ed
Bump mkdocs-material from 5.1.7 to 5.2.1
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 5.1.7 to 5.2.1.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/5.1.7...5.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-25 09:02:46 +00:00
dependabot-preview[bot]
6eba718680
Bump pytest-cov from 2.8.1 to 2.9.0
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.8.1 to 2.9.0.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases)
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.8.1...v2.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-25 09:02:03 +00:00
Matthias
8217d92ab3 UPdate version question 2020-05-25 06:24:40 +02:00
Matthias
e138f9b23c
Apply suggestions from code review
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-05-24 20:15:10 +02:00
Matthias
aa004fa842 Fix typo in label 2020-05-24 19:20:24 +02:00
Matthias
c5480c2514 Split issue-tempaltes 2020-05-24 19:18:28 +02:00
Matthias
73914169e4 Update issue template 2020-05-23 19:21:14 +02:00
hroff-1902
b50d072d82
Merge pull request #3359 from freqtrade/fix_typing
Fix typing circular dependency
2020-05-23 11:56:36 +03:00
Matthias
046202fdda Fix typing circular dependency 2020-05-22 20:56:34 +02:00
Matthias
f1ab1835f1
Merge pull request #3355 from freqtrade/reorder_subcommands
Reorder subcommands
2020-05-22 17:20:24 +02:00
Matthias
073d9d3853 Update readme.md with adjusted sequence 2020-05-22 13:47:11 +02:00
Matthias
98db1d52c6 Reorder new commands 2020-05-22 07:04:36 +02:00
Matthias
43e2bce6f8 Update readme with current command list 2020-05-22 07:00:57 +02:00
Matthias
1663a67959 Reorder list-arguments 2020-05-22 07:00:09 +02:00
Matthias
33b270b81f reorder more arguments 2020-05-22 06:57:20 +02:00
Matthias
fcae48d5a0 Some reordering of subcommands 2020-05-22 06:55:20 +02:00
Matthias
74056e768a
Merge pull request #3352 from hroff-1902/improve_pairlist_tests
Improve pairlist tests
2020-05-21 15:06:22 +02:00
hroff-1902
ea13071308
Merge pull request #3351 from freqtrade/fix/notradesplot
[minor] Fix crash when no trades are found in plot-profit
2020-05-21 13:14:41 +03:00
hroff-1902
cd0bf96c0e Improve pairlist tests 2020-05-21 12:52:10 +03:00
Matthias
d31a091d12
Merge pull request #3346 from hroff-1902/refactor_pairlists2
Refactor filter_pairlists()
2020-05-21 07:25:43 +02:00
Matthias
1f386c570d Don't start plotting profit without trades
plotting profit only makes sense when trades are available
2020-05-21 07:13:08 +02:00
Matthias
1a984ac677 Explicitly raise ValueError if trades are empty 2020-05-21 07:12:53 +02:00
Matthias
7bf5e5ba6d
Merge pull request #3327 from freqtrade/dependabot/pip/develop/scikit-learn-0.23.0
Bump scikit-learn from 0.22.2.post1 to 0.23.0
2020-05-21 06:24:31 +02:00
hroff-1902
22bcb58716
Merge pull request #3348 from freqtrade/fix_doc_link
[minor] Fix documentation link
2020-05-20 23:40:40 +03:00