Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Kilo59/lob-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: lob/lob-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 23 files changed
  • 2 contributors

Commits on Oct 23, 2021

  1. replace nose with pytest

    add `pipenv` `tests` script
    execute with`pipenv run tests`
    Kilo59 committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    03d912d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db7d917 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2021

  1. add tests/ init file

    fixes pytest discoverability issue in CI
    Kilo59 committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    6c0d976 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. ignore dotenv file

    Kilo59 committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    8c27e27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3f2aee View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Update README.md

    Kilo59 authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    e90e98d View commit details
    Browse the repository at this point in the history
  2. Merge pull request lob#177 from Kilo59/pytest

    replace nosetests with Pytest
    Kilo59 authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    8d6e987 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. Added support for running tests in Github actions

    Kilo59 authored and Shariq Torres committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    8362519 View commit details
    Browse the repository at this point in the history
  2. Merge pull request lob#179 from lob/gh-actions

    Github action for running tests.
    Shariq Torres
    Shariq Torres authored Dec 29, 2021
    Configuration menu
    Copy the full SHA
    9382ba6 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. added another GH action to handle forked repos

    Shariq Torres
    Shariq Torres committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    fd0d5a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Merge pull request lob#181 from lob/add-gh-actions-for-forked-repos

    added another GH action to handle forked repos
    Shariq Torres
    Shariq Torres authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    26e9fea View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. added api_key param to requests

    Shariq Torres
    Shariq Torres committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    c7d67ae View commit details
    Browse the repository at this point in the history
  2. pass timeout parameter to requests with a default value 30s

    Kilo59 authored and Shariq Torres committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    a1f7e1d View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Merge pull request lob#178 from Kilo59/timeouts

    Allow user to set a request `timeout`
    Shariq Torres
    Shariq Torres authored Jan 25, 2022
    Configuration menu
    Copy the full SHA
    99c3465 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d16392b View commit details
    Browse the repository at this point in the history
  3. updated pipfile

    Shariq Torres
    Shariq Torres committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    e214442 View commit details
    Browse the repository at this point in the history
  4. Merge pull request lob#182 from lob/add-api-key-to-methods

    added api_key param to requests
    Shariq Torres
    Shariq Torres authored Jan 25, 2022
    Configuration menu
    Copy the full SHA
    70b9947 View commit details
    Browse the repository at this point in the history
  5. updated release version

    Shariq Torres
    Shariq Torres committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    2ec36f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Merge pull request lob#183 from lob/release-v4.5.2

    v4.5.2
    Shariq Torres
    Shariq Torres authored Jan 26, 2022
    Configuration menu
    Copy the full SHA
    f441c21 View commit details
    Browse the repository at this point in the history
Loading