summaryrefslogtreecommitdiffstats
path: root/src/pybind (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15601 from liewegas/wip-no-restful-certSage Weil2017-06-222-8/+94
|\
| * pybind/mgr/restful: add 'restful restart' commandSage Weil2017-06-221-0/+13
| * pybind/mgr/restful: remove default path names for the certSage Weil2017-06-211-2/+2
| * pybind/mgr/restful: do not start if no certificate is configuredSage Weil2017-06-211-0/+7
| * restful: Introduce create-self-signed-cert commandBoris Ranto2017-06-211-4/+66
| * pybind/mgr/restful: remove default of 127.0.0.1Sage Weil2017-06-201-1/+3
| * pybind/mgr/dashboard: remove default of 127.0.0.1Sage Weil2017-06-201-1/+3
* | Merge pull request #15757 from runsisi/wip-image-tsJason Dillaman2017-06-221-0/+13
|\ \
| * | pybind/rbd: add support for image create timestamprunsisi2017-06-201-0/+13
* | | Merge pull request #13683 from liewegas/wip-crush-rulesetsSage Weil2017-06-213-24/+2
|\ \ \
| * | | crush: simplify osd_pool_default_crush_rule configSage Weil2017-06-203-24/+2
| |/ /
* | | Merge pull request #15255 from david-z/wip-mgr-fsstatusJohn Spray2017-06-211-2/+2
|\ \ \ | |_|/ |/| |
| * | pybind/mgr/fsstatus: use mds_mem.dn as dentry counterZhi Zhang2017-05-241-2/+2
* | | Merge pull request #15709 from jcsp/wip-dashboard-loglastSage Weil2017-06-202-14/+67
|\ \ \ | |_|/ |/| |
| * | mgr/dashboard: split out audit log messages in UIJohn Spray2017-06-152-11/+34
| * | mgr/dashboard: load log lines on startup, separate auditJohn Spray2017-06-151-3/+33
* | | Merge pull request #15706 from tchaikov/wip-20115Sage Weil2017-06-161-3/+18
|\ \ \
| * | | ceph-rest-api: be more tolerant on network failureKefu Chai2017-06-151-3/+18
* | | | Merge pull request #15668 from Liuchang0812/wip-fix-mgr-dashboardKefu Chai2017-06-161-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | mgr/dashboard: fix type error in get_rate functionliuchang08122017-06-131-1/+1
| |/ /
* | | pybind/mgr/restful: return 400 on bad requestKefu Chai2017-06-151-1/+5
* | | pybind/mgr/restful: use list to pass hooks to create a `Pecan` instanceKefu Chai2017-06-151-1/+1
|/ /
* | Merge pull request #15574 from dillaman/wip-20223Mykola Golub2017-06-101-0/+2
|\ \
| * | pybind/rbd: OSError should be picklableJason Dillaman2017-06-081-0/+2
* | | pybind/mgr/dashboard: monkeypatch os.exit to stop cherrypy from taking down mgrSage Weil2017-06-091-0/+6
* | | pybind/mgr/dashboard: get_localized_config for server_{addr,port}Sage Weil2017-06-081-2/+2
* | | pybind/mgr/restful: store each key+pass in a separate keySage Weil2017-06-081-5/+13
* | | pybind/mgr/restful: prefix commands with 'restful'Sage Weil2017-06-082-7/+7
* | | mgr: add get_config_prefixSage Weil2017-06-081-0/+9
* | | pybind/mgr/restful: localize key/crt keysSage Weil2017-06-081-6/+11
* | | mgr/PyState: add get_mgr_id() to module interfaceSage Weil2017-06-081-0/+8
* | | pybind/mgr/restful: all crt/key or filename in config-keySage Weil2017-06-081-5/+26
* | | mgr/dashboard: remove confusing SyncObject stuffJohn Spray2017-06-082-50/+23
* | | mgr/dashboard: fix server view on funny version formatJohn Spray2017-06-081-4/+11
* | | mgr/dashboard: fix error handling in remote_view_cacheJohn Spray2017-06-081-8/+7
* | | mgr/dashboard: keep a global librados instanceJohn Spray2017-06-081-0/+31
|/ /
* | pybind/rbd: module should depend on librbd not rbd CLIJason Dillaman2017-06-071-1/+1
* | Merge pull request #15500 from liewegas/wip-20135Sage Weil2017-06-061-2/+2
|\ \
| * | pybind/ceph_argparse: fix no arg checkSage Weil2017-06-061-2/+2
* | | Merge pull request #15415 from dillaman/wip-rbd-valgrindMykola Golub2017-06-061-0/+4
|\ \ \
| * | | librbd: fix valgrind memcheck errorsJason Dillaman2017-06-021-0/+4
* | | | Merge pull request #15429 from jcsp/wip-nuke-restSage Weil2017-06-0528-3599/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | pybind: remove 'rest' moduleJohn Spray2017-06-0228-3599/+2
| |/ /
* | | pybind: support mon target, and clean up toolliuchang08122017-06-051-1/+5
* | | Merge pull request #15395 from liewegas/wip-log-entitySage Weil2017-06-022-0/+43
|\ \ \ | |/ / |/| |
| * | pybind/rados: add monitor_log2Sage Weil2017-05-312-0/+43
* | | Merge pull request #15282 from david-z/wip-fix-mantleJohn Spray2017-06-011-2/+2
|\ \ \
| * | | Pass empty string to clear mantle balancerZhi Zhang2017-05-261-2/+2
| | |/ | |/|
* | | Merge pull request #14457 from ceph/wip-rest-flaskSage Weil2017-06-0114-0/+1352
|\ \ \ | |_|/ |/| |
| * | restful: Add pagination supportBoris Ranto2017-05-222-1/+36