| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | Replace 'MagicMock' with 'Mock' | qtang | 2016-09-14 | 29 | -63/+63 | |
| | |/ / / / / |/| | | | | | ||||||
| * | | | | | | Support fetching network project default quota | Rui Chen | 2016-09-13 | 2 | -0/+20 | |
| | |_|_|_|/ |/| | | | | ||||||
| * | | | | | Merge "Display hypervisor information without uptime" | Jenkins | 2016-09-12 | 1 | -0/+70 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Display hypervisor information without uptime | Hironori Shiina | 2016-09-11 | 1 | -0/+70 | |
| * | | | | | | Merge "Fix regular expression for uptime in hypervisor show" | Jenkins | 2016-09-12 | 1 | -0/+8 | |
| |\ \ \ \ \ \ | |/ / / / / | ||||||
| | * | | | | | Fix regular expression for uptime in hypervisor show | Hironori Shiina | 2016-09-11 | 1 | -0/+8 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge "Set quota "per_volume_gigabytes", "backup_gigabytes" and "backups"" | Jenkins | 2016-09-12 | 1 | -0/+22 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Set quota "per_volume_gigabytes", "backup_gigabytes" and "backups" | Rui Chen | 2016-09-12 | 1 | -0/+22 | |
| * | | | | | | Merge "Add functional tests for unset multiple volume type props" | Jenkins | 2016-09-12 | 2 | -0/+30 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Add functional tests for unset multiple volume type props | Rui Chen | 2016-09-12 | 2 | -0/+30 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge "Trivial: Rename ListTransferRequests to ListTransferRequest" | Jenkins | 2016-09-12 | 2 | -2/+2 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Trivial: Rename ListTransferRequests to ListTransferRequest | Tang Chen | 2016-09-12 | 2 | -2/+2 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge "Unit tests of quota command refactor" | Jenkins | 2016-09-12 | 2 | -44/+112 | |
| |\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| | * | | | | | Unit tests of quota command refactor | Rui Chen | 2016-09-12 | 2 | -44/+112 | |
| | |/ / / / | ||||||
| * | | | | | Merge "remove duplicate unit test" | Jenkins | 2016-09-12 | 1 | -286/+0 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | remove duplicate unit test | Steve Martinelli | 2016-09-10 | 1 | -286/+0 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge "Add unit test for volume type in volume v1" | Jenkins | 2016-09-12 | 2 | -0/+421 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | Add unit test for volume type in volume v1 | Huanxuan Ao | 2016-09-11 | 2 | -0/+421 | |
| * | | | | Implement "volume transfer request delete" command | Huanxuan Ao | 2016-09-11 | 6 | -0/+348 | |
| * | | | | Implement "volume transfer request create" command | Huanxuan Ao | 2016-09-11 | 4 | -6/+152 | |
| |/ / / | ||||||
| * | | | Merge "Error handling of multi REST API calls for "snapshot set" command" | Jenkins | 2016-09-11 | 1 | -0/+49 | |
| |\ \ \ | ||||||
| | * | | | Error handling of multi REST API calls for "snapshot set" command | Huanxuan Ao | 2016-09-11 | 1 | -0/+49 | |
| | |/ / | ||||||
| * | | | Merge "Add "--limit" and "--marker" options to "volume list" command" | Jenkins | 2016-09-11 | 2 | -0/+112 | |
| |\ \ \ | ||||||
| | * | | | Add "--limit" and "--marker" options to "volume list" command | Huanxuan Ao | 2016-09-11 | 2 | -0/+112 | |
| | |/ / | ||||||
| * | | | Support error handling for delete commands in volume v1 | Huanxuan Ao | 2016-09-11 | 3 | -15/+321 | |
| |/ / | ||||||
| * | | unwedge the gate | Steve Martinelli | 2016-09-09 | 1 | -4/+4 | |
| |/ | ||||||
| * | move all functional tests to tests module | Steve Martinelli | 2016-09-09 | 79 | -0/+4653 | |
| * | move unit tests to new "unit" test module | Steve Martinelli | 2016-09-08 | 125 | -205/+491 | |
| * | Merge "format token expires time to prevent json loading datetime data" | Jenkins | 2016-09-08 | 4 | -7/+7 | |
| |\ | ||||||
| | * | format token expires time to prevent json loading datetime data | Steve Martinelli | 2016-09-05 | 4 | -7/+7 | |
| * | | Merge "Add Subnet service-types to subnets" | Jenkins | 2016-09-08 | 2 | -2/+93 | |
| |\ \ | ||||||
| | * | | Add Subnet service-types to subnets | Brian Haley | 2016-08-19 | 2 | -2/+93 | |
| * | | | Merge "Clean up FakeClient classes in volume fakes" | Jenkins | 2016-09-06 | 6 | -78/+10 | |
| |\ \ \ | ||||||
| | * | | | Clean up FakeClient classes in volume fakes | Huanxuan Ao | 2016-08-23 | 6 | -78/+10 | |
| * | | | | Merge "Use assertIn(A, B) instead of assertTrue(A in B )" | Jenkins | 2016-09-06 | 2 | -8/+8 | |
| |\ \ \ \ | ||||||
| | * | | | | Use assertIn(A, B) instead of assertTrue(A in B ) | Bin Zhou | 2016-09-02 | 2 | -8/+8 | |
| | | |_|/ | |/| | | ||||||
| * | | | | Merge "Add "volume service set" command" | Jenkins | 2016-09-06 | 2 | -0/+290 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Add "volume service set" command | Huanxuan Ao | 2016-08-17 | 2 | -0/+290 | |
| * | | | | Rearrange integration tests | Dean Troyer | 2016-08-31 | 5 | -195/+411 | |
| * | | | | Fix auth prompt brokenness | Dean Troyer | 2016-08-29 | 1 | -0/+58 | |
| | |/ / |/| | | ||||||
| * | | | Merge "Integ test cleanup" | Jenkins | 2016-08-21 | 1 | -42/+91 | |
| |\ \ \ | ||||||
| | * | | | Integ test cleanup | Dean Troyer | 2016-08-18 | 1 | -42/+91 | |
| * | | | | Merge "Fix errors in volume set/unset image properties unit tests" | Jenkins | 2016-08-19 | 1 | -3/+3 | |
| |\ \ \ \ | ||||||
| | * | | | | Fix errors in volume set/unset image properties unit tests | Huanxuan Ao | 2016-08-11 | 1 | -3/+3 | |
| * | | | | | Merge "Add support for domain specific roles" | Jenkins | 2016-08-18 | 3 | -3/+336 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | Add support for domain specific roles | Henry Nash | 2016-08-10 | 3 | -3/+336 | |
| | |/ / / | ||||||
| * | | | | Merge "Add shell integration test" | Jenkins | 2016-08-18 | 1 | -0/+561 | |
| |\ \ \ \ | ||||||
| | * | | | | Add shell integration test | Dean Troyer | 2016-08-18 | 1 | -0/+561 | |
| * | | | | | Fix up last-minute imports to use osc-lib | Dean Troyer | 2016-08-18 | 1 | -1/+2 | |
| | |_|_|/ |/| | | | ||||||
| * | | | | Merge "Gate-unbreaking combo review" | Jenkins | 2016-08-18 | 2 | -74/+9 | |
| |\ \ \ \ | |/ / / | | | / | |_|/ |/| | | ||||||
