summaryrefslogtreecommitdiff
path: root/ceilometer/event
Commit message (Expand)AuthorAgeFilesLines
* Remove reference to the tenant attribute of RequestContextTakashi Kajinami2022-03-011-2/+2
* Replace oslo_utils.fnmatch with fnmatchTakashi Kajinami2021-07-061-1/+2
* Replace six with python3 code stylekuangcx2021-01-133-11/+7
* support eventszhang-shaoman2019-10-311-3/+0
* Merge "event: remove deprecated method"Zuul2018-09-191-13/+6
|\
| * event: remove deprecated methodJulien Danjou2018-09-181-13/+6
* | Deprecate event subsystemJulien Danjou2018-09-181-0/+3
|/
* common notification endpointgord chung2017-11-081-59/+0
* Remove deprecated storage driversJulien Danjou2017-10-261-7/+31
* event: move models out of storageJulien Danjou2017-10-133-1/+1
* stop converting to old message formatgord chung2017-07-283-23/+15
* expect oslo.messaging messagesgord chung2017-06-221-16/+2
* Remove log translationsxuqiankun2017-04-152-12/+9
* Load pipeline config files from /etc/ceilometer/ firstlyliusheng2017-03-061-7/+6
* Ship YAML file to /usr/shareHanxi Liu2017-02-201-1/+5
* Remove events storage and APIJulien Danjou2017-01-068-1386/+0
* register ceilometer options at runtimeMehdi Abaakouk2016-11-241-2/+0
* storage: stop using global confMehdi Abaakouk2016-11-245-13/+11
* Merge "Modify variable's using method in Log Messages"Jenkins2016-11-072-6/+6
|\
| * Modify variable's using method in Log Messageszhangyanxian2016-11-042-6/+6
* | event.converter: stop using global confMehdi Abaakouk2016-11-041-8/+14
* | event: stop using global confMehdi Abaakouk2016-11-042-6/+6
|/
* declarative: stop using global confMehdi Abaakouk2016-10-131-1/+2
* sqlalchemy: do not run upgrade on fresh installJulien Danjou2016-06-271-1/+14
* Merge "refactor DefinitionException classes"Jenkins2016-05-261-9/+2
|\
| * refactor DefinitionException classesZhiQiang Fan2016-04-201-9/+2
* | Merge "move EventFilter to event storage namespace"Jenkins2016-05-021-0/+57
|\ \
| * | move EventFilter to event storage namespaceZhiQiang Fan2016-04-251-0/+57
| |/
* | Replace logging with oslo_logliusheng2016-04-251-3/+2
|/
* replace fnmatch with oslo.utils.fnmatchZhiQiang Fan2016-04-121-3/+3
* Remove the deprecated DB2 driverJulien Danjou2016-04-062-71/+2
* publisher: clean out context usageJulien Danjou2016-04-011-3/+1
* Merge "Fix event_type creationg failure due to race condition"Jenkins2016-03-081-8/+12
|\
| * Fix event_type creationg failure due to race conditionEdwin Zhai2016-03-081-8/+12
* | timedelta plugin for meter definition processIgor Degtiarov2016-03-041-0/+40
|/
* notification: Use oslo.messaging batch listenerMehdi Abaakouk2016-01-181-37/+25
* Fix the typos in the source codejizilian2015-12-221-1/+1
* [MongoDB] add indexes in event collectionIgor Degtiarov2015-12-171-0/+7
* Merge "re-implement thread safe fnmatch"Jenkins2015-11-261-4/+3
|\
| * re-implement thread safe fnmatchZhiQiang Fan2015-11-271-4/+3
* | don't pass ceilometer options to oslo.db engine facadeZhiQiang Fan2015-11-251-0/+4
|/
* Factorize yaml loading of declarative stuffsMehdi Abaakouk2015-11-031-45/+5
* Factorize field definition of declarative codeMehdi Abaakouk2015-11-032-93/+40
* avoid using isolation levelgordon chung2015-10-211-10/+5
* Deprecate event trait plugin 'split'Mehdi Abaakouk2015-10-091-0/+13
* mark logging.info translation accordinglygordon chung2015-10-071-2/+2
* SQL: Fix event-list with multiple trait query filtersliusheng2015-09-301-6/+6
* pollster/api now publish to sample queueRohit Jaiswal2015-09-171-1/+1
* Fix the heavy time cost of event-listunknown2015-09-151-6/+10
* Merge "restrict admin event access"Jenkins2015-09-092-4/+18
|\