Commit Graph

1468 Commits

Author SHA1 Message Date
Matthias
acd702dab3 Improve "no bot available" errorhandling 2021-09-04 16:45:15 +02:00
Matthias
29d908bf47 Allow authinfo to store multiple bots 2021-09-04 16:45:15 +02:00
Matthias
9ba4f7a70b Update Online visualization 2021-09-04 16:45:15 +02:00
Matthias
cb8d0af126 Add logic to add/remove a substore 2021-09-04 16:45:15 +02:00
Matthias
a253377124 Keep state around 2021-09-04 16:45:15 +02:00
Matthias
f30f968a2f Move logout to store 2021-09-04 16:45:15 +02:00
Matthias
8579499418 Reorder botStoreWrapper 2021-09-04 16:45:15 +02:00
Matthias
a2d8b68abb Add botstorewrapper 2021-09-04 16:45:15 +02:00
Matthias
b2f893b9ec Add BotStoreActions enum 2021-09-04 16:45:15 +02:00
Matthias
b2ba9638e2 Update userService 2021-09-04 16:45:15 +02:00
Matthias
f3dbffd669 Set accessibility on user class 2021-09-04 16:45:15 +02:00
Matthias
dc6b60ba5c convert API to composable 2021-09-04 16:45:15 +02:00
Matthias
49059e5b83 Update userservice to be a class 2021-09-04 16:45:15 +02:00
Matthias
60fe49cbaf Create substore as function 2021-09-04 16:45:15 +02:00
Matthias
fe8ea0afdf rename init to initAPi 2021-09-04 16:45:15 +02:00
Matthias
dd0589776c Round open/close rates to 8 digits 2021-09-04 16:44:48 +02:00
Matthias
094d47eb7c Round open/close rates to max. 8 digits 2021-09-04 16:43:39 +02:00
Matthias
d20bb6f1ab
Merge pull request #476 from freqtrade/dependabot/npm_and_yarn/master/typescript-4.4.2
Bump typescript from 4.3.5 to 4.4.2
2021-08-30 19:42:19 +02:00
Matthias
53c704fed4 Fix type errors resulting from typescript update 2021-08-30 19:38:44 +02:00
dependabot[bot]
4930952096
Bump typescript from 4.3.5 to 4.4.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.5 to 4.4.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.5...v4.4.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-30 09:02:56 +00:00
Matthias
708cb72402
Merge pull request #475 from freqtrade/dependabot/npm_and_yarn/master/typescript-eslint/parser-4.29.3
Bump @typescript-eslint/parser from 4.29.2 to 4.29.3
2021-08-30 10:58:26 +02:00
Matthias
ce03285212
Merge pull request #474 from freqtrade/dependabot/npm_and_yarn/master/eslint-plugin-vue-7.17.0
Bump eslint-plugin-vue from 7.16.0 to 7.17.0
2021-08-30 07:13:16 +02:00
Matthias
383340325b
Merge pull request #473 from freqtrade/dependabot/npm_and_yarn/master/core-js-3.16.4
Bump core-js from 3.16.2 to 3.16.4
2021-08-30 07:13:07 +02:00
Matthias
bdcbe1d5a4
Merge pull request #472 from freqtrade/dependabot/npm_and_yarn/master/sass-1.38.2
Bump sass from 1.38.0 to 1.38.2
2021-08-30 07:06:50 +02:00
dependabot[bot]
450f4c53eb
Bump @typescript-eslint/parser from 4.29.2 to 4.29.3
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.29.2 to 4.29.3.
- [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.29.3/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-08-30 05:04:12 +00:00
dependabot[bot]
bf29790ae3
Bump eslint-plugin-vue from 7.16.0 to 7.17.0
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.16.0 to 7.17.0.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v7.16.0...v7.17.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-30 05:03:54 +00:00
dependabot[bot]
970d80b6fd
Bump core-js from 3.16.2 to 3.16.4
Bumps [core-js](https://github.com/zloirock/core-js) from 3.16.2 to 3.16.4.
- [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.2...v3.16.4)

---
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-08-30 05:03:43 +00:00
dependabot[bot]
c8a31ca854
Bump sass from 1.38.0 to 1.38.2
Bumps [sass](https://github.com/sass/dart-sass) from 1.38.0 to 1.38.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.38.0...1.38.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-08-30 05:03:30 +00:00
Matthias
cbd87edb35 Remove unused getter 2021-08-28 13:57:08 +02:00
Matthias
a58f678757 Remove remaining ftbot.state references 2021-08-28 11:43:20 +02:00
Matthias
1168b996da Remove direct references to botstore.state 2021-08-28 11:39:03 +02:00
Matthias
b56b064a19 Improve type for Logging 2021-08-28 11:36:10 +02:00
Matthias
8cf4b21e5f
Merge pull request #470 from freqtrade/dependabot/npm_and_yarn/url-parse-1.5.3
Bump url-parse from 1.5.1 to 1.5.3
2021-08-28 10:20:02 +02:00
Matthias
019d17594d
Merge pull request #469 from freqtrade/dependabot/npm_and_yarn/path-parse-1.0.7
Bump path-parse from 1.0.6 to 1.0.7
2021-08-28 10:19:54 +02:00
dependabot[bot]
96a5263b91
Bump url-parse from 1.5.1 to 1.5.3
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-28 08:16:52 +00:00
dependabot[bot]
e0c152e5da
Bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-28 08:16:38 +00:00
Matthias
c3cf37c27c Fix typo in getter-mappping 2021-08-28 10:15:12 +02:00
Matthias
14ce8b49ec
Merge pull request #468 from freqtrade/dependabot/docker/node-16.8.0-alpine
Bump node from 16.7.0-alpine to 16.8.0-alpine
2021-08-27 07:05:33 +02:00
dependabot[bot]
dfbded1ef1
Bump node from 16.7.0-alpine to 16.8.0-alpine
Bumps node from 16.7.0-alpine to 16.8.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-08-27 05:01:31 +00:00
Matthias
cf4ee1ba23 Convert some state references to Getters 2021-08-26 20:35:33 +02:00
Matthias
d7659969ab Align chart colors to tradingview 2021-08-25 21:07:56 +02:00
Matthias
7d83745776 Add conditional for buy-tag visualization 2021-08-25 20:13:32 +02:00
Matthias
fccc83a4b0
Merge pull request #467 from BillGatesIII/Add-buy-tag-to-trade-detail
Add buy tag to trade detail
2021-08-25 20:13:14 +02:00
BillGatesIII
b73d8e3f46
Add buy tag to trade detail 2021-08-24 20:49:03 +02:00
Matthias
0d276dc59f
Merge pull request #464 from freqtrade/dependabot/npm_and_yarn/master/core-js-3.16.2
Bump core-js from 3.16.1 to 3.16.2
2021-08-23 07:13:19 +02:00
Matthias
04a6ed5d43
Merge pull request #465 from freqtrade/dependabot/npm_and_yarn/master/eslint-plugin-prettier-3.4.1
Bump eslint-plugin-prettier from 3.4.0 to 3.4.1
2021-08-23 07:13:11 +02:00
Matthias
d0e6a723f0
Merge pull request #462 from freqtrade/dependabot/npm_and_yarn/master/vue/composition-api-1.1.3
Bump @vue/composition-api from 1.1.1 to 1.1.3
2021-08-23 07:12:55 +02:00
Matthias
aae6846bc1
Merge pull request #463 from freqtrade/dependabot/npm_and_yarn/master/sass-1.38.0
Bump sass from 1.37.5 to 1.38.0
2021-08-23 07:12:39 +02:00
Matthias
8535c8ebcc
Merge pull request #466 from freqtrade/dependabot/npm_and_yarn/master/typescript-eslint/parser-4.29.2
Bump @typescript-eslint/parser from 4.29.1 to 4.29.2
2021-08-23 07:12:30 +02:00
dependabot[bot]
1d216317bc
Bump @typescript-eslint/parser from 4.29.1 to 4.29.2
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.29.1 to 4.29.2.
- [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.29.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>
2021-08-23 05:07:42 +00:00