pcdshub / device_config

Happi device configuration for PCDS devices
https://github.com/pcdshub/device_config/blob/master/db.json
Other
0 stars 11 forks source link

ENH: use happi audit for auto-generated PRs #47

Open tangkong opened 1 year ago

tangkong commented 1 year ago

We now have an happi audit, which we could integrate with the diff tool (#45)

Perhaps running happi audit only on the changed / added devices is enough?

Ignoring the connection test seems prudent, since devices can go up and down. An instantiation check might be sufficient here (along with all the metadata checks)

I can add a full happi audit cron job as well, somewhat