Activity log for bug #926164

Date Who What changed Old value New value Message
2012-02-03 16:17:08 Lars Butler bug added bug
2012-02-03 16:17:50 Lars Butler description Currently, there is 1 user in the database (in the oq_user table): 'openquake' - When a calculation is run, get the current username (using getpass.getuser(): http://docs.python.org/library/getpass.html#getpass.getuser) - If the user does not exist, create an oq_user record for that username - If it already exists, great; do nothing - Get the OqUser Django model object for the user record - This is user should be the owner all subsequent oq_job_profile, oq_calculation, and output records. Currently, there is 1 user in the database (in the oq_user table): 'openquake' - When a calculation is run, get the current username (using getpass.getuser(): http://docs.python.org/library/getpass.html#getpass.getuser) - If the user does not exist, create an oq_user record for that username - If it already exists, great; do nothing - Get the OqUser Django model object for the user record - This is user should be the owner all subsequent oq_job_profile, oq_calculation, and output records. The reason why we want to do this is so that results displayed by the openquake command line interface are filtered by 'owner'.
2012-02-03 16:17:53 Lars Butler openquake: status New Incomplete
2012-02-03 16:18:20 Lars Butler summary bin/openquake and engine.py: Associated the current user with a calculation and outputs bin/openquake and engine.py: Associate the current user with a calculation and outputs
2012-02-17 12:52:43 Lars Butler openquake: status Incomplete Confirmed
2012-02-17 12:52:46 Lars Butler openquake: importance Undecided Medium
2012-02-17 12:52:48 Lars Butler openquake: assignee Lars Butler (lars-butler)
2012-02-17 12:52:51 Lars Butler openquake: milestone 0.6.0
2012-02-17 13:04:09 Lars Butler description Currently, there is 1 user in the database (in the oq_user table): 'openquake' - When a calculation is run, get the current username (using getpass.getuser(): http://docs.python.org/library/getpass.html#getpass.getuser) - If the user does not exist, create an oq_user record for that username - If it already exists, great; do nothing - Get the OqUser Django model object for the user record - This is user should be the owner all subsequent oq_job_profile, oq_calculation, and output records. The reason why we want to do this is so that results displayed by the openquake command line interface are filtered by 'owner'. [et=6h] [at=] Currently, there is 1 user in the database (in the oq_user table): 'openquake' - When a calculation is run, get the current username (using getpass.getuser(): http://docs.python.org/library/getpass.html#getpass.getuser) - If the user does not exist, create an oq_user record for that username - If it already exists, great; do nothing - Get the OqUser Django model object for the user record - This is user should be the owner all subsequent oq_job_profile, oq_calculation, and output records. The reason why we want to do this is so that results displayed by the openquake command line interface are filtered by 'owner'.
2012-02-22 16:35:10 Lars Butler description [et=6h] [at=] Currently, there is 1 user in the database (in the oq_user table): 'openquake' - When a calculation is run, get the current username (using getpass.getuser(): http://docs.python.org/library/getpass.html#getpass.getuser) - If the user does not exist, create an oq_user record for that username - If it already exists, great; do nothing - Get the OqUser Django model object for the user record - This is user should be the owner all subsequent oq_job_profile, oq_calculation, and output records. The reason why we want to do this is so that results displayed by the openquake command line interface are filtered by 'owner'. [et=6h] [at=1.5h] Currently, there is 1 user in the database (in the oq_user table): 'openquake' - When a calculation is run, get the current username (using getpass.getuser(): http://docs.python.org/library/getpass.html#getpass.getuser) - If the user does not exist, create an oq_user record for that username - If it already exists, great; do nothing - Get the OqUser Django model object for the user record - This is user should be the owner all subsequent oq_job_profile, oq_calculation, and output records. The reason why we want to do this is so that results displayed by the openquake command line interface are filtered by 'owner'.
2012-02-22 16:35:19 Lars Butler openquake: status Confirmed In Progress
2012-02-27 12:42:19 Lars Butler openquake: status In Progress Fix Committed
2013-04-08 10:31:55 Lars Butler openquake: status Fix Committed Fix Released