Skip to content

Conversation

danhellem
Copy link
Contributor

@danhellem danhellem commented Sep 2, 2025

Moved build and pipeline tools to pipelines.ts
updates tests
renamed tools with prefixes for better naming
removed releases.ts and tools per PM request

GitHub issue number

#477

Associated Risks

Larger change, but low risk

PR Checklist

  • I have read the contribution guidelines
  • I have read the code of conduct guidelines
  • Title of the pull request is clear and informative.
  • 👌 Code hygiene
  • 🔭 Telemetry added, updated, or N/A
  • 📄 Documentation added, updated, or N/A
  • 🛡️ Automated tests added, or N/A

🧪 How did you test it?

Manually
Added domain to test that
updated tests and re-rean them all

@danhellem danhellem requested a review from a team as a code owner September 2, 2025 18:05
Copy link

github-actions bot commented Sep 2, 2025

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@danhellem danhellem linked an issue Sep 2, 2025 that may be closed by this pull request
@danhellem danhellem self-assigned this Sep 2, 2025
Novaes
Novaes previously approved these changes Sep 2, 2025
Copy link
Collaborator

@Novaes Novaes left a comment

Choose a reason for hiding this comment

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

LGTM 👍

Consider only changing the remaining build names, to avoid misconception there is a domain build. Given we changed to domain pipeline, we keep: pipelines_get_build_log other than build_get_log (we are on public preview, so fine aligning those)


constructor(domainsInput?: string | string[]) {
this.enabledDomains = new Set();
const normalizedInput = DomainsManager.parseDomainsInput(domainsInput);
Copy link
Collaborator

Choose a reason for hiding this comment

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

If we are not using normalized name anymore we can remove the method parseDomainsInput from class normalizedInput just please.

Co-authored-by: Marcelo Novaes <[email protected]>
Copy link
Collaborator

@Novaes Novaes left a comment

Choose a reason for hiding this comment

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

LGTM 👍

Thank you, looks great! 🥇

@danhellem danhellem merged commit f590c97 into main Sep 3, 2025
14 checks passed
@danhellem danhellem deleted the users-danhellem-pipelines-re-org-1 branch September 3, 2025 11:59
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.

Update Build and Releases tools

2 participants