Matthias
|
275bad172c
|
Improve refresh logic
|
2024-04-28 15:30:27 +02:00 |
|
Matthias
|
348cb8349b
|
move Plotted Pair to store for easier reloads
|
2024-04-28 15:24:03 +02:00 |
|
Matthias
|
74883723ce
|
only download usedColumns by default
|
2024-04-28 13:51:19 +02:00 |
|
Matthias
|
6dc6bc0661
|
Extract pair/candle type from types.ts
|
2024-04-28 13:37:42 +02:00 |
|
Matthias
|
658271ea91
|
Implement apiv 2.35 pair_candles post call
|
2024-04-28 11:50:42 +02:00 |
|
Matthias
|
e87daa38bf
|
Switch getPairCandles to async
|
2024-04-28 11:45:55 +02:00 |
|
Matthias
|
4d4556e59c
|
Explicitly use eslint.config.mjs
|
2024-04-28 09:54:58 +02:00 |
|
Matthias
|
9d42d2caba
|
Prevent some odd Update calls if bot is not logged in
|
2024-04-28 09:52:25 +02:00 |
|
Matthias
|
ea55ab606f
|
Merge pull request #1855 from freqtrade/dependabot/npm_and_yarn/main/eslint-d3931a42c4
build(deps-dev): bump eslint from 8.57.0 to 9.1.1 in the eslint group
|
2024-04-26 12:10:13 +02:00 |
|
Matthias
|
a339a25751
|
Merge pull request #1857 from freqtrade/dependabot/npm_and_yarn/main/vitest-1.5.2
build(deps-dev): bump vitest from 1.5.0 to 1.5.2
|
2024-04-26 12:05:56 +02:00 |
|
dependabot[bot]
|
cb4981ffdf
|
build(deps-dev): bump eslint from 8.57.0 to 9.1.1 in the eslint group
Bumps the eslint group with 1 update: [eslint](https://github.com/eslint/eslint).
Updates `eslint` from 8.57.0 to 9.1.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v9.1.1)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: eslint
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-04-26 10:02:15 +00:00 |
|
dependabot[bot]
|
12df333145
|
build(deps-dev): bump vitest from 1.5.0 to 1.5.2
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.5.0 to 1.5.2.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.5.2/packages/vitest)
---
updated-dependencies:
- dependency-name: vitest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-04-26 10:01:51 +00:00 |
|
Matthias
|
ea978d6249
|
Merge pull request #1856 from freqtrade/dependabot/npm_and_yarn/main/vue-a06e3c37bd
build(deps): bump the vue group with 3 updates
|
2024-04-26 12:01:05 +02:00 |
|
dependabot[bot]
|
0768a118a9
|
build(deps): bump the vue group with 3 updates
Bumps the vue group with 3 updates: [vue](https://github.com/vuejs/core), [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) and [@vue/runtime-dom](https://github.com/vuejs/core/tree/HEAD/packages/runtime-dom).
Updates `vue` from 3.4.24 to 3.4.25
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/compare/v3.4.24...v3.4.25)
Updates `@vue/compiler-sfc` from 3.4.24 to 3.4.25
- [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.4.25/packages/compiler-sfc)
Updates `@vue/runtime-dom` from 3.4.24 to 3.4.25
- [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.4.25/packages/runtime-dom)
---
updated-dependencies:
- dependency-name: vue
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: vue
- dependency-name: "@vue/compiler-sfc"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: vue
- dependency-name: "@vue/runtime-dom"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: vue
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-04-26 06:58:25 +00:00 |
|
Matthias
|
8f9f76dcb6
|
Merge pull request #1854 from freqtrade/eslint_9.0
use eslint flat config
|
2024-04-26 08:56:12 +02:00 |
|
Matthias
|
b1ece5eaf9
|
Add parser options
|
2024-04-26 07:00:23 +02:00 |
|
Matthias
|
8b83d1dfec
|
Revert eslint update for now
|
2024-04-25 17:07:26 +02:00 |
|
Matthias
|
23197ee029
|
Remove unused dependency
|
2024-04-25 17:06:47 +02:00 |
|
Matthias
|
420cf71f3b
|
Auto-fix a few unused eslint-excludes
|
2024-04-25 16:57:53 +02:00 |
|
Matthias
|
d9ae0f566d
|
Remove unused types file
|
2024-04-25 16:57:37 +02:00 |
|
Matthias
|
470298230c
|
Use a more standard eslint.config.js
|
2024-04-25 16:57:20 +02:00 |
|
Matthias
|
4e2735ecaa
|
Use eslint-init style ...
|
2024-04-25 16:39:32 +02:00 |
|
Matthias
|
f09bfd18aa
|
Remove some unused "eslint-ignore" calls
|
2024-04-25 16:39:03 +02:00 |
|
Matthias
|
7d9e2d038a
|
Remove unused imports
|
2024-04-25 16:31:34 +02:00 |
|
Matthias
|
2dcec30f26
|
Remove outdated eslintrc config
|
2024-04-25 15:31:31 +02:00 |
|
Matthias
|
c0ec94b20b
|
Add eslint.config.js, fix one gotcha
|
2024-04-25 15:27:45 +02:00 |
|
Matthias
|
d7a9ef9646
|
Update package.json for eslint.config.js files
|
2024-04-25 15:27:15 +02:00 |
|
Matthias
|
65a59a8d7b
|
Hide open stoploss orders
they're usually way off spot - making vertical zoom odd.
|
2024-04-25 12:13:45 +02:00 |
|
Matthias
|
690bff0a23
|
Merge pull request #1847 from freqtrade/dependabot/npm_and_yarn/main/eslint-10a42def30
build(deps-dev): bump the eslint group with 3 updates
|
2024-04-24 06:45:22 +02:00 |
|
Matthias
|
97fc912056
|
Revert eslint 9.x update for now
|
2024-04-24 06:38:06 +02:00 |
|
Matthias
|
d9b92b45d9
|
Merge pull request #1849 from freqtrade/dependabot/npm_and_yarn/main/bootstrap-ab925e64a0
build(deps): bump bootstrap-vue-next from 0.16.6 to 0.17.2 in the bootstrap group
|
2024-04-24 06:32:55 +02:00 |
|
Matthias
|
1f98fe6575
|
Merge pull request #1853 from freqtrade/dependabot/npm_and_yarn/main/vue-echarts-6.7.1
build(deps): bump vue-echarts from 6.6.9 to 6.7.1
|
2024-04-24 06:27:08 +02:00 |
|
dependabot[bot]
|
f318512898
|
build(deps-dev): bump the eslint group with 3 updates
Bumps the eslint group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [eslint](https://github.com/eslint/eslint).
Updates `@typescript-eslint/eslint-plugin` from 7.7.0 to 7.7.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.7.1/packages/eslint-plugin)
Updates `@typescript-eslint/parser` from 7.7.0 to 7.7.1
- [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/v7.7.1/packages/parser)
Updates `eslint` from 8.57.0 to 9.1.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v9.1.1)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: eslint
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: eslint
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: eslint
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-04-24 04:23:11 +00:00 |
|
dependabot[bot]
|
e750682704
|
build(deps): bump vue-echarts from 6.6.9 to 6.7.1
Bumps [vue-echarts](https://github.com/ecomfe/vue-echarts) from 6.6.9 to 6.7.1.
- [Release notes](https://github.com/ecomfe/vue-echarts/releases)
- [Changelog](https://github.com/ecomfe/vue-echarts/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ecomfe/vue-echarts/compare/v6.6.9...v6.7.1)
---
updated-dependencies:
- dependency-name: vue-echarts
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-04-24 04:21:08 +00:00 |
|
dependabot[bot]
|
be91985324
|
build(deps): bump bootstrap-vue-next in the bootstrap group
Bumps the bootstrap group with 1 update: [bootstrap-vue-next](https://github.com/bootstrap-vue-next/bootstrap-vue-next/tree/HEAD/packages/bootstrap-vue-next).
Updates `bootstrap-vue-next` from 0.16.6 to 0.17.2
- [Release notes](https://github.com/bootstrap-vue-next/bootstrap-vue-next/releases)
- [Changelog](https://github.com/bootstrap-vue-next/bootstrap-vue-next/blob/main/packages/bootstrap-vue-next/CHANGELOG.md)
- [Commits](https://github.com/bootstrap-vue-next/bootstrap-vue-next/commits/nuxt-v0.17.2/packages/bootstrap-vue-next)
---
updated-dependencies:
- dependency-name: bootstrap-vue-next
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: bootstrap
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-04-24 04:21:04 +00:00 |
|
Matthias
|
9bfe9a6c49
|
Merge pull request #1850 from freqtrade/dependabot/npm_and_yarn/main/date-fns-c573c9d14f
build(deps): bump date-fns-tz from 3.1.2 to 3.1.3 in the date-fns group
|
2024-04-24 06:20:15 +02:00 |
|
Matthias
|
c8b911957c
|
Merge pull request #1851 from freqtrade/dependabot/npm_and_yarn/main/vuepic/vue-datepicker-8.5.0
build(deps): bump @vuepic/vue-datepicker from 8.4.0 to 8.5.0
|
2024-04-24 06:20:01 +02:00 |
|
Matthias
|
b8d6a033eb
|
Merge pull request #1852 from freqtrade/dependabot/npm_and_yarn/main/vite-5.2.10
build(deps-dev): bump vite from 5.2.9 to 5.2.10
|
2024-04-24 06:19:34 +02:00 |
|
Matthias
|
82d084765d
|
Merge pull request #1848 from freqtrade/dependabot/npm_and_yarn/main/vue-3ca7a0f3e6
build(deps): bump the vue group with 5 updates
|
2024-04-24 06:19:25 +02:00 |
|
Matthias
|
4fdf701743
|
Merge pull request #1846 from freqtrade/dependabot/docker/nginx-1.26.0-alpine
build(deps): bump nginx from 1.25.5-alpine to 1.26.0-alpine
|
2024-04-24 06:19:00 +02:00 |
|
dependabot[bot]
|
e181c5a485
|
build(deps-dev): bump vite from 5.2.9 to 5.2.10
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.2.9 to 5.2.10.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.2.10/packages/vite)
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-04-24 03:36:22 +00:00 |
|
dependabot[bot]
|
232473ad96
|
build(deps): bump @vuepic/vue-datepicker from 8.4.0 to 8.5.0
Bumps [@vuepic/vue-datepicker](https://github.com/Vuepic/vue-datepicker) from 8.4.0 to 8.5.0.
- [Release notes](https://github.com/Vuepic/vue-datepicker/releases)
- [Commits](https://github.com/Vuepic/vue-datepicker/compare/v8.4.0...v8.5.0)
---
updated-dependencies:
- dependency-name: "@vuepic/vue-datepicker"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-04-24 03:35:47 +00:00 |
|
dependabot[bot]
|
b9049a49c2
|
build(deps): bump date-fns-tz from 3.1.2 to 3.1.3 in the date-fns group
Bumps the date-fns group with 1 update: [date-fns-tz](https://github.com/marnusw/date-fns-tz).
Updates `date-fns-tz` from 3.1.2 to 3.1.3
- [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/v3.1.2...v3.1.3)
---
updated-dependencies:
- dependency-name: date-fns-tz
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: date-fns
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-04-24 03:35:23 +00:00 |
|
dependabot[bot]
|
7d815421d7
|
build(deps): bump the vue group with 5 updates
Bumps the vue group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [vue](https://github.com/vuejs/core) | `3.4.23` | `3.4.24` |
| [vue-router](https://github.com/vuejs/router) | `4.3.0` | `4.3.2` |
| [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) | `3.4.23` | `3.4.24` |
| [@vue/runtime-dom](https://github.com/vuejs/core/tree/HEAD/packages/runtime-dom) | `3.4.23` | `3.4.24` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `2.0.13` | `2.0.14` |
Updates `vue` from 3.4.23 to 3.4.24
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/compare/v3.4.23...v3.4.24)
Updates `vue-router` from 4.3.0 to 4.3.2
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](https://github.com/vuejs/router/compare/v4.3.0...v4.3.2)
Updates `@vue/compiler-sfc` from 3.4.23 to 3.4.24
- [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.4.24/packages/compiler-sfc)
Updates `@vue/runtime-dom` from 3.4.23 to 3.4.24
- [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.4.24/packages/runtime-dom)
Updates `vue-tsc` from 2.0.13 to 2.0.14
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v2.0.14/packages/tsc)
---
updated-dependencies:
- dependency-name: vue
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: vue
- dependency-name: vue-router
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: vue
- dependency-name: "@vue/compiler-sfc"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: vue
- dependency-name: "@vue/runtime-dom"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: vue
- dependency-name: vue-tsc
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: vue
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-04-24 03:34:28 +00:00 |
|
dependabot[bot]
|
b92765e5f9
|
build(deps): bump nginx from 1.25.5-alpine to 1.26.0-alpine
Bumps nginx from 1.25.5-alpine to 1.26.0-alpine.
---
updated-dependencies:
- dependency-name: nginx
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-04-24 03:25:31 +00:00 |
|
Matthias
|
2dde67ad41
|
Merge pull request #1845 from freqtrade/dependabot/docker/nginx-1.25.5-alpine
build(deps): bump nginx from 1.25.4-alpine to 1.25.5-alpine
|
2024-04-18 06:38:31 +02:00 |
|
dependabot[bot]
|
b7a6e1664a
|
build(deps): bump nginx from 1.25.4-alpine to 1.25.5-alpine
Bumps nginx from 1.25.4-alpine to 1.25.5-alpine.
---
updated-dependencies:
- dependency-name: nginx
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-04-18 03:44:14 +00:00 |
|
Matthias
|
fa397be144
|
Merge pull request #1835 from freqtrade/dependabot/npm_and_yarn/main/eslint-7b7d5d82a3
build(deps-dev): bump the eslint group with 4 updates
|
2024-04-17 07:09:50 +02:00 |
|
Matthias
|
c0c4bb4928
|
keep eslint at 8.x for now
|
2024-04-17 07:05:04 +02:00 |
|
Matthias
|
eb4d46d40c
|
Merge pull request #1836 from freqtrade/dependabot/npm_and_yarn/main/vue-df3e6add63
build(deps): bump the vue group with 4 updates
|
2024-04-17 07:03:58 +02:00 |
|