<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/couchdb.git/README-DEV.rst, branch devnode-boot-script</title>
<subtitle>github.com: apache/couchdb.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/'/>
<entry>
<title>Don't use activate script; Windows fixes</title>
<updated>2018-11-28T02:15:12+00:00</updated>
<author>
<name>Joan Touzet</name>
<email>wohali@apache.org</email>
</author>
<published>2018-11-28T00:29:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=d0f76b9f7f93e3843c8bc202dacc5e082e571547'/>
<id>d0f76b9f7f93e3843c8bc202dacc5e082e571547</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Run mango tests with Python 3</title>
<updated>2018-11-26T22:49:33+00:00</updated>
<author>
<name>Nick Vatamaniuc</name>
<email>vatamane@apache.org</email>
</author>
<published>2018-10-03T19:11:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=9870a7c0aa1801bd30f19f8abfc3fbe8d45bae12'/>
<id>9870a7c0aa1801bd30f19f8abfc3fbe8d45bae12</id>
<content type='text'>
Before we were ignoring venv setup in the Makefile, so update the test runner
to use that instead of pestering developers to install those dependencies by
hand.

Issue #1632
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before we were ignoring venv setup in the Makefile, so update the test runner
to use that instead of pestering developers to install those dependencies by
hand.

Issue #1632
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove outdated docker targets and docs (#1109)</title>
<updated>2018-01-24T19:44:36+00:00</updated>
<author>
<name>Adam Kocoloski</name>
<email>adam@kocolosk.net</email>
</author>
<published>2018-01-24T19:44:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=c3bc95697bc841e6bd898930d3df7ddb1452f75b'/>
<id>c3bc95697bc841e6bd898930d3df7ddb1452f75b</id>
<content type='text'>
We removed the Dockerfile in 6e57c43a and moved all Docker-related
materials to apache/couchdb-docker, but we never cleaned up the
Makefile targets or developer documentation.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We removed the Dockerfile in 6e57c43a and moved all Docker-related
materials to apache/couchdb-docker, but we never cleaned up the
Makefile targets or developer documentation.</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Spidermonkey as an "optional" depedency</title>
<updated>2017-12-01T13:34:11+00:00</updated>
<author>
<name>Adam Kocoloski</name>
<email>kocolosk@apache.org</email>
</author>
<published>2017-11-28T22:44:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=fda4c67782edb535ac784aa889fa09fa80c0b153'/>
<id>fda4c67782edb535ac784aa889fa09fa80c0b153</id>
<content type='text'>
It's required, and thus would already have been isntalled via the
instructions in the INSTALL file. Also we don't mention it for any
other operating system here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's required, and thus would already have been isntalled via the
instructions in the INSTALL file. Also we don't mention it for any
other operating system here.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix eunit "suites" example</title>
<updated>2017-12-01T13:34:11+00:00</updated>
<author>
<name>Adam Kocoloski</name>
<email>kocolosk@apache.org</email>
</author>
<published>2017-11-28T22:36:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=9eb845b75ed53a59ef7b70833599296ae80e0297'/>
<id>9eb845b75ed53a59ef7b70833599296ae80e0297</id>
<content type='text'>
As far as I can tell rebar will run all tests in an application
if the specified suites are not found. Also, rebar appends the
_tests suffix to the name of the suite automatically when it
executes the search.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As far as I can tell rebar will run all tests in an application
if the specified suites are not found. Also, rebar appends the
_tests suffix to the name of the suite automatically when it
executes the search.
</pre>
</div>
</content>
</entry>
<entry>
<title>add ability to ignore javascript test suites (#889)</title>
<updated>2017-10-25T19:40:30+00:00</updated>
<author>
<name>Tony Sun</name>
<email>tony.sun427@gmail.com</email>
</author>
<published>2017-10-25T19:40:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=629a3e00efde6c7af99358c7bd0071a9764c7c1e'/>
<id>629a3e00efde6c7af99358c7bd0071a9764c7c1e</id>
<content type='text'>
Developers can now ignore javascript test suites with the new option
ignore_js_suites.

Example usage:

make javascript ignore_js_suites="all_docs basics"
make javascript suites="all_docs basics view_errors" ignore_js_suites=
"view_errors"

The second example is redundant but the functionality works.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Developers can now ignore javascript test suites with the new option
ignore_js_suites.

Example usage:

make javascript ignore_js_suites="all_docs basics"
make javascript suites="all_docs basics view_errors" ignore_js_suites=
"view_errors"

The second example is redundant but the functionality works.</pre>
</div>
</content>
</entry>
<entry>
<title>add sphinx_rtd_theme</title>
<updated>2017-09-30T10:31:24+00:00</updated>
<author>
<name>Jan Lehnardt</name>
<email>jan@apache.org</email>
</author>
<published>2017-09-30T10:31:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=8b8de979600193c2283189a196deea01892c14b5'/>
<id>8b8de979600193c2283189a196deea01892c14b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add spidermonkey to README-DEV instructions for mac</title>
<updated>2017-09-30T10:16:47+00:00</updated>
<author>
<name>Jan Lehnardt</name>
<email>jan@apache.org</email>
</author>
<published>2017-09-30T10:16:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=262c52703e18b282c9828a76f8770ead5393a2fe'/>
<id>262c52703e18b282c9828a76f8770ead5393a2fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Run mango tests with make check (#786)</title>
<updated>2017-09-20T08:28:46+00:00</updated>
<author>
<name>Joan Touzet</name>
<email>wohali@users.noreply.github.com</email>
</author>
<published>2017-09-20T08:28:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=e474da0643e30c5a540957900d36a8b1303009d3'/>
<id>e474da0643e30c5a540957900d36a8b1303009d3</id>
<content type='text'>
* Run mango tests with make check
* Update README-DEV.rst
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Run mango tests with make check
* Update README-DEV.rst
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove "--prefix" option from README-DEV</title>
<updated>2017-05-26T10:22:57+00:00</updated>
<author>
<name>Alex Anderson</name>
<email>anderson@medicmobile.org</email>
</author>
<published>2017-05-26T10:19:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=048e6e6f82f78c16abe3f7da66f7d29b3f8bc447'/>
<id>048e6e6f82f78c16abe3f7da66f7d29b3f8bc447</id>
<content type='text'>
This option is no longer available.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This option is no longer available.
</pre>
</div>
</content>
</entry>
</feed>
