<!--
RSS generated by JIRA (5.2.4#845-sha1:c9f4cc41abe72fb236945343a1f485c2c844dac9) at Sun May 19 20:29:22 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+fixVersion+%3D+%220.8.1%22&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+fixVersion+%3D+%220.8.1%22</link>
        <description>An XML representation of a search request</description>
                <language>en-us</language>
                        <issue start="0" end="3" total="3"/>
                <build-info>
            <version>5.2.4</version>
            <build-number>845</build-number>
            <build-date>26-12-2012</build-date>
        </build-info>
<item>
            <title>[PYCBC-84] Implement multi-get</title>
                <link>http://www.couchbase.com/issues/browse/PYCBC-84</link>
                <project id="10050" key="PYCBC">Couchbase Python Client Library</project>
                        <description>&lt;a href=&quot;http://www.couchbase.com/forums/thread/how-retrive-multiple-documents-python&quot;&gt;http://www.couchbase.com/forums/thread/how-retrive-multiple-documents-python&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
Please follow up with the user who posted this in the forums upon completion.</description>
                <environment></environment>
            <key id="22596">PYCBC-84</key>
            <summary>Implement multi-get</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="6" iconUrl="http://www.couchbase.com/issues/images/icons/statuses/closed.png">Closed</status>
                    <resolution id="3">Duplicate</resolution>
                    <security id="10011">Public</security>
                        <assignee username="mnunberg">Mark Nunberg</assignee>
                                <reporter username="mikew">Mike Wiederhold</reporter>
                        <labels>
                    </labels>
                <created>Sat, 9 Feb 2013 20:24:55 -0600</created>
                <updated>Sat, 11 May 2013 12:43:42 -0500</updated>
                    <resolved>Thu, 21 Feb 2013 18:11:28 -0600</resolved>
                            <version>0.8.0</version>
                                <fixVersion>0.8.1</fixVersion>
                                <component>library</component>
                                <votes>0</votes>
                        <watches>0</watches>
                                                    <comments>
                    <comment id="51153" author="mikew" created="Thu, 21 Feb 2013 18:11:28 -0600"  >Duplicate of &lt;a href=&quot;http://www.couchbase.com/issues/browse/PYCBC-49&quot; title=&quot;implement get_multi() in unified client&quot;&gt;&lt;strike&gt;PYCBC-49&lt;/strike&gt;&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>8715</customfieldvalue>
                </customfieldvalues>
            </customfield>
                                                                                    <customfield id="customfield_10181" key="com.atlassian.jira.ext.charting:timeinstatus">
                <customfieldname>Time In Status</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                </customfields>
    </item>

<item>
            <title>[PYCBC-83] Python client fails to encode view parameters</title>
                <link>http://www.couchbase.com/issues/browse/PYCBC-83</link>
                <project id="10050" key="PYCBC">Couchbase Python Client Library</project>
                        <description>&lt;a href=&quot;http://www.couchbase.com/forums/thread/reporting-issue-python-client-bucket-viewoptions-needs-encode-options&quot;&gt;http://www.couchbase.com/forums/thread/reporting-issue-python-client-bucket-viewoptions-needs-encode-options&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
During querying a view, if the option is not encoded, it generates an error.&lt;br/&gt;
Example:&lt;br/&gt;
bucket.view(&amp;quot;_design/beer/_view/by_name&amp;quot;, limit=10, key=&amp;quot;##&amp;quot;)&lt;br/&gt;
The &amp;quot;##&amp;quot; characters generates:&lt;br/&gt;
&amp;quot;invalid UTF-8 JSON: {{error,insufficient_data},&amp;quot;[\&amp;quot;NONE&amp;quot;}&amp;quot;&lt;br/&gt;
The Couchbase Python client code should encode all the params in the client.py: view() method.&lt;br/&gt;
&lt;br/&gt;
Please follow up with the user who posted the issue on the forums once this issue is resolved.</description>
                <environment></environment>
            <key id="22595">PYCBC-83</key>
            <summary>Python client fails to encode view parameters</summary>
                <type id="1" iconUrl="http://www.couchbase.com/issues/images/icons/issuetypes/bug.png">Bug</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="mnunberg">Mark Nunberg</assignee>
                                <reporter username="mikew">Mike Wiederhold</reporter>
                        <labels>
                    </labels>
                <created>Sat, 9 Feb 2013 20:20:58 -0600</created>
                <updated>Fri, 26 Apr 2013 20:11:00 -0500</updated>
                                    <version>0.8.0</version>
                                <fixVersion>0.8.1</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>8714</customfieldvalue>
                </customfieldvalues>
            </customfield>
                                                                                                            </customfields>
    </item>

<item>
            <title>[PYCBC-72] requests.get should always use auth=</title>
                <link>http://www.couchbase.com/issues/browse/PYCBC-72</link>
                <project id="10050" key="PYCBC">Couchbase Python Client Library</project>
                        <description>Multi-bucket usecases fail when authentication to bucket is invalid.  &lt;br/&gt;
&lt;br/&gt;
Here auth is set correctly:&lt;br/&gt;
&lt;a href=&quot;https://github.com/couchbase/couchbase-python-client/blob/master/couchbase/rest_client.py#L293&quot;&gt;https://github.com/couchbase/couchbase-python-client/blob/master/couchbase/rest_client.py#L293&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
but missing here:&lt;br/&gt;
&lt;a href=&quot;https://github.com/couchbase/couchbase-python-client/blob/master/couchbase/couchbaseclient.py#L349&quot;&gt;https://github.com/couchbase/couchbase-python-client/blob/master/couchbase/couchbaseclient.py#L349&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
&lt;a href=&quot;https://github.com/couchbase/couchbase-python-client/blob/master/couchbase/rest_client.py#L177&quot;&gt;https://github.com/couchbase/couchbase-python-client/blob/master/couchbase/rest_client.py#L177&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
</description>
                <environment></environment>
            <key id="20838">PYCBC-72</key>
            <summary>requests.get should always use auth=</summary>
                <type id="1" iconUrl="http://www.couchbase.com/issues/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="2" iconUrl="http://www.couchbase.com/issues/images/icons/priorities/critical.png">Critical</priority>
                    <status id="6" iconUrl="http://www.couchbase.com/issues/images/icons/statuses/closed.png">Closed</status>
                    <resolution id="4">Incomplete</resolution>
                    <security id="10011">Public</security>
                        <assignee username="mnunberg">Mark Nunberg</assignee>
                                <reporter username="tommie">Tommie McAfee</reporter>
                        <labels>
                        <label>system-test</label>
                    </labels>
                <created>Mon, 19 Nov 2012 14:08:04 -0600</created>
                <updated>Thu, 2 May 2013 11:24:35 -0500</updated>
                    <resolved>Thu, 2 May 2013 11:24:35 -0500</resolved>
                            <version>0.8.0</version>
                                <fixVersion>0.8.1</fixVersion>
                                <component>library</component>
                                <votes>0</votes>
                        <watches>0</watches>
                                                    <comments>
                    <comment id="56935" author="mnunberg" created="Thu, 2 May 2013 11:24:35 -0500"  >Using libcouchbase for this now</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                                                                                                                                                    <customfield id="customfield_10081" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Rank</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>9658</customfieldvalue>
                </customfieldvalues>
            </customfield>
                                                                                    <customfield id="customfield_10181" key="com.atlassian.jira.ext.charting:timeinstatus">
                <customfieldname>Time In Status</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                </customfields>
    </item>
</channel>
</rss>