Commit graph

179 commits

Author SHA1 Message Date
Don
bceebf14de
set to current node-browsers 2022-12-11 22:43:53 -07:00
Don
be2fa1aeaf
setting couchdb@3.1 2022-12-11 22:34:19 -07:00
Don
041c40ddec
setting couchdb@2.3.1 2022-12-11 22:31:10 -07:00
Don
e4975c21ac Merge branch 'rev-via-head' 2022-12-11 22:18:54 -07:00
Don
14cae80173 Revert "no URI encoding new when creating"
This reverts commit cc1d5b0daa.
2022-12-11 22:15:23 -07:00
Don
010a535dfd Revert "revert to URI encoding"
This reverts commit 67d5644dce.
2022-12-11 22:15:12 -07:00
Don
df2d376c18 add support to request rev via HEAD 2022-12-11 21:18:43 -07:00
Don
67d5644dce
revert to URI encoding 2022-12-11 20:12:57 -07:00
Don
cc1d5b0daa
no URI encoding new when creating 2022-12-11 19:58:03 -07:00
Don
f18ad68297
enable single attachment creation 2022-12-10 23:51:12 -07:00
Geoff Cox
862ce00c62 1.5.0 2020-09-22 21:40:25 -07:00
Jeffrey Layanto
0e2e5e7325
The rest of partitioned database support (#131)
Co-authored-by: Jeffrey Layanto <jeffrey@layanto.com>
2020-08-22 07:44:46 -07:00
Jeffrey Layanto
97ec00e958
Added db.isPartitioned(dbName) and extended db.create(dbName, params) to allow creation of partitioned database (#128) 2020-07-24 06:30:07 -07:00
Jeffrey Layanto
8fb3c67085
Add missing encodeURIComponent on dbName (#127)
* Add missing encodeURIComponent on dbName in config.js and db.js

* Update test to create db with special characters name

* Add missing encodeURIComponent

Co-authored-by: Jeffrey Layanto <jeffrey@layanto.com>
2020-06-03 07:40:00 -07:00
Jeffrey Layanto
a2d47ab1e0
Add support for partitioned check (#126)
* Add support for partitioned check

* Add system.supportPartitioned() to API.md

* Fix jshint line too long error

* Fix broken test

* Fix broken test

* Fix broken test

* Clean up test

* Fix broken test

* Fix broken test

* Revert fix

* Fix broken test

* Revert destroySession change

* Fix user test

Co-authored-by: Jeffrey Layanto <jeffrey@layanto.com>
2020-05-13 06:57:51 -07:00
greenkeeper[bot]
a1cdab9bee
Update mocha to the latest version 🚀 (#120)
* chore(package): update mocha to version 7.0.1

* chore(package): update lockfile package-lock.json

Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
2020-04-27 06:03:25 -07:00
greenkeeper[bot]
1fbcff5946 Update wait-on to the latest version 🚀 (#119)
* chore(package): update wait-on to version 4.0.0

* chore(package): update lockfile package-lock.json
2020-01-19 07:54:04 -08:00
dependabot[bot]
01b4865a9a chore(deps): bump handlebars from 4.1.2 to 4.5.3 (#118)
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-30 06:20:19 -08:00
Dominik Nussbaumer
c79b6eaf89 Remove Todo since issue #10 is closed (#117)
The issue that the authentication is not working is closed.
2019-10-29 23:31:29 -07:00
dependabot[bot]
d7b32cacfa chore(deps): bump handlebars from 4.1.1 to 4.1.2 (#116)
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.1...v4.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-06-05 12:03:44 -07:00
Geoff Cox
b8297db4bc
Greenkeeper/mocha 6.1.1 (#115)
* chore(package): update mocha to version 6.1.1

* chore(package): update lockfile package-lock.json
2019-04-07 20:15:57 -07:00
Geoff Cox
1c5cef8efe 1.4.0 2019-04-06 21:19:20 +00:00
Geoff Cox
2ad0b4e141 1.3.0 2019-04-06 21:18:53 +00:00
Geoff Cox
8a84f0889c 1.2.0 2019-04-06 21:18:33 +00:00
Geoff Cox
686b24b863
chore(packages): update (#113)
* chore(packages): update

* chore(packages): update
2019-04-06 14:16:24 -07:00
Geoff Cox
f0b8514a9c
chore(package): update bluebird to version 3.5.4 (#112) 2019-04-06 13:50:18 -07:00
Andreas Siegel
d07c87fae9 Add support for filters in change feed (#111)
* Add find to doc functions

* Replace const by var

* Merge upstream

* Add support for filtered changes
2019-04-03 06:50:43 -07:00
Geoff Cox
b069943b92
doc(building) (#109)
* doc(building)

* doc(building): milestones
2019-03-23 15:32:27 -07:00
Jeffrey Layanto
f23c3b26ca Fix cookie authentication in node and browser (#108)
* Pass slouch in when instantiating EnhancedRequest

This is to allow EnhanceRequest to access slouch._requestWrapper.setCookie

* Update locally stored cookie when response has set-cookie header

* Delete unused this._cookie

* Fix cookie-authentication in browser

* Fix test

Request header now always include withCredentials: true

* Fix test

EnhancedRequest constructor now requires instance of Slouch

* Typo

* Fix test

* Remove TODO comment and clean up redundant code

* Revert change to user.js

* Fix user test spec

* Fix user test spec

* Fix browser coverage test fail

* FIx beautify test fail

* Fix failed jshint test
2019-03-21 19:55:59 -07:00
greenkeeper[bot]
5f994aac40 Update mocha to the latest version 🚀 (#106)
* chore(package): update mocha to version 6.0.0

* chore(package): update lockfile package-lock.json
2019-02-19 08:50:45 -08:00
Geoff Cox
87aa96c163 chore(version): 1.1.0 2019-01-21 08:21:54 -08:00
Geoff Cox
239272acd8
doc(api): link to find 2019-01-04 12:13:00 -06:00
Geoff Cox
de5d30d05d
doc(api): find 2019-01-04 12:11:29 -06:00
Geoff Cox
393fd2e3e7
doc(getting-started): missing title 2019-01-04 12:00:33 -06:00
Geoff Cox
3798a4a5b9
doc(slouch): fix headings 2019-01-04 11:59:52 -06:00
Geoff Cox
ecb59f5112
doc(docs) (#103)
* doc(docs)

* doc(api): reference

* docs(wiki): to md files

* doc(readme): link to md files
2019-01-04 11:57:14 -06:00
Andreas Siegel
6e2676b09b Add doc.find() (#102)
* Add find to doc functions

* Replace const by var
2019-01-04 11:40:31 -06:00
Geoff Cox
f72ad47ddf
Merge pull request #100 from redgeoff/packages
chore(packages): update
2018-12-09 13:53:35 -08:00
Geoff Cox
462f3651d0
chore(packages): update 2018-12-09 13:50:46 -08:00
Geoff Cox
31b47be338 chore(version): 1.0.5 2018-12-09 13:47:36 -08:00
Geoff Cox
fa97430a47
Merge pull request #98 from redgeoff/greenkeeper/gofur-1.1.1
chore(package): update gofur to version 1.1.1
2018-12-09 13:46:56 -08:00
Geoff Cox
3fdf9f1261 chore(packages): update 2018-12-09 13:39:50 -08:00
greenkeeper[bot]
4ec16494e2 chore(package): update gofur to version 1.1.1 2018-12-09 19:43:45 +00:00
Geoff Cox
7a366e99f2
Merge pull request #94 from redgeoff/greenkeeper/wait-on-3.2.0
chore(package): update wait-on to version 3.2.0
2018-11-06 07:01:12 -08:00
greenkeeper[bot]
c22c639f2f chore(package): update wait-on to version 3.2.0 2018-11-06 12:33:47 +00:00
Geoff Cox
16b0c58c2b
Merge pull request #92 from redgeoff/redgeoff-patch-1
test(circleci): latest node
2018-10-03 09:19:20 -07:00
Geoff Cox
a43da32bfb
test(circleci): latest node 2018-10-03 09:13:53 -07:00
Geoff Cox
32cb8f3781
Merge pull request #91 from redgeoff/greenkeeper/bluebird-3.5.2
chore(package): update bluebird to version 3.5.2
2018-09-28 13:51:35 -07:00
Geoff Cox
4a2145cf38
Merge pull request #90 from redgeoff/couchdb2.2.0
feat(couchdb): upgrade to 2.2.0
2018-09-22 07:36:33 -07:00
Geoff Cox
8d63f03a93 feat(couchdb): upgrade to 2.2.0 2018-09-22 07:33:03 -07:00