summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix dev/run: "content" should be "contents"fix-dev-run-contentsNick Vatamaniuc2016-08-031-1/+1
|
* Remove incorrect logfile sed attempt in dev/runJoan Touzet2016-08-021-5/+0
| | | | | | This code was actually replacing the file_compression = snappy line, which was preventing snappy from being tested in the test suite.
* Don't set "authenticated" property in _session unless we authenticatedRobert Newson2016-07-302-4/+4
| | | | COUCHDB-3084
* [couch_log] Add format character for process exit tracesRobert Newson2016-07-281-1/+1
|
* Bump couch_replicator for rep_start_pids items arity fixNick Vatamaniuc2016-07-261-1/+1
| | | | Jira: COUCHDB-3082
* Bump couch_mrview depPaul J. Davis2016-07-221-1/+1
|
* Bump couch dep for logging fix in unit testsPaul J. Davis2016-07-221-1/+1
|
* Bump chttpd to fix multi-query type overridesNick Vatamaniuc2016-07-221-1/+1
| | | | Jira: COUCHDB-3070
* Bump chttpd dep for logging updatesPaul J. Davis2016-07-221-1/+1
|
* Fix logging for eunit testsPaul J. Davis2016-07-222-4/+9
| | | | | I accidentally unsilenced sasl and kernel error loggers. This also adds file logging for eunit tests when the logging is enabled.
* Merge branch '3067-make-couch-log-smarter'Paul J. Davis2016-07-229-63/+328
|\
| * Use new couch_log versionPaul J. Davis2016-07-221-1/+1
| |
| * Add EPL to LICENSE for trunc_io modulesPaul J. Davis2016-07-221-4/+296
| | | | | | | | COUCHDB-3067
| * Add config file notes for new logging optionsPaul J. Davis2016-07-221-8/+27
| |
| * Remove lager and its dependenciesPaul J. Davis2016-07-227-51/+5
|/ | | | COUCHDB-3067
* feat: improve `make rc`: show list of commits since last RC2.0.0-RC2Jan Lehnardt2016-07-211-1/+5
|
* feat: add `make rc` target. Requires `COUCH_RC` env var set to an int.Jan Lehnardt2016-07-201-0/+11
| | | | | | | | | | | | | Example: ./configure COUCH_RC=2 make rc # produces `apache-couchdb-2.0.0-RC2.tar.gz Extracts into a directory called `apache-couchdb-2.0.0-RC2`. Set `COUCH_RC=3` for RC3 and so on. Bails with an hopefully helpful error message if `COUCH_RC` is not set.
* Revise Windows installation readmeJoan Touzet2016-07-191-195/+12
|
* Quote application paths on WindowsJoan Touzet2016-07-191-4/+5
|
* Use couch_epi:decide for validate_dbnameRobert Newson2016-07-191-1/+1
| | | | COUCHDB-3066
* Copy LICENSE file into releaseJoan Touzet2016-07-181-0/+1
|
* Copy couchjs to rel for WindowsJoan Touzet2016-07-181-0/+1
|
* Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/couchdbJoan Touzet2016-07-181-1/+1
|\
| * Pull in replicator fix for connection:close handlingRobert Newson2016-07-181-1/+1
| |
* | More Windows fixes; make release now worksJoan Touzet2016-07-183-30/+58
|/
* Clean up ./dev/run outputclean-dev-run-startupNick Vatamaniuc2016-07-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | If connection succeeds eventually, don't report spurious error when retrying. Turns `./dev/run` output from this: ``` [ * ] Check node at http://127.0.0.1:15984/ ... failed: [Errno socket error] [Errno 111] Connection refused [ * ] Check node at http://127.0.0.1:25984/ ... ok [ * ] Check node at http://127.0.0.1:35984/ ... ok [ * ] Check node at http://127.0.0.1:15984/ ... ok ``` to this: ``` [ * ] Check node at http://127.0.0.1:15984/ ... ok [ * ] Check node at http://127.0.0.1:25984/ ... ok [ * ] Check node at http://127.0.0.1:35984/ ... ok ``` Cleaner and a bit less scary for new developers.
* dep(couch): pull in compaction test fixesJan Lehnardt2016-07-161-1/+1
|
* Remove unbuilt doc targets from Win buildJoan Touzet2016-07-151-5/+5
|
* Bump docs repo for Windows changesJoan Touzet2016-07-151-1/+1
|
* Add Windows Makefile, bump docs repo to matchJoan Touzet2016-07-151-0/+320
|
* pull fix for sorted=false view feature (COUCHDB-3060)Robert Newson2016-07-151-1/+1
|
* s/make build/make release/ for making an erlang release2.0.0-RC1Jan Lehnardt2016-07-141-3/+3
|
* Update jiffy versionPaul J. Davis2016-07-141-1/+1
|
* Run tests in alphabetical order as intendedRobert Newson2016-07-141-1/+1
|
* Erlang 19 compatibilityRobert Newson2016-07-141-3/+3
|
* Bump couch for Windows test fixJoan Touzet2016-07-141-1/+1
|
* update couch dependency with Windows fixesJoan Touzet2016-07-131-1/+1
|
* find fauxton in dev or final placeRobert Newson2016-07-131-1/+6
|
* create db if missingRobert Newson2016-07-131-0/+1
|
* reduce log spam by sleepingRobert Newson2016-07-131-0/+1
|
* Actually use new sleep function in the test suitePaul J. Davis2016-07-121-10/+2
|
* Update sha for couchdb-couch repoPaul J. Davis2016-07-121-1/+1
|
* Merge branch '3057-enable-test-suite-functions-for-test-suite'Paul J. Davis2016-07-121-1/+2
|\
| * Enable test suite functions in the test suitePaul J. Davis2016-07-121-1/+1
| | | | | | | | | | | | This enables the new couchjs test suite functions. COUCHDB-3057
* | get full suite to runauth-tests-wipJan Lehnardt2016-07-122-8/+6
| |
* | cleanup wipJan Lehnardt2016-07-122-11/+18
| |
* | More users_db_security.js work.Jan Lehnardt2016-07-121-226/+176
| | | | | | | | | | | | take out nested, superfluous run_on_modified_server calls update to latest fabric.
* | remove upgrade on auth testRobert Newson2016-07-121-32/+0
| |
* | Stabilize users_dbsebastianro2016-07-121-9/+38
| |
* | Stabilize cookie_authsebastianro2016-07-121-1/+8
| |