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

Rename CrudConnectorFeatures to CrudFeatures #3411

Merged
merged 2 commits into from
Jul 22, 2019
Merged

Conversation

bajtos
Copy link
Member

@bajtos bajtos commented Jul 22, 2019

In the future (see #3387), we are likely to add options that are specific to different Repository implementations, in addition to connector-specific options. Let's rename the interface to describe this enlarged scope.

The second commit adds "acceptance" packages like acceptance/repository-mongodb to tsconfig.json used by VSCode. Before this change, refactor-rename was not applied to packages in acceptance directory.

Checklist

👉 Read and sign the CLA (Contributor License Agreement) 👈

  • 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 👈

@bajtos bajtos added refactor Repository Issues related to @loopback/repository package labels Jul 22, 2019
@bajtos bajtos added this to the July 2019 milestone milestone Jul 22, 2019
@bajtos bajtos self-assigned this Jul 22, 2019
In the future, we are likely to add options that are specific to
different Repository implementations, in addition to connector-specific
options.

Let's rename the interface to describe this enlarged scope.

Signed-off-by: Miroslav Bajtoš <[email protected]>
@bajtos bajtos merged commit 055eeeb into master Jul 22, 2019
@delete-merged-branch delete-merged-branch bot deleted the feat/rename-crud-options branch July 22, 2019 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Repository Issues related to @loopback/repository package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants