Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Add support for SSL in StreamClient #70

Open
wants to merge 58 commits into
base: master
Choose a base branch
from

Commits on Jan 10, 2017

  1. Configuration menu
    Copy the full SHA
    2154063 View commit details
    Browse the repository at this point in the history
  2. Fix random fails in tests

    damiankloip committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    bc2c341 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eadce31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e27069e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99a8fe3 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2017

  1. Merge pull request doctrine#1 from damiankloip/default-headers

    Allow default headers to be set for clients
    damiankloip committed Apr 7, 2017
    Configuration menu
    Copy the full SHA
    eeec709 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2017

  1. Configuration menu
    Copy the full SHA
    5055bba View commit details
    Browse the repository at this point in the history
  2. Merge pull request doctrine#1 from damiankloip/master

    Add support for SSL in StreamClient
    robsonvn committed May 10, 2017
    Configuration menu
    Copy the full SHA
    9a3a517 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ae947f View commit details
    Browse the repository at this point in the history
  4. Merge pull request doctrine#2 from robsonvn/revert-1-master

    Revert "Add support for SSL in StreamClient"
    robsonvn committed May 10, 2017
    Configuration menu
    Copy the full SHA
    47dd13d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af87d45 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88824da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    882828a View commit details
    Browse the repository at this point in the history
  8. Updated testGetDatabaseInfo expected exception message to be compatib…

    …le with CouchDB v2.0.0
    robsonvn committed May 10, 2017
    Configuration menu
    Copy the full SHA
    2b02824 View commit details
    Browse the repository at this point in the history
  9. Updated testGetDatabaseInfo expected exception message to be compatib…

    …le with CouchDB v2.0.0
    robsonvn committed May 10, 2017
    Configuration menu
    Copy the full SHA
    0991c08 View commit details
    Browse the repository at this point in the history
  10. Updated testGetDatabaseInfo expected exception message to be compatib…

    …le with CouchDB v2.0.0
    robsonvn committed May 10, 2017
    Configuration menu
    Copy the full SHA
    e5b1e17 View commit details
    Browse the repository at this point in the history
  11. Updated testGetDatabaseInfo expected exception message to be compatib…

    …le with CouchDB v2.0.0
    robsonvn committed May 10, 2017
    Configuration menu
    Copy the full SHA
    87672c5 View commit details
    Browse the repository at this point in the history
  12. Updated testGetDatabaseInfo expected exception message to be compatib…

    …le with CouchDB v2.0.0
    robsonvn committed May 10, 2017
    Configuration menu
    Copy the full SHA
    fe58375 View commit details
    Browse the repository at this point in the history
  13. Updated testGetDatabaseInfo expected exception message to be compatib…

    …le with CouchDB v2.0.0
    robsonvn committed May 10, 2017
    Configuration menu
    Copy the full SHA
    d386a92 View commit details
    Browse the repository at this point in the history
  14. Updated testFindRevisions to support version 2.0.0. Since the last_se…

    …q now come with a hash, now testing with assertStringStartsWith instead of assertEqual.
    
    Still failing because a sorting bug reported at apache/couchdb#513, though.
    robsonvn committed May 10, 2017
    Configuration menu
    Copy the full SHA
    72764db View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    30b876b View commit details
    Browse the repository at this point in the history
  16. Added PHP7.1 to Travis

    robsonvn committed May 10, 2017
    Configuration menu
    Copy the full SHA
    18e5bdd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a543c3e View commit details
    Browse the repository at this point in the history
  18. Merge pull request doctrine#3 from robsonvn/revert-2-revert-1-master

    Revert "Revert "Add support for SSL in StreamClient""
    robsonvn committed May 10, 2017
    Configuration menu
    Copy the full SHA
    903f595 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fd73a62 View commit details
    Browse the repository at this point in the history
  20. Updated readme

    robsonvn committed May 10, 2017
    Configuration menu
    Copy the full SHA
    8650416 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3d89b71 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    01c1d80 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2017

  1. Configuration menu
    Copy the full SHA
    69b6d4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4dfb13 View commit details
    Browse the repository at this point in the history
  3. Using Ubuntu trusty

    robsonvn committed May 11, 2017
    Configuration menu
    Copy the full SHA
    37b21d2 View commit details
    Browse the repository at this point in the history
  4. Returing to root directory

    robsonvn committed May 11, 2017
    Configuration menu
    Copy the full SHA
    2e68b52 View commit details
    Browse the repository at this point in the history
  5. Tidying up

    robsonvn committed May 11, 2017
    Configuration menu
    Copy the full SHA
    65d64ba View commit details
    Browse the repository at this point in the history

Commits on May 15, 2017

  1. Added suport to nested query, fields, sort, limit, skip, index. Added…

    … a bunch of new tests
    robsonvn committed May 15, 2017
    Configuration menu
    Copy the full SHA
    7b759d2 View commit details
    Browse the repository at this point in the history
  2. Added dataset to test

    robsonvn committed May 15, 2017
    Configuration menu
    Copy the full SHA
    6445dfd View commit details
    Browse the repository at this point in the history

Commits on May 16, 2017

  1. Apply fixes from StyleCI

    robsonvn authored and StyleCIBot committed May 16, 2017
    Configuration menu
    Copy the full SHA
    8254daf View commit details
    Browse the repository at this point in the history
  2. Merge pull request doctrine#4 from robsonvn/analysis-qModyK

    Apply fixes from StyleCI
    robsonvn committed May 16, 2017
    Configuration menu
    Copy the full SHA
    1b76f66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3a8d6b View commit details
    Browse the repository at this point in the history

Commits on May 22, 2017

  1. Removed trash

    robsonvn committed May 22, 2017
    Configuration menu
    Copy the full SHA
    1d48205 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2017

  1. Configuration menu
    Copy the full SHA
    1b906d0 View commit details
    Browse the repository at this point in the history
  2. Apply fixes from StyleCI

    robsonvn authored and StyleCIBot committed May 24, 2017
    Configuration menu
    Copy the full SHA
    ddee3d5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request doctrine#5 from robsonvn/analysis-Xa5PKx

    Apply fixes from StyleCI
    robsonvn committed May 24, 2017
    Configuration menu
    Copy the full SHA
    8b14edd View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2017

  1. Configuration menu
    Copy the full SHA
    d0ff686 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    robsonvn committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    cf2f94a View commit details
    Browse the repository at this point in the history
  3. fixed phpunit garbage

    robsonvn committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    85f45a7 View commit details
    Browse the repository at this point in the history
  4. Fixed phpunit.xml garbage

    robsonvn committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    02185fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6bfb475 View commit details
    Browse the repository at this point in the history
  6. Fixed null comparison

    robsonvn committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    b20246c View commit details
    Browse the repository at this point in the history
  7. Removed int typehint

    robsonvn committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    654fef1 View commit details
    Browse the repository at this point in the history
  8. Update README.md

    robsonvn committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    d5a8179 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    robsonvn committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    d8797b0 View commit details
    Browse the repository at this point in the history
  10. Update README.md

    robsonvn committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    00538fe View commit details
    Browse the repository at this point in the history
  11. Update README.md

    robsonvn committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    d61d12c View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2017

  1. Merge pull request doctrine#83 from mikeSimonson/license

    Removing the license header
    alcaeus committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    7cd29b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2018

  1. Configuration menu
    Copy the full SHA
    fad64c5 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    robsonvn committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    3f4b3eb View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    0654638 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0b1768 View commit details
    Browse the repository at this point in the history