Skip to content
This repository has been archived by the owner on Sep 14, 2019. It is now read-only.

Bumping Guzzle version to 6.0 #25

Closed
wants to merge 43 commits into from

Commits on Apr 10, 2015

  1. Fix Star/Unstar & Update Docs

    Ross Edman committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    879869c View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2015

  1. Add Basic Tasklist Support

    - Add methods for find, update and delete
    - Test Task methods and add to docs
    Ross Edman committed Apr 15, 2015
    Configuration menu
    Copy the full SHA
    741388d View commit details
    Browse the repository at this point in the history

Commits on May 22, 2015

  1. Update README.md

    rossedman committed May 22, 2015
    Configuration menu
    Copy the full SHA
    87eaaf7 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2015

  1. Tasklist Support

    rossedman committed May 25, 2015
    Configuration menu
    Copy the full SHA
    8eb1b46 View commit details
    Browse the repository at this point in the history
  2. Update Roadmap

    rossedman committed May 25, 2015
    Configuration menu
    Copy the full SHA
    23fca7c View commit details
    Browse the repository at this point in the history
  3. Fix Tasklist Update

    rossedman committed May 25, 2015
    Configuration menu
    Copy the full SHA
    679517a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8e2e3e View commit details
    Browse the repository at this point in the history
  5. Shorten README.md

    rossedman committed May 25, 2015
    Configuration menu
    Copy the full SHA
    85eef36 View commit details
    Browse the repository at this point in the history
  6. Update Version

    rossedman committed May 25, 2015
    Configuration menu
    Copy the full SHA
    901c24b View commit details
    Browse the repository at this point in the history
  7. Update README.md

    rossedman committed May 25, 2015
    Configuration menu
    Copy the full SHA
    ee23b6d View commit details
    Browse the repository at this point in the history
  8. Update README.md

    rossedman committed May 25, 2015
    Configuration menu
    Copy the full SHA
    4002ead View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2015

  1. add Project::createMilestone()

    cmbirk committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    a952eb0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rossedman#3 from cmbirk/master

    add Project::createMilestone()
    rossedman committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    64aa9c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2015

  1. add Project::createTasklist()

    cmbirk committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    6240a95 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rossedman#5 from cmbirk/master

    Add CreateTasklist method to Project
    rossedman committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    0df2116 View commit details
    Browse the repository at this point in the history
  3. Update changes.md

    rossedman committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    2456d35 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2015

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

Commits on Aug 7, 2015

  1. Correct the URI in the comment for the all() function

    Adam Griffiths committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    547a9dd View commit details
    Browse the repository at this point in the history
  2. Merge pull request rossedman#10 from siftware/feature/paginate-time-e…

    …ntries
    
    Feature/paginate time entries
    rossedman committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    4784249 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2015

  1. Configuration menu
    Copy the full SHA
    11063b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e335d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2015

  1. Additional arg handling

    bcash committed Aug 30, 2015
    Configuration menu
    Copy the full SHA
    557812f View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2015

  1. Configuration menu
    Copy the full SHA
    98ed843 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rossedman#11 from bcash/master

    Added two unhandled endpoints, +small fix.
    rossedman committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    bdf11af View commit details
    Browse the repository at this point in the history
  3. Merge pull request rossedman#13 from ashleyhindle/feature/add-task-edit

    Added edit method to the Task class
    rossedman committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    d6262be View commit details
    Browse the repository at this point in the history
  4. Added an authenticate class to get user data using the special teamwo…

    …rk url, also made client support overriding urls
    ashleyhindle committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    f8d84c1 View commit details
    Browse the repository at this point in the history
  5. Use the correct variable

    ashleyhindle committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    7f62255 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2015

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

Commits on Dec 10, 2015

  1. Merge pull request rossedman#14 from ashleyhindle/feature/add-global-…

    …authentication
    
    Added an authenticate class to get user data using the special teamwork URL
    rossedman committed Dec 10, 2015
    Configuration menu
    Copy the full SHA
    72d9243 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2016

  1. Create Tasks on a tasklist

    Adam Griffiths committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    0fa969d View commit details
    Browse the repository at this point in the history
  2. Merge pull request rossedman#16 from siftware/feature/create-task-tas…

    …klist
    
    Create Tasks on a tasklist
    rossedman committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    f6fb022 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2016

  1. Include rawResponse function for grabbing response headers sent by te…

    …amwork
    Adam Griffiths committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    fae5ba1 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2016

  1. Merge branch 'feature/client-raw-response'

    Adam Griffiths committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    a01db74 View commit details
    Browse the repository at this point in the history
  2. Allow us to create a comment on a type of resource

    Adam Griffiths committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    3727519 View commit details
    Browse the repository at this point in the history
  3. Revert "Merge branch 'feature/client-raw-response'"

    This reverts commit a01db74, reversing
    changes made to 2456d35.
    Adam Griffiths committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    98006fa View commit details
    Browse the repository at this point in the history
  4. Merge pull request rossedman#17 from siftware/feature/base-comment-fu…

    …nctionality
    
    Feature/base comment functionality
    rossedman committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    da3b733 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    rossedman committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    777e48e View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2016

  1. Configuration menu
    Copy the full SHA
    f48a80e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b85848 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2016

  1. Merge pull request rossedman#21 from slue/master

    Added Emailaddress to Project-Object
    rossedman committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    d56e9d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2016

  1. Update README.md

    rossedman committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    ec78bd9 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2017

  1. Bumping Guzzle to 6.0

    jhnferraris committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    f209d3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14f9021 View commit details
    Browse the repository at this point in the history