Commit Graph

  • 4cef2bf39a Merge "Revamp documentation, add module references" Jenkins 2014-08-30 20:01:51 +00:00
  • 8a01731d4e Verify alarm found before modifying Eric Pendergrass 2014-07-29 08:52:20 -07:00
  • 11134c5675 Merge "Check if the alarm has time constraints field before displaying" Jenkins 2014-08-28 18:40:33 +00:00
  • 69da9cd231 Revamp documentation, add module references Nejc Saje 2014-08-25 06:22:17 -04:00
  • 8eee7d0eca Check if the alarm has time constraints field before displaying Nejc Saje 2014-05-27 10:21:27 +00:00
  • a4b17adeed Updated from global requirements OpenStack Proposal Bot 2014-08-22 23:35:17 +00:00
  • 98127c4e40 Removed undefined method in install_env.py file Victor Morales 2014-08-20 22:35:36 -05:00
  • bbc6cba068 Merge "Replace assertTrue with assertIsNotNone for check an object" Jenkins 2014-08-12 18:42:16 +00:00
  • d60937d22f Merge "Updated from global requirements" Jenkins 2014-08-11 20:42:58 +00:00
  • f40ba19b75 Replace assertTrue with assertIsNotNone for check an object joey5678 2014-03-25 18:12:11 +08:00
  • 2ddcff4ee2 Add endpoint opt into auth_plugin Eugeniya Kudryashova 2014-08-08 18:21:42 +03:00
  • d50160a66e Updated from global requirements OpenStack Proposal Bot 2014-08-04 03:27:55 +00:00
  • 47934c777c Use HTTPClient from common Oslo code ekudryashova 2014-01-23 19:28:09 +02:00
  • 092eb66431 Update developer docs template Steve Martinelli 2014-07-24 16:42:37 -04:00
  • a69738679b Add doc/build to .gitignore Steve Martinelli 2014-07-24 15:47:43 -04:00
  • 2f6eb4308c Add docs job to tox.ini Steve Martinelli 2014-07-24 14:08:22 -04:00
  • 3a7616cd12 Merge "Avoid empty entity field in uri path" Jenkins 2014-07-24 12:32:23 +00:00
  • e90c3c4bdd Merge "Don't expose X-Auth-Token in ceilometer CLI" Jenkins 2014-07-23 19:47:08 +00:00
  • ead36aa221 Merge "Improve --debug logging output" Jenkins 2014-07-22 23:23:52 +00:00
  • e5048043e2 Don't expose X-Auth-Token in ceilometer CLI Zhi Kun Liu 2014-07-15 13:17:05 +08:00
  • d864c23aa8 Calculate a suitable column width for positional arguments Christian Berendt 2014-06-04 21:03:42 +02:00
  • 5c8a85e386 Use suitable assert liuqing 2014-07-09 00:17:33 +08:00
  • 617f7f87cb Improve --debug logging output liu-sheng 2014-06-24 09:20:49 +08:00
  • 7f3be27367 Merge "Update python-ceilometerclient to support Keystone V3 API" Jenkins 2014-06-27 00:25:49 +00:00
  • 6082ae31ed Update python-ceilometerclient to support Keystone V3 API Fabio Giannetti 2014-05-28 18:18:55 -07:00
  • 9f41025689 Merge "Fix alarm-threshold-update --query option" Jenkins 2014-06-25 00:19:59 +00:00
  • 3e0f363416 Merge "Add methods to resource classes" Jenkins 2014-06-24 18:40:19 +00:00
  • e5cd3b26b7 Updated from global requirements OpenStack Proposal Bot 2014-06-19 01:12:23 +00:00
  • 3ecf3f6a88 Merge "Provide explicit help string of resource-metadata" Jenkins 2014-06-18 21:54:01 +00:00
  • 998c72bd77 Fix the alarm history order shown to user Dina Belova 2014-06-18 18:27:04 +04:00
  • 67183f76b6 Provide explicit help string of resource-metadata liu-sheng 2014-06-04 10:46:44 +08:00
  • b8a3fe54c0 Add methods to resource classes Artur Svechnikov 2014-05-01 17:00:26 +04:00
  • 1ba3cd7641 Improve a bit query API Boris Pavlovic 2014-06-15 23:46:10 +04:00
  • 4862913edd Merge "Fix hacking rules: H302,H305,H307,H402" Jenkins 2014-06-14 07:41:09 +00:00
  • e1f6177f06 Merge "Updated from global requirements" Jenkins 2014-06-13 23:24:13 +00:00
  • c64bd268fc Merge "Remove © and remove unnecessary encoding lines" Jenkins 2014-06-12 04:27:34 +00:00
  • 55227d6d32 Fix hacking rules: H302,H305,H307,H402 ZhiQiang Fan 2014-06-11 16:32:20 +08:00
  • a69e5866f8 Updated from global requirements OpenStack Proposal Bot 2014-06-11 01:37:23 +00:00
  • 18342a412f Fix alarm-threshold-update --query option ZhiQiang Fan 2014-04-29 11:44:04 +08:00
  • 339b55c319 Merge "replace dict.iteritems() with six.iteritems(dict)" Jenkins 2014-06-10 04:12:50 +00:00
  • b08cbfeb31 Merge "use mock instead of try...finally" Jenkins 2014-06-10 04:12:35 +00:00
  • 252e4b9678 Merge "Avoid unnecessary stderr message when run test" Jenkins 2014-06-09 17:15:21 +00:00
  • 2a2e2dd273 Refactor split_by_op and split_by_datatype Chris Dent 2014-05-30 11:40:11 +01:00
  • 42dd52958c Remove © and remove unnecessary encoding lines Martin Geisler 2014-05-27 21:37:52 +02:00
  • c343b184b8 use mock instead of try...finally ZhiQiang Fan 2014-05-30 17:20:47 +08:00
  • d55038ceaf Merge "fixed several pep8 issues" Jenkins 2014-05-29 05:46:54 +00:00
  • 7390d78d95 Avoid unnecessary stderr message when run test ZhiQiang Fan 2014-05-27 12:26:40 +08:00
  • e81077d49e Avoid empty entity field in uri path ZhiQiang Fan 2014-04-30 16:56:31 +08:00
  • da47380ae7 replace dict.iteritems() with six.iteritems(dict) Christian Berendt 2014-05-26 18:07:32 +02:00
  • cb11c9bb3d Fix exception handling of CLI liu-sheng 2014-05-21 16:40:07 +08:00
  • 0f83443822 fixed several pep8 issues Christian Berendt 2014-05-13 22:56:15 +02:00
  • 09ad1ed7a3 Remove out-dated exceptions ZhiQiang Fan 2014-05-16 12:14:01 +08:00
  • b2d530b7c7 Merge "extraneous vim editor configuration comments" Jenkins 2014-05-02 17:21:44 +00:00
  • b513b88503 Changelog closes #741409 debian/1.0.10-1 Thomas Goirand 2014-05-03 00:33:41 +08:00
  • a23381f488 Updated (build-)depends for this release. Thomas Goirand 2014-05-03 00:33:26 +08:00
  • d51afec1a9 Merge tag '1.0.10' into debian/unstable Thomas Goirand 2014-05-03 00:29:25 +08:00
  • 5c43107ad6 Now packaging upstream release 1.0.10 Thomas Goirand 2014-05-03 00:29:05 +08:00
  • 5e4d9d38e7 Merge "Avoid dead loop when token is string format" Jenkins 2014-05-02 09:38:08 +00:00
  • 86145a666e Merge "Display message on HTTPException" Jenkins 2014-05-02 09:37:51 +00:00
  • 85b808e20e Merge "Fix some help strings" Jenkins 2014-04-29 21:23:00 +00:00
  • 1e3798b86d Merge "Correct help string about insufficient_data" Jenkins 2014-04-29 01:35:09 +00:00
  • 334739663c extraneous vim editor configuration comments Gordon Chung 2014-04-28 16:21:40 -04:00
  • b1b2b4ba23 Merge "Updated from global requirements" Jenkins 2014-04-28 14:44:14 +00:00
  • 6302c0c1a2 Merge "Fix the ceilometer trait-description-list command" Jenkins 2014-04-28 12:39:00 +00:00
  • d2ab9b7e75 Correct help string about insufficient_data liu-sheng 2014-04-20 16:08:59 +08:00
  • 8cc1a8a024 Avoid dead loop when token is string format ZhiQiang Fan 2014-04-15 20:21:53 +08:00
  • 523a234ad4 Fix some help strings Andreas Jaeger 2014-02-22 20:24:11 +01:00
  • 24440f38a9 Updated from global requirements OpenStack Proposal Bot 2014-04-24 16:33:52 +00:00
  • 212b0190d7 Merge "Revert "Fix temporary pypy gate issue with setuptools"" Jenkins 2014-04-24 06:52:05 +00:00
  • 2c21e7bbb0 Merge "Correct testcase content" Jenkins 2014-04-23 00:06:30 +00:00
  • d19ffc62b5 Revert "Fix temporary pypy gate issue with setuptools" Ildiko Vancsa 2014-04-18 11:57:05 +00:00
  • 317ce85f21 Display message on HTTPException liu-sheng 2014-03-26 18:28:45 +08:00
  • b3da963826 Update v2.options docstring ZhiQiang Fan 2014-04-15 14:41:45 +08:00
  • e56da49b60 Merge "Statistics groupby handling improvement" Jenkins 2014-04-12 05:00:10 +00:00
  • d7bc41a85d Correct testcase content Ildiko Vancsa 2014-04-04 17:57:03 +02:00
  • defbb95855 Ensure statistics aggregates are ordered with parameterized first 1.0.10 Eoghan Glynn 2014-03-27 10:28:08 +00:00
  • bcc612b892 Reviewed again (build-)depends debian/1.0.9-1 Thomas Goirand 2014-03-31 08:44:34 +08:00
  • 0a20b227ae Merge tag '1.0.9' into debian/unstable Thomas Goirand 2014-03-31 08:40:26 +08:00
  • cfc9aeb7f7 Documents better fixed dependencies. Thomas Goirand 2014-03-31 08:38:37 +08:00
  • f032b7ef84 Statistics groupby handling improvement Stéphane Albert 2014-03-13 12:42:06 +01:00
  • fcfffacd3b Implementation of statistics aggregators Michał Jastrzębski 2014-03-13 15:48:03 +01:00
  • b99547b4d3 Merge "Adds alarm time constraint support to ceilometer CLI" Jenkins 2014-03-26 14:32:20 +00:00
  • 7146571b70 Adds alarm time constraint support to ceilometer CLI Uros Jovanovic 2014-03-05 18:49:14 +00:00
  • 53d5a22f30 Merge "Add complex query support for alarm history" Jenkins 2014-03-25 23:09:17 +00:00
  • efb2fc3387 Merge "Add complex query support for alarms" Jenkins 2014-03-25 23:07:36 +00:00
  • eadd7d1ee6 Disable man page build because it's failing in Wheezy backport. Thomas Goirand 2014-03-25 15:39:18 +08:00
  • c865e8c13c Reviewed (build-)dependencies Thomas Goirand 2014-03-25 15:23:14 +08:00
  • 6bd95cc675 Do not display unit test stats twice. Thomas Goirand 2014-03-25 15:14:00 +08:00
  • 43bb64f0c7 Updated from global requirements OpenStack Jenkins 2014-03-21 07:51:04 +00:00
  • 9470aa52ca Merge "Deprecate 'alarm-update'" Jenkins 2014-03-21 05:57:10 +00:00
  • dd048f8fa1 Merge "fix help message of deprecated command" Jenkins 2014-03-20 23:18:32 +00:00
  • c74b62af84 Merge "Checking the type of auth_token, and fixing it if necessary" Jenkins 2014-03-20 20:11:12 +00:00
  • 4235d633eb Merge "Add complex query support for samples" Jenkins 2014-03-19 22:00:20 +00:00
  • 0972c76a77 Fix temporary pypy gate issue with setuptools Ildiko Vancsa 2014-03-18 15:36:13 +01:00
  • 298b586a06 Add complex query support for alarm history Ildiko Vancsa 2014-03-11 18:23:01 +01:00
  • 10686a6189 Add complex query support for alarms Balazs Gibizer 2014-02-20 16:00:53 +01:00
  • 95bb817678 Standards-Version: 3.9.5 debian/1.0.6-2 Thomas Goirand 2014-03-16 07:00:11 +00:00
  • 0fccc0a966 Fixed generation of man Thomas Goirand 2014-03-16 06:58:26 +00:00
  • 13fe353b09 Fixed missing build-depends: subunit Thomas Goirand 2014-03-16 06:55:23 +00:00
  • 5ac35b7001 Now packaging the manpage. Thomas Goirand 2014-03-16 06:49:30 +00:00