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: master
Choose a base ref
...
head repository: exitio/cpqpython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cpqwrappercleanup
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 3 files changed
  • 1 contributor

Commits on Jul 11, 2014

  1. Extracted cpq relevant code from glider to wrapper.

    Moved functions from workflow.views.
    kevinklaes committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    13858c9 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    abf2b8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ff291b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1084a65 View commit details
    Browse the repository at this point in the history
  5. 2 Configuration menu
    Copy the full SHA
    cb7066c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    de0e6d2 View commit details
    Browse the repository at this point in the history
  7. Fix typo.

    kevinklaes committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    d233584 View commit details
    Browse the repository at this point in the history
  8. Update requests return true/false

    Updates will always return true if the change succeeded and false if they did not.
    kevinklaes committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    6a02d7f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1143af6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    faeccbc View commit details
    Browse the repository at this point in the history
  11. Logging in returns true or false.

    This allows the application decide whether or not to proceeed.
    kevinklaes committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    8d89214 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2014

  1. Comments.

    kevinklaes committed Jul 12, 2014
    Configuration menu
    Copy the full SHA
    f8bb4a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    341cf93 View commit details
    Browse the repository at this point in the history
  3. Resp instead of res.

    kevinklaes committed Jul 12, 2014
    Configuration menu
    Copy the full SHA
    757a708 View commit details
    Browse the repository at this point in the history
  4. Resp will never not be status code 200.

    If it exists, then we can continue.
    kevinklaes committed Jul 12, 2014
    Configuration menu
    Copy the full SHA
    07d0cd9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95755db View commit details
    Browse the repository at this point in the history
Loading