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" (Second try) #591

Closed
wants to merge 4 commits into from

Commits on Dec 23, 2017

  1. Refactor files and folders to "plugin[s]"

    Step one of the refactor: renamed the files to preserve history.
    Note that tests of this commit will fail.
    
    * rename src/client/modules=>src/client/plugins
    * rename src/client/modules/connector.js=>src/client/plugins/plugin.js
    * rename src/client/modules/connector.web.js=>src/client/plugins/plugin.web.js
    * rename src/server/modules=>src/server/plugins
    * rename src/server/modules/connector.js=>src/server/plugins/plugin.js
    * rename plug folders and files in tools/templates
    Aneil Mallavarapu committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    91dad39 View commit details
    Browse the repository at this point in the history
  2. Refactor sql/connector.js => sql/connection.js

    To improve clarity and distinguish from renaming other connector.js imports to plugin.js
    Aneil Mallavarapu committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    7482c5c View commit details
    Browse the repository at this point in the history
  3. Refactor class and variable names from module[s]=>plugin[s]

      * Renamed Feature class to Plugin
      * Renamed module[s] variables to plugin[s]
    Aneil Mallavarapu committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    39ab67d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from aneilbaboo/aneil/plugin

    Refactor Feature/Module/connector => Plugin
    aneilbaboo authored Dec 23, 2017
    Configuration menu
    Copy the full SHA
    3a74021 View commit details
    Browse the repository at this point in the history