summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge "Modify ceilometer client cmd line help info"1.0.9Jenkins2014-01-281-2/+2
|\
| * Modify ceilometer client cmd line help infoJia Dong2014-01-281-2/+2
* | Merge "Remove unused import for print_function"Jenkins2014-01-281-2/+0
|\ \
| * | Remove unused import for print_functionZhiQiang Fan2014-01-281-2/+0
| |/
* | Merge "Update client to display data type of traits"Jenkins2014-01-283-7/+37
|\ \
| * | Update client to display data type of traitsJohn Herndon2014-01-243-7/+37
* | | Merge "Raise traceback on error when using CLI and -debug"Jenkins2014-01-282-3/+30
|\ \ \ | |_|/ |/| |
| * | Raise traceback on error when using CLI and -debugChmouel Boudjnah2014-01-192-3/+30
* | | Merge "Remove ununsed httplib2 requirement"Jenkins2014-01-273-9/+0
|\ \ \
| * | | Remove ununsed httplib2 requirementChmouel Boudjnah2014-01-273-9/+0
* | | | Merge "Remove print debugs statements."Jenkins2014-01-271-4/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Remove print debugs statements.Chmouel Boudjnah2014-01-181-4/+0
| |/ /
* | | Merge "return sample info when creating sample with CLI"Jenkins2014-01-272-1/+70
|\ \ \
| * | | return sample info when creating sample with CLIls11752014-01-232-1/+70
* | | | Merge "Using common methods from oslo cliutils"Jenkins2014-01-272-27/+15
|\ \ \ \
| * | | | Using common methods from oslo cliutilsJia Dong2014-01-242-27/+15
* | | | | Merge "Fix typos picked up by misspellings"Jenkins2014-01-272-2/+2
|\ \ \ \ \
| * | | | | Fix typos picked up by misspellingsZhiQiang Fan2014-01-232-2/+2
* | | | | | Merge "Avoid discarding alarm-threshold-create --query option"Jenkins2014-01-243-3/+55
|\ \ \ \ \ \
| * | | | | | Avoid discarding alarm-threshold-create --query optionEoghan Glynn2014-01-233-3/+55
| |/ / / / /
* | | | | | Merge "Enable hacking H233 rule"Jenkins2014-01-241-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Enable hacking H233 ruleZhiQiang Fan2014-01-231-1/+1
| | |_|/ / | |/| | |
* | | | | Merge "Add support for groupby in statistics for API v2"Jenkins2014-01-243-3/+62
|\ \ \ \ \
| * | | | | Add support for groupby in statistics for API v2Enol Fernandez2014-01-173-3/+62
* | | | | | Merge "Replace inheritance hierarchy with composition"Jenkins2014-01-243-20/+21
|\ \ \ \ \ \
| * | | | | | Replace inheritance hierarchy with compositionAndrey Kurilin2014-01-153-20/+21
* | | | | | | Merge "abbreviating --meter-name to -m in alarm commands"Jenkins2014-01-241-4/+4
|\ \ \ \ \ \ \
| * | | | | | | abbreviating --meter-name to -m in alarm commandsls11752014-01-131-4/+4
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge "Using common method 'bool_from_string' from oslo strutils"Jenkins2014-01-242-11/+8
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Using common method 'bool_from_string' from oslo strutilsllg82122014-01-222-11/+8
| | |_|_|/ / | |/| | | |
* | | | | | Merge "replace assertTrue(isinstance) to assertIsInstance"Jenkins2014-01-231-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | replace assertTrue(isinstance) to assertIsInstancels11752014-01-181-1/+1
| | |_|/ / | |/| | |
* | | | | Merge "Remove dependencies on pep8, pyflakes and flake8"Jenkins2014-01-191-4/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove dependencies on pep8, pyflakes and flake8Dirk Mueller2014-01-161-4/+1
| | |_|/ | |/| |
* | | | Merge "fix optional parameter of creating sample"Jenkins2014-01-171-1/+1
|\ \ \ \
| * | | | fix optional parameter of creating samplels11752014-01-141-1/+1
* | | | | Merge "Remove unused imports"Jenkins2014-01-161-3/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Remove unused importsWu Wenxiang2014-01-111-3/+0
| | |/ / | |/| |
* | | | Merge "Supports bash_completion for ceilometerclient"Jenkins2014-01-152-0/+56
|\ \ \ \
| * | | | Supports bash_completion for ceilometerclientZhiQiang Fan2013-12-232-0/+56
| | |/ / | |/| |
* | | | Merge "client looking at wrong cacert argument name"Jenkins2014-01-151-1/+1
|\ \ \ \
| * | | | client looking at wrong cacert argument nameGordon Chung2014-01-061-1/+1
| |/ / /
* | | | Merge "Python 3: fix test_sample_list"Jenkins2014-01-151-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Python 3: fix test_sample_listCyril Roelandt2014-01-101-3/+3
| |/ /
* | | Support the Event APIJohn Herndon2014-01-1018-35/+692
| |/ |/|
* | Merge "Use Resource() class from common Oslo code"Jenkins2014-01-101-51/+2
|\ \
| * | Use Resource() class from common Oslo codeekudryashova2014-01-081-51/+2
| |/
* | Fix the ceilometerlient log curl request incorrectlyls11752013-12-201-1/+1
|/
* Python 3: use six.moves.zip() rather than itertools.izip()Cyril Roelandt2013-12-191-2/+1
* Merge "Display message on HTTP 400"Jenkins2013-12-173-4/+66
|\