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

[WORKAROUND] fix(tsdocs): disable some repos to gen tsdocs #10223

Merged
merged 1 commit into from
Dec 6, 2023

Conversation

dhmlau
Copy link
Member

@dhmlau dhmlau commented Dec 6, 2023

Related to #10205

Currently publishing the release for loopback-next modules is blocked due to the problem described in #10205. I had tried to isolate the problem to identify where could go wrong but failed. Given that we weren't able to publish for 2 months, it might be a workable temp fix to remove the "problematic repos" when generating the tsdocs. 1/ our APIs are relatively stable, and 2/ there are fixes that went in that we should publish.

Checklist

  • DCO (Developer Certificate of Origin) signed in all commits
  • npm test passes on your machine
  • New tests added or existing tests modified to cover all changes
  • Code conforms with the style guide
  • API Documentation in code was updated
  • Documentation in /docs/site was updated
  • Affected artifact templates in packages/cli were updated
  • Affected example projects in examples/* were updated

👉 Check out how to submit a PR 👈

LernaPackage,
getPackagesWithTsDocs,
Copy link
Member Author

Choose a reason for hiding this comment

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

this change seems to be introduced by running npm run lint:fix 🤷

Comment on lines +70 to +80
if (
pkg.name === '@loopback/typeorm' ||
pkg.name === '@loopback/boot' ||
pkg.name === '@loopback/express' ||
pkg.name === '@loopback/repository' ||
pkg.name === '@loopback/service-proxy'
)
continue;
Copy link
Member

Choose a reason for hiding this comment

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

nit: can we add a comment linking back to the Github issue?

@coveralls
Copy link

coveralls commented Dec 6, 2023

Pull Request Test Coverage Report for Build 7115768200

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall first build on disable-tsdocs at 57.036%

Totals Coverage Status
Change from base Build 7109462713: 57.0%
Covered Lines: 9563
Relevant Lines: 12457

💛 - Coveralls

@dhmlau dhmlau merged commit ab3a7a6 into master Dec 6, 2023
13 checks passed
@dhmlau dhmlau deleted the disable-tsdocs branch December 6, 2023 14:28
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.

3 participants