-
-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
248 changed files
with
12,728 additions
and
9,440 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
patreon: straumat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Pull Request Template | ||
|
||
## Description | ||
|
||
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. | ||
|
||
Fixes # (issue) | ||
|
||
## Type of change | ||
|
||
Please delete options that are not relevant. | ||
|
||
- Bug fix (non-breaking change which fixes an issue) | ||
- New feature (non-breaking change which adds functionality) | ||
- Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- This change requires a documentation update | ||
|
||
## How has this been tested | ||
|
||
Please describe the tests that you ran to verify your changes. Provide instructions, so we can reproduce. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: maven | ||
directory: "/" | ||
schedule: | ||
interval: daily | ||
time: "03:00" | ||
timezone: Europe/Paris | ||
open-pull-requests-limit: 1 | ||
target-branch: development |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
|
||
steps: | ||
# ================================================================================================================ | ||
- name: Setup GPG | ||
- name: GPG Setup | ||
run: | | ||
echo "$GPG_PRIVATE_KEY" > private.asc | ||
gpg --import --batch private.asc | ||
|
@@ -25,7 +25,7 @@ jobs: | |
uses: actions/checkout@v1 | ||
|
||
# ================================================================================================================ | ||
- name: Set up JDK 11 | ||
- name: JDK 11 Setup | ||
uses: actions/setup-java@v1 | ||
with: | ||
java-version: 11.0.x | ||
|
@@ -104,7 +104,7 @@ jobs: | |
asset_content_type: application/java-archive | ||
|
||
# ================================================================================================================ | ||
- name : Publish the release announce on Twitter | ||
- name: Publish the release announce on Twitter | ||
uses: ethomson/send-tweet-action@v1 | ||
env: | ||
TWITTER_CONSUMER_API_KEY: ${{ secrets.TWITTER_CONSUMER_API_KEY }} | ||
|
@@ -117,3 +117,11 @@ jobs: | |
consumer-secret: ${{ secrets.TWITTER_CONSUMER_API_SECRET }} | ||
access-token: ${{ secrets.TWITTER_ACCESS_TOKEN }} | ||
access-token-secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }} | ||
|
||
# ================================================================================================================ | ||
- name: Publish the release announce on Discord | ||
uses: Ilshidur/[email protected] | ||
env: | ||
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} | ||
with: | ||
args: "Cassandre trading bot ${{ steps.package.outputs.version }} released - More information here : ${{ steps.create_release.outputs.html_url }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
-Xmx1024m -Xms1024m -Djava.awt.headless=true | ||
-Xmx1024m -Xms1024m -Djava.awt.headless=true --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/javax.crypto=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,39 @@ | ||
<h3 align="center"> | ||
<a href="https://hexagonkt.com"> | ||
<img alt="Cassandre trading bot" src="https://github.com/cassandre-tech/cassandre-trading-bot-web-site/blob/master/.gitbook/assets/logo_with_text.png?raw=true" /> | ||
</a> | ||
<br> | ||
Cassandre trading bot | ||
<a href="https://trading-bot.cassandre.tech"> | ||
<img src="https://github.com/cassandre-tech/cassandre-trading-bot-web-site/blob/master/.gitbook/assets/logo_with_text.png?raw=true" | ||
alt="Cassandre trading bot"/> | ||
</a> | ||
<br> | ||
Cassandre trading bot | ||
</h3> | ||
|
||
<p align="center">Cassandre makes it easy to create and run a Java crypto trading bot</p> | ||
|
||
<p align="center"> | ||
<a href="https://github.com/cassandre-tech/cassandre-trading-bot/actions"> | ||
<img | ||
src="https://github.com/cassandre-tech/cassandre-trading-bot/workflows/Continuous%20integration/badge.svg" | ||
alt="GitHub Actions" /> | ||
</a> | ||
<a href="https://discord.gg/sv3VXuTgFS"> | ||
<img src="https://img.shields.io/discord/796141274171310110.svg?logo=discord&label=Discord" | ||
alt="Discord conversation" /> | ||
</a> | ||
</p> | ||
|
||
<p align="center"> | ||
<a href="https://www.codacy.com/gh/cassandre-tech/cassandre-trading-bot?utm_source=github.com&utm_medium=referral&utm_content=cassandre-tech/cassandre-trading-bot&utm_campaign=Badge_Grade"> | ||
<img | ||
src="https://api.codacy.com/project/badge/Grade/f26dc41008a64bb18dcd404b46b69fc8" | ||
alt="Codacy" /> | ||
</a> | ||
<a href="https://search.maven.org/search?q=g:tech.cassandre.trading.bot"> | ||
<img | ||
src="https://img.shields.io/maven-central/v/tech.cassandre.trading.bot/cassandre-trading-bot-project.svg?label=Maven%20Central" | ||
alt="Maven Central Repository" /> | ||
</a> | ||
<a href="https://github.com/cassandre-tech/cassandre-trading-bot/actions"> | ||
<img src="https://github.com/cassandre-tech/cassandre-trading-bot/workflows/Continuous%20integration/badge.svg" | ||
alt="GitHub Actions" /> | ||
</a> | ||
<a href="https://www.codacy.com/gh/cassandre-tech/cassandre-trading-bot?utm_source=github.com&utm_medium=referral&utm_content=cassandre-tech/cassandre-trading-bot&utm_campaign=Badge_Grade"> | ||
<img src="https://api.codacy.com/project/badge/Grade/f26dc41008a64bb18dcd404b46b69fc8" | ||
alt="Codacy" /> | ||
</a> | ||
<a href="https://search.maven.org/search?q=g:tech.cassandre.trading.bot"> | ||
<img src="https://img.shields.io/maven-central/v/tech.cassandre.trading.bot/cassandre-trading-bot-project.svg?label=Maven%20Central" | ||
alt="Maven Central Repository" /> | ||
</a> | ||
</p> | ||
|
||
<p align="center"> | ||
<a href="https://trading-bot.cassandre.tech/">Web site</a> | | ||
<a href="https://trading-bot.cassandre.tech/learn/quickstart">Quick Start</a> | | ||
<a href="mailto:[email protected]">Contact us</a> | ||
<a href="https://trading-bot.cassandre.tech/">Web site</a> | | ||
<a href="https://trading-bot.cassandre.tech/learn/quickstart">Quick Start</a> | | ||
<a href="https://twitter.com/cassandretech">Twitter</a> | | ||
<a href="mailto:[email protected]">Contact us</a> | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.