-
Notifications
You must be signed in to change notification settings - Fork 16
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-messager: add docker feature #194
Merged
Merged
Conversation
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
Codecov Report
@@ Coverage Diff @@
## main #194 +/- ##
==========================================
+ Coverage 14.23% 14.87% +0.63%
==========================================
Files 56 52 -4
Lines 5169 5057 -112
==========================================
+ Hits 736 752 +16
+ Misses 4363 4234 -129
- Partials 70 71 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
diwufeiwen
approved these changes
Jun 9, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
diwufeiwen
pushed a commit
that referenced
this pull request
Jul 18, 2022
* feat: #4759 venus-messager: add docker feature (#194) * add: dockerfile &docker dir * feat: add publish docker image action * fix: change action trigger to making tag * chore: rm the test workflow of docker * style: add blank line to the end of the file * style:add reture to the end of file * fix: venus-messager : change to build docker image from local repo (#197) * fix: change to build image from local repo * fix: get BUILD_DOCKER_PROXY var from env * build: bump version to v1.6.0-rc1 (#196) * feat: load builtin actors from bundle * feat: use ~/.venus-messager store files * fix: Simplify the configuration * cmd: hidden --config flag * chore: upgrade venus & gateway & auth * chore: Remove the dependency on golang.org/x/xerrors * build: bump version to v1.6.0-rc1 * build: v1.6.0-rc1 (#198) * upgrade venus * upgrade gateway * feat: load builtin actors from bundle * feat: use ~/.venus-messager store files * chore: upgrade venus * fix: Simplify the configuration * cmd: hidden --config flag * chore: upgrade venus & gateway & auth * chore: Remove the dependency on golang.org/x/xerrors * build: bump version to v1.6.0-rc1 * cmd: rmeove --sqlite-file flag * fix: remove messager.toml * doc: update README.md * cmd: Fix incorrect configuration loading * cmd: fix actor code not registed * chore: upgrade gateway & venus * chore: upgrade venus & venus-auth * doc: update READMD.md * build: build v1.6.0-rc2 (#199) * fix: upgrade venus & simplified MessagePaser logic * docs: update README.md * chore: upgrade venus * chore: upgrade venus & venus-gateway * chore: use go 1.17 in go.mod * build: bump version to v1.6.0-rc2 * chore: bump version to v1.6.0 (#200) * chore: upgrade venus & auth & gateway * chore: bump version to v1.6.0 * fix: sort msg before push (#202) * fix: update dependencies to ddl (#201) * docs: migrate from venus-docs (#203) * docs: migrate from venus-docs * feat:support fil unit in replace command (#206) * feat: add gas over premium (#205) * feat: add gas over premium * fix: not check empty string (#207) * chore: git-action: enable golang-ci-lint checks on git action (#208) * enable golang-ci-lint checks on git action * feat: rm ddl copying when docker was build (#211) * only trigger auto publish on PR merged (#212) * feat: add batch replace cmd (#210) * cmd: add batch replace cmd & upgrade venus * fix: update the tipset_key field of the messages table to varchar(2048) (#213) Co-authored-by: LinZexiao <55120714+LinZexiao@users.noreply.github.com> Co-authored-by: tom <69969590+simlecode@users.noreply.github.com> Co-authored-by: Yu <tctctcly@gmail.com> Co-authored-by: Mike <41407352+hunjixin@users.noreply.github.com>
zl03jsj
pushed a commit
that referenced
this pull request
Jul 18, 2022
* add: dockerfile &docker dir * feat: add publish docker image action * fix: change action trigger to making tag * chore: rm the test workflow of docker * style: add blank line to the end of the file * style:add reture to the end of file
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
<PR type>: <#issue number> <area>: <change being made>
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, testarea
: 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