Commit Graph

1616 Commits

Author SHA1 Message Date
dependabot[bot]
1b9f7ecca1
Bump core-js from 3.17.3 to 3.18.0
Bumps [core-js](https://github.com/zloirock/core-js) from 3.17.3 to 3.18.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/compare/v3.17.3...v3.18.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-20 05:04:38 +00:00
dependabot[bot]
3e0aa83b75
Bump sass from 1.39.2 to 1.41.1
Bumps [sass](https://github.com/sass/dart-sass) from 1.39.2 to 1.41.1.
- [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.39.2...1.41.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-20 05:04:14 +00:00
dependabot[bot]
7ff6150992
Bump @typescript-eslint/parser from 4.31.0 to 4.31.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.31.0 to 4.31.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.31.1/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>
2021-09-20 05:03:57 +00:00
Matthias
a95ea597d0 Update balance.ts to include new fields 2021-09-19 13:26:38 +02:00
Matthias
23986494f7 Show bot-name in dashboard open-trades view 2021-09-18 20:00:48 +02:00
Matthias
3470cb2c16 Add botname to tradeslog 2021-09-18 19:56:06 +02:00
Matthias
8eada44433 TradesLog show all trades (from all bots) 2021-09-18 19:49:36 +02:00
Matthias
7685703b8c Update DailyStats in dashboard 2021-09-18 19:45:26 +02:00
Matthias
dd44c54c6a Remove unnecessary logmessage 2021-09-18 19:42:07 +02:00
Matthias
85261f7e42 Improve styling of profitpill 2021-09-18 16:49:01 +02:00
Matthias
f6505166fc Remove botKPI's from dashboard 2021-09-18 16:32:08 +02:00
Matthias
f3477d9edf Add total balance to botcomparison 2021-09-18 16:31:53 +02:00
Matthias
6b41f8fa8e Query all bot-states to jump headers immediately 2021-09-18 15:54:01 +02:00
Matthias
542d453f0b Store last selected bot 2021-09-18 15:43:22 +02:00
Matthias
b937fdf07b re-add botId to trade object 2021-09-18 11:10:40 +02:00
Matthias
4e171457fe Don't break if plotconfig loading fails
closes #498
2021-09-18 11:05:02 +02:00
Matthias
25e0bace6d Fix error when 2 trade-id's collide in dashboard 2021-09-18 10:40:53 +02:00
Matthias
d8d9caf9d9 Merge branch 'master' into multi_bot 2021-09-18 10:28:43 +02:00
Matthias
432728cf07
Merge pull request #497 from Gjuju/removeLabels
Remove axisPointer.label for chart readability
2021-09-16 20:24:38 +02:00
Julien Gainza
22961590ea Remove axisPointer.label for chart readability 2021-09-16 14:03:02 +02:00
Matthias
388dc00c0d
Merge pull request #496 from freqtrade/dependabot/docker/node-16.9.1-alpine
Bump node from 16.9.0-alpine to 16.9.1-alpine
2021-09-14 18:58:43 +02:00
dependabot[bot]
8ec5aeab43
Bump node from 16.9.0-alpine to 16.9.1-alpine
Bumps node from 16.9.0-alpine to 16.9.1-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-14 05:01:20 +00:00
Matthias
98ba00bf9d
Merge pull request #493 from freqtrade/dependabot/npm_and_yarn/master/bootswatch-5.1.1
Bump bootswatch from 5.1.0 to 5.1.1
2021-09-13 13:35:26 +02:00
Matthias
791dab2994
Merge pull request #495 from freqtrade/dependabot/npm_and_yarn/master/typescript-4.4.3
Bump typescript from 4.4.2 to 4.4.3
2021-09-13 13:35:07 +02:00
dependabot[bot]
cbe22e2dcc
Bump typescript from 4.4.2 to 4.4.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.2 to 4.4.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.2...v4.4.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-13 07:29:02 +00:00
Matthias
6f0d91f6ad
Merge pull request #488 from freqtrade/dependabot/npm_and_yarn/master/vue/composition-api-1.1.5
Bump @vue/composition-api from 1.1.4 to 1.1.5
2021-09-13 09:26:07 +02:00
Matthias
8586b55d43
Merge pull request #494 from freqtrade/dependabot/npm_and_yarn/master/prettier-2.4.0
Bump prettier from 2.3.2 to 2.4.0
2021-09-13 09:25:53 +02:00
dependabot[bot]
6a9d766188
Bump bootswatch from 5.1.0 to 5.1.1
Bumps [bootswatch](https://github.com/thomaspark/bootswatch) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/thomaspark/bootswatch/releases)
- [Commits](https://github.com/thomaspark/bootswatch/compare/v5.1.0...v5.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-13 07:23:13 +00:00
dependabot[bot]
99b84f99a1
Bump prettier from 2.3.2 to 2.4.0
Bumps [prettier](https://github.com/prettier/prettier) from 2.3.2 to 2.4.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.3.2...2.4.0)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-13 07:21:32 +00:00
Matthias
41e0da5b1a
Merge pull request #489 from freqtrade/dependabot/npm_and_yarn/master/axios-0.21.4
Bump axios from 0.21.3 to 0.21.4
2021-09-13 09:19:57 +02:00
Matthias
20c9658d4c
Merge pull request #492 from freqtrade/dependabot/npm_and_yarn/master/sass-1.39.2
Bump sass from 1.39.0 to 1.39.2
2021-09-13 09:19:45 +02:00
Matthias
dbe460750b
Merge pull request #491 from freqtrade/dependabot/npm_and_yarn/master/typescript-eslint/parser-4.31.0
Bump @typescript-eslint/parser from 4.30.0 to 4.31.0
2021-09-13 09:19:26 +02:00
Matthias
97667110a5
Merge pull request #490 from freqtrade/dependabot/npm_and_yarn/master/core-js-3.17.3
Bump core-js from 3.17.2 to 3.17.3
2021-09-13 09:19:17 +02:00
dependabot[bot]
0e9244becb
Bump sass from 1.39.0 to 1.39.2
Bumps [sass](https://github.com/sass/dart-sass) from 1.39.0 to 1.39.2.
- [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.39.0...1.39.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-13 05:05:07 +00:00
dependabot[bot]
f5fae031dd
Bump @typescript-eslint/parser from 4.30.0 to 4.31.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.30.0 to 4.31.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.31.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>
2021-09-13 05:04:32 +00:00
dependabot[bot]
482946140a
Bump core-js from 3.17.2 to 3.17.3
Bumps [core-js](https://github.com/zloirock/core-js) from 3.17.2 to 3.17.3.
- [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.17.2...v3.17.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-13 05:04:11 +00:00
dependabot[bot]
5ec86d1d80
Bump axios from 0.21.3 to 0.21.4
Bumps [axios](https://github.com/axios/axios) from 0.21.3 to 0.21.4.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/0.21.3...v0.21.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-13 05:03:56 +00:00
dependabot[bot]
48b3a6a9a3
Bump @vue/composition-api from 1.1.4 to 1.1.5
Bumps [@vue/composition-api](https://github.com/vuejs/composition-api) from 1.1.4 to 1.1.5.
- [Release notes](https://github.com/vuejs/composition-api/releases)
- [Changelog](https://github.com/vuejs/composition-api/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/composition-api/compare/v1.1.4...v1.1.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-13 05:03:23 +00:00
Matthias
42335e728d
Merge pull request #486 from freqtrade/dependabot/docker/node-16.9.0-alpine
Bump node from 16.8.0-alpine to 16.9.0-alpine
2021-09-10 07:12:16 +02:00
Matthias
2ad5d1e07c
Merge pull request #487 from freqtrade/dependabot/docker/nginx-1.21.3-alpine
Bump nginx from 1.21.1-alpine to 1.21.3-alpine
2021-09-10 07:12:05 +02:00
dependabot[bot]
3d3c4c103b
Bump nginx from 1.21.1-alpine to 1.21.3-alpine
Bumps nginx from 1.21.1-alpine to 1.21.3-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-10 05:01:28 +00:00
dependabot[bot]
eb1aa3eba8
Bump node from 16.8.0-alpine to 16.9.0-alpine
Bumps node from 16.8.0-alpine to 16.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>
2021-09-10 05:01:27 +00:00
Matthias
e58ade52d1
Merge pull request #481 from freqtrade/dependabot/npm_and_yarn/master/core-js-3.17.2
Bump core-js from 3.16.4 to 3.17.2
2021-09-06 11:48:04 +02:00
dependabot[bot]
bd16013236
Bump core-js from 3.16.4 to 3.17.2
Bumps [core-js](https://github.com/zloirock/core-js) from 3.16.4 to 3.17.2.
- [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.16.4...v3.17.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-06 05:17:23 +00:00
Matthias
9966279657
Merge pull request #480 from freqtrade/dependabot/npm_and_yarn/master/vue/composition-api-1.1.4
Bump @vue/composition-api from 1.1.3 to 1.1.4
2021-09-06 07:13:21 +02:00
Matthias
7cb56d39c4
Merge pull request #484 from freqtrade/dependabot/npm_and_yarn/master/sass-1.39.0
Bump sass from 1.38.2 to 1.39.0
2021-09-06 07:13:13 +02:00
Matthias
c99fb427ce
Merge pull request #483 from freqtrade/dependabot/npm_and_yarn/master/typescript-eslint/parser-4.30.0
Bump @typescript-eslint/parser from 4.29.3 to 4.30.0
2021-09-06 07:12:57 +02:00
Matthias
fe56259beb
Merge pull request #482 from freqtrade/dependabot/npm_and_yarn/master/axios-0.21.3
Bump axios from 0.21.1 to 0.21.3
2021-09-06 07:09:01 +02:00
Matthias
ba6d1d7911
Merge pull request #479 from freqtrade/dependabot/npm_and_yarn/master/echarts-5.2.0
Bump echarts from 5.1.2 to 5.2.0
2021-09-06 07:08:02 +02:00
dependabot[bot]
0c2b684e1d
Bump sass from 1.38.2 to 1.39.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.38.2 to 1.39.0.
- [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.38.2...1.39.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-06 05:06:56 +00:00