1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed dag.DAG.save to backup the DAG file before saving it. That way there is a copy if the file is corrupted during the save.
kd0kfo
as David Coss (stjudeathome2)
More... almost 12 years ago
Changed dag.boinc to only create a workunit name for a process if one does not already exist.
kd0kfo
as David Coss (stjudeathome2)
More... almost 12 years ago
Added a message for exception being raised when *not* running in debug mode.
kd0kfo
as David Coss (stjudeathome2)
More... about 12 years ago
Added a help command to update_dag.
kd0kfo
as David Coss (stjudeathome2)
More... about 12 years ago
Merge branch 'master' into dev
kd0kfo
as David Coss
More... about 12 years ago
Added directory permission check to gsub.
kd0kfo
as David Coss
More... about 12 years ago
Added warning for unknown command when running without debug flag.
kd0kfo
as David Coss (stjudeathome2)
More... about 12 years ago
Changed "update_dag remove" to be less verbose unless the debug flag is set.
kd0kfo
as David Coss (stjudeathome2)
More... about 12 years ago
Fixed CREATED state error.
kd0kfo
as David Coss (stjudeathome2)
More... about 12 years ago
Fixed exception usage in dag_marker_filename
kd0kfo
as David Coss
More... about 12 years ago
Changed raise to a traceback.print_exc. This is the intended result.
kd0kfo
as David Coss
More... about 12 years ago
Created a "state" function that will allow the user to print processes that are in the specified state.
kd0kfo
as David Coss
More... about 12 years ago
Merge branch 'dev'
kd0kfo
as David Coss
More... about 12 years ago
Changed "update_dag start" to only start processes that are marked as CREATED or STAGED.
kd0kfo
as David Coss (stjudeathome2)
More... about 12 years ago
Factored out __main__ code into scripts that will be installed in a bin directory, which can be run on their own.
kd0kfo
as David Coss
More... about 12 years ago
Merge branch 'dev'
kd0kfo
as David Coss
More... about 12 years ago
Merge remote branch 'stjudeathome/dev' into dev
kd0kfo
as David Coss
More... about 12 years ago
Fixed problem of removing processes from the DAG, where not all processes would be removed since the update_dag.py function was iterating and deleting at the same time.
kd0kfo
as David Coss (stjudeathome2)
More... about 12 years ago
Merge remote branch 'github/master'
kd0kfo
as David Coss
More... about 12 years ago
Added GPL tags.
kd0kfo
as David Coss
More... about 12 years ago
Updated GPL license (COPYING)
kd0kfo
as David Coss
More... about 12 years ago
Initial commit
kd0kfo
as David Coss
More... about 12 years ago
Created a class for missing dag files.
kd0kfo
as David Coss (stjudeathome2)
More... about 12 years ago
Added a forbidden_wu_name list to be used to keep track of words that may not be used as workunit names.
kd0kfo
as David Coss (stjudeathome2)
More... about 12 years ago
Added ability to supply the name of a dag file (default is still jobs.dag).
kd0kfo
as David Coss (stjudeathome2)
More... about 12 years ago
Added missing function.
kd0kfo
as David Coss (stjudeathome2)
More... about 12 years ago
Further debugged refactoring.
kd0kfo
as David Coss (stjudeathome2)
More... about 12 years ago
Update module name after refactor.
kd0kfo
as David Coss (stjudeathome2)
More... about 12 years ago
Debug validation.
kd0kfo
as David Coss (stjudeathome2)
More... about 12 years ago
Debug job submission process after refactoring.
kd0kfo
as David Coss (stjudeathome2)
More... about 12 years ago