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" (Third try) #593

Closed
wants to merge 6 commits into from

Commits on Dec 23, 2017

  1. Rename module[s] directories to plugin[s]

    First step of Plugin refactor. Preserving file history,
    however, tests will fail for this commit.
    Aneil Mallavarapu committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    ffc5b09 View commit details
    Browse the repository at this point in the history
  2. Rename module[.web].js[x] files to plugin[.web].js[x]

    Including files in /src/client, src/server and tools
    Aneil Mallavarapu committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    5f81714 View commit details
    Browse the repository at this point in the history
  3. Refactor sql/connector=>sql/connection

    Improves clarity and eases the next step of the plugin refactor
    Aneil Mallavarapu committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    0b5bb1a View commit details
    Browse the repository at this point in the history
  4. Refactor Feature=>Plugin

    Renames all references to the Feature class
    Aneil Mallavarapu committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    ba0d6be View commit details
    Browse the repository at this point in the history
  5. Refactor modules/features/connector=>plugin[s]

    * Rename variables and class names to plugin[s], and Plugin
    * Correct references to files renamed in previous steps
    Aneil Mallavarapu committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    be29565 View commit details
    Browse the repository at this point in the history
  6. Update README to reflect plugin refactor

    Aneil Mallavarapu committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    650c949 View commit details
    Browse the repository at this point in the history