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

refactor(datasource/pod): Convert to class #14133

Merged
merged 6 commits into from
Feb 10, 2022

Conversation

zharinov
Copy link
Collaborator

Changes:

Context:

Documentation (please check one with an [x])

  • I have updated the documentation, or
  • No documentation update is required

How I've tested my work (please tick one)

I have verified these changes via:

  • Code inspection only, or
  • Newly added/modified unit tests, or
  • No unit tests but ran on a real repository, or
  • Both unit tests + ran on a real repository

@@ -72,7 +72,7 @@ api.set('npm', npm);
api.set('nuget', nuget);
api.set('orb', new OrbDatasource());
api.set('packagist', packagist);
api.set('pod', pod);
api.set(PodDatasource.id, new PodDatasource());
Copy link
Member

Choose a reason for hiding this comment

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

We should unify those registrations to always use Datasource.id or 'id', can be done in separate PR

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yep, planned to make this once all conversions are done

}
} catch (err) {
handleError(lookupName, err);
function isDefaultRepo(url: string): boolean {
Copy link
Member

Choose a reason for hiding this comment

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

We should move util function to ./common.ts or ./utils.ts in a later PR

@viceice viceice enabled auto-merge (squash) February 10, 2022 15:12
@viceice viceice merged commit 40f615e into renovatebot:main Feb 10, 2022
@renovate-release
Copy link
Collaborator

🎉 This PR is included in version 31.77.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants