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: culqi/culqi-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: culqi/culqi-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 137 files changed
  • 7 contributors

Commits on Jan 4, 2020

  1. Update tox settings, update code format, update dependencies in requi…

    …rements files and setup, added cassettes for offline testing.
    zodiacfireworks committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    6cdd31a View commit details
    Browse the repository at this point in the history
  2. Minor updates (#18)

    * Update setup
    
    requests are required to get it works
    
    * Rename CHANGELOG to CHANGELOG.md
    
    * Update .travis.yml
    
    * Update test.py
    
    * Update README.md
    
    * Update README.md
    
    * Bump requests from 2.13.0 to 2.20.0
    
    Bumps [requests](https://github.com/requests/requests) from 2.13.0 to 2.20.0.
    - [Release notes](https://github.com/requests/requests/releases)
    - [Changelog](https://github.com/kennethreitz/requests/blob/master/HISTORY.md)
    - [Commits](psf/requests@v2.13.0...v2.20.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update .travis.yml
    
    Remove Python 3.3 for TravisCI
    
    * Refactorización (#13)
    
    * Update culqipy library structure, migrated to poetry
    
    * Added basic structure for tests
    
    * Update travis
    
    * Update travis, added successful test cases for version, token and client
    
    * Added requirements for travis
    
    * Removed f-expressions for compatibility reasons with older python versions
    
    * Added __main__ to tests
    
    * Update dependencies, configured tox, update travis
    
    * Restored travis settings
    
    * Update travis config
    
    * Uniformized quotation mark, added tests for charges
    
    * test a fix in tox.ini
    
    * Added pytest-vcr for better testing times
    
    * Update ci files
    
    * Fix requirements
    
    * Update requirements
    
    * Added tests for refund
    
    * Update requirements
    
    * Added customer tests, update requirements specs
    
    * Added tests for cards and plans
    
    * Fix tox config
    
    * Update _get_url method in resource to be compatible with python 3.4
    
    * Added print to check responses in travis
    
    * use unit tests in travis
    
    * update usage of super method for compatibility with python 3.4
    
    * Unifromized test structure
    
    * Fix typo, added tests for plans, subscriptions, orders, transfers and iins, pylint 10/10 in culqipy and tests
    
    * Fix error in cards tests
    
    * Drop support for python 3.4
    
    * Update tox settings to read travis' secure environment variables
    
    * deleted duplicated entry in tox settings
    
    * Fix environment variable name in tox settings
    
    * Update development environment, update requirements files, tox settings, added linting and precommit
    
    * Update development environment, update requirements files, tox settings, added linting and precommit
    
    * Update tox settings and added requirements for tox
    
    * Fix error in autoload module in client
    
    * Update README.md and CHANGELOG.md
    
    * Update readme, fix year in license
    
    * Update setup.py, update name un pyproject.toml, removed example, ignored E231 due to incompatibilities with flake8 and black
    
    * Pinned version of PyYaml in tox requirements
    
    * Removed PyYaml pinned version
    
    * Allow failures in python3.8-dev and 3.7 due to an error with PyYaml build
    
    * Replace self by client in README.md examples.
    
    * Added missing subtitle in example section for transfers
    
    * Exclude missing configuration files from .gitignore
    
    * moving legacy to other branch
    
    * Refactoring new version (#14)
    
    * refactoring
    
    * add missing key
    
    * 100 -> 10 s/.
    
    * using const
    
    * Update README.md
    
    * Hot fix/new version (#15)
    
    * refactoring
    
    * add missing key
    
    * 100 -> 10 s/.
    
    * using const
    
    * renaming
    
    * update version
    
    * Update test_order.py
    
    * Update test_order.py
    
    * Update test_subscription.py
    
    * Update test_subscription.py
    
    * Update requirements.dev.txt
    
    * Update README.md
    
    * Update README.md
    
    * update readme
    
    * using viewbox
    
    * svg to png
    
    * Create CONTRIBUTING.md
    
    * Update README.md
    
    * Update README.md
    
    * Feature/schemas (#17)
    
    * refactoring
    
    * add missing key
    
    * 100 -> 10 s/.
    
    * using const
    
    * renaming
    
    * update version
    
    * including schemas feature
    
    * using schemas
    
    * solving conflicts
    
    * solving conflicts
    
    * just in post
    
    * fixing plan schema
    
    * expiration date to number
    
    * include jsonschema dependency
    
    * Update README.md
    
    * including logo
    
    * update readme
    
    * rollback
    
    * update version
    
    * update authors
    
    * removing mails
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * update version
    
    * Update tox settings, update code format, update dependencies in requirements files and setup, added cassettes for offline testing.
    
    Co-authored-by: KhalO <Khan.maytok@gmail.com>
    Co-authored-by: Brayan Cruces <brayan2259@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Joel Ibaceta <mail@joelibaceta.com>
    5 people committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    0c66834 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. Configuration menu
    Copy the full SHA
    18cb146 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0aa2763 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Configuration menu
    Copy the full SHA
    1219eb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b7303c View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Update dependencies, fix conflict with pylint E1101, added support fo…

    …r python 3.8, update issue templates, update cassetes
    zodiacfireworks committed May 14, 2020
    Configuration menu
    Copy the full SHA
    1d53c2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    854d9b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af7cf71 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Update tests to 100% coverage, Added pylint to precommit, Added bandi…

    …t to precommit, Explicit inheritace from object to compatibility with python 2, Update dependecies
    zodiacfireworks committed May 20, 2020
    Configuration menu
    Copy the full SHA
    4cfc9f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fca2da3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64cf1bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78e7c50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f48441d View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

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

Commits on Jun 1, 2020

  1. Update codecov to version 2.1.3 in order to avoid error 400, executio…

    …n of black, flacke8 and pydocstyle with travis
    zodiacfireworks committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    b37cc53 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Merge pull request #20 from softbutterfly/develop

    Updates for version 1.0.4
    william-muro-culqi authored Jun 3, 2020
    Configuration menu
    Copy the full SHA
    c7671a5 View commit details
    Browse the repository at this point in the history
Loading