summaryrefslogtreecommitdiff
path: root/daemon/events/filter.go
Commit message (Expand)AuthorAgeFilesLines
* api/types/events: add "Type" type for event-type enumSebastiaan van Stijn2021-08-231-1/+1
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Merge pull request #34985 from thaJeztah/remove-use-of-deprecated-filter-func...Vincent Demeester2017-09-271-2/+2
|\
| * Replace uses of filters.Include() with filters.Contains()Sebastiaan van Stijn2017-09-261-2/+2
* | add node/service/secret/config specific event filterAllen Sun2017-09-271-0/+4
|/
* make engine support cluster config eventallencloud2017-07-111-0/+4
* support cluster eventsDong Chen2017-05-171-0/+20
* Use distribution referenceDerek McGowan2017-02-071-3/+3
* Fix some event filteringVincent Demeester2016-10-271-1/+19
* Add engine-api types to dockerMichael Crosby2016-09-071-2/+2
* Make daemon events listen for plugin lifecycle events.Anusha Ragunathan2016-07-261-0/+5
* Add filter for events emitted by docker daemonYong Tang2016-05-231-0/+5
* Modify import paths to point to the new engine-api package.David Calavera2016-01-061-2/+2
* Add filter by event type and documentation.David Calavera2016-01-041-13/+31
* Add event types.David Calavera2015-12-301-17/+29
* Add own reference package wrapperTonis Tiigi2015-12-161-1/+1
* Move filters package to the API.David Calavera2015-12-151-1/+1
* Make filtering a linear operation.David Calavera2015-12-021-27/+12
* Update daemon and docker core to use new content addressable storageTonis Tiigi2015-11-241-3/+6
* Resolves #16458 - filter events by labels.Daniel Nephin2015-10-021-0/+64