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

Fix restore namespace remapping bug #179

Merged
merged 1 commit into from
Nov 2, 2017

Conversation

skriss
Copy link
Contributor

@skriss skriss commented Nov 2, 2017

Signed-off-by: Steve Kriss [email protected]

Fixes: #176

@skriss skriss force-pushed the fix-ns-mapping branch 2 times, most recently from c6714aa to ce61ce0 Compare November 2, 2017 17:33
gv := schema.GroupVersion{Group: "", Version: "v1"}
dynamicFactory.On("ClientForGroupVersionResource", gv, resource, expectedNS).Return(resourceClient, nil)

log, _ := testlogger.NewNullLogger()
Copy link
Contributor

Choose a reason for hiding this comment

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

arktest.NewLogger(), move it down to line 326 directly

Copy link
Contributor Author

Choose a reason for hiding this comment

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

context.logger is a *logrus.Logger, not a *logrus.LogEntry -- you want me to change it to a FieldLogger as part of this PR?

@ncdc ncdc changed the title fix restore namespace remapping bug Fix restore namespace remapping bug Nov 2, 2017
@ncdc
Copy link
Contributor

ncdc commented Nov 2, 2017 via email

@skriss
Copy link
Contributor Author

skriss commented Nov 2, 2017

OK - good change to make in general, that interface covers both the Logger and the LogEntry, but we can circle back.

@ncdc ncdc merged commit 203a9c6 into vmware-tanzu:master Nov 2, 2017
@ncdc ncdc mentioned this pull request Nov 2, 2017
5 tasks
@skriss skriss deleted the fix-ns-mapping branch November 2, 2017 18:38
shubham-pampattiwar added a commit to shubham-pampattiwar/velero that referenced this pull request Aug 11, 2022
…-tanzu#179)

* improve datamover backup performance

* remove minor logs

* remove unrelated changes

* add vol-snap-mover deps

* fix logrusr dep issue

* fix via go mod tidy

Co-authored-by: Shubham Pampattiwar <[email protected]>
shubham-pampattiwar added a commit to shubham-pampattiwar/velero that referenced this pull request Sep 26, 2022
…-tanzu#179)

* improve datamover backup performance

* remove minor logs

* remove unrelated changes

* add vol-snap-mover deps

* fix logrusr dep issue

* fix via go mod tidy

Co-authored-by: Shubham Pampattiwar <[email protected]>
kaovilai pushed a commit to kaovilai/velero that referenced this pull request Feb 6, 2023
…-tanzu#179)

* improve datamover backup performance

* remove minor logs

* remove unrelated changes

* add vol-snap-mover deps

* fix logrusr dep issue

* fix via go mod tidy

Co-authored-by: Shubham Pampattiwar <[email protected]>
kaovilai pushed a commit to kaovilai/velero that referenced this pull request Mar 16, 2023
…-tanzu#179)

* improve datamover backup performance

* remove minor logs

* remove unrelated changes

* add vol-snap-mover deps

* fix logrusr dep issue

* fix via go mod tidy

Co-authored-by: Shubham Pampattiwar <[email protected]>
alromeros pushed a commit to alromeros/velero that referenced this pull request Oct 25, 2024
…zu#179)

Bumps [github.com/vmware-tanzu/velero](https://github.com/vmware-tanzu/velero) from 1.10.0 to 1.11.1.
- [Release notes](https://github.com/vmware-tanzu/velero/releases)
- [Changelog](https://github.com/vmware-tanzu/velero/blob/main/CHANGELOG.md)
- [Commits](vmware-tanzu/velero@v1.10.0...v1.11.1)

---
updated-dependencies:
- dependency-name: github.com/vmware-tanzu/velero
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

2 participants