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: Implement transform to add Tags to Event #467

Merged
merged 2 commits into from
Sep 8, 2020

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?

None.

Issue Number: #455 & #369

What is the new behavior?

AddTags function now available to custom app services and to App Service Configurable.
Also had to fix issue with XML marshaling due to error thrown due to map not supported by XML marshal provided in Go.
Also added missing copyright headers to other transform files.

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

@lenny-goodell
Copy link
Member Author

lenny-goodell commented Sep 4, 2020

PR is draft until PR for go-mod-core-contracts is merged
edgexfoundry/go-mod-core-contracts#277

builds will fail due to the replace on the go.mod file.

@lenny-goodell lenny-goodell force-pushed the AddTags branch 2 times, most recently from 61b93bc to acb6ca3 Compare September 4, 2020 19:22
@lenny-goodell lenny-goodell marked this pull request as ready for review September 4, 2020 23:37
Copy link
Contributor

@eno-intel eno-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

appsdk/configurable.go Show resolved Hide resolved
Copy link
Member

@cloudxxx8 cloudxxx8 left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants