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: manobi/couchdb-datasource
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: maurymmarques/couchdb-datasource
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.

Commits on Feb 15, 2013

  1. Merge pull request maurymmarques#1 from manobi/master

    Add composer.json
    maurymmarques committed Feb 15, 2013
    Copy the full SHA
    b59c822 View commit details

Commits on Jul 30, 2013

  1. CakePHP 2.3 fixes

    shahruk committed Jul 30, 2013
    Copy the full SHA
    ecaf51e View commit details

Commits on Aug 2, 2013

  1. Merge pull request maurymmarques#2 from Diamons/master

    CakePHP 2.3 fixes
    maurymmarques committed Aug 2, 2013
    Copy the full SHA
    4b40eed View commit details

Commits on Sep 25, 2013

  1. Copy the full SHA
    3f68aa9 View commit details

Commits on Oct 9, 2013

  1. Model example

    maurymmarques committed Oct 9, 2013
    Copy the full SHA
    d5b9eed View commit details
  2. Copy the full SHA
    b971c1d View commit details
  3. Copy the full SHA
    7684529 View commit details
  4. Copy the full SHA
    8b88b0c View commit details
  5. Copy the full SHA
    ebbd284 View commit details
  6. Copy the full SHA
    ed3c4d1 View commit details
  7. Copy the full SHA
    9bca1b0 View commit details
  8. Copy the full SHA
    e1b79b8 View commit details

Commits on Oct 15, 2013

  1. Copy the full SHA
    b4489be View commit details
  2. Test fixed

    maurymmarques committed Oct 15, 2013
    Copy the full SHA
    8d4b34e View commit details

Commits on Nov 21, 2013

  1. add parameter skip in read() method: usefull for pagination

    Fabien Mercier committed Nov 21, 2013
    Copy the full SHA
    627432f View commit details

Commits on Nov 30, 2013

  1. Merge pull request maurymmarques#5 from NerOcrO/master

    add parameter skip in read() method: usefull for pagination
    maurymmarques committed Nov 30, 2013
    Copy the full SHA
    f36e130 View commit details

Commits on Jan 2, 2014

  1. methods obsoletes replaced

    Fabien Mercier committed Jan 2, 2014
    Copy the full SHA
    151c06f View commit details
  2. quality of code improved

    Fabien Mercier committed Jan 2, 2014
    Copy the full SHA
    65160e2 View commit details

Commits on Jan 3, 2014

  1. Merge pull request maurymmarques#6 from NerOcrO/master

    methods obsoletes replaced
    maurymmarques committed Jan 3, 2014
    Copy the full SHA
    b3085ee View commit details

Commits on Jan 12, 2014

  1. startkey_docid and descending options added

    Fabien Mercier committed Jan 12, 2014
    Copy the full SHA
    273f44e View commit details

Commits on Jan 14, 2014

  1. Merge pull request maurymmarques#7 from NerOcrO/master

    startkey_docid and descending options added
    maurymmarques committed Jan 14, 2014
    Copy the full SHA
    d9bf227 View commit details

Commits on Jan 20, 2014

  1. Copy the full SHA
    2b9beda View commit details

Commits on Jan 26, 2014

  1. Clean code with phpcs and CakePHP rules

    Fabien Mercier committed Jan 26, 2014
    Copy the full SHA
    f08f89f View commit details

Commits on Jan 28, 2014

  1. Merge pull request maurymmarques#8 from NerOcrO/master

    Clean code with phpcs and CakePHP rules
    maurymmarques committed Jan 28, 2014
    Copy the full SHA
    ad5a073 View commit details

Commits on Jan 30, 2014

  1. Copy the full SHA
    32dcda7 View commit details

Commits on Feb 2, 2014

  1. Just little optimizations

    Fabien Mercier committed Feb 2, 2014
    Copy the full SHA
    2468c54 View commit details

Commits on Feb 3, 2014

  1. Merge pull request maurymmarques#9 from NerOcrO/master

    Just little optimizations
    maurymmarques committed Feb 3, 2014
    Copy the full SHA
    8494a33 View commit details

Commits on May 16, 2014

  1. Copy the full SHA
    9034f4d View commit details
  2. Copy the full SHA
    0e11d53 View commit details

Commits on Nov 9, 2014

  1. Copy the full SHA
    e00788e View commit details

Commits on Feb 8, 2015

  1. Update composer.json

    maurymmarques committed Feb 8, 2015
    Copy the full SHA
    c7e8e42 View commit details
  2. Update composer.json

    maurymmarques committed Feb 8, 2015
    Copy the full SHA
    809d334 View commit details
  3. Update composer.json

    maurymmarques committed Feb 8, 2015
    Copy the full SHA
    4a65a07 View commit details
  4. Update README.md

    maurymmarques committed Feb 8, 2015
    Copy the full SHA
    efe0f48 View commit details
  5. Update README.md

    maurymmarques committed Feb 8, 2015
    Copy the full SHA
    6062f2d View commit details

Commits on Feb 10, 2015

  1. Update README.md

    maurymmarques committed Feb 10, 2015
    Copy the full SHA
    59da5b1 View commit details
Showing with 369 additions and 236 deletions.
  1. +103 −75 Model/Datasource/CouchDBSource.php
  2. +81 −14 README.md
  3. +166 −141 Test/Case/Datasource/CouchDBSourceTest.php
  4. +19 −6 composer.json
Loading