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

Create Calls resource #4

Merged
merged 25 commits into from
Apr 1, 2015
Merged

Commits on Mar 23, 2015

  1. Add validation for make_call fields

    Rudi Giesler committed Mar 23, 2015
    Configuration menu
    Copy the full SHA
    8c0dd00 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2015

  1. Add support for ApplicationSid parameter verification

    Rudi Giesler committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    62b0ec2 View commit details
    Browse the repository at this point in the history
  2. Make format_json convert CamelCase to snake_case

    Rudi Giesler committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    32f185e View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2015

  1. Add session manager to vumi worker

    Rudi Giesler committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    5427953 View commit details
    Browse the repository at this point in the history
  2. Add valid response for the making calls endpoint

    Rudi Giesler committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    dd50ff2 View commit details
    Browse the repository at this point in the history
  3. Fix processing fields method

    Rudi Giesler committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    1384b0e View commit details
    Browse the repository at this point in the history
  4. Add TwiML server to tests for worker to grab TwiML from

    Rudi Giesler committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    0b3ce9f View commit details
    Browse the repository at this point in the history
  5. Cleanup validation methods

    Rudi Giesler committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    16aab92 View commit details
    Browse the repository at this point in the history
  6. Change to correct response for root API request

    Rudi Giesler committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    0ea6c20 View commit details
    Browse the repository at this point in the history
  7. Change tests to test for correct root response

    Rudi Giesler committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    ab45d34 View commit details
    Browse the repository at this point in the history
  8. Correct formatting for uris in response

    Rudi Giesler committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    9f3b7e4 View commit details
    Browse the repository at this point in the history
  9. Update tests for correct URIs in response

    Rudi Giesler committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    91aedff View commit details
    Browse the repository at this point in the history
  10. Add mock requirement for tests

    Rudi Giesler committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    dd931e4 View commit details
    Browse the repository at this point in the history
  11. Fix datetime formatting

    Rudi Giesler committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    256abe8 View commit details
    Browse the repository at this point in the history
  12. Add tests for defaulting values of creating call

    Rudi Giesler committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    7e9653e View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2015

  1. Add tests for required parameters

    Rudi Giesler committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    95d9c6c View commit details
    Browse the repository at this point in the history
  2. flake8 cleanup

    Rudi Giesler committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    8285595 View commit details
    Browse the repository at this point in the history
  3. Add tests for optional parameters

    Rudi Giesler committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    7ed9e04 View commit details
    Browse the repository at this point in the history
  4. Add test for TwiMLServer

    Rudi Giesler committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    a8612a9 View commit details
    Browse the repository at this point in the history
  5. Add assertRegexpMatches function for python 2.6

    Rudi Giesler committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    a10403b View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2015

  1. Change to using UTC over local time

    Rudi Giesler committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    5c5e68a View commit details
    Browse the repository at this point in the history
  2. Move camel_to_snake and convert_dict_keys functions to standalone fun…

    …ctions
    Rudi Giesler committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    bd7c37d View commit details
    Browse the repository at this point in the history
  3. Separate out asserting missing parameter to helper method

    Rudi Giesler committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    12a4aaa View commit details
    Browse the repository at this point in the history
  4. Change to using popitem for formatting json

    Rudi Giesler committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    529e318 View commit details
    Browse the repository at this point in the history
  5. flake8 cleanup

    Rudi Giesler committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    15567c8 View commit details
    Browse the repository at this point in the history