You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
b0951aa refactor: [#1478] move EventBus to event mod (Jose Celano)
b32072c refactor: [#1478] rename struct fields for Keeper type (Jose Celano)
c103b60 refactor: [#1478] rename Keeper variables (Jose Celano)
8a9314b refactor: [#1478] rename Keeper to EventBus (Jose Celano)
a660be8 refactor: [#1478] inline factory fn in udp server stats (Jose Celano)
8e8b1dd refactor: [#1478] inline factory fn in udp core stats (Jose Celano)
cc7ead8 refactor: [#1478] inline factory fn in http core stats (Jose Celano)
a055ab9 refactor: [#1478] inline keeper_factory fn (Jose Celano)
5f38357 refactor: [#1478] decouple events from stats in udp server keeper (Jose Celano)
f9f13a4 refactor: [#1478] decouple events from stats in udp core keeper (Jose Celano)
f25438a refactor: [#1478] decouple events from stats in http core keeper (Jose Celano)
Pull request description:
Overhaul stats: Extract events package.
### Subtasks
- [x] Decouple events from stats in the http core keeper.
- [x] Decouple events from stats in the udp core keeper.
- [x] Decouple events from stats in the udp server keeper.
- [x] Inline function `statistics::setup::keeper_factory` and `statistics::setup::factory`. No need for them anymore.
- [x] Rename all `Keeper` types to `EventBus`.
- [x] Move `EventBus` to `event` module.
### Implement in part 2 of the PR
- Create new package `events`.
- Create a generic `EventBus` in the `events` package and replace concrete versions in packages.
More info in #1480.
ACKs for top commit:
josecelano:
ACK b0951aa
Tree-SHA512: 48337ed46d234f2d6c77df514ce55b8f2abbc0f3191ce3a818d88917eba95f3bd03291f4690501e5adc969bb260167fc968eea0a3790d43350083ece5cbe0d12
0 commit comments