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: Port service template from hanoi branch #703

Merged
merged 5 commits into from
Feb 19, 2021

Conversation

lenny-goodell
Copy link
Member

PR Checklist

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

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 run make build and make test on the template

Does this PR introduce a breaking change?

  • Yes
  • No

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

Top level test target builds and tests the new template

closes #674

Signed-off-by: lenny <[email protected]>
@lenny-goodell lenny-goodell changed the title Port service template from hanoi branch feat: Port service template from hanoi branch Feb 17, 2021
Copy link
Contributor

@AlexCuse AlexCuse left a 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

app-service-template/README.md Outdated Show resolved Hide resolved
app-service-template/functions/sample_test.go Outdated Show resolved Hide resolved
Removed top level bin folder. This eliminates duplication the script in this repo.

Signed-off-by: lenny <[email protected]>
@lenny-goodell lenny-goodell force-pushed the template branch 2 times, most recently from 04c5977 to cb8e034 Compare February 18, 2021 00:00
jim-wang-intel
jim-wang-intel previously approved these changes Feb 18, 2021
Copy link
Contributor

@jim-wang-intel jim-wang-intel left a comment

Choose a reason for hiding this comment

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

LGTM

AlexCuse
AlexCuse previously approved these changes Feb 18, 2021
tonyespy
tonyespy previously approved these changes Feb 18, 2021
Copy link
Member

@tonyespy tonyespy left a 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!


- `make build`

7. Update the `makefile` docker build to adjust image name appropriately
Copy link
Member

Choose a reason for hiding this comment

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

Should this be Makefile?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yep

@lenny-goodell lenny-goodell merged commit ec0576e into edgexfoundry:master Feb 19, 2021
@lenny-goodell lenny-goodell deleted the template branch February 19, 2021 21:39
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.

4 participants