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-messager: add docker feature #194

Merged
merged 6 commits into from
Jun 9, 2022
Merged

feat: #4759 venus-messager: add docker feature #194

merged 6 commits into from
Jun 9, 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 #194 (3ea6a2b) into main (4820c01) will increase coverage by 0.63%.
The diff coverage is n/a.

Impacted file tree graph

@@            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     
Flag Coverage Δ
unittests 14.87% <ø> (+0.63%) ⬆️

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

Impacted Files Coverage Δ
main.go 0.00% <0.00%> (ø)
cli/cmd.go 0.00% <0.00%> (ø)
service/events.go 0.00% <0.00%> (ø)
service/modules.go 0.00% <0.00%> (ø)
service/node_client.go 0.00% <0.00%> (ø)
service/address_service.go 0.00% <0.00%> (ø)
service/message_service.go 0.00% <0.00%> (ø)
cmds/client_example/main.go 0.00% <0.00%> (ø)
service/message_selector.go 0.00% <0.00%> (ø)
api/controller/message.go
... and 6 more

@LinZexiao LinZexiao requested a review from diwufeiwen June 8, 2022 04:53
Copy link
Contributor

@diwufeiwen diwufeiwen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@diwufeiwen diwufeiwen merged commit 54b51fe into main Jun 9, 2022
@diwufeiwen diwufeiwen deleted the docker branch June 9, 2022 09:08
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants