<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/couchdb.git, 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>Add formatting suggestions from python-black</title>
<updated>2021-01-21T16:23:42+00:00</updated>
<author>
<name>Paul J. Davis</name>
<email>paul.joseph.davis@gmail.com</email>
</author>
<published>2021-01-21T16:23:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=5ae4c8cade9c3a152a9d153d28a8090c77827021'/>
<id>5ae4c8cade9c3a152a9d153d28a8090c77827021</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename boot_node to monitor_parent</title>
<updated>2021-01-21T01:01:19+00:00</updated>
<author>
<name>Adam Kocoloski</name>
<email>kocolosk@apache.org</email>
</author>
<published>2021-01-20T23:03:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=2a4389feca445a89dd54cbab5954569d993c346b'/>
<id>2a4389feca445a89dd54cbab5954569d993c346b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify and speedup dev node startup</title>
<updated>2021-01-21T01:01:06+00:00</updated>
<author>
<name>Adam Kocoloski</name>
<email>kocolosk@apache.org</email>
</author>
<published>2021-01-20T22:54:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=462c3a232ff08cbcdab6daea501ae4fbdc5acc7a'/>
<id>462c3a232ff08cbcdab6daea501ae4fbdc5acc7a</id>
<content type='text'>
This patch introduces an escript that generates an Erlang .boot script
to start CouchDB using the in-place .beam files produced by the compile
phase of the build. This allows us to radically simplify the boot
process as Erlang computes the optimal order for loading the necessary
modules.

In addition to the simplification this approach offers a significant
speedup when working inside a container environment. In my test with
the stock .devcontainer it reduces startup time from about 75 seconds
down to under 5 seconds.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch introduces an escript that generates an Erlang .boot script
to start CouchDB using the in-place .beam files produced by the compile
phase of the build. This allows us to radically simplify the boot
process as Erlang computes the optimal order for loading the necessary
modules.

In addition to the simplification this approach offers a significant
speedup when working inside a container environment. In my test with
the stock .devcontainer it reduces startup time from about 75 seconds
down to under 5 seconds.
</pre>
</div>
</content>
</entry>
<entry>
<title>add http error for fdb 1031</title>
<updated>2021-01-18T12:37:29+00:00</updated>
<author>
<name>Garren Smith</name>
<email>garren.smith@gmail.com</email>
</author>
<published>2021-01-18T12:03:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=053595cf9b536801e8bd39dd54f6526f463dfdb9'/>
<id>053595cf9b536801e8bd39dd54f6526f463dfdb9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove {restart_tx, true} from mango _all_docs</title>
<updated>2021-01-18T12:37:29+00:00</updated>
<author>
<name>Garren Smith</name>
<email>garren.smith@gmail.com</email>
</author>
<published>2021-01-18T12:03:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=94c5fe0b713958b9472cbee7f644da09d1b54408'/>
<id>94c5fe0b713958b9472cbee7f644da09d1b54408</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update README.md</title>
<updated>2021-01-15T11:46:53+00:00</updated>
<author>
<name>Robert Newson</name>
<email>rnewson@apache.org</email>
</author>
<published>2021-01-15T11:46:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=b2a34dc1139318312d01e328d6585e674ea716c5'/>
<id>b2a34dc1139318312d01e328d6585e674ea716c5</id>
<content type='text'>
1. The caching effort was a bust and has been removed. 2) chunkify can be done externally with a custom persist_fun.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. The caching effort was a bust and has been removed. 2) chunkify can be done externally with a custom persist_fun.</pre>
</div>
</content>
</entry>
<entry>
<title>Allow gzipped requests to _session (#3323)</title>
<updated>2021-01-12T18:12:40+00:00</updated>
<author>
<name>Bessenyei Balázs Donát</name>
<email>bessbd@users.noreply.github.com</email>
</author>
<published>2021-01-12T18:12:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=bc9773a2f6199cc095aae8ae977eb8df75204dab'/>
<id>bc9773a2f6199cc095aae8ae977eb8df75204dab</id>
<content type='text'>
All endpoints but _session support gzip encoding and there's no practical reason for that.

This commit enables gzip decoding on compressed requests to _session.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All endpoints but _session support gzip encoding and there's no practical reason for that.

This commit enables gzip decoding on compressed requests to _session.</pre>
</div>
</content>
</entry>
<entry>
<title>Switch from assert length === 0 to Enum.empty? as Credo suggests</title>
<updated>2021-01-03T11:42:44+00:00</updated>
<author>
<name>Alessio Biancalana</name>
<email>dottorblaster@gmail.com</email>
</author>
<published>2020-12-19T17:58:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=a89242d0dd8fb149e254c9ad546e1fded602f2dc'/>
<id>a89242d0dd8fb149e254c9ad546e1fded602f2dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add to credo ignores and gitignore new file_system dependency</title>
<updated>2021-01-03T11:42:44+00:00</updated>
<author>
<name>Alessio Biancalana</name>
<email>dottorblaster@gmail.com</email>
</author>
<published>2020-12-19T17:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=0eff137e218bbd711d74267a322d70334f549990'/>
<id>0eff137e218bbd711d74267a322d70334f549990</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade Credo to 1.5.4</title>
<updated>2021-01-03T11:42:44+00:00</updated>
<author>
<name>Alessio Biancalana</name>
<email>dottorblaster@gmail.com</email>
</author>
<published>2020-12-18T22:36:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/couchdb.git/commit/?id=7f2feb062a204f080b004ccb166b50333fb78864'/>
<id>7f2feb062a204f080b004ccb166b50333fb78864</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
