Commit Graph

2875 Commits

Author SHA1 Message Date
dependabot[bot]
381ab80c1a
build(deps-dev): bump @typescript-eslint/parser from 5.37.0 to 5.38.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.37.0 to 5.38.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.38.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-09-21 05:04:22 +00:00
dependabot[bot]
a2823263d6
build(deps): bump bootswatch from 5.2.0 to 5.2.1
Bumps [bootswatch](https://github.com/thomaspark/bootswatch) from 5.2.0 to 5.2.1.
- [Release notes](https://github.com/thomaspark/bootswatch/releases)
- [Commits](https://github.com/thomaspark/bootswatch/compare/v5.2.0...v5.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-21 05:02:01 +00:00
Matthias
1710ea920b Refactor Backtesing to have a BacktestChartView 2022-09-15 20:16:06 +02:00
Matthias
caad7e3ae2 Fix historic selection bug 2022-09-14 20:44:29 +02:00
Matthias
2d6dc674a2
Merge pull request #943 from freqtrade/new_charts
Add profit chart and closed trades section
2022-09-14 20:29:43 +02:00
Matthias
d94c2e72be Fix test to use Date 2022-09-14 20:20:15 +02:00
Matthias
43d6ae3884 Add Profit-distribution plot to backtesting 2022-09-14 20:14:20 +02:00
Matthias
4fdd72045b Add more options to profitdistributionchart 2022-09-14 20:00:10 +02:00
Matthias
261b3fb947 Convert profitdistro chart to use computed props 2022-09-14 19:34:22 +02:00
Matthias
159f69c141 Add profitdistribution chart 2022-09-14 19:34:22 +02:00
Matthias
7b97e8a565 Add closed trades for all bots to dashboard
closes #763
2022-09-14 19:34:22 +02:00
Matthias
5736654062
Merge pull request #934 from freqtrade/dependabot/npm_and_yarn/main/date-fns-2.29.3
build(deps): bump date-fns from 2.29.2 to 2.29.3
2022-09-14 08:00:37 +02:00
dependabot[bot]
1edc00d138
build(deps): bump date-fns from 2.29.2 to 2.29.3
Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.29.2 to 2.29.3.
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Changelog](https://github.com/date-fns/date-fns/blob/v2.29.3/CHANGELOG.md)
- [Commits](https://github.com/date-fns/date-fns/compare/v2.29.2...v2.29.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-14 05:22:49 +00:00
Matthias
738eaf2ba4
Merge pull request #937 from freqtrade/dependabot/npm_and_yarn/main/vue/runtime-dom-3.2.39
build(deps-dev): bump @vue/runtime-dom from 3.2.38 to 3.2.39
2022-09-14 07:20:23 +02:00
Matthias
5a438f6a8d
Merge pull request #938 from freqtrade/dependabot/npm_and_yarn/main/typescript-eslint/parser-5.37.0
build(deps-dev): bump @typescript-eslint/parser from 5.36.2 to 5.37.0
2022-09-14 07:19:56 +02:00
Matthias
7e4c69902d
Merge pull request #942 from freqtrade/dependabot/npm_and_yarn/main/pinia-plugin-persistedstate-2.2.0
build(deps): bump pinia-plugin-persistedstate from 2.1.1 to 2.2.0
2022-09-14 07:19:46 +02:00
Matthias
3aabf1c04f
Merge pull request #941 from freqtrade/dependabot/npm_and_yarn/main/typescript-4.8.3
build(deps-dev): bump typescript from 4.8.2 to 4.8.3
2022-09-14 07:17:42 +02:00
Matthias
cd29e43ef5
Merge pull request #940 from freqtrade/dependabot/npm_and_yarn/main/sass-1.54.9
build(deps-dev): bump sass from 1.54.8 to 1.54.9
2022-09-14 07:17:35 +02:00
Matthias
42da660943
Merge pull request #935 from freqtrade/dependabot/npm_and_yarn/main/core-js-3.25.1
build(deps): bump core-js from 3.25.0 to 3.25.1
2022-09-14 07:17:26 +02:00
dependabot[bot]
5ff8a529c1
build(deps): bump pinia-plugin-persistedstate from 2.1.1 to 2.2.0
Bumps [pinia-plugin-persistedstate](https://github.com/prazdevs/pinia-plugin-persistedstate) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/prazdevs/pinia-plugin-persistedstate/releases)
- [Changelog](https://github.com/prazdevs/pinia-plugin-persistedstate/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v2.1.1...v2.2.0)

---
updated-dependencies:
- dependency-name: pinia-plugin-persistedstate
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-14 05:05:48 +00:00
dependabot[bot]
9d78a11c09
build(deps-dev): bump typescript from 4.8.2 to 4.8.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.2 to 4.8.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.8.2...v4.8.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-14 05:05:32 +00:00
dependabot[bot]
1bdaff7088
build(deps-dev): bump sass from 1.54.8 to 1.54.9
Bumps [sass](https://github.com/sass/dart-sass) from 1.54.8 to 1.54.9.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.54.8...1.54.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-14 05:05:15 +00:00
dependabot[bot]
c86f8d1701
build(deps-dev): bump @typescript-eslint/parser from 5.36.2 to 5.37.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.36.2 to 5.37.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.37.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-09-14 05:04:35 +00:00
dependabot[bot]
0cfd710767
build(deps-dev): bump @vue/runtime-dom from 3.2.38 to 3.2.39
Bumps [@vue/runtime-dom](https://github.com/vuejs/core/tree/HEAD/packages/runtime-dom) from 3.2.38 to 3.2.39.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.2.39/packages/runtime-dom)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-14 05:04:21 +00:00
dependabot[bot]
5649f8fdec
build(deps): bump core-js from 3.25.0 to 3.25.1
Bumps [core-js](https://github.com/zloirock/core-js) from 3.25.0 to 3.25.1.
- [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/compare/v3.25.0...v3.25.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-14 05:03:40 +00:00
Matthias
bb83a0702d convert store methods to async 2022-09-10 14:56:21 +02:00
Matthias
455a15dd00 Fix theme storage
closes #931
2022-09-10 14:06:30 +02:00
Matthias
2e1437901a
Merge pull request #930 from freqtrade/dependabot/docker/node-18.9.0-alpine
build(deps): bump node from 18.8.0-alpine to 18.9.0-alpine
2022-09-09 07:15:01 +02:00
dependabot[bot]
6c5ae18510
build(deps): bump node from 18.8.0-alpine to 18.9.0-alpine
Bumps node from 18.8.0-alpine to 18.9.0-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-09 05:01:59 +00:00
Matthias
9443911571
Merge pull request #929 from aemr3/fix-popover-safari
Fix popover not triggering on safari
2022-09-08 18:21:52 +02:00
Emre
56574f9467
Fix popover not triggering on safari 2022-09-08 17:20:35 +03:00
Matthias
f11b8d24af
Merge pull request #925 from freqtrade/dependabot/npm_and_yarn/main/typescript-eslint/parser-5.36.2
build(deps-dev): bump @typescript-eslint/parser from 5.36.1 to 5.36.2
2022-09-07 07:59:08 +02:00
Matthias
48868fb3dd
Merge pull request #927 from freqtrade/dependabot/npm_and_yarn/main/pinia-2.0.22
build(deps): bump pinia from 2.0.21 to 2.0.22
2022-09-07 07:59:00 +02:00
Matthias
3625a6e041
Merge pull request #928 from freqtrade/dependabot/npm_and_yarn/main/vue-router-3.6.5
build(deps): bump vue-router from 3.6.4 to 3.6.5
2022-09-07 07:58:51 +02:00
Matthias
e7eeecf24d
Merge pull request #926 from freqtrade/dependabot/npm_and_yarn/main/sass-1.54.8
build(deps-dev): bump sass from 1.54.7 to 1.54.8
2022-09-07 07:58:38 +02:00
Matthias
da08da7626
Merge pull request #923 from freqtrade/dependabot/npm_and_yarn/main/date-fns-tz-1.3.7
build(deps): bump date-fns-tz from 1.3.6 to 1.3.7
2022-09-07 07:14:14 +02:00
dependabot[bot]
fb740a66be
build(deps): bump vue-router from 3.6.4 to 3.6.5
Bumps [vue-router](https://github.com/vuejs/router) from 3.6.4 to 3.6.5.
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](https://github.com/vuejs/router/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-07 05:04:00 +00:00
dependabot[bot]
a2467a5ea3
build(deps): bump pinia from 2.0.21 to 2.0.22
Bumps [pinia](https://github.com/vuejs/pinia) from 2.0.21 to 2.0.22.
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/compare/pinia@2.0.21...pinia@2.0.22)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-07 05:03:49 +00:00
dependabot[bot]
44a31ccb26
build(deps-dev): bump sass from 1.54.7 to 1.54.8
Bumps [sass](https://github.com/sass/dart-sass) from 1.54.7 to 1.54.8.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.54.7...1.54.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-07 05:03:07 +00:00
dependabot[bot]
fd2a1499df
build(deps-dev): bump @typescript-eslint/parser from 5.36.1 to 5.36.2
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.36.1 to 5.36.2.
- [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.36.2/packages/parser)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-07 05:02:32 +00:00
dependabot[bot]
f63a212b20
build(deps): bump date-fns-tz from 1.3.6 to 1.3.7
Bumps [date-fns-tz](https://github.com/marnusw/date-fns-tz) from 1.3.6 to 1.3.7.
- [Release notes](https://github.com/marnusw/date-fns-tz/releases)
- [Changelog](https://github.com/marnusw/date-fns-tz/blob/master/CHANGELOG.md)
- [Commits](https://github.com/marnusw/date-fns-tz/compare/v1.3.6...v1.3.7)

---
updated-dependencies:
- dependency-name: date-fns-tz
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-07 05:02:08 +00:00
Matthias
8c3640aaf6 Remove sample fixture 2022-09-05 06:51:53 +02:00
Matthias
e70197c803 Add some tests for Trade mode
closes #18
2022-09-04 17:11:18 +02:00
Matthias
484ed8aa5d Add e2e test for log page 2022-09-04 16:57:46 +02:00
Matthias
a57dc2aa7e Slightly increase default timeout
closes #517
2022-09-04 16:24:30 +02:00
Matthias
d5c52ddd69
Merge pull request #918 from freqtrade/dependabot/npm_and_yarn/main/pinia-2.0.21
build(deps): bump pinia from 2.0.20 to 2.0.21
2022-08-31 10:00:11 +02:00
dependabot[bot]
48085e5b7e
build(deps): bump pinia from 2.0.20 to 2.0.21
Bumps [pinia](https://github.com/vuejs/pinia) from 2.0.20 to 2.0.21.
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/compare/pinia@2.0.20...pinia@2.0.21)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-31 07:49:35 +00:00
Matthias
4c24a0435e
Merge pull request #919 from freqtrade/dependabot/npm_and_yarn/main/sass-1.54.7
build(deps-dev): bump sass from 1.54.5 to 1.54.7
2022-08-31 09:48:26 +02:00
dependabot[bot]
6cf0c0eb36
build(deps-dev): bump sass from 1.54.5 to 1.54.7
Bumps [sass](https://github.com/sass/dart-sass) from 1.54.5 to 1.54.7.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.54.5...1.54.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-31 06:05:41 +00:00
Matthias
cdc70bd3b6
Merge pull request #912 from freqtrade/dependabot/npm_and_yarn/main/typescript-4.8.2
build(deps-dev): bump typescript from 4.7.4 to 4.8.2
2022-08-31 08:02:52 +02:00