-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from tonlabs/0.1.7
0.1.7
- Loading branch information
Showing
9 changed files
with
45 additions
and
8 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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
kafka-connect-arangodb-1.0.8.jar is from fork: https://github.com/tonlabs/kafka-connect-arangodb |
Binary file removed
BIN
-370 KB
docker-compose/kafka/files/kafka-connect-arangodb/arangodb-java-driver-5.0.4.jar
Binary file not shown.
Binary file removed
BIN
-19.4 KB
docker-compose/kafka/files/kafka-connect-arangodb/kafka-connect-arangodb-1.0.4.jar
Binary file not shown.
Binary file added
BIN
+1.32 MB
docker-compose/kafka/files/kafka-connect-arangodb/kafka-connect-arangodb-1.0.8.jar
Binary file not shown.
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,4 +1,4 @@ | ||
ARG RUST_VERSION=1.58.0 | ||
ARG RUST_VERSION=1.61.0 | ||
|
||
FROM ubuntu:18.04 as build | ||
|
||
|
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 |
---|---|---|
|
@@ -20,6 +20,6 @@ export EMAIL_FOR_NOTIFICATIONS="[email protected]" | |
export COMPOSE_HTTP_TIMEOUT=120 # in sec, 60 sec - default | ||
HOSTNAME=$(hostname -f) | ||
export TON_Q_SERVER_GITHUB_REPO="https://github.com/tonlabs/ton-q-server" | ||
export TON_Q_SERVER_GITHUB_COMMIT_ID="0.48.1" | ||
export TON_Q_SERVER_GITHUB_COMMIT_ID="0.52.0" | ||
export TON_NODE_GITHUB_REPO="https://github.com/tonlabs/ton-labs-node" | ||
export TON_NODE_GITHUB_COMMIT_ID="49a724639a175752f44bcda65d907f2ca3ad97aa" | ||
export TON_NODE_GITHUB_COMMIT_ID="5c3951a4de03833a49079d1c07ad5a05798df169" |