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

feat: simple-pricing plugin #5014

Merged
merged 10 commits into from
Mar 1, 2019
Merged

Commits on Feb 26, 2019

  1. feat: Use .env.example files from custom plugins

    - Combine the main .env.example file with any .env.example
      files from custom plugins during setup
    - ignore blank lines
    - also format with shfmt
    - also fix one shellcheck lint error
    
    Signed-off-by: Peter Lyons <[email protected]>
    
    Signed-off-by: Nat Hamilton <[email protected]>
    focusaurus committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    fffb9e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. Merge pull request #5003 from reactioncommerce/feat-plugin-.env-files

    feat: Use .env.example files from custom plugins
    Signed-off-by: Nat Hamilton <[email protected]>
    focusaurus authored Feb 27, 2019
    Configuration menu
    Copy the full SHA
    c825043 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. feat: created simple-pricing plugin, created a few cart related prici…

    …ng queries.
    
    Signed-off-by: Nat Hamilton <[email protected]>
    nnnnat committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    a0557ac View commit details
    Browse the repository at this point in the history
  2. chore: cleaned up readme spelling.

    Signed-off-by: Nat Hamilton <[email protected]>
    
    Signed-off-by: Nat Hamilton <[email protected]>
    
    Signed-off-by: Nat Hamilton <[email protected]>
    nnnnat committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    89e48eb View commit details
    Browse the repository at this point in the history
  3. refactor: Cart plugin is now using simple-pricing queries to check pr…

    …icing data.
    
    Signed-off-by: Nat Hamilton <[email protected]>
    
    Signed-off-by: Nat Hamilton <[email protected]>
    
    Signed-off-by: Nat Hamilton <[email protected]>
    nnnnat committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    9ee8e23 View commit details
    Browse the repository at this point in the history
  4. docs: more info about queries in README.

    Signed-off-by: Nat Hamilton <[email protected]>
    
    Signed-off-by: Nat Hamilton <[email protected]>
    
    Signed-off-by: Nat Hamilton <[email protected]>
    nnnnat committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    5db034a View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. refactor: getCartPrice -> getVariantPrice

    Signed-off-by: Eric Dobbertin <[email protected]>
    aldeed committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    8c9fcd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c5d5a8 View commit details
    Browse the repository at this point in the history
  3. fix: properly pass context

    Signed-off-by: Eric Dobbertin <[email protected]>
    aldeed committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    6e8fd63 View commit details
    Browse the repository at this point in the history
  4. fix: pass context down

    Signed-off-by: Eric Dobbertin <[email protected]>
    aldeed committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    b04a300 View commit details
    Browse the repository at this point in the history