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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure VSphereSource #395

Merged
merged 1 commit into from
Mar 23, 2022
Merged

Restructure VSphereSource #395

merged 1 commit into from
Mar 23, 2022

Conversation

embano1
Copy link
Contributor

@embano1 embano1 commented Mar 21, 2022

Fixes #394

Proposed Changes

  • 馃Ч Folder restructuring
  • 馃Ч Consistent Source naming
  • 馃Ч Doc updates
  • 馃悰 With new loggin configuration, logstream (used in tests) broke and I removed it

Pre-review Checklist

  • At least 80% unit test coverage
  • E2E tests for any new behavior
  • Docs for any user-facing impact

Release Note


@embano1 embano1 requested a review from a team as a code owner March 21, 2022 10:50
@codecov-commenter
Copy link

Codecov Report

Merging #395 (8d92a52) into main (1fce8d0) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #395   +/-   ##
=======================================
  Coverage   83.23%   83.23%           
=======================================
  Files          27       27           
  Lines        1032     1032           
=======================================
  Hits          859      859           
  Misses        146      146           
  Partials       27       27           

Continue to review full report at Codecov.

Legend - Click here to learn more
螖 = absolute <relative> (impact), 酶 = not affected, ? = missing data
Powered by Codecov. Last update 1fce8d0...8d92a52. Read the comment docs.

@embano1 embano1 changed the title Restructure VSphereSource DRAFT: Restructure VSphereSource Mar 21, 2022
Adding support for multiple sources by restructuring this source.

Also removing pkg logstream because it was not working with the standard
logging configuragion anymore. The zap configuration uses 'level' as the
log level key, whereas logstream assumes 'severity'.

Closes: vmware-tanzu#394

Signed-off-by: Michael Gasch <mgasch@vmware.com>
@embano1 embano1 changed the title DRAFT: Restructure VSphereSource Restructure VSphereSource Mar 21, 2022
@embano1
Copy link
Contributor Author

embano1 commented Mar 21, 2022

@gabo1208 @xtreme-sameer-vohra ready for review

@KauzClay
Copy link
Member

Is the logstream change related to this issue? #343

@embano1
Copy link
Contributor Author

embano1 commented Mar 23, 2022

Is the logstream change related to this issue? #343

Nope. logstream is only used in testing. The referenced issue is what I'm going to work on next once the other PRs are merged.

@gabo1208 gabo1208 merged commit 26d67c5 into vmware-tanzu:main Mar 23, 2022
@embano1 embano1 deleted the issue-394 branch April 11, 2022 08:21
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.

Restructure VSphereSource to allow for multiple Sources
4 participants