Commit Graph

  • 5b8752e649 chore: deprecate syslog from configuration Matthias 2025-03-13 19:44:44 +01:00
  • 8832bae371 docs: document syslog logging via log_config Matthias 2025-03-13 19:44:16 +01:00
  • a85e044e99 docs: improve log formatting Matthias 2025-03-13 19:33:49 +01:00
  • 7b1ee84b34 chore: deprecate --logfile=journald Matthias 2025-03-13 19:33:20 +01:00
  • 79ebc943a2 docs: Document journald logging via configuration file Matthias 2025-03-13 19:33:09 +01:00
  • eabcaa38e2 feat: try improved config schema Matthias 2025-03-13 19:25:18 +01:00
  • e930221b78 test: update logging tests Matthias 2025-03-08 16:27:25 +01:00
  • 08c4f24bdf test: add log setup workaround for tests Matthias 2025-03-08 16:16:21 +01:00
  • 56c23f9dd8 tests: remove unnecessary log-config Matthias 2025-03-08 14:37:21 +01:00
  • 6edee269d8 chore: deepcopy log config Matthias 2025-03-08 14:31:03 +01:00
  • f9d978f16a chore: migrate set_log_levels to log_config Matthias 2025-03-08 14:21:05 +01:00
  • 1eac77fe0b chore: don't shadow built-in functions Matthias 2025-03-08 14:11:23 +01:00
  • a98121ea26 chore: update json schema Matthias 2025-03-08 14:09:29 +01:00
  • cc9c373a76 feat: update config_schema for logging Matthias 2025-03-08 14:09:13 +01:00
  • 390b113776 feat: Ensure freqtrade-logger is always configured Matthias 2025-03-08 14:08:53 +01:00
  • bf33f8b632 chore: clean up log-levels Matthias 2025-03-08 13:33:43 +01:00
  • 030dcfdd83 chore: extract log formatter addition Matthias 2025-03-08 13:30:26 +01:00
  • cd77758852 chore: remove some unnecessary comments Matthias 2025-03-08 13:25:03 +01:00
  • 1aa6c2ad55 feat: Improve filehandler config Matthias 2025-03-08 13:23:17 +01:00
  • 55d71cecdd refactor: move root-handler adding to separate function Matthias 2025-03-08 13:19:42 +01:00
  • 70a81c86ba feat: dynamically assign error console Matthias 2025-03-08 13:16:25 +01:00
  • 1c6c710696 chore: rename log_config naming Matthias 2025-03-08 13:11:52 +01:00
  • 4ca2a043b5 refactor: extract log_config creation Matthias 2025-03-08 13:11:29 +01:00
  • 41418784e3 feat: add log_config generator Matthias 2025-03-08 13:09:55 +01:00
  • 9afd572948 chore: add "log init from config" ... Matthias 2025-02-15 16:38:22 +01:00
  • 51a99f2a66 Add relevant metrics to backtest breakdowns (fix 2) mrpabloyeah 2025-03-13 14:49:24 +01:00
  • 969b0570c2 Add relevant metrics to backtest breakdowns (fix) mrpabloyeah 2025-03-13 14:29:10 +01:00
  • e94ccece93 Add relevant metrics to backtest breakdowns mrpabloyeah 2025-03-13 13:51:35 +01:00
  • 32f312b369 Deployed cd43509 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-03-13 05:29:55 +00:00
  • cd435098bd Merge pull request #11497 from freqtrade/update/binance-leverage-tiers Matthias 2025-03-13 06:29:31 +01:00
  • 33659ee273 chore: update pre-commit hooks Freqtrade Bot 2025-03-13 03:10:53 +00:00
  • c30db9d0d6 Merge branch 'develop' into api-server-list-custom-data Axel-CH 2025-03-12 10:39:43 -04:00
  • 429505b134 test: add test_api_custom_data_multiple_open_trades to validate api route behaviour Axel-CH 2025-03-12 10:37:39 -04:00
  • 2c2cc086c3 test: add test_api_custom_data_single_trade to validate api route behaviour Axel-CH 2025-03-12 00:24:17 -04:00
  • fe16654733 test: slight change on expected string in test_telegram_list_custom_data Axel-CH 2025-03-12 00:21:24 -04:00
  • f85891941f chore: update telegram _list_custom_data according to _rpc_list_custom_data output format change Axel-CH 2025-03-12 00:17:12 -04:00
  • 493b6f6592 chore: update api custom-data related routes with better not found error handling Axel-CH 2025-03-12 00:12:43 -04:00
  • 97faa7fc5a feat: update api schema custom data related classes Axel-CH 2025-03-11 23:43:30 -04:00
  • 5402b14336 chore: enhance _rpc_list_custom_data error handling, output format and docstring Axel-CH 2025-03-11 23:38:50 -04:00
  • 4c7ff7ab0c feat: add retrieval_mode in get_custom_data function to chose between value or full custom_data object Axel-CH 2025-03-11 23:36:24 -04:00
  • 359eb2b749 Deployed 8288a5c to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-03-11 19:45:40 +00:00
  • 8288a5cf91 Merge pull request #11481 from mrpabloyeah/add-year-to-backtest-breakdowns Matthias 2025-03-11 20:45:15 +01:00
  • 442b29e0ea chore: run schema export Matthias 2025-03-11 20:01:21 +01:00
  • b6a65ce125 fix: pickle error due to Lock object Matthias 2025-03-11 19:53:41 +01:00
  • 743422ccf3 feat: implement pagination for open trades custom-data rpc endpoint Axel-CH 2025-03-11 11:19:36 -04:00
  • d69b1566b1 chore: auto-build schema.json Matthias 2025-03-11 07:10:37 +01:00
  • 5c01023d55 feat: add missing freqAI parameters to config schema Matthias 2025-03-11 07:09:46 +01:00
  • 97d303579a feat: add continual_learning to config schema Matthias 2025-03-11 07:04:04 +01:00
  • 265a798f78 docs: auto-generate command snippets Matthias 2025-03-11 06:37:44 +01:00
  • db19446e27 Merge pull request #11488 from freqtrade/update/pre-commit-hooks Matthias 2025-03-11 06:30:36 +01:00
  • e62a0f76ed chore: update pre-commit hooks Freqtrade Bot 2025-03-11 03:11:15 +00:00
  • 673447794e chore: implement pagination for _rpc_list_custom_data Axel-CH 2025-03-10 22:17:34 -04:00
  • 76aefccd03 fix: on custom-data endpoints key is now an optional parameter Axel-CH 2025-03-10 16:18:42 -04:00
  • b0b9e398e1 fix: assume 200char terminal if no terminal size is available Matthias 2025-03-10 21:13:32 +01:00
  • fac0491658 fix: _rpc_list_custom_data send custom-data for all trades if a key is provided Axel-CH 2025-03-10 16:01:16 -04:00
  • 7770f082c8 chore: relocate custom-data endpoints of api server near trade related endpoint, replace info tag by trading Axel-CH 2025-03-10 15:51:34 -04:00
  • 3281049264 Add year also in cli_options mrpabloyeah 2025-03-10 18:44:01 +01:00
  • fe48f6769f Merge pull request #11482 from freqtrade/dependabot/pip/develop/types-dfbe43a2fe Matthias 2025-03-10 07:12:15 +01:00
  • 6a5be68367 Merge pull request #11485 from freqtrade/dependabot/pip/develop/ccxt-4.4.65 Matthias 2025-03-10 06:40:07 +01:00
  • 6613366343 chore: bump types-requests for pre-commit config Matthias 2025-03-10 06:28:39 +01:00
  • e085c4e761 Deployed 23928e5 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-03-10 05:26:00 +00:00
  • 48c1aaaa38 Merge pull request #11483 from freqtrade/dependabot/pip/develop/websockets-15.0.1 Matthias 2025-03-10 06:25:50 +01:00
  • 23928e55a3 Merge pull request #11484 from freqtrade/dependabot/pip/develop/ruff-0.9.10 Matthias 2025-03-10 06:25:32 +01:00
  • 6d84b93715 chore(deps): bump ccxt from 4.4.64 to 4.4.65 dependabot[bot] 2025-03-10 03:54:03 +00:00
  • 5b1011668a chore(deps-dev): bump ruff from 0.9.9 to 0.9.10 dependabot[bot] 2025-03-10 03:53:55 +00:00
  • 30d2298d54 chore(deps): bump websockets from 15.0 to 15.0.1 dependabot[bot] 2025-03-10 03:53:40 +00:00
  • 98b6f58eb2 chore(deps-dev): bump types-requests in the types group dependabot[bot] 2025-03-10 03:52:54 +00:00
  • a0cbdc9135 Add year to backtest breakdowns mrpabloyeah 2025-03-09 18:21:33 +01:00
  • dd4cda9eeb Deployed 805e03b to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-03-09 14:00:51 +00:00
  • 805e03b83b test: update test for new bt cache behavior Matthias 2025-03-09 15:00:20 +01:00
  • 35cc7da9b3 fix: keep pair index per pair Matthias 2025-03-09 15:00:13 +01:00
  • 6efe6bbfc2 fix: restore previous startup time Matthias 2025-03-08 19:53:11 +01:00
  • ac29ef67fd chore: fall back to 0.0 if min-pair returns None Matthias 2025-03-08 19:39:02 +01:00
  • 4a7140c05d chore: Update bybit dry-liquidation calculation Matthias 2025-03-08 17:29:55 +01:00
  • cd971cff4f test: improve liquidation-calculation test Matthias 2025-03-08 17:27:25 +01:00
  • 538139ef31 chore: fix incorrect docstrings Matthias 2025-03-08 17:07:46 +01:00
  • e33e71971a Deployed 8bd4926 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-03-08 16:01:26 +00:00
  • 8bd4926c29 feat: add Min Stake to list-pairs command Matthias 2025-03-08 17:00:55 +01:00
  • a9195c8ff9 chore: remove pointless else Matthias 2025-03-08 16:49:07 +01:00
  • 93c8a11824 fix: update _rpc_list_custom_data to add all custom data only if key is not provided Axel-CH 2025-03-07 14:08:21 -04:00
  • aec496a73b fix: update _rpc_list_custom_data with proper typing and custom_data collection loop Axel-CH 2025-03-07 09:40:15 -04:00
  • 7bc1398574 Merge branch 'develop' into api-server-list-custom-data Axel-CH 2025-03-07 09:37:56 -04:00
  • 3371bad504 test: initialize exception for mock Matthias 2025-03-06 20:07:24 +01:00
  • a126c67d22 Deployed 64e2763 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-03-06 06:18:06 +00:00
  • 64e27637dc test: adjust test for raise-exception behavior Matthias 2025-03-06 06:37:10 +01:00
  • ee4f05a5b8 fix: have download-data hard-fail if it times out Matthias 2025-03-06 06:34:10 +01:00
  • 6636a2fda8 docs: improved adjust_trade_position sample Matthias 2025-03-05 20:27:53 +01:00
  • 754936d253 chore: improved backtest method wording Matthias 2025-03-05 20:26:30 +01:00
  • 707a206430 Deployed 3762f40 to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-03-06 06:00:00 +00:00
  • 3762f40538 Merge pull request #11468 from freqtrade/dependabot/pip/docs/jinja2-3.1.6 Matthias 2025-03-06 06:59:35 +01:00
  • 4a3c45af2d chore(deps): fix dependabot missing the bump of 2nd jinja2 reference Matthias 2025-03-06 06:33:40 +01:00
  • 29fdbc8f7f chore(deps): bump jinja2 from 3.1.5 to 3.1.6 in /docs dependabot[bot] 2025-03-06 05:31:04 +00:00
  • 1d5369e890 Deployed 6116c6a to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-03-06 05:29:57 +00:00
  • 6116c6abb9 Merge pull request #11467 from freqtrade/update/binance-leverage-tiers Matthias 2025-03-06 06:29:27 +01:00
  • 466c21e9fd chore: update pre-commit hooks Freqtrade Bot 2025-03-06 03:09:52 +00:00
  • 0834ffdf6b Deployed d461d6f to develop in en with MkDocs 1.6.1 and mike 2.1.3 github-actions[bot] 2025-03-05 19:19:41 +00:00
  • d461d6f8e8 fix: spot data is in microseconds Matthias 2025-03-05 20:15:38 +01:00
  • 53f68a3834 chore: let BaseException pass in binance Matthias 2025-03-05 07:09:26 +01:00
  • 76d43782db chore: fix typo in exception Matthias 2025-03-05 07:07:25 +01:00
  • e7a6db8916 Merge pull request #10173 from freqtrade/fix/mutable_defaults Robert Caulk 2025-03-04 10:43:48 +01:00