-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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 #7924 from ipfs/release-v0.8.0
Release v0.8.0
- Loading branch information
Showing
86 changed files
with
3,909 additions
and
698 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 |
---|---|---|
|
@@ -118,14 +118,42 @@ jobs: | |
- store_artifacts: | ||
path: /tmp/circleci-test-results | ||
sharness: | ||
executor: golang | ||
machine: | ||
image: ubuntu-2004:202010-01 | ||
working_directory: ~/ipfs/go-ipfs | ||
environment: | ||
<<: *default_environment | ||
GO111MODULE: "on" | ||
TEST_NO_DOCKER: 1 | ||
TEST_NO_FUSE: 1 | ||
GOPATH: /home/circleci/go | ||
TEST_VERBOSE: 1 | ||
steps: | ||
- run: sudo apt install socat | ||
- checkout | ||
|
||
- run: | ||
mkdir rb-pinning-service-api && | ||
cd rb-pinning-service-api && | ||
git init && | ||
git remote add origin https://github.com/ipfs-shipyard/rb-pinning-service-api.git && | ||
git fetch --depth 1 origin 773c3adbb421c551d2d89288abac3e01e1f7c3a8 && | ||
git checkout FETCH_HEAD | ||
- run: | ||
cd rb-pinning-service-api && | ||
docker-compose pull && | ||
docker-compose up -d | ||
|
||
- *make_out_dirs | ||
- *restore_gomod | ||
|
||
- run: make -O -j 10 coverage/sharness_tests.coverprofile test/sharness/test-results/sharness.xml TEST_GENERATE_JUNIT=1 CONTINUE_ON_S_FAILURE=1 | ||
- run: | ||
name: Setup Environment Variables | ||
# we need the docker host IP; all ports exported by child containers can be accessed there. | ||
command: echo "export DOCKER_HOST=$(ip -4 addr show docker0 | grep -Po 'inet \K[\d.]+')" >> $BASH_ENV | ||
- run: | ||
echo DOCKER_HOST=$DOCKER_HOST && | ||
make -O -j 3 coverage/sharness_tests.coverprofile test/sharness/test-results/sharness.xml TEST_GENERATE_JUNIT=1 CONTINUE_ON_S_FAILURE=1 DOCKER_HOST=$DOCKER_HOST | ||
|
||
- run: | ||
when: always | ||
|
@@ -174,8 +202,8 @@ jobs: | |
name: Installing dependencies | ||
command: | | ||
npm init -y | ||
npm install ipfs@^0.50.1 | ||
npm install ipfs-interop@^3.0.0 | ||
npm install ipfs@^0.52.2 | ||
npm install ipfs-interop@^4.0.0 | ||
npm install [email protected] | ||
working_directory: ~/ipfs/go-ipfs/interop | ||
- run: | ||
|
@@ -294,7 +322,7 @@ jobs: | |
steps: | ||
- checkout | ||
- setup_remote_docker: | ||
version: "18.09.3" | ||
version: "19.03.13" | ||
- run: | ||
name: Build Docker image | ||
command: | | ||
|
@@ -311,7 +339,7 @@ jobs: | |
steps: | ||
- checkout | ||
- setup_remote_docker: | ||
version: "18.09.3" | ||
version: "19.03.13" | ||
- attach_workspace: | ||
at: /tmp/workspace | ||
- run: | ||
|
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Submodule dir-index-html
updated
6 files
+3 −4 | .github/workflows/build.yml | |
+54 −0 | CHANGELOG.md | |
+2 −2 | dir-index.html | |
+3 −2 | package.json | |
+1 −1 | src/dir-index.html | |
+12 −4 | test/main.go |
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.