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: exitio/cpqpython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: remove-empty-dict-args
Choose a base ref
...
head repository: exitio/cpqpython
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.
  • 11 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 24, 2015

  1. Merge pull request #5 from exitio/remove-empty-dict-args

    Remove dict as default params
    darwinhang committed Jun 24, 2015
    Configuration menu
    Copy the full SHA
    77f3893 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2015

  1. Configuration menu
    Copy the full SHA
    25b6f62 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from exitio/1552-fix-request

    Fix the request to cpq app extensions
    darwinhang committed Jul 9, 2015
    Configuration menu
    Copy the full SHA
    7f0cc03 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2015

  1. Use string for cpq ext post params

    We were pleasant request api, which allows users to pass in
    a dict as request params, but this caused a problem with the
    cpq app extension, since request is uriencoding the param dict
    and the app extension was then encoding the url again.
    darwinhang committed Jul 23, 2015
    2 Configuration menu
    Copy the full SHA
    7791745 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from exitio/string-for-params

    Use string for cpq ext post params
    darwinhang committed Jul 23, 2015
    Configuration menu
    Copy the full SHA
    475f45d View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2016

  1. Update version to from 7 to 15

    15 is synonymous with the next version 8 but
    15 is going to be the standard going forward.
    dereklitzfpx committed Jan 13, 2016
    2 Configuration menu
    Copy the full SHA
    d9214d0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from exitio/GLID-2211_upgrade_version_of_cpq_api

    Update version to from 7 to 15
    dereklitzfpx committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    b1fbef7 View commit details
    Browse the repository at this point in the history
  3. Update the setup.py version to match tag

    GLID-2211
    dereklitzfpx committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    83be8f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2016

  1. Add logging

    So we can debug this
    
    GLID-2709
    dereklitzfpx committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    daa6d4b View commit details
    Browse the repository at this point in the history
  2. Add logging message so I can get full url

    GLID-2709
    dereklitzfpx committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    c0a3269 View commit details
    Browse the repository at this point in the history
  3. Add slash as required by endpoint

    GLID-2709
    dereklitzfpx committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    d7cec72 View commit details
    Browse the repository at this point in the history
Loading