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

cli: add lb4 relation command #2223

Closed
wants to merge 97 commits into from
Closed

cli: add lb4 relation command #2223

wants to merge 97 commits into from

Conversation

TomerSalton
Copy link

@TomerSalton TomerSalton commented Jan 8, 2019

add lb4 relation command

Solution for issue #1359: loopback-next supports lb4 relation command.

Checklist

  • 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

add lb4 relation command

Solution for issue #1359: loopback-next supports lb4 relation command.
@TomerSalton
Copy link
Author

Hi @bajtos ,
I just want to mention that I'm working on this issue together with @orshlom (who you assigned to here).

@raymondfeng
Copy link
Contributor

@TomerSalton Thank you for the contribution. Please sign CLA by clicking https://cla.strongloop.com/agreements/strongloop/loopback-next.

@raymondfeng
Copy link
Contributor

To fix the coding style/format issues, run npm run lint:fix before commit.

@bajtos bajtos changed the title feat: cli cli: add lb4 relation command Jan 10, 2019
@bajtos bajtos added feature CLI community contribution Relations Model relations (has many, etc.) labels Jan 10, 2019
SharonItz and others added 7 commits January 21, 2019 16:18
solution for issue #1359:loopback-next support lb4 relation command

adding cli relation command
solution for issue #1359:loopback-next support lb4 relation command
adding new files for lb4 cli relation command
solution for issue #1359:loopback-next support lb4 relation command
after npm run lint:fix
we are testing the commit procedure of CLI relation new command

#2223
@@ -0,0 +1,9 @@
<component name="InspectionProjectProfileManager">
Copy link
Member

Choose a reason for hiding this comment

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

Please remove all .idea file from the commit. In general, I am not a fan of listing different IDEs in our .gitignore, but considering the popularity of JetBrain IDEs, it may be a sensible thing to do.

@raymondfeng @strongloop/loopback-maintainers what's your opinion? We are keeping VS Code settings inside our git repo, should we perhaps promote JetBrains IDEs like IDEA and WebStorm as supported IDEs and version their configuration files too?

See also https://github.com/strongloop/loopback-next/blob/master/docs/site/WEBSTORM.md

Copy link
Contributor

Choose a reason for hiding this comment

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

I tend to keep IDE settings inside our project, it would be very friendly for beginners to build/test/debug.

@orshlom orshlom mentioned this pull request Feb 4, 2019
7 tasks
@bajtos
Copy link
Member

bajtos commented Mar 7, 2019

Closing in favor of #2426

@bajtos bajtos closed this Mar 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI feature Relations Model relations (has many, etc.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants