summaryrefslogtreecommitdiffstats
path: root/src/pybind/rados/rados.pyx (follow)
Commit message (Expand)AuthorAgeFilesLines
* pybind/rados: fix the incorrect order of offset,length in WriteOp.zeroWang Chao2024-11-051-1/+1
* Merge pull request #49486 from ifed01/wip-ifed-fix-rados-pybindIgor Fedotov2023-11-021-8/+8
|\
| * pybind/rados: fix missed changes for PEP484 style type annotationsIgor Fedotov2022-12-161-8/+8
* | pybind/rados: enable alternate types for key namesPatrick Donnelly2023-06-071-14/+25
* | pybind/rados: add ConnectionShutdown exception classRamana Raja2023-05-081-0/+9
|/
* pybind/rados: fix typo in get_stats documentationVille Ojamo2022-05-021-1/+1
* pybind: add wrapper for rados_write_op_omap_cmpSandy Kaur2021-10-191-0/+25
* pybind/rados: don't close watch in dealloc if already closedTim Serong2021-09-091-0/+2
* pybind/rados: Document that timeout arg is ignored by connectLee Yarwood2021-04-201-0/+2
* Merge pull request #39740 from tchaikov/wip-pybind-rtypeKefu Chai2021-03-071-31/+28
|\
| * pybind/rados: use type annotation for rtype docstringKefu Chai2021-02-281-31/+28
* | pybind: make the binding aware about rados_nobjects_list_next2().Radoslaw Zarzynski2021-02-051-4/+8
|/
* Merge pull request #38543 from zjcmszh/cmpext_opKefu Chai2021-01-111-0/+34
|\
| * pybind/rados: add ReadOp::cmpext()zhangjiao2021-01-081-0/+13
| * pybind/rados:add WriteOp::cmpext()zhangjiao2021-01-081-0/+21
* | pybind/rados: correct annotation of {mon,pg,osd}_commandKefu Chai2021-01-011-3/+3
|/
* pybind/rados: use stub implementations when building documentKefu Chai2020-12-051-1/+4
* pybind/rados: extract non-shared interface definitions into c_rados.pxdKefu Chai2020-12-051-303/+1
* Merge pull request #38400 from tchaikov/wip-pybind-use-non-deprecated-functionsKefu Chai2020-12-051-4/+4
|\
| * pybind/rados: use rados_set_pool_full_try instead of the deprecated oneKefu Chai2020-12-021-4/+4
* | Merge pull request #37631 from zjcmszh/aio_setxattrKefu Chai2020-12-041-0/+57
|\ \ | |/ |/|
| * pybind/rados: add remove_omap_range2()zhangjiao2020-11-091-0/+21
| * pybind/rados: add aio_setxattr()zhangjiao2020-11-061-0/+36
* | Merge pull request #37630 from zjcmszh/aio_rmxattrKefu Chai2020-11-151-0/+32
|\ \
| * | pybind/rados: add Ioctx::aio_rmxattr()zhangjiao2020-11-061-0/+32
| |/
* | pybind/rados: correct the declarations of C APIsKefu Chai2020-10-141-2/+2
* | pybind/rados: add more type hintingsKefu Chai2020-10-141-34/+34
|/
* Merge pull request #36234 from vshankar/wip-rados-pybind-aio-notifyKefu Chai2020-10-041-3/+63
|\
| * pybind/rados: introduce aio_notify() python bindingVenky Shankar2020-09-171-3/+63
* | pybind/rados: add more type hintingsKefu Chai2020-09-121-16/+16
|/
* pybind/rados: do not encode bytesKefu Chai2020-09-111-3/+0
* pybind/rados: define unicode aliasKefu Chai2020-09-111-0/+2
* pybind/rados: drop redundant type in docstringKefu Chai2020-09-111-181/+2
* pybind: s/unicode/str/Kefu Chai2020-09-111-2/+2
* pybind/rados: use PEP484 style type annotationsKefu Chai2020-09-111-409/+338
* pybind/ceph_argparse.py: pass a str not a list to mon_command()Kefu Chai2020-09-111-6/+6
* pybind/rados: construct cmd as an array of a single entryKefu Chai2020-09-111-7/+6
* pybind/rados: add type annotations to Rados.mon_command()Kefu Chai2020-09-111-0/+1
* pybind/rados: add Iocxt::aio_cmpext()zhangjiao2020-08-291-1/+41
* blacklist -> blocklistSage Weil2020-08-241-6/+6
* pybind: add special values for not reading conffileKefu Chai2020-07-051-6/+12
* pybind: drop py2 supportKefu Chai2020-07-051-62/+55
* pybind/rados: add Ioctx:cmpext()zhangjiao2020-04-251-0/+35
* Merge pull request #33715 from trociny/wip-pybind-rados-watchKefu Chai2020-04-131-5/+199
|\
| * pybind/rados: don't try to close watch in dealoc if rados not connectedMykola Golub2020-03-121-0/+1
| * pybind/rados: add watch object bindingsMykola Golub2020-03-121-2/+185
| * pybind/rados: add Ioctx dup methodMykola Golub2020-03-111-3/+13
* | pybind: s/xrange/range/Kefu Chai2020-04-071-2/+2
|/
* Merge pull request #31829 from zjcmszh/xattrsKefu Chai2019-12-261-0/+32
|\
| * test/pybind/test_rados.py: add WriteOp::rm_xattr() and test rm_xattr()zhangjiao2019-12-181-1/+15