e2e_tests/internal/cloud.google.com/go/osconfig/apiv1/doc.go (5 lines): - line 30: // // TODO: Handle error. - line 45: // // TODO: Handle error. - line 50: // // TODO: Fill request struct fields. - line 55: // // TODO: Handle error. - line 57: // // TODO: Use resp. config/package_resource.go (3 lines): - line 364: // TODO: implement yum functions - line 369: // TODO: implement zypper functions - line 400: // TODO: use a persistent cache for downloaded files so we dont need to redownload them each time e2e_tests/utils/utils.go (3 lines): - line 289: // TODO: Allow SUSE tests to pull packages from test project. - line 355: // TODO: enable SUSE tests to use testing pkgs after Artifact Registry supports zypper installation from private repos - line 377: // TODO: enable SUSE tests to use testing pkgs after Artifact Registry supports zypper installation from private repos osinfo/osinfo_linux.go (2 lines): - line 142: // TODO: log an error - line 166: // TODO: Replace with binary mask packages/zypper.go (2 lines): - line 90: // TODO: Add retries when the it fails with exit code: 7 - which means zypper is locked by another process id. - line 415: // TODO: instead of returning a map of packages/wua_windows.go (1 line): - line 422: // TODO: Look into using the async methods and attempt to track/log progress. ospatch/system_linux.go (1 line): - line 96: // TODO: Removing the package is a bit overkill, look into just managing config/file_resource.go (1 line): - line 63: // TODO: use a persistent cache for downloaded files so we dont need to redownload them each time. config/exec_resource.go (1 line): - line 45: // TODO: use a persistent cache for downloaded files so we dont need to redownload them each time agentendpoint/config_task.go (1 line): - line 134: // TODO: implement packages/pty_linux.go (1 line): - line 43: // TODO: We should probably look into a thin python shim we can policies/yum.go (1 line): - line 31: // TODO: Would it be easier to just use templates? policies/zypper.go (1 line): - line 30: // TODO: Write repo_gpgcheck, pkg_gpgcheck, type agentendpoint/patch_task.go (1 line): - line 56: // TODO: add Attempts and track number of retries with backoff, jitter, etc. e2e_tests/internal/cloud.google.com/go/osconfig/apiv1/os_config_zonal_client.go (1 line): - line 460: // TODO: investigate error conditions.