SpiNNakerManchester / SpiNNMan

Interface to SpiNNaker boards from Python
Apache License 2.0
5 stars 1 forks source link

Use less transactions #361

Closed Christian-B closed 1 year ago

Christian-B commented 1 year ago

Part of https://github.com/SpiNNakerManchester/SpiNNFrontEndCommon/pull/1112

Database queries have been moved into FEC

open_job_from_database now gets the data read from the database rather than a connection

_write_session_credentials_to_db replaced with get_session_credentials_for_db which just returns the data for the caller to add to the database

coveralls commented 1 year ago

Coverage Status

coverage: 50.183% (+0.2%) from 50.006% when pulling 7674f60e886a0b2c5727a19b71217fdfa0a0b135 on with_database into e02ab1b3c96c71cdd3643e8a64106898e7e04c4e on master.