Skip to content

[AI Improvement] [Task] Remove obsolete temporary class NoopArtifactRegistryCleaner in containerCleaner - #11119

Draft
joehan wants to merge 1 commit into
mainfrom
ai-improve-563478852-task-remove-obsolete-temporary-clas
Draft

joehan wants to merge 1 commit into
mainfrom
ai-improve-563478852-task-remove-obsolete-temporary-clas

Conversation

@joehan

@joehan joehan commented Sep 18, 2026

Copy link
Copy Markdown
Member

Resolves Buganizer b/563478852

Proposed Improvement

Removes the obsolete temporary class NoopArtifactRegistryCleaner and its outdated comment from src/deploy/functions/containerCleaner.ts. Artifact Registry support in Cloud Functions has long been generally available and enabled across Firebase deployment workflows. This class had zero references or usages across the entire codebase.

Verification

  • git grep "NoopArtifactRegistryCleaner": Verified zero occurrences across the repository.
  • npm run build: TypeScript compilation succeeded without errors.
  • mocha src/deploy/functions/containerCleaner.spec.ts: All 27 unit tests passed cleanly.
  • eslint src/deploy/functions/containerCleaner.ts: Linting passed with 0 errors.

@joehan joehan self-assigned this Sep 18, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request removes the temporary NoopArtifactRegistryCleaner class from src/deploy/functions/containerCleaner.ts, which was previously used to disable Artifact Registry cleaning when it was not yet enabled. There are no review comments, and I have no feedback to provide.

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