Skip to content

Renaming and consistency #587

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

Closed
wants to merge 32 commits into from
Closed

Renaming and consistency #587

wants to merge 32 commits into from

Conversation

maurei
Copy link
Member

@maurei maurei commented Oct 22, 2019

Closes #572 and #317

  • style: rename repository and service layer: DefaultResourceRepository and DefaultResourceService and all related interfaces (see RFC: Type rename proposals #317)
  • style: rename ContextEntity --> ResourceContext (also see RFC: Type rename proposals #317), and rename every reference to a resource to Resource (EntityType --> ResourceType, TEntity --> TResource)
  • style: rename: DependentType, PrincipalType --> RightType, LeftType. Usage of DependentType and Principal type as inspired by EF core was not technically adequate.
  • chore: remove redundant bindings throughout entire codebase
  • refactor: regroup hook container and executors in to pipeline-specific interfaces
  • style: rename IGenericProcessor to IHasManyThroughUpdateHelper (see RFC: Type rename proposals #317)
  • style: rename IGenericProcessorFactory to IGenericServiceFactory. This is more up to date because it is not only used to instantiate operation processors, but any generic service can be instantiated with it.

maurei added 26 commits October 21, 2019 13:05
…endency on ResourceGraph of controller layer
@maurei maurei changed the title Chore/renaming Renaming and consistency Oct 22, 2019
@maurei maurei closed this Oct 22, 2019
@maurei maurei deleted the chore/renaming branch October 22, 2019 14:39
@maurei maurei restored the chore/renaming branch October 22, 2019 14:39
@maurei maurei deleted the chore/renaming branch November 11, 2019 11:00
@maurei maurei restored the chore/renaming branch March 18, 2021 13:54
@maurei maurei deleted the chore/renaming branch March 18, 2021 13:55
@maurei maurei restored the chore/renaming branch March 18, 2021 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant