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
sot/kadi#139 : Update_cmds fixes for py3 sot/kadi#138 : Fix ingest of non-load commands during a load stoppage (anomaly) sot/kadi#146 : Migrate update_cmds task_schedule to ska3 idiom sot/kadi#147 : Update mid-manvr test to use column comparisons and isclose sot/kadi#152 : Add ACIS raw-mode SI modes to ACIS states sot/kadi#143 : Py3 server with + event/cmd cron jobs processing with django 3.0
Highlights of 143:
Make the django server run with Python 3 and django 3.0
Make the events update work on Python 3
Add obsid as a standard field for telemetry-based events
Change name of event database file from events.db3 to events3.db3. New file and schema are not compatible with previous version.
Flake8 changes
The text was updated successfully, but these errors were encountered:
Update to version 4.19:
sot/kadi#139 : Update_cmds fixes for py3
sot/kadi#138 : Fix ingest of non-load commands during a load stoppage (anomaly)
sot/kadi#146 : Migrate update_cmds task_schedule to ska3 idiom
sot/kadi#147 : Update mid-manvr test to use column comparisons and isclose
sot/kadi#152 : Add ACIS raw-mode SI modes to ACIS states
sot/kadi#143 : Py3 server with + event/cmd cron jobs processing with django 3.0
Highlights of 143:
obsid
as a standard field for telemetry-based eventsevents.db3
toevents3.db3
. New file and schema are not compatible with previous version.The text was updated successfully, but these errors were encountered: