<!--
RSS generated by JIRA (5.2.4#845-sha1:c9f4cc41abe72fb236945343a1f485c2c844dac9) at Wed Jun 19 09:57:50 CDT 2013

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
For example:
http://www.couchbase.com/issues/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=project+%3D+PYCBC+AND+resolution+%3D+Unresolved+AND+fixVersion+%3D+%221.0+Beta%22+ORDER+BY+priority+DESC&tempMax=1000&field=key&field=summary
-->
<!-- If you wish to do custom client-side styling of RSS, uncomment this:
<?xml-stylesheet href="http://www.couchbase.com/issues/styles/jiraxml2html.xsl" type="text/xsl"?>
-->
<rss version="0.92">
    <channel>
        <title>Couchbase</title>
        <link>http://www.couchbase.com/issues/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D+PYCBC+AND+resolution+%3D+Unresolved+AND+fixVersion+%3D+%221.0+Beta%22+ORDER+BY+priority+DESC</link>
        <description>An XML representation of a search request</description>
                <language>en-us</language>
                        <issue start="0" end="11" total="11"/>
                <build-info>
            <version>5.2.4</version>
            <build-number>845</build-number>
            <build-date>26-12-2012</build-date>
        </build-info>
<item>
            <title>[PYCBC-7] An interface to access Couchbase Views is needed</title>
                <link>http://www.couchbase.com/issues/browse/PYCBC-7</link>
                <project id="10050" key="PYCBC">Couchbase Python Client Library</project>
                        <description>Need an interface to be able to access Couchbase Views.  Even without the ability to create and delete views, accessing view results is important, as views can be created through the Web UI interface.&lt;br/&gt;
&lt;br/&gt;
The specific implementation should be specific to, and familiar to the surrounding language and library, but it should have some general capabilities:&lt;br/&gt;
- List views from a given cluster&lt;br/&gt;
- Instantiate an Object that represents a view on a given cluster&lt;br/&gt;
- Assemble query parameters for a View&lt;br/&gt;
- Retrieve non-reduced results from a View&lt;br/&gt;
&amp;nbsp;&amp;nbsp;* Be able to get the underlying document from the non-reduced results (this request should flow over binprot)&lt;br/&gt;
- Retrieve reduced results from a View (the format is the same, but there is no associated docid)</description>
                <environment></environment>
            <key id="14952">PYCBC-7</key>
            <summary>An interface to access Couchbase Views is needed</summary>
                <type id="2" iconUrl="http://www.couchbase.com/issues/images/icons/issuetypes/newfeature.png">New Feature</type>
                                <priority id="2" iconUrl="http://www.couchbase.com/issues/images/icons/priorities/critical.png">Critical</priority>
                    <status id="3" iconUrl="http://www.couchbase.com/issues/images/icons/statuses/inprogress.png">In Progress</status>
                    <resolution id="-1">Unresolved</resolution>
                    <security id="10011">Public</security>
                        <assignee username="mnunberg">Mark Nunberg</assignee>
                                <reporter username="ingenthr">Matt Ingenthron</reporter>
                        <labels>
                    </labels>
                <created>Mon, 22 Aug 2011 19:48:17 -0500</created>
                <updated>Wed, 29 May 2013 20:35:46 -0500</updated>
                                                    <fixVersion>1.0 Beta</fixVersion>
                                                <votes>0</votes>
                        <watches>0</watches>
                                                    <comments>
                    <comment id="22308" author="farshid" created="Thu, 29 Sep 2011 10:26:28 -0500"  >looking at the readme files now seems like some view functionalities are already implemented :&lt;br/&gt;
&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;# save a design document&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;# right now with no _rev, we can only create, we can&amp;#39;t update&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;try:&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;doc_id = newbucket.save(design)&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;except:&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;doc_id = &amp;quot;_design/testing&amp;quot;&lt;br/&gt;
&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;rows = newbucket.view(&amp;quot;_design/testing/_view/all&amp;quot;)&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;for row in rows:&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;print row&lt;br/&gt;
&lt;br/&gt;
Keith,&lt;br/&gt;
can you please go through this checklist and let us know which features need to be worked on ?&lt;br/&gt;
</comment>
                    <comment id="25548" author="BigBlueHat" created="Fri, 6 Apr 2012 12:17:03 -0500"  >Keith, can you get us an update on the status of this issue?&lt;br/&gt;
&lt;br/&gt;
Much thanks!</comment>
                    <comment id="27462" author="BigBlueHat" created="Thu, 17 May 2012 10:35:07 -0500"  >Think you&amp;#39;re leading this charge. :) Thanks!</comment>
                    <comment id="36835" author="ingenthr" created="Fri, 24 Aug 2012 13:08:50 -0500"  >@benjamin is completing this in 0.8</comment>
                    <comment id="37334" author="BigBlueHat" created="Thu, 30 Aug 2012 10:15:16 -0500"  >The one remaining piece--&amp;quot;include docs over binary protocol&amp;quot; is stalled due to get_multi()&lt;br/&gt;
&lt;br/&gt;
However, the API can still handle include_docs over HTTP, so I&amp;#39;m closing this one, and adding another one for include docs over binary protocol.</comment>
                    <comment id="37336" author="BigBlueHat" created="Thu, 30 Aug 2012 10:36:07 -0500"  >&lt;a href=&quot;http://www.couchbase.com/issues/browse/PYCBC-63&quot;&gt;http://www.couchbase.com/issues/browse/PYCBC-63&lt;/a&gt;&lt;br/&gt;
Binary protocol improvements related to this API &amp;amp; include_docs</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                                                <customfield id="customfield_10010" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                <customfieldname>Flagged</customfieldname>
                <customfieldvalues>
                        <customfieldvalue key="10010"><![CDATA[Release Note]]></customfieldvalue>
    
                </customfieldvalues>
            </customfield>
                                                                                                                            <customfield id="customfield_10081" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Rank</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>9753</customfieldvalue>
                </customfieldvalues>
            </customfield>
                                                                                                            </customfields>
    </item>

<item>
            <title>[PYCBC-136] quiet parameter not being passed from Couchbase.connect</title>
                <link>http://www.couchbase.com/issues/browse/PYCBC-136</link>
                <project id="10050" key="PYCBC">Couchbase Python Client Library</project>
                        <description></description>
                <environment></environment>
            <key id="24822">PYCBC-136</key>
            <summary>quiet parameter not being passed from Couchbase.connect</summary>
                <type id="3" iconUrl="http://www.couchbase.com/issues/images/icons/issuetypes/task.png">Task</type>
                                <priority id="2" iconUrl="http://www.couchbase.com/issues/images/icons/priorities/critical.png">Critical</priority>
                    <status id="3" iconUrl="http://www.couchbase.com/issues/images/icons/statuses/inprogress.png">In Progress</status>
                    <resolution id="-1">Unresolved</resolution>
                    <security id="10011">Public</security>
                        <assignee username="mnunberg">Mark Nunberg</assignee>
                                <reporter username="mnunberg">Mark Nunberg</reporter>
                        <labels>
                    </labels>
                <created>Sun, 16 Jun 2013 11:54:59 -0500</created>
                <updated>Mon, 17 Jun 2013 18:34:02 -0500</updated>
                                    <version>0.11.1</version>
                                <fixVersion>1.0 Beta</fixVersion>
                                <component>library</component>
                                <votes>0</votes>
                        <watches>1</watches>
                                                    <comments>
                    <comment id="61312" author="mnunberg" created="Mon, 17 Jun 2013 18:34:02 -0500"  >&lt;a href=&quot;http://review.couchbase.org/26984&quot;&gt;http://review.couchbase.org/26984&lt;/a&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                                                                                                                                                    <customfield id="customfield_10081" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Rank</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>11838</customfieldvalue>
                </customfieldvalues>
            </customfield>
                                                                                                            </customfields>
    </item>

<item>
            <title>[PYCBC-138] _multi arith functions not setting amount properly</title>
                <link>http://www.couchbase.com/issues/browse/PYCBC-138</link>
                <project id="10050" key="PYCBC">Couchbase Python Client Library</project>
                        <description>Fix in progress. This is because we don&amp;#39;t have a nice python-level wrapper for these functions, so the delta is never set.</description>
                <environment></environment>
            <key id="24840">PYCBC-138</key>
            <summary>_multi arith functions not setting amount properly</summary>
                <type id="3" iconUrl="http://www.couchbase.com/issues/images/icons/issuetypes/task.png">Task</type>
                                <priority id="2" iconUrl="http://www.couchbase.com/issues/images/icons/priorities/critical.png">Critical</priority>
                    <status id="3" iconUrl="http://www.couchbase.com/issues/images/icons/statuses/inprogress.png">In Progress</status>
                    <resolution id="-1">Unresolved</resolution>
                    <security id="10011">Public</security>
                        <assignee username="mnunberg">Mark Nunberg</assignee>
                                <reporter username="mnunberg">Mark Nunberg</reporter>
                        <labels>
                    </labels>
                <created>Mon, 17 Jun 2013 19:41:50 -0500</created>
                <updated>Mon, 17 Jun 2013 19:42:33 -0500</updated>
                                    <version>0.11.1</version>
                                <fixVersion>1.0 Beta</fixVersion>
                                <component>library</component>
                                <votes>0</votes>
                        <watches>1</watches>
                                                    <comments>
                    <comment id="61317" author="mnunberg" created="Mon, 17 Jun 2013 19:42:33 -0500"  >&lt;a href=&quot;http://review.couchbase.org/26986&quot;&gt;http://review.couchbase.org/26986&lt;/a&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                                                                                                                                                    <customfield id="customfield_10081" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Rank</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>11856</customfieldvalue>
                </customfieldvalues>
            </customfield>
                                                                                                            </customfields>
    </item>

<item>
            <title>[PYCBC-122] automate publishing of docs for python</title>
                <link>http://www.couchbase.com/issues/browse/PYCBC-122</link>
                <project id="10050" key="PYCBC">Couchbase Python Client Library</project>
                        <description>Currently, we publish docs to a site published by the python community, but it would be better to publish to our own autodocs site.</description>
                <environment></environment>
            <key id="24508">PYCBC-122</key>
            <summary>automate publishing of docs for python</summary>
                <type id="3" iconUrl="http://www.couchbase.com/issues/images/icons/issuetypes/task.png">Task</type>
                                <priority id="3" iconUrl="http://www.couchbase.com/issues/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.couchbase.com/issues/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                    <security id="10011">Public</security>
                        <assignee username="ingenthr">Matt Ingenthron</assignee>
                                <reporter username="ingenthr">Matt Ingenthron</reporter>
                        <labels>
                    </labels>
                <created>Fri, 31 May 2013 01:28:22 -0500</created>
                <updated>Fri, 31 May 2013 01:28:22 -0500</updated>
                                                    <fixVersion>1.0 Beta</fixVersion>
                                <component>docs</component>
                                <votes>0</votes>
                        <watches>1</watches>
                                                            <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                                                                                                                                                    <customfield id="customfield_10081" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Rank</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>11600</customfieldvalue>
                </customfieldvalues>
            </customfield>
                                                                                                            </customfields>
    </item>

<item>
            <title>[PYCBC-127] ensure appropriate windows releases are posted to pypi in the release process</title>
                <link>http://www.couchbase.com/issues/browse/PYCBC-127</link>
                <project id="10050" key="PYCBC">Couchbase Python Client Library</project>
                        <description>When releasing a new version, we need to ensure that not only the sdist is posted but also bdist for Windows is posted if appropriate.  &lt;br/&gt;
&lt;br/&gt;
We hadn&amp;#39;t necessarily defined what we need bdist for, but the likely platforms are Windows x64.  Let&amp;#39;s talk through this as needed.</description>
                <environment></environment>
            <key id="24583">PYCBC-127</key>
            <summary>ensure appropriate windows releases are posted to pypi in the release process</summary>
                <type id="4" iconUrl="http://www.couchbase.com/issues/images/icons/issuetypes/improvement.png">Improvement</type>
                                <priority id="3" iconUrl="http://www.couchbase.com/issues/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.couchbase.com/issues/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                    <security id="10011">Public</security>
                        <assignee username="ingenthr">Matt Ingenthron</assignee>
                                <reporter username="ingenthr">Matt Ingenthron</reporter>
                        <labels>
                    </labels>
                <created>Wed, 5 Jun 2013 12:51:07 -0500</created>
                <updated>Sun, 9 Jun 2013 22:24:03 -0500</updated>
                                                    <fixVersion>1.0 Beta</fixVersion>
                                <component>library</component>
                                <votes>0</votes>
                        <watches>3</watches>
                                                    <comments>
                    <comment id="60561" author="mnunberg" created="Sun, 9 Jun 2013 15:24:55 -0500"  >We&amp;#39;ll be needing 8 binaries in total -- which should actually not be that difficult:&lt;br/&gt;
&lt;br/&gt;
We&amp;#39;ll be needing x86 and x64 binaries of:&lt;br/&gt;
&lt;br/&gt;
2.6, 2.7, 3.1, and 3.2</comment>
                </comments>
                <issuelinks>
                        <issuelinktype id="10126">
                <name>Gantt: start-finish</name>
                                <outwardlinks description="is triggering">
                                    </outwardlinks>
                                            </issuelinktype>
                    </issuelinks>
                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                                                                                                                                                    <customfield id="customfield_10081" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Rank</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>11675</customfieldvalue>
                </customfieldvalues>
            </customfield>
                                                                                                            </customfields>
    </item>

<item>
            <title>[PYCBC-9] an interface to paginate across large view results is needed</title>
                <link>http://www.couchbase.com/issues/browse/PYCBC-9</link>
                <project id="10050" key="PYCBC">Couchbase Python Client Library</project>
                        <description>There can be some situations where querying a view returns results that way too large for the client to handle.  In these cases, either the client library API or implementation of some Python specific API can allow for one to iterate over Views which have very large results.  &lt;br/&gt;
&lt;br/&gt;
The Ruby client does this with streaming.  The Java client does this with traditional pagination:&lt;br/&gt;
&lt;a href=&quot;http://guide.couchdb.org/draft/recipes.html#pagination&quot;&gt;http://guide.couchdb.org/draft/recipes.html#pagination&lt;/a&gt;</description>
                <environment></environment>
            <key id="14954">PYCBC-9</key>
            <summary>an interface to paginate across large view results is needed</summary>
                <type id="2" iconUrl="http://www.couchbase.com/issues/images/icons/issuetypes/newfeature.png">New Feature</type>
                                <priority id="3" iconUrl="http://www.couchbase.com/issues/images/icons/priorities/major.png">Major</priority>
                    <status id="3" iconUrl="http://www.couchbase.com/issues/images/icons/statuses/inprogress.png">In Progress</status>
                    <resolution id="-1">Unresolved</resolution>
                    <security id="10011">Public</security>
                        <assignee username="mnunberg">Mark Nunberg</assignee>
                                <reporter username="ingenthr">Matt Ingenthron</reporter>
                        <labels>
                    </labels>
                <created>Mon, 22 Aug 2011 19:58:26 -0500</created>
                <updated>Wed, 12 Jun 2013 13:59:51 -0500</updated>
                                                    <fixVersion>1.0 Beta</fixVersion>
                                <component>library</component>
                                <votes>0</votes>
                        <watches>0</watches>
                                                            <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                                                                                                                                                    <customfield id="customfield_10081" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Rank</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>9751</customfieldvalue>
                </customfieldvalues>
            </customfield>
                                                                                                            </customfields>
    </item>

<item>
            <title>[PYCBC-102] New Python 1.0 Guide</title>
                <link>http://www.couchbase.com/issues/browse/PYCBC-102</link>
                <project id="10050" key="PYCBC">Couchbase Python Client Library</project>
                        <description>MarkN the component lead.&lt;br/&gt;
&lt;br/&gt;
Matt: will have schedule next week.</description>
                <environment></environment>
            <key id="24134">PYCBC-102</key>
            <summary>New Python 1.0 Guide</summary>
                <type id="3" iconUrl="http://www.couchbase.com/issues/images/icons/issuetypes/task.png">Task</type>
                                <priority id="3" iconUrl="http://www.couchbase.com/issues/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.couchbase.com/issues/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                    <security id="10011">Public</security>
                        <assignee username="ingenthr">Matt Ingenthron</assignee>
                                <reporter username="kzeller">Karen Zeller</reporter>
                        <labels>
                        <label>info-request</label>
                    </labels>
                <created>Wed, 8 May 2013 13:12:19 -0500</created>
                <updated>Wed, 12 Jun 2013 14:04:19 -0500</updated>
                                                    <fixVersion>1.0 Beta</fixVersion>
                                <component>docs</component>
                                <votes>0</votes>
                        <watches>2</watches>
                                                            <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                                                                                                                                                    <customfield id="customfield_10081" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Rank</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>11124</customfieldvalue>
                </customfieldvalues>
            </customfield>
                                                                                                            </customfields>
    </item>

<item>
            <title>[PYCBC-132] Lock without TTL fails with &apos;encoding error&apos;</title>
                <link>http://www.couchbase.com/issues/browse/PYCBC-132</link>
                <project id="10050" key="PYCBC">Couchbase Python Client Library</project>
                        <description>This should fail with an ArgumentError instead. It also seems the value does end up being sent to the server.</description>
                <environment></environment>
            <key id="24723">PYCBC-132</key>
            <summary>Lock without TTL fails with &apos;encoding error&apos;</summary>
                <type id="3" iconUrl="http://www.couchbase.com/issues/images/icons/issuetypes/task.png">Task</type>
                                <priority id="3" iconUrl="http://www.couchbase.com/issues/images/icons/priorities/major.png">Major</priority>
                    <status id="3" iconUrl="http://www.couchbase.com/issues/images/icons/statuses/inprogress.png">In Progress</status>
                    <resolution id="-1">Unresolved</resolution>
                    <security id="10011">Public</security>
                        <assignee username="mnunberg">Mark Nunberg</assignee>
                                <reporter username="mnunberg">Mark Nunberg</reporter>
                        <labels>
                    </labels>
                <created>Thu, 13 Jun 2013 18:28:29 -0500</created>
                <updated>Mon, 17 Jun 2013 21:37:26 -0500</updated>
                                    <version>0.11.1</version>
                                <fixVersion>1.0 Beta</fixVersion>
                                <component>library</component>
                                <votes>0</votes>
                        <watches>1</watches>
                                                            <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                                                                                                                                                    <customfield id="customfield_10081" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Rank</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>11810</customfieldvalue>
                </customfieldvalues>
            </customfield>
                                                                                                            </customfields>
    </item>

<item>
            <title>[PYCBC-139] unlock_multi does not complain about missing cas</title>
                <link>http://www.couchbase.com/issues/browse/PYCBC-139</link>
                <project id="10050" key="PYCBC">Couchbase Python Client Library</project>
                        <description></description>
                <environment></environment>
            <key id="24843">PYCBC-139</key>
            <summary>unlock_multi does not complain about missing cas</summary>
                <type id="3" iconUrl="http://www.couchbase.com/issues/images/icons/issuetypes/task.png">Task</type>
                                <priority id="3" iconUrl="http://www.couchbase.com/issues/images/icons/priorities/major.png">Major</priority>
                    <status id="3" iconUrl="http://www.couchbase.com/issues/images/icons/statuses/inprogress.png">In Progress</status>
                    <resolution id="-1">Unresolved</resolution>
                    <security id="10011">Public</security>
                        <assignee username="mnunberg">Mark Nunberg</assignee>
                                <reporter username="mnunberg">Mark Nunberg</reporter>
                        <labels>
                    </labels>
                <created>Mon, 17 Jun 2013 20:52:52 -0500</created>
                <updated>Mon, 17 Jun 2013 21:37:09 -0500</updated>
                                    <version>0.11.1</version>
                                <fixVersion>1.0 Beta</fixVersion>
                                <component>library</component>
                                <votes>0</votes>
                        <watches>1</watches>
                                                            <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                                                                                                                                                    <customfield id="customfield_10081" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Rank</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>11859</customfieldvalue>
                </customfieldvalues>
            </customfield>
                                                                                                            </customfields>
    </item>

<item>
            <title>[PYCBC-131] Return more informative error on empty string to get</title>
                <link>http://www.couchbase.com/issues/browse/PYCBC-131</link>
                <project id="10050" key="PYCBC">Couchbase Python Client Library</project>
                        <description>couchbase.exceptions.CouchbaseError: &amp;lt;RC=0x7[Invalid arguments], Operational Error, Results=1, C Source=(src/multiresult.c,147)&amp;gt;&lt;br/&gt;
&lt;br/&gt;
Should display the key or object.</description>
                <environment></environment>
            <key id="24714">PYCBC-131</key>
            <summary>Return more informative error on empty string to get</summary>
                <type id="3" iconUrl="http://www.couchbase.com/issues/images/icons/issuetypes/task.png">Task</type>
                                <priority id="3" iconUrl="http://www.couchbase.com/issues/images/icons/priorities/major.png">Major</priority>
                    <status id="3" iconUrl="http://www.couchbase.com/issues/images/icons/statuses/inprogress.png">In Progress</status>
                    <resolution id="-1">Unresolved</resolution>
                    <security id="10011">Public</security>
                        <assignee username="mnunberg">Mark Nunberg</assignee>
                                <reporter username="mnunberg">Mark Nunberg</reporter>
                        <labels>
                    </labels>
                <created>Thu, 13 Jun 2013 13:10:38 -0500</created>
                <updated>Mon, 17 Jun 2013 21:37:30 -0500</updated>
                                    <version>0.11.1</version>
                                <fixVersion>1.0 Beta</fixVersion>
                                <component>library</component>
                                <votes>0</votes>
                        <watches>1</watches>
                                                            <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                                                                                                                                                    <customfield id="customfield_10081" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Rank</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>11801</customfieldvalue>
                </customfieldvalues>
            </customfield>
                                                                                                            </customfields>
    </item>

<item>
            <title>[PYCBC-82] Error handling documentation</title>
                <link>http://www.couchbase.com/issues/browse/PYCBC-82</link>
                <project id="10050" key="PYCBC">Couchbase Python Client Library</project>
                        <description>Please create some documentation specifying possible error/failures to operations, what they &amp;quot;look&amp;quot; like in the logs/exceptions/stack traces and what our recommendation is on how to handle them.&lt;br/&gt;
&lt;br/&gt;
i.e. tmp_oom, timeouts (connection/operation/java-internal/etc), &amp;quot;get miss&amp;quot; (it&amp;#39;s technically a failure, let&amp;#39;s make it overly obvious what it means), CAS failure, add() failure, replace() failure, &lt;br/&gt;
&lt;br/&gt;
Some of this should be covered in the API reference, but this bug is specifically for a single page where this information is aggregated that a customer/user could read about how to handle errors.</description>
                <environment></environment>
            <key id="22508">PYCBC-82</key>
            <summary>Error handling documentation</summary>
                <type id="4" iconUrl="http://www.couchbase.com/issues/images/icons/issuetypes/improvement.png">Improvement</type>
                                <priority id="3" iconUrl="http://www.couchbase.com/issues/images/icons/priorities/major.png">Major</priority>
                    <status id="3" iconUrl="http://www.couchbase.com/issues/images/icons/statuses/inprogress.png">In Progress</status>
                    <resolution id="-1">Unresolved</resolution>
                    <security id="10011">Public</security>
                        <assignee username="mnunberg">Mark Nunberg</assignee>
                                <reporter username="perry">Perry Krug</reporter>
                        <labels>
                    </labels>
                <created>Tue, 5 Feb 2013 02:39:15 -0600</created>
                <updated>Tue, 18 Jun 2013 16:58:20 -0500</updated>
                                    <version>0.8.0</version>
                                <fixVersion>1.0 Beta</fixVersion>
                                <component>docs</component>
                                <votes>0</votes>
                        <watches>1</watches>
                                                            <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                                                                                                                                                    <customfield id="customfield_10081" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Rank</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>8535</customfieldvalue>
                </customfieldvalues>
            </customfield>
                                                                                                            </customfields>
    </item>
</channel>
</rss>