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

Controle adicional no limite de dimensões #20

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Controle adicional no limite de dimensões #20

wants to merge 14 commits into from

Commits on Aug 8, 2016

  1. Adds maximum dimension limits

    There was a calculation error while telling Correios webservices about a package
    dimensions. Calculated volume is not always appropriate.
    
    This commit adds maximum dimension limits, so correios can error out when items
    that are too large are packed.
    aramisf committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    9e582b3 View commit details
    Browse the repository at this point in the history
  2. Refactoring

    aramisf committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    1e89190 View commit details
    Browse the repository at this point in the history
  3. Bumps up version.

    Also added some information to changelog.
    aramisf committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    b6a3a06 View commit details
    Browse the repository at this point in the history
  4. Improves dimensions details

    So one can be sure that they are not pointing to the same place.
    aramisf committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    19faffd View commit details
    Browse the repository at this point in the history
  5. Adds extra tests for error on zeroed dimensions

    When any of the dimensions are set to zero, the non-zero dimension must not be
    set to minimum accepted by Correios
    aramisf committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    720f4d0 View commit details
    Browse the repository at this point in the history
  6. Refactors pacote_spec

    aramisf committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    197c4d0 View commit details
    Browse the repository at this point in the history
  7. Removes magic numbers

    aramisf committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    33b744e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b593647 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1 from ateliware/feature/maximum_dimensions

    Feature/maximum dimensions
    aramisf authored Aug 8, 2016
    Configuration menu
    Copy the full SHA
    9162ebb View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2016

  1. Configuration menu
    Copy the full SHA
    5456697 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from ateliware/feature/maximum_dimensions

    Updates README with information regarding new features
    aramisf authored Aug 23, 2016
    Configuration menu
    Copy the full SHA
    b3d201a View commit details
    Browse the repository at this point in the history
  3. Fixes typos

    aramisf committed Aug 23, 2016
    Configuration menu
    Copy the full SHA
    ad9afa4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    887e47b View commit details
    Browse the repository at this point in the history
  5. rdoc is not markdown :/

    aramisf authored Aug 23, 2016
    Configuration menu
    Copy the full SHA
    eec967e View commit details
    Browse the repository at this point in the history