Project 'lscsoft/gracedb-client' was moved to 'computing/gracedb/client'. Please update any links and bookmarks that may still have the old path.
Introduction of 'offline' parameter
Adds a boolean parameter to the createEvent()
method which specifies whether the event was found by an offline (True) or online/low-latency search (False). Default is set to offline=False
so that in the worst-case scenario, an offline event is marked as online, which is the same as the current behavior.
Note that this branch is based off of !15 (merged), so that should be merged first (hence why this is marked as WIP). Currently the changes shown below feature those changes as well. This requires a server code update as well, which is shown here: gracedb!4.
Edited by Tanner Prestegard
Merge request reports
Activity
The previous commits were added by merging !15 (merged) into master and rebasing this branch off of master.
Edited by Tanner Prestegardmentioned in commit b47655ef
Please register or sign in to reply