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

Ups support #8

Merged
merged 47 commits into from Jul 19, 2019
Merged

Ups support #8

merged 47 commits into from Jul 19, 2019

Commits on Jul 1, 2019

  1. Configuration menu
    Copy the full SHA
    4e46082 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. Compeleted UPS support for Bloodhound

    antman10001 committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    244280d View commit details
    Browse the repository at this point in the history
  2. add isTrackingNumberValid

    Jenny committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    7149fd9 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2019

  1. Configuration menu
    Copy the full SHA
    3b7aa3a View commit details
    Browse the repository at this point in the history
  2. Eslint error fix and removal of console log statement

    antman10001 committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    883afa7 View commit details
    Browse the repository at this point in the history
  3. Remove .only

    antman10001 committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    320c811 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into ups-support

    antman10001 committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    88a2383 View commit details
    Browse the repository at this point in the history
  5. Installed petty-cache

    antman10001 committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    e6574f5 View commit details
    Browse the repository at this point in the history
  6. added tests

    Fahim Shams committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    d97b556 View commit details
    Browse the repository at this point in the history
  7. Wrote tests for some UPS services and statuses

    antman10001 committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    b0cc888 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. Added more robust tests

    Fahim Shams committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    bf205db View commit details
    Browse the repository at this point in the history
  2. invalid username test modified

    Fahim Shams committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    26571d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. UPS error codes tests

    Fahim Shams committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    f4a1022 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. Error handling tests and fixed issue of different track responses for…

    … different tracking numbers
    antman10001 committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    4dc0f23 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. Fix eslint errors

    antman10001 committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    3b7a01d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into ups-support

    antman10001 committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    4032192 View commit details
    Browse the repository at this point in the history
  3. removed .only

    antman10001 committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    7188e76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25ca670 View commit details
    Browse the repository at this point in the history
  5. FIxed some testing bugs

    antman10001 committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    27e64b6 View commit details
    Browse the repository at this point in the history
  6. weird ups testing quirk

    Have to update test username because too many invalid username attempts cause us to be locked out and return a different error.
    antman10001 committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    7a6771a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. Fixed production number issues

    Fahim Shams committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    73eef43 View commit details
    Browse the repository at this point in the history
  2. eslint fix

    Fahim Shams committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    003eceb View commit details
    Browse the repository at this point in the history
  3. ups tests for different services

    Fahim Shams committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    43dc9b6 View commit details
    Browse the repository at this point in the history
  4. invalid username test update

    Fahim Shams committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    ef5402d View commit details
    Browse the repository at this point in the history
  5. test update

    Fahim Shams committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    a1a8464 View commit details
    Browse the repository at this point in the history
  6. Wrote more tests for different UPS services

    antman10001 committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    d6ae78c View commit details
    Browse the repository at this point in the history
  7. add retries

    freshlogic committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    464526c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    26ce22d View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Configuration menu
    Copy the full SHA
    61899dd View commit details
    Browse the repository at this point in the history
  2. added more timeouts

    antman10001 committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    1967338 View commit details
    Browse the repository at this point in the history
  3. removed some unusable files

    antman10001 committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    e647ff8 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. cleanup

    freshlogic committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    cb9779f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e367aa0 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. updated README for ups

    antman10001 committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    fa45f5f View commit details
    Browse the repository at this point in the history
  2. updated pitneyBowes test

    antman10001 committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    24fabfc View commit details
    Browse the repository at this point in the history
  3. clean up

    antman10001 committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    2b68ff9 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

  1. Configuration menu
    Copy the full SHA
    02bf457 View commit details
    Browse the repository at this point in the history
  2. cleanup

    freshlogic committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    fe54e52 View commit details
    Browse the repository at this point in the history
  3. simplify conditional logic

    freshlogic committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    bc6640a View commit details
    Browse the repository at this point in the history
  4. this probably reads better

    freshlogic committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    030e273 View commit details
    Browse the repository at this point in the history
  5. changed zipcode to zip on test file

    antman10001 committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    e460bdd View commit details
    Browse the repository at this point in the history
  6. Merge branch 'ups-support' of https://github.com/mediocre/bloodhound

    …into ups-support
    antman10001 committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    f2a76b2 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into ups-support

    antman10001 committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    14e1fdb View commit details
    Browse the repository at this point in the history
  8. removed TravisCI support for Node.js versions 8 and 10

    antman10001 committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    536b795 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2019

  1. update from master

    freshlogic committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    ab431f2 View commit details
    Browse the repository at this point in the history
  2. Update index.js

    freshlogic committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    2a8a272 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    freshlogic committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    966d6ff View commit details
    Browse the repository at this point in the history