You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add API start logs
* fix comment
* adding operation stage logging for each subcomponent
* switching to k8sname where logical
* Apply suggestions from code review
Co-authored-by: Liam Fallon <35595825+liamfallon@users.noreply.github.com>
* amending comments + only utilizing FromFullPathname function after OpenRepository function to avoid invalid memory address test failing on TestCreatePRWith2Tasks
* fixing test case occuring in DeletePR operation due gitPR2Del asserting nil for key
* adding unit tests for registry/packagerevision.go Get/Create/Delete functions
* addressing comments
* moving API operation start logs after validation of operation occurs + removing wasteful variable defenitions
* fixed malformed k8s names
* adding unit test for Get(pkgrevres) & Update(pkgcommon)
* nitpick change to rerun tests
---------
Co-authored-by: Kushal Harish Naidu <kushal.harish.naidu@ericsson.com>
Co-authored-by: Liam Fallon <35595825+liamfallon@users.noreply.github.com>
klog.Infof("[Git] Updating lifecycle from %s to %s started for PackageRevision: %s", pkgRev.Lifecycle(ctx), newLifecycle, pkgRev.Key().K8SName())
1698
+
deferfunc() {
1699
+
klog.V(3).Infof("[Git] Updating lifecycle from %s to %s completed for PackageRevision: %s", pkgRev.Lifecycle(ctx), newLifecycle, pkgRev.Key().K8SName())
0 commit comments