| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Support create volume from backup in client | TommyLike | 2017-12-07 | 2 | -2/+33 |
| * | Support list with 'with_count' in client | TommyLike | 2017-12-05 | 2 | -2/+29 |
| * | Merge "Add cluster support in migration and manage" | Zuul | 2017-12-01 | 4 | -15/+184 |
| |\ | |||||
| | * | Add cluster support in migration and manage | Gorka Eguileor | 2017-10-03 | 4 | -15/+184 |
| * | | Merge "Remove unused attribute when updating quota_class" | Zuul | 2017-11-02 | 2 | -5/+2 |
| |\ \ | |||||
| | * | | Remove unused attribute when updating quota_class | TommyLike | 2017-08-18 | 2 | -5/+2 |
| * | | | Merge "Fix OS_AUTH_TYPE env var usage" | Zuul | 2017-10-19 | 1 | -0/+20 |
| |\ \ \ | |||||
| | * | | | Fix OS_AUTH_TYPE env var usage | Gorka Eguileor | 2017-08-04 | 1 | -0/+20 |
| * | | | | Use generic user for both zuul v2 and v3 | Nam Nguyen Hoai | 2017-10-17 | 1 | -3/+3 |
| * | | | | Merge "Add api_version_wraps to attachment-complete" | Jenkins | 2017-10-08 | 3 | -6/+91 |
| |\ \ \ \ | |_|_|/ |/| | | | |||||
| | * | | | Add api_version_wraps to attachment-complete | j-griffith | 2017-09-09 | 3 | -6/+91 |
| * | | | | Implement UserID in snapshot list response | j-griffith | 2017-09-21 | 1 | -0/+9 |
| * | | | | Implement metadata for backup create/update | j-griffith | 2017-09-09 | 1 | -0/+8 |
| |/ / / | |||||
| * | | | Merge "Fix attachment_id returned by create and show volume" | Jenkins | 2017-08-28 | 2 | -2/+20 |
| |\ \ \ | |||||
| | * | | | Fix attachment_id returned by create and show volume | Steve Noyes | 2017-08-28 | 2 | -2/+20 |
| * | | | | Enable F811, F821 | Eric Harney | 2017-08-23 | 2 | -2/+2 |
| |/ / / | |||||
| * | | | Fix method/module redefinition errors | Eric Harney | 2017-08-23 | 3 | -13/+2 |
| * | | | Merge "Enable H306" | Jenkins | 2017-08-22 | 29 | -34/+55 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | Enable H306 | Eric Harney | 2017-08-01 | 29 | -34/+55 |
| | |/ | |||||
| * | | Merge "Support skip-validation for quota update" | Jenkins | 2017-08-08 | 1 | -0/+29 |
| |\ \ | |||||
| | * | | Support skip-validation for quota update | wangxiyuan | 2017-07-18 | 1 | -0/+29 |
| * | | | Fix get_highest_client_server_version with Cinder API + uWSGI | Ivan Kolodyazhny | 2017-08-04 | 1 | -10/+6 |
| | |/ |/| | |||||
| * | | Merge "[Optimize] Adds interval and increase waiting time" | Jenkins | 2017-07-28 | 1 | -1/+2 |
| |\ \ | |||||
| | * | | [Optimize] Adds interval and increase waiting time | TommyLike | 2017-06-16 | 1 | -1/+2 |
| * | | | Merge "cinder show with attachments is a mess" | Jenkins | 2017-07-26 | 2 | -2/+4 |
| |\ \ \ | |||||
| | * | | | cinder show with attachments is a mess | John Griffith | 2017-07-03 | 2 | -2/+4 |
| * | | | | cinderclient might not return version for V2 API | j-griffith | 2017-07-26 | 2 | -0/+44 |
| * | | | | Merge "Handle AttributeError in _get_server_version_range" | Jenkins | 2017-07-26 | 1 | -0/+9 |
| |\ \ \ \ | |||||
| | * | | | | Handle AttributeError in _get_server_version_range | Matt Riedemann | 2017-05-31 | 1 | -0/+9 |
| * | | | | | Merge "Support volume summary command" | Jenkins | 2017-07-26 | 3 | -0/+21 |
| |\ \ \ \ \ | |||||
| | * | | | | | Support volume summary command | wangxiyuan | 2017-07-12 | 3 | -0/+21 |
| * | | | | | | Add cinder create --poll | Chaynika Saikia | 2017-07-24 | 3 | -1/+74 |
| * | | | | | | Fix highest version supported by client and server | Gorka Eguileor | 2017-07-19 | 1 | -7/+9 |
| * | | | | | | Fix reset state v3 unit tests failures | Gorka Eguileor | 2017-07-19 | 1 | -8/+38 |
| * | | | | | | Merge "Cinder attachment-* does not support names" | Jenkins | 2017-07-18 | 1 | -1/+23 |
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| | * | | | | | Cinder attachment-* does not support names | nidhimittalhada | 2017-07-13 | 1 | -1/+23 |
| | |/ / / / | |||||
| * | | | | | Remove consistencygroup quota | wangxiyuan | 2017-07-17 | 2 | -8/+0 |
| * | | | | | Merge "Add pagination for snapshots, backups" | Jenkins | 2017-07-12 | 2 | -1/+32 |
| |\ \ \ \ \ | |/ / / / |/| | | | | |||||
| | * | | | | Add pagination for snapshots, backups | Gerhard Muntingh | 2017-06-22 | 2 | -1/+32 |
| * | | | | | Dynamic log level support | Gorka Eguileor | 2017-07-10 | 3 | -0/+128 |
| * | | | | | Tiramisu: replication group support | xing-yang | 2017-05-05 | 3 | -0/+91 |
| * | | | | | Support revert to snapshot in client | TommyLike | 2017-05-04 | 3 | -0/+39 |
| |/ / / / | |||||
| * | | | | Unicode value support for "--filters" | Eric Harney | 2017-06-22 | 1 | -0/+5 |
| * | | | | Merge "Enabled like filter support in client" | Jenkins | 2017-06-21 | 1 | -0/+28 |
| |\ \ \ \ | |||||
| | * | | | | Enabled like filter support in client | TommyLike | 2017-06-21 | 1 | -0/+28 |
| | | |/ / | |/| | | |||||
| * | | | | Fix cmd options for updating a quota class | jeremy.zhang | 2017-06-20 | 3 | -9/+22 |
| * | | | | Merge "Fix PY2/PY3 specific error in testcases" | Jenkins | 2017-06-15 | 1 | -2/+2 |
| |\ \ \ \ | |_|_|/ |/| | | | |||||
| | * | | | Fix PY2/PY3 specific error in testcases | TommyLike | 2017-06-15 | 1 | -2/+2 |
| | |/ / | |||||
| * | | | Merge "Support list-volume for group show" | Jenkins | 2017-06-14 | 3 | -2/+30 |
| |\ \ \ | |||||
| | * | | | Support list-volume for group show | wangxiyuan | 2017-05-25 | 3 | -2/+30 |
