Matthias
|
1d92db7805
|
Change CI to actually run one 2 randomized point.
|
3 years ago |
dependabot[bot]
|
2647c35f48
|
Bump pypa/gh-action-pypi-publish from 1.6.1 to 1.6.4
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.6.1 to 1.6.4.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.6.1...v1.6.4)
---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
dependabot[bot]
|
2eb8f9f028
|
Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.6.1
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.5.1 to 1.6.1.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.5.1...v1.6.1)
---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
Matthias
|
5500c10f78
|
Improve CI file layout
|
3 years ago |
Matthias
|
2c75b5e027
|
Extract "live" test from regular tests
|
3 years ago |
Matthias
|
707b224af5
|
Update generic CI's to ubuntu 22.04
|
4 years ago |
Matthias
|
6be9b81f4c
|
Fix workflow syntax error
|
4 years ago |
Matthias
|
d0b163764e
|
Run coveralls only when needed
|
4 years ago |
Matthias
|
3fcba2fb8d
|
Remove hard-pin on python version in ci
|
4 years ago |
Matthias
|
7e124618d4
|
Move "success" notification to last pipeline step
|
4 years ago |
Matthias
|
1bd742f7e9
|
Properly setup pre-commit job
|
4 years ago |
Matthias
|
e63f9e1c14
|
Use pre-commit in Ci to check for all things
|
4 years ago |
Matthias
|
49800e4cc3
|
pin ci python to 3.10.6 for now
|
4 years ago |
dependabot[bot]
|
97064a9ce3
|
Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.1
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.5.0...v1.5.1)
---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
Matthias
|
1c7f60103d
|
Don't use master for publish CI action
|
4 years ago |
Matthias
|
3189b284c0
|
Fix tests condition
|
4 years ago |
Matthias
|
1cd2b0504a
|
Run regular tests for 3.9 under other ubuntu systems
|
4 years ago |
Matthias
|
f9668ede4a
|
Fix CI Syntax error
|
4 years ago |
Matthias
|
0804fc7a3a
|
CI should run ccxt tests only once
|
4 years ago |
dependabot[bot]
|
70966c8a8f
|
Bump actions/setup-python from 3 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
Matthias
|
057be50941
|
Remove old concurrency method
|
4 years ago |
Matthias
|
82c5a6b29d
|
Update CI to use concurrency
|
4 years ago |
Matthias
|
43f726ba8f
|
Run CI against different templates
|
4 years ago |
Matthias
|
008ee14889
|
Improve ci to run on ubuntu 22.04
|
4 years ago |
Matthias
|
86af3fe0e7
|
Update image versions from 3.9 to 3.10
|
4 years ago |
Matthias
|
68a97a898d
|
Disable scheduled notification in CI
|
4 years ago |
Matthias
|
8962bffbe0
|
Merge branch 'develop' into setup-permissions
|
4 years ago |
Matthias
|
4c95996069
|
Add Permissions for notify-complete job
|
4 years ago |
Matthias
|
64072f76b9
|
Don't fail scheduled ci tasks due to notification
|
4 years ago |
naveen
|
4cccf31a3e
|
chore: Set permissions for GitHub actions
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)
Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
|
4 years ago |
Matthias
|
500fdc2759
|
run mypy also against tests
|
4 years ago |
Matthias
|
6d576bc02d
|
Check pre-commit verison updates
|
4 years ago |
Matthias
|
3586c2e984
|
Windows no random order
|
4 years ago |
Matthias
|
c1a7fc873d
|
Speed up ci by running coverage only where necessary
|
4 years ago |
Matthias
|
1120392f39
|
Fix pre-commit indentation
|
4 years ago |
Matthias
|
2f429bf7ec
|
Merge pull request #6602 from freqtrade/dependabot/github_actions/develop/actions/cache-3
Bump actions/cache from 2 to 3
|
4 years ago |
dependabot[bot]
|
c570732157
|
Bump actions/cache from 2 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
dependabot[bot]
|
449af0ce9c
|
Bump peter-evans/dockerhub-description from 2.4.3 to 3
Bumps [peter-evans/dockerhub-description](https://github.com/peter-evans/dockerhub-description) from 2.4.3 to 3.
- [Release notes](https://github.com/peter-evans/dockerhub-description/releases)
- [Commits](https://github.com/peter-evans/dockerhub-description/compare/v2.4.3...v3)
---
updated-dependencies:
- dependency-name: peter-evans/dockerhub-description
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
dependabot[bot]
|
3c83d8c74a
|
Bump actions/setup-python from 2 to 3
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
dependabot[bot]
|
25964f70d8
|
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
Matthias
|
d9347e9900
|
Update references to remove python 3.7 support
|
4 years ago |
Matthias
|
13651fd3be
|
Downgrade docker-image to 3.9.9
|
4 years ago |
Matthias
|
5451972456
|
Success-messages should use success coloring
|
4 years ago |
Matthias
|
8b49bec649
|
Use Version-dependent requirements
Bump numpy to 1.22.0
|
4 years ago |
Matthias
|
6b22f84d30
|
Add windows ta wheel
|
4 years ago |
Matthias
|
505d4bacd5
|
Update dockerfile to 3.10
|
4 years ago |
Matthias
|
5b2a1b9e7a
|
Update CI to run on python 3.10
|
4 years ago |
Matthias
|
98f6d2d722
|
Update CI to notify on discord only
|
4 years ago |
Matthias
|
06bd8a1540
|
Merge pull request #6052 from freqtrade/dependabot/github_actions/develop/peter-evans/dockerhub-description-2.4.3
Bump peter-evans/dockerhub-description from 2.1.0 to 2.4.3
|
4 years ago |
dependabot[bot]
|
783ee633aa
|
Bump crazy-max/ghaction-docker-buildx from 1 to 3.3.1
Bumps [crazy-max/ghaction-docker-buildx](https://github.com/crazy-max/ghaction-docker-buildx) from 1 to 3.3.1.
- [Release notes](https://github.com/crazy-max/ghaction-docker-buildx/releases)
- [Changelog](https://github.com/crazy-max/ghaction-docker-buildx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crazy-max/ghaction-docker-buildx/compare/v1...v3.3.1)
---
updated-dependencies:
- dependency-name: crazy-max/ghaction-docker-buildx
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
dependabot[bot]
|
fb134c67a9
|
Bump peter-evans/dockerhub-description from 2.1.0 to 2.4.3
Bumps [peter-evans/dockerhub-description](https://github.com/peter-evans/dockerhub-description) from 2.1.0 to 2.4.3.
- [Release notes](https://github.com/peter-evans/dockerhub-description/releases)
- [Commits](https://github.com/peter-evans/dockerhub-description/compare/v2.1.0...v2.4.3)
---
updated-dependencies:
- dependency-name: peter-evans/dockerhub-description
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
Matthias
|
236dc48000
|
Update CI to use new hyperopt interface
|
5 years ago |
Matthias
|
0282d13221
|
Fix PI image caching
|
5 years ago |
Matthias
|
51cc903248
|
Run ci on selfhosted runner
|
5 years ago |
Sam Germain
|
362436f7d2
|
Renamed example config files so they are .json so that syntax highlighting is all correct. Explicitly listed each one in .gitignore to prevent a real config file from being uploaded accidently
|
5 years ago |
Matthias
|
6479217cb4
|
Don't build for test_multiarch
|
5 years ago |
Matthias
|
cabab44b75
|
Combine docker build scripts
|
5 years ago |
Matthias
|
f6b1abe23f
|
Remove ci from test_multiarch again
|
5 years ago |
Matthias
|
1e052bde90
|
Move Dockerfile.armhf to docker directory
|
5 years ago |
Matthias
|
4617967e14
|
Try building for multiarch
|
5 years ago |
Matthias
|
0e6c1d28f4
|
Fix cleanup CI by updating action
|
5 years ago |
Matthias
|
638cd4e8f1
|
Upgrade cleanup action to latest version
|
5 years ago |
Matthias
|
1194d0c0f4
|
Update brew before installing packages
|
5 years ago |
Matthias
|
8d01767a42
|
Fix CI syntax
|
5 years ago |
Matthias
|
95a9c92769
|
Add permission-check before slack notify
|
5 years ago |
Matthias
|
b6c29bebb0
|
Update slack action
|
5 years ago |
Matthias
|
31e0b09643
|
Rename config.json.example
it's really the config dedicated to bittrex,
so the name should reflect this in beeing config_bittrex.json.example
|
5 years ago |
Matthias
|
124cb5c5bf
|
Add cblosc brew dependency
|
5 years ago |
Matthias
|
54ab61d18a
|
Install hdf5 via brew
|
5 years ago |
Matthias
|
9e66417e85
|
Run CI for mac on 3.9
|
5 years ago |
Matthias
|
b39de171c8
|
Don't run longrun regularily
|
5 years ago |
Matthias
|
a4bfd0b0aa
|
Split linux and OSX builds into 2 seperate, parallel jobs
|
5 years ago |
Matthias
|
dd42d61d03
|
Run CI on 3.9
|
6 years ago |
Matthias
|
cedddd02da
|
Install mkdocs for ci
|
6 years ago |
Matthias
|
53984a059f
|
Configure mkdocs to allow page includes
|
6 years ago |
Matthias
|
72337a0ab7
|
Merge pull request #3836 from freqtrade/hyperopt_remove_default_loss
Hyperopt remove default loss
|
6 years ago |
Matthias
|
299285a7bb
|
Update actions image to ubuntu20.04
|
6 years ago |
Matthias
|
8c2f763193
|
Add test to ensure --hyperopt-loss is mandatory
|
6 years ago |
Matthias
|
378b214a56
|
Remove hyperopt-loss default option
Force users to make a concious choice on a hyperopt-loss function
|
6 years ago |
Matthias
|
ace2879265
|
Don't run isort on windows - once is enough
|
6 years ago |
Matthias
|
287604efd2
|
Add isort to project dev dependencies
|
6 years ago |
Matthias
|
7623691a5f
|
PyPi Publis should only run for releases
|
6 years ago |
Matthias
|
2b1d0b4ab5
|
Rename references to "master" branch to "stable"
closes #2496
|
6 years ago |
Matthias
|
a559611c15
|
Merge pull request #3682 from freqtrade/db_keep_orders
Keep order history in the database
|
6 years ago |
Matthias
|
bfd0e3553a
|
Don't build this branch anymore in CI
|
6 years ago |
Matthias
|
07ccda9146
|
Fix syntax for released CI
|
6 years ago |
Matthias
|
d65d886d7d
|
add branch to CI - change branch-detection to support tags as well
|
6 years ago |
Matthias
|
4ecb67d1d1
|
Merge branch 'develop' into db_keep_orders
|
6 years ago |
Matthias
|
b25267ad3d
|
Build docker image for db_keep_orders branch
|
6 years ago |
Matthias
|
f6edb32a33
|
Run hyperopt with --print-all
|
6 years ago |
Matthias
|
bdf795b8b0
|
final cleanup - use different cache image for now
|
6 years ago |
Matthias
|
500ce50153
|
Switch to docker experimental ...
|
6 years ago |
Matthias
|
7f5feab5cf
|
Fix notifications, build ...
|
6 years ago |
Matthias
|
571d61de84
|
Cancel previous automatically?
|
6 years ago |
Matthias
|
a7c0e86bfd
|
Test rpi using buildx and dockerfile.armhf
Uses piwheels for pi image
|
6 years ago |
Matthias
|
d9e83cc4e2
|
Run CI on windows python 3.8
|
6 years ago |
Matthias
|
1e869b86f2
|
Update checkout aciton to v2
https://github.com/actions/checkout/issues/23 suggests that it's fixed in v2.
|
6 years ago |
Matthias
|
0b33b798e4
|
Add pypi build step
|
6 years ago |
Matthias
|
d0506a6435
|
Use correct matrix variable
|
6 years ago |
Matthias
|
c8960ab628
|
Only run coveralls once
|
6 years ago |
Matthias
|
321bc336ea
|
Run tests against 3.8
|
6 years ago |
Matthias
|
342f3f450b
|
try with coveralls token in yml ...
|
6 years ago |
Matthias
|
0c6b5e01fb
|
Try with github-token
|
6 years ago |
Matthias
|
cceb00c406
|
Try coveralls
|
6 years ago |
hroff-1902
|
cc0a733f1f
|
Merge pull request #2565 from freqtrade/pairlists_transition
Pairlists transition
|
7 years ago |
hroff-1902
|
1b645d64c8
|
Merge pull request #2538 from freqtrade/strategy_template
new-strategy / new-hyperopt - from templates
|
7 years ago |
Matthias
|
cbf710a4f8
|
Fix coveralls (?)
|
7 years ago |
Matthias
|
63ad95a474
|
reenable slack
|
7 years ago |
Matthias
|
ed04f7f39d
|
Create userdir and backtest SampleStrategy
|
7 years ago |
Matthias
|
751157b4ea
|
Don't notify on builds from forks
they don't have secrets available ATM
|
7 years ago |
Matthias
|
b6a12044ba
|
seperate docs job
|
7 years ago |
Matthias
|
be53c0885d
|
Try moving coveralls to github actions
|
7 years ago |
Matthias
|
b167fb071a
|
fix windows test
|
7 years ago |
Matthias
|
3b9899dfd4
|
hyperopts ...
|
7 years ago |
Matthias
|
f94d46316e
|
update checkout action to pinned version
|
7 years ago |
Matthias
|
569a547b3f
|
Update Actions CI to new subcommands
|
7 years ago |
Matthias
|
6c306c0013
|
Merge branch 'develop' into github_actions_tests
|
7 years ago |
Matthias
|
62c1ff776e
|
update action to 2.1.0
|
7 years ago |
Matthias
|
e8a8f416f3
|
Update dockerhub description from github readme.md
|
7 years ago |
Matthias
|
8c76f45030
|
Use correct dockerhub image name
|
7 years ago |
Matthias
|
96f550c6aa
|
Disable tests
|
7 years ago |
Matthias
|
37ef5c38f0
|
integrate Slack notification
|
7 years ago |
Matthias
|
a241c2af0d
|
Build macos - ...
|
7 years ago |
Matthias
|
d1729a624d
|
fix windows build
|
7 years ago |
Matthias
|
e51a720193
|
Apply cache to pi image
|
7 years ago |
Matthias
|
ff1d36434d
|
Add github actions action
|
7 years ago |