Matthias
|
be1426a5f6
|
feat: create strategy-dir if it doesn't exist
|
2024-11-10 09:18:56 +01:00 |
|
Matthias
|
5f16e534ee
|
feat: add support for --strategy-path to new-strategy
|
2024-11-10 09:18:56 +01:00 |
|
Matthias
|
78e9eac64a
|
chore: Fix remaining violations after merge
|
2024-10-06 08:28:55 +02:00 |
|
Matthias
|
2b1fc8725e
|
Merge branch 'develop' into maint/bump_ruff_minpython
|
2024-10-06 08:28:09 +02:00 |
|
Matthias
|
24c09d0319
|
refactor: move ui deployment to it's own file
|
2024-10-05 13:06:19 +02:00 |
|
Matthias
|
65bbf7b2a2
|
chore: update commands to modern typing syntax
|
2024-10-04 06:38:06 +02:00 |
|
Meng Xiangzhuo
|
30a273c946
|
Revert lazy import requests
|
2024-10-04 11:36:51 +08:00 |
|
Meng Xiangzhuo
|
48a8d7de1c
|
Postpone imports on demand
|
2024-10-03 11:33:52 +08:00 |
|
Matthias
|
a9732c6195
|
Fix odd formatting by ruff format
|
2024-05-13 07:10:25 +02:00 |
|
Matthias
|
3c9be47236
|
ruff format: commands
|
2024-05-13 07:10:25 +02:00 |
|
Matthias
|
d4ce774532
|
Add requests timeout to deploy commands
|
2024-04-20 10:25:05 +02:00 |
|
Matthias
|
4a097bd644
|
More usages for ConfigurationError
|
2024-03-19 07:13:17 +01:00 |
|
Matthias
|
afcaeafd96
|
Move rendering commands to utils
|
2023-08-15 07:42:05 +02:00 |
|
Matthias
|
6b11f3063f
|
"minimal" strategy templates shouldn't render all attributes
|
2023-08-15 06:58:50 +02:00 |
|
Matthias
|
faf84295a5
|
Separate strategy subtemplates for better overview
|
2022-09-18 08:52:53 +02:00 |
|
Matthias
|
ce9debe9fd
|
Add version argument to freqUI installer
|
2021-10-12 06:44:07 +02:00 |
|
Matthias
|
ebb0b8aa3f
|
Remove new-hyperopt command
|
2021-09-12 08:18:13 +02:00 |
|
Matthias
|
58ecb34a66
|
Allow DefaultHyperopts as hyperopt name
|
2021-08-26 07:13:18 +02:00 |
|
Matthias
|
1f3ccc2587
|
DefaultStrategy does not need to be limited
|
2021-08-26 07:00:15 +02:00 |
|
Sam Germain
|
b9356a5564
|
Autopep8 formatting
|
2021-08-06 16:35:39 -06:00 |
|
Matthias
|
9c34304cb9
|
Move state enums to enums package
|
2021-06-08 21:20:35 +02:00 |
|
Matthias
|
06e2bc94c3
|
Deploy to subdirectory
|
2021-01-31 16:01:00 +01:00 |
|
Matthias
|
e4a085027b
|
Add test for UI methods
|
2021-01-31 15:27:00 +01:00 |
|
Matthias
|
7b3d99819f
|
Fix bug with not cleaning UI folder
|
2021-01-31 14:50:54 +01:00 |
|
Matthias
|
944d674eeb
|
Store freqUI version and read it again
|
2021-01-31 14:50:54 +01:00 |
|
Matthias
|
2af1d2d639
|
Extract last FreqUI version from api response
|
2021-01-31 14:50:54 +01:00 |
|
Matthias
|
e928d2991d
|
Add fallback file
|
2021-01-31 14:50:54 +01:00 |
|
Matthias
|
f05f2c45e8
|
Allow deleting of UI only
|
2021-01-31 14:50:54 +01:00 |
|
Matthias
|
a1a35115ad
|
Extract get_ui_download_url
|
2021-01-31 14:50:54 +01:00 |
|
Matthias
|
87ed2d7502
|
Write some tests for UI Downloading
|
2021-01-31 14:50:54 +01:00 |
|
Matthias
|
a47616eed4
|
Add UI installation subcommand
|
2021-01-31 14:50:54 +01:00 |
|
Matthias
|
f4d39f2a12
|
Improve test coverage of deploy_commands
|
2020-10-29 07:44:03 +01:00 |
|
Matthias
|
253b7b763e
|
Apply isort to freqtrade codebase
|
2020-09-28 19:40:46 +02:00 |
|
Matthias
|
309ea1246a
|
Update config to use single quotes
|
2020-08-26 20:52:09 +02:00 |
|
Matthias
|
5a9a31351a
|
Adjust empty f-strings to be non-fstrings
|
2020-05-18 11:40:25 +02:00 |
|
Matthias
|
791148176c
|
Add callback functions to new-strategy --template advanced
|
2020-03-01 09:35:53 +01:00 |
|
Matthias
|
97e48080e8
|
Merge pull request #2839 from hroff-1902/list-hyperopts-2
Add list-hyperopts subcommand
|
2020-02-06 07:06:36 +01:00 |
|
hroff-1902
|
3fe39a3e1b
|
Rename constant
|
2020-02-02 19:41:22 +03:00 |
|
hroff-1902
|
f3d500085c
|
Add some type hints
|
2020-02-02 07:00:40 +03:00 |
|
Matthias
|
02563019fc
|
move setup_utils_config to configuration module
|
2020-01-26 14:15:53 +01:00 |
|
Matthias
|
926bf07df1
|
Seperate a few commands into specific files
|
2020-01-26 13:46:01 +01:00 |
|