-
Notifications
You must be signed in to change notification settings - Fork 83
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: Port service template from hanoi branch #703
Conversation
198b5d6
to
c7d058f
Compare
Top level test target builds and tests the new template closes #674 Signed-off-by: lenny <[email protected]>
c7d058f
to
2f11d55
Compare
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.
looks good just a couple small changes
Signed-off-by: lenny <[email protected]>
07f62b3
to
1cc9f63
Compare
Removed top level bin folder. This eliminates duplication the script in this repo. Signed-off-by: lenny <[email protected]>
04c5977
to
cb8e034
Compare
Signed-off-by: lenny <[email protected]>
cb8e034
to
80f3533
Compare
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
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.
One comment inline that you might want to address, otherwise LGTM!
app-service-template/README.md
Outdated
|
||
- `make build` | ||
|
||
7. Update the `makefile` docker build to adjust image name appropriately |
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.
Should this be Makefile
?
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.
Yep
Signed-off-by: lenny <[email protected]>
28ec641
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
No app service template on master branch
Issue Number: #674
What is the new behavior?
App service template on master branch (ported from hanoi branch)
Template references local SDK in the go.mod file so any changes in the SDk impact the template
make test
now runmake build
andmake test
on the templateDoes this PR introduce a breaking change?
Are there any new imports or modules? If so, what are they used for and why?
no
Are there any specific instructions or things that should be known prior to reviewing?
Other information