~bjornt/maas:sampledata-disable-event-triggers

Last commit made on 2022-03-04
Get this branch:
git clone -b sampledata-disable-event-triggers https://git.launchpad.net/~bjornt/maas
Only Björn Tillenius can upload to this branch. If you are Björn Tillenius please log in for upload directions.

Branch merges

Branch information

Name:
sampledata-disable-event-triggers
Repository:
lp:~bjornt/maas

Recent commits

f9a8a8f... by Björn Tillenius

Factor out common logic.

06e8254... by Björn Tillenius

Disable notifications triggers when generating events in sampledata.

The notification triggers don't provide any value for sampledata
generation, but at least for events they slow down things a lot.

2efda97... by Alberto Donato

create less sampledata events for machines

57122b1... by Alberto Donato

document command to manually import sampledata db

d009cb5... by Alberto Donato

replace old sampledata with the new one

de9dfa8... by Alberto Donato

create admins/users, associate them to machines

a8efa03... by Alexsander de Souza

adds filters to websocket interface

a3c890c... by Adam Collard

Remove unused fields from machine list
- cpu_speed
- commissioning_start_time
- commissioning_status

7266d22... by Alberto Donato

create events for machines

22a3211... by Adam Collard

Remove MachineHandler from ControllerHandler base class

Move Controller to inherit from Node (it is a Node, it is not a
Machine)

Add helper for processing things common to nodes