<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libgfapi-python.git/doc, branch v1.0</title>
<subtitle>[no description]</subtitle>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/libgfapi-python.git/'/>
<entry>
<title>Expose glfs_readdirplus_r</title>
<updated>2016-06-29T18:42:07+00:00</updated>
<author>
<name>Prashanth Pai</name>
<email>ppai@redhat.com</email>
</author>
<published>2016-06-13T10:25:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/libgfapi-python.git/commit/?id=b46451d02d2660cdf46338b2e535467bf39e5164'/>
<id>b46451d02d2660cdf46338b2e535467bf39e5164</id>
<content type='text'>
This patch does the following:
* Implements Volume.listdir_with_stat() API which internally invokes
  glfs_readdirplus_r to return directory entries along with stat for
  each entry.
* Implements Volume.scandir() which is similar to os.scandir() present
  in Python 3.5
* Makes Dir class iterable.
* Enables Dir class to raise OSError when glfs_readdir* calls fail.
  Previously, these failures were silently being ignored and treated as
  a case of EOF.

Change-Id: Id918c39a7ef3882553e9bcd3fbf9455ee1c25a83
Signed-off-by: Prashanth Pai &lt;ppai@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch does the following:
* Implements Volume.listdir_with_stat() API which internally invokes
  glfs_readdirplus_r to return directory entries along with stat for
  each entry.
* Implements Volume.scandir() which is similar to os.scandir() present
  in Python 3.5
* Makes Dir class iterable.
* Enables Dir class to raise OSError when glfs_readdir* calls fail.
  Previously, these failures were silently being ignored and treated as
  a case of EOF.

Change-Id: Id918c39a7ef3882553e9bcd3fbf9455ee1c25a83
Signed-off-by: Prashanth Pai &lt;ppai@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Add troubleshooting section</title>
<updated>2016-06-17T07:11:31+00:00</updated>
<author>
<name>Prashanth Pai</name>
<email>ppai@redhat.com</email>
</author>
<published>2016-06-17T06:38:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/libgfapi-python.git/commit/?id=0eb0cac0bf027f17439ada98b64fb923717bb14c'/>
<id>0eb0cac0bf027f17439ada98b64fb923717bb14c</id>
<content type='text'>
* Mention glusterfs versions which requires additional steps to allow
  non-root users to mount the volume.
* Add note on tested platform and python versions.
* Remove TODOs and add them as issues on GitHub

Change-Id: I36a63ff2b9f98de82c2fd58542584565dab7dda0
Signed-off-by: Prashanth Pai &lt;ppai@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Mention glusterfs versions which requires additional steps to allow
  non-root users to mount the volume.
* Add note on tested platform and python versions.
* Remove TODOs and add them as issues on GitHub

Change-Id: I36a63ff2b9f98de82c2fd58542584565dab7dda0
Signed-off-by: Prashanth Pai &lt;ppai@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Document mounting as non-root user</title>
<updated>2016-06-16T11:55:55+00:00</updated>
<author>
<name>Prashanth Pai</name>
<email>ppai@redhat.com</email>
</author>
<published>2016-06-16T11:55:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/libgfapi-python.git/commit/?id=072425454c76c9d37b436a91d3d64a953adff92c'/>
<id>072425454c76c9d37b436a91d3d64a953adff92c</id>
<content type='text'>
Change-Id: I58baf2b6b24bf07707be133508b5d1213744562e
Signed-off-by: Prashanth Pai &lt;ppai@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I58baf2b6b24bf07707be133508b5d1213744562e
Signed-off-by: Prashanth Pai &lt;ppai@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve sphinx rendering on RTD</title>
<updated>2016-06-10T10:17:47+00:00</updated>
<author>
<name>Prashanth Pai</name>
<email>ppai@redhat.com</email>
</author>
<published>2016-06-10T10:17:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/libgfapi-python.git/commit/?id=759471ddcd76306b952bb2ee28f211afc9e24f3a'/>
<id>759471ddcd76306b952bb2ee28f211afc9e24f3a</id>
<content type='text'>
Change-Id: I646b5d26bca6d4f0123c1b2140f80f24d268568e
Signed-off-by: Prashanth Pai &lt;ppai@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I646b5d26bca6d4f0123c1b2140f80f24d268568e
Signed-off-by: Prashanth Pai &lt;ppai@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in documentation</title>
<updated>2016-06-09T12:41:19+00:00</updated>
<author>
<name>Prashanth Pai</name>
<email>ppai@redhat.com</email>
</author>
<published>2016-06-09T12:41:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/libgfapi-python.git/commit/?id=2de0f31c04b588098eaaabe8dc19b961bfd83d0b'/>
<id>2de0f31c04b588098eaaabe8dc19b961bfd83d0b</id>
<content type='text'>
Change-Id: Ic6bcde358e718ef6cab3b37f1a318d2cada6e97f
Signed-off-by: Prashanth Pai &lt;ppai@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ic6bcde358e718ef6cab3b37f1a318d2cada6e97f
Signed-off-by: Prashanth Pai &lt;ppai@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Revamp and complete API documentation</title>
<updated>2016-06-09T11:03:13+00:00</updated>
<author>
<name>Prashanth Pai</name>
<email>ppai@redhat.com</email>
</author>
<published>2016-06-09T09:49:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/libgfapi-python.git/commit/?id=f7f2dafb1e3d09017de6968a2a553d3e8b6c765c'/>
<id>f7f2dafb1e3d09017de6968a2a553d3e8b6c765c</id>
<content type='text'>
Created .rst files that sphinx can use to auto-generate entire
API documentation from doc strings present in code. This can be easily
rendered and hosted on ReadTheDocs website.

Change-Id: If1a569bdeaaba21919ac77ba8bd4967dfec22603
Signed-off-by: Prashanth Pai &lt;ppai@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Created .rst files that sphinx can use to auto-generate entire
API documentation from doc strings present in code. This can be easily
rendered and hosted on ReadTheDocs website.

Change-Id: If1a569bdeaaba21919ac77ba8bd4967dfec22603
Signed-off-by: Prashanth Pai &lt;ppai@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "functests: Change default host name to localhost"</title>
<updated>2016-02-18T06:39:26+00:00</updated>
<author>
<name>Humble Devassy Chirammal</name>
<email>humble.devassy@gmail.com</email>
</author>
<published>2016-02-18T06:39:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/libgfapi-python.git/commit/?id=0f81a9205f645eb9a0eb0f2d21dd31e2cf7bbddc'/>
<id>0f81a9205f645eb9a0eb0f2d21dd31e2cf7bbddc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>functests: Change default host name to localhost</title>
<updated>2015-09-16T08:58:44+00:00</updated>
<author>
<name>Prashanth Pai</name>
<email>ppai@redhat.com</email>
</author>
<published>2015-06-22T08:59:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/libgfapi-python.git/commit/?id=f99520e231fee40ef29c866ddd3ea5eef538d3b0'/>
<id>f99520e231fee40ef29c866ddd3ea5eef538d3b0</id>
<content type='text'>
Without this change, user (developer) will have to modify test.conf
(tracked by git) every time he has to run functional tests or has to
edit /etc/hosts and add entry for 'gfshost'

Change-Id: I6d41a657b0cae614513e2925e73138da46ddaf04
Signed-off-by: Prashanth Pai &lt;ppai@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without this change, user (developer) will have to modify test.conf
(tracked by git) every time he has to run functional tests or has to
edit /etc/hosts and add entry for 'gfshost'

Change-Id: I6d41a657b0cae614513e2925e73138da46ddaf04
Signed-off-by: Prashanth Pai &lt;ppai@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>updated dev guide to tell users to update their test.conf file</title>
<updated>2015-07-20T18:13:31+00:00</updated>
<author>
<name>Zandrr</name>
<email>campbellalex11@gmail.com</email>
</author>
<published>2015-06-28T13:21:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/libgfapi-python.git/commit/?id=04dce5c481d9125d68f9213978ec43c28635a871'/>
<id>04dce5c481d9125d68f9213978ec43c28635a871</id>
<content type='text'>
Change-Id: I86176486ad729b2dec16c60cddbd803354cc64bb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I86176486ad729b2dec16c60cddbd803354cc64bb
</pre>
</div>
</content>
</entry>
<entry>
<title>Correcting the project url in README</title>
<updated>2015-02-24T11:25:36+00:00</updated>
<author>
<name>Humble Chirammal</name>
<email>hchiramm@redhat.com</email>
</author>
<published>2015-02-24T11:23:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/libgfapi-python.git/commit/?id=3e49b6b69889ffc658bb49a9e6a799a3b2147f75'/>
<id>3e49b6b69889ffc658bb49a9e6a799a3b2147f75</id>
<content type='text'>
Change-Id: I89224d961cba538bc732682e64f0658e5b5e7d80
Signed-off-by: Humble Chirammal &lt;hchiramm@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I89224d961cba538bc732682e64f0658e5b5e7d80
Signed-off-by: Humble Chirammal &lt;hchiramm@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
