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

Add Simple Install script #532

Merged
merged 2 commits into from
Dec 19, 2023
Merged

Add Simple Install script #532

merged 2 commits into from
Dec 19, 2023

Conversation

xellos00
Copy link
Member

@xellos00 xellos00 commented Dec 6, 2023

1. Type of change

Please delete options that are not relevant.

  • New feature
  • Enhancement
  • Bug/fix (non-breaking change which fixes an issue)
  • others (anything other than above)

2. Summary

Please include a summary of the changes and which issue is fixed or solved.

Related: # (issue)
close #517

Summary
Add script simple installation


3. Comments

Please, leave a comments if there's further action that requires.

 dongyookang DK 🐸   ~/ffplay/GolandProjects/xellos/vatz   ISSUE-517 ±
 make coverage                                                                                                         
go: downloading google.golang.org/grpc v1.56.3
go: downloading golang.org/x/net v0.9.0
go: downloading github.com/golang/protobuf v1.5.3
go: downloading google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
go: downloading github.com/cespare/xxhash/v2 v2.2.0
go: downloading golang.org/x/sys v0.7.0
go: downloading golang.org/x/text v0.9.0
?       github.com/dsrvlabs/vatz        [no test files]
?       github.com/dsrvlabs/vatz/manager/types  [no test files]
?       github.com/dsrvlabs/vatz/mocks  [no test files]
ok      github.com/dsrvlabs/vatz/cmd    5.303s  coverage: 23.7% of statements
ok      github.com/dsrvlabs/vatz/manager/api    0.574s  coverage: 0.0% of statements [no tests to run]
ok      github.com/dsrvlabs/vatz/manager/config 0.940s  coverage: 77.8% of statements
ok      github.com/dsrvlabs/vatz/manager/dispatcher     1.995s  coverage: 6.9% of statements
ok      github.com/dsrvlabs/vatz/manager/executor       1.361s  coverage: 65.5% of statements
ok      github.com/dsrvlabs/vatz/manager/healthcheck    2.593s  coverage: 44.4% of statements
ok      github.com/dsrvlabs/vatz/manager/plugin 11.141s coverage: 51.5% of statements
ok      github.com/dsrvlabs/vatz/monitoring/prometheus  2.392s  coverage: 0.0% of statements
ok      github.com/dsrvlabs/vatz/rpc    2.148s  coverage: 65.0% of statements
ok      github.com/dsrvlabs/vatz/utils  0.764s  coverage: 3.6% of statements
 dongyookang DK 🐸   ~/ffplay/GolandProjects/xellos/vatz   ISSUE-517

@xellos00 xellos00 self-assigned this Dec 6, 2023
@xellos00 xellos00 added Vatz Project Name area:svc Anything related to Vatz Service. V1 V1 type:enhancement Any enhancement for feature or anything labels Dec 6, 2023
@xellos00 xellos00 changed the title Issue 517 Add Simple Install script Dec 6, 2023
Copy link
Member

@rootwarp rootwarp left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@meetrick meetrick left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link
Member

@meetrick meetrick left a comment

Choose a reason for hiding this comment

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

LGTM

@meetrick meetrick merged commit 92157b8 into dsrvlabs:main Dec 19, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:svc Anything related to Vatz Service. type:enhancement Any enhancement for feature or anything V1 V1 Vatz Project Name
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Simple Install script that's been simply done at vatz-plugin-sei
3 participants