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

Refactor Feature/Module/connector => "Plugin" #590

Closed
wants to merge 3 commits into from

Conversation

aneilbaboo
Copy link

See discussion at #565

  • Renamed modules folders to plugins
  • Renamed connector.js to plugin.js
  • Renamed Feature class to Plugin
  • Renamed modules variables to plugins
  • Renamed misc other Module___.___ files to Plugin___.___

Aneil Mallavarapu and others added 2 commits December 23, 2017 09:16
    * Renamed modules folders to plugins
    * Renamed connector.js to plugin.js
    * Renamed Feature class to Plugin
    * Renamed modules variables to plugins
    * Renamed misc other Module___.___ files to Plugin___.___
Refactor from Feature/Module/Connector to Plugin
@aneilbaboo
Copy link
Author

Hold on. Looks like some recent changes conflicted. I'll merge master.

import createResolvers from './resolvers';
import Feature from '../connector';

export default new Feature({ schema, createResolversFunc: createResolvers });
Copy link
Member

@larixer larixer Dec 23, 2017

Choose a reason for hiding this comment

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

Looks like Git didn't understand that you have renamed this file, because you have both renamed and changed its contents. In such cases I recommend to rename all files in the first commit and change them in the second commit. Unfortunately I will be unable to merge this PR if it will have places where Git have lost track of some file and diff has all - on all +, because it will be a major headache to merge this change into multiple other open PRs

Copy link
Author

Choose a reason for hiding this comment

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

I'll retract this PR and try again.

@aneilbaboo
Copy link
Author

@Vlasenko - I'm going to issue a new PR that preserves the history.

@aneilbaboo aneilbaboo closed this Dec 23, 2017
@larixer
Copy link
Member

larixer commented Dec 23, 2017

Thank you for that @aneilbaboo !

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.

2 participants