Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: #4759 venus-gateway: add docker feature #49

Merged
merged 7 commits into from
Jun 10, 2022
Merged

feat: #4759 venus-gateway: add docker feature #49

merged 7 commits into from
Jun 10, 2022

Conversation

LinZexiao
Copy link
Collaborator

@LinZexiao LinZexiao commented May 11, 2022

Related Issues

filecoin-project/venus#4759

Proposed Changes

add docker features
add github action for automaticly pushing to dockerhub

Additional Info

Checklist

Before you mark the PR ready for review, please make sure that:

  • All commits have a clear commit message.
  • The PR title is in the form of of <PR type>: <#issue number> <area>: <change being made>
    • example: fix: #1234 mempool: Introduce a cache for valid signatures
    • PR type: fix, feat, INTERFACE BREAKING CHANGE, CONSENSUS BREAKING, build, chore, ci, docs, misc, perf, refactor, revert, style, test
    • area: venus, venus-messager, venus-miner, venus-gateway, venus-auth, venus-market, venus-sealer, venus-wallet, venus-cluster, api, chain, state, vm, data transfer, mempool, message, block production, multisig, networking, paychan, proving, sealing, wallet
  • This PR has tests for new functionality or change in behaviour
  • If new user-facing features are introduced, clear usage guidelines and / or documentation updates should be included in venus docs or Discussion Tutorials.
  • CI is green

@codecov-commenter
Copy link

codecov-commenter commented May 11, 2022

Codecov Report

Merging #49 (175c282) into master (2e500a7) will increase coverage by 62.84%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #49       +/-   ##
===========================================
+ Coverage    2.06%   64.90%   +62.84%     
===========================================
  Files          25       27        +2     
  Lines        1358     1744      +386     
===========================================
+ Hits           28     1132     +1104     
+ Misses       1327      542      -785     
- Partials        3       70       +67     
Flag Coverage Δ
unittests 64.90% <ø> (+62.84%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
main.go 0.00% <0.00%> (ø)
example/client/proof.go
example/server/main.go
marketevent/api.go
example/client/wallet.go
proofevent/api.go
rpc.go
walletevent/api.go
auth.go
integrate_test/mock_deamon.go 68.29% <0.00%> (ø)
... and 18 more

docker/script/compose.sh Outdated Show resolved Hide resolved
@LinZexiao LinZexiao requested a review from diwufeiwen June 9, 2022 09:37
@diwufeiwen diwufeiwen merged commit 33269d6 into master Jun 10, 2022
@diwufeiwen diwufeiwen deleted the docker branch June 10, 2022 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants