Commit Graph

2781 Commits

Author SHA1 Message Date
Matthias
adab387c6d Show fallback if no detail timerange was used 2022-11-06 09:50:37 +01:00
Matthias
55e9420b96 Improve backtest output 2022-11-04 07:18:05 +01:00
Matthias
348839aac1
Merge pull request #978 from freqtrade/dependabot/docker/node-19.0.0-alpine
build(deps): bump node from 18.11.0-alpine to 19.0.0-alpine
2022-11-02 10:45:44 +01:00
dependabot[bot]
069ef26055
build(deps): bump node from 18.11.0-alpine to 19.0.0-alpine
Bumps node from 18.11.0-alpine to 19.0.0-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-02 05:32:44 +00:00
Matthias
967ce7382a
Merge pull request #993 from freqtrade/dependabot/npm_and_yarn/main/typescript-eslint/parser-5.42.0
build(deps-dev): bump @typescript-eslint/parser from 5.41.0 to 5.42.0
2022-11-02 06:32:16 +01:00
Matthias
eba80208c5
Merge pull request #992 from freqtrade/dependabot/npm_and_yarn/main/vue/test-utils-1.3.2
build(deps-dev): bump @vue/test-utils from 1.3.0 to 1.3.2
2022-11-02 06:32:08 +01:00
Matthias
b5a0be81aa
Merge pull request #994 from freqtrade/dependabot/npm_and_yarn/main/cypress/vite-dev-server-3.4.0
build(deps-dev): bump @cypress/vite-dev-server from 3.3.1 to 3.4.0
2022-11-02 06:31:58 +01:00
Matthias
edf068fda1
Merge pull request #995 from freqtrade/dependabot/github_actions/main/alexellis/upload-assets-0.4.0
build(deps): bump alexellis/upload-assets from 0.3.0 to 0.4.0
2022-11-02 06:31:47 +01:00
dependabot[bot]
1c64c77d7d
build(deps): bump alexellis/upload-assets from 0.3.0 to 0.4.0
Bumps [alexellis/upload-assets](https://github.com/alexellis/upload-assets) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/alexellis/upload-assets/releases)
- [Commits](https://github.com/alexellis/upload-assets/compare/0.3.0...0.4.0)

---
updated-dependencies:
- dependency-name: alexellis/upload-assets
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-02 05:11:49 +00:00
dependabot[bot]
4670c06993
build(deps-dev): bump @cypress/vite-dev-server from 3.3.1 to 3.4.0
Bumps [@cypress/vite-dev-server](https://github.com/cypress-io/cypress) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/@cypress/vite-dev-server-v3.3.1...@cypress/vite-dev-server-v3.4.0)

---
updated-dependencies:
- dependency-name: "@cypress/vite-dev-server"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-02 05:02:45 +00:00
dependabot[bot]
f06346cb75
build(deps-dev): bump @typescript-eslint/parser from 5.41.0 to 5.42.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.41.0 to 5.42.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.42.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-02 05:02:35 +00:00
dependabot[bot]
61ee4dd754
build(deps-dev): bump @vue/test-utils from 1.3.0 to 1.3.2
Bumps [@vue/test-utils](https://github.com/vuejs/test-utils) from 1.3.0 to 1.3.2.
- [Release notes](https://github.com/vuejs/test-utils/releases)
- [Commits](https://github.com/vuejs/test-utils/commits)

---
updated-dependencies:
- dependency-name: "@vue/test-utils"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-02 05:01:50 +00:00
Matthias
880e02bc40 Add missing import 2022-11-01 17:33:31 +01:00
Matthias
7cd5f094e1 Don't use emit when updating config 2022-11-01 16:33:06 +01:00
Matthias
c5da60c090 use plotStore instead of vmodel for plotConfigurator 2022-11-01 15:52:11 +01:00
Matthias
e99deff46f Move plotconfig logic to plotStore 2022-11-01 14:45:37 +01:00
Matthias
1b21177351 Simplify CandleChartContainer by moving plotconfig name to store 2022-11-01 14:30:29 +01:00
Matthias
148060bf89 Extract plot settings from botStore 2022-11-01 14:21:05 +01:00
Matthias
dafbda9fcc Improve colors in plotConfigurator 2022-11-01 13:19:13 +01:00
Matthias
94d0fd5bb5 Improve candleChart behavior 2022-10-31 20:41:34 +01:00
Matthias
6230abedab Update wording to Entry in candlechart 2022-10-31 20:07:52 +01:00
Matthias
699996624e
Merge pull request #990 from freqtrade/ci/node_19
Add node19 to CI matrix
2022-10-30 15:56:49 +01:00
Matthias
ee75d449ad Add node19 to CI matrix 2022-10-30 15:09:02 +01:00
Matthias
839884a08e Revert "improve vite.config compat"
This reverts commit 1417be6fcb.
2022-10-30 14:05:14 +01:00
Matthias
72be3103dc DailySorted should not break pinia utils 2022-10-30 12:57:05 +01:00
Matthias
0361fc1424 Simplify ResultChart 2022-10-30 12:55:14 +01:00
Matthias
a2d9889d32 Extract backtest-chart from backtesting component 2022-10-30 12:02:48 +01:00
Matthias
27645c3131 Wrap trade-nav when not enough space is available 2022-10-30 11:57:28 +01:00
Matthias
81541bf861 Don't use component alias 2022-10-30 11:15:40 +01:00
Matthias
1417be6fcb improve vite.config compat 2022-10-30 11:09:42 +01:00
Matthias
394fc5e07d
Merge pull request #985 from freqtrade/dependabot/npm_and_yarn/main/bootstrap-vue-2.23.1
build(deps): bump bootstrap-vue from 2.22.0 to 2.23.1
2022-10-26 20:37:13 +02:00
dependabot[bot]
02d7b2be27
build(deps): bump bootstrap-vue from 2.22.0 to 2.23.1
Bumps [bootstrap-vue](https://github.com/bootstrap-vue/bootstrap-vue) from 2.22.0 to 2.23.1.
- [Release notes](https://github.com/bootstrap-vue/bootstrap-vue/releases)
- [Changelog](https://github.com/bootstrap-vue/bootstrap-vue/blob/v2.23.1/CHANGELOG.md)
- [Commits](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.22.0...v2.23.1)

---
updated-dependencies:
- dependency-name: bootstrap-vue
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-26 05:22:31 +00:00
Matthias
9e911537ea
Merge pull request #986 from freqtrade/dependabot/npm_and_yarn/main/typescript-eslint/parser-5.41.0
build(deps-dev): bump @typescript-eslint/parser from 5.40.1 to 5.41.0
2022-10-26 07:19:37 +02:00
Matthias
b90c2d1a6c
Merge pull request #988 from freqtrade/dependabot/npm_and_yarn/main/vue-tsc-1.0.9
build(deps-dev): bump vue-tsc from 1.0.8 to 1.0.9
2022-10-26 07:18:33 +02:00
Matthias
19c0d768d9
Merge pull request #989 from freqtrade/dependabot/npm_and_yarn/main/core-js-3.26.0
build(deps): bump core-js from 3.25.5 to 3.26.0
2022-10-26 07:18:22 +02:00
dependabot[bot]
3a2f75544d
build(deps): bump core-js from 3.25.5 to 3.26.0
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.25.5 to 3.26.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.26.0/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-26 05:06:40 +00:00
dependabot[bot]
da5fafbb6e
build(deps-dev): bump vue-tsc from 1.0.8 to 1.0.9
Bumps [vue-tsc](https://github.com/johnsoncodehk/volar/tree/HEAD/vue-language-tools/vue-tsc) from 1.0.8 to 1.0.9.
- [Release notes](https://github.com/johnsoncodehk/volar/releases)
- [Changelog](https://github.com/johnsoncodehk/volar/blob/master/CHANGELOG.md)
- [Commits](https://github.com/johnsoncodehk/volar/commits/v1.0.9/vue-language-tools/vue-tsc)

---
updated-dependencies:
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-26 05:05:32 +00:00
dependabot[bot]
ba1cc1a5e2
build(deps-dev): bump @typescript-eslint/parser from 5.40.1 to 5.41.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.40.1 to 5.41.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.41.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-26 05:03:36 +00:00
Matthias
46ee4131f4 Improve fee display in trade detail 2022-10-21 16:18:39 +02:00
Matthias
409f6fb453
Merge pull request #984 from freqtrade/dependabot/docker/nginx-1.23.2-alpine
build(deps): bump nginx from 1.23.1-alpine to 1.23.2-alpine
2022-10-20 07:15:40 +02:00
dependabot[bot]
26e9bd1bdc
build(deps): bump nginx from 1.23.1-alpine to 1.23.2-alpine
Bumps nginx from 1.23.1-alpine to 1.23.2-alpine.

---
updated-dependencies:
- dependency-name: nginx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-20 05:02:43 +00:00
Matthias
98f2363c5c
Merge pull request #977 from freqtrade/dependabot/npm_and_yarn/main/axios-1.1.3
build(deps): bump axios from 0.27.2 to 1.1.3
2022-10-19 08:17:36 +02:00
Matthias
1c0835a6eb Remove no longer necessary parseParams function 2022-10-19 08:10:46 +02:00
Matthias
ebe7713591
Merge pull request #980 from freqtrade/dependabot/npm_and_yarn/main/vue-tsc-1.0.8
build(deps-dev): bump vue-tsc from 1.0.6 to 1.0.8
2022-10-19 08:00:06 +02:00
Matthias
03b4623619 Fix some lint errors 2022-10-19 07:59:50 +02:00
dependabot[bot]
8ed0e73745
build(deps): bump axios from 0.27.2 to 1.1.3
Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.1.3.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.27.2...v1.1.3)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-19 05:49:52 +00:00
dependabot[bot]
26b6fe26fd
build(deps-dev): bump vue-tsc from 1.0.6 to 1.0.8
Bumps [vue-tsc](https://github.com/johnsoncodehk/volar/tree/HEAD/vue-language-tools/vue-tsc) from 1.0.6 to 1.0.8.
- [Release notes](https://github.com/johnsoncodehk/volar/releases)
- [Changelog](https://github.com/johnsoncodehk/volar/blob/master/CHANGELOG.md)
- [Commits](https://github.com/johnsoncodehk/volar/commits/v1.0.8/vue-language-tools/vue-tsc)

---
updated-dependencies:
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-19 05:49:24 +00:00
Matthias
f8eb69429a
Merge pull request #979 from freqtrade/dependabot/npm_and_yarn/main/typescript-eslint/parser-5.40.1
build(deps-dev): bump @typescript-eslint/parser from 5.40.0 to 5.40.1
2022-10-19 07:47:49 +02:00
Matthias
4f4a44293e
Merge pull request #976 from freqtrade/dependabot/npm_and_yarn/main/vue/runtime-dom-3.2.41
build(deps-dev): bump @vue/runtime-dom from 3.2.40 to 3.2.41
2022-10-19 07:47:30 +02:00
Matthias
b6e068a899
Merge pull request #983 from freqtrade/dependabot/npm_and_yarn/main/bootswatch-5.2.2
build(deps): bump bootswatch from 5.2.1 to 5.2.2
2022-10-19 07:46:55 +02:00