-
Notifications
You must be signed in to change notification settings - Fork 1.1k
docs: update document for recursive belongsTo relationship #2196
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
Conversation
bajtos
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @haotangio, thank you for the pull request!
The changes looks mostly good (see my two minor comments below).
Unfortunately the CI build is failing, please take a look.
-
I suspect the "TASK=test" failure are caused by temporary unavailability of a Calculator SOAP service, they should go away when the build is re-run.
-
The new markdown content you are adding is not following our formatting rules, see https://travis-ci.org/strongloop/loopback-next/jobs/472240748:
> loopback-next@0.1.0 prettier:cli /home/travis/build/strongloop/loopback-next > node packages/build/bin/run-prettier "**/*.ts" "**/*.js" "**/*.md" "-l" docs/site/BelongsTo-relation.mdPlease run
npm run lint:fixand thengit commit --amendto fix that.
|
Hello @bajtos. Thank you for very much for your feedback on my first PR on loopback. Btw, I think if we have a githook like |
Thank you for the suggestion. We already have a commit hook to check the commit message. Personally, I am reluctant to run tests & linting at every commit, because tasks like rebasing would become super slow. |
bajtos
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Before we can land this patch, we need you @haotangio to sign our CLA here: https://cla.strongloop.com/agreements/strongloop/loopback-next
|
@bajtos I signed the CLA. Thank you :) |
b-admike
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution @haotangio.
Thank you! I see that the first commit has been authored by @haotangio and commited by @haotcdgroup. We will need both handles to sign our CLA before we can proceed. Assuming both those handles belong to you, you can also squash the commits into a single one and make both the author and the committer to be the single person, the handle which you used to sign our CLA with. I apologize for the inconvenience this may create. |
|
@bajtos Thank you for informing me about that. |
|
Hmm, the build is failing on Travis CI because of timeouts, let's fix the tests first - see #2238 |
|
Rebased on top of the latest master. Let's wait for CI results, hopefully all will be green now. |
|
Landed, thank you @haotangio for the contribution! |
|
Thank you @bajtos |
PR for #2118 Update document for recursive
belongsTorelationship.Fixes #2118
Checklist
npm testpasses on your machinepackages/cliwere updatedexamples/*were updated