This project is mirrored from https://:*****@github.com/Ensembl/ensembl-hive.git.
Pull mirroring updated .
- Oct 12, 2012
-
-
Leo Gordon authored
-
Leo Gordon authored
-
- Oct 11, 2012
-
-
Leo Gordon authored
-
- Oct 10, 2012
-
-
Leo Gordon authored
-
Leo Gordon authored
-
Leo Gordon authored
-
- Oct 09, 2012
-
-
Leo Gordon authored
-
Leo Gordon authored
-
Leo Gordon authored
-
- Oct 08, 2012
-
-
Leo Gordon authored
-
Leo Gordon authored
removed the input_id functionality from runWorker as both redundant (standaloneJob) and probably not working
-
Leo Gordon authored
-
- Oct 05, 2012
-
-
Leo Gordon authored
extend the param_init() of the garbage-collected jobs to include analysis->parameters() for template substitution (still limited!)
-
Leo Gordon authored
cause_of_death="" no longer used for decision making, cause_of_death IS NULL by default and FATALITY renamed UNKNOWN for clarity
-
Leo Gordon authored
-
- Oct 04, 2012
-
-
Leo Gordon authored
-
Leo Gordon authored
-
Leo Gordon authored
introduced semaphored_job_count, renamed unclaimed_job_count-->ready_job_count, changed reporting, fixed hive_capacity=0
-
- Oct 03, 2012
-
-
Leo Gordon authored
-
Leo Gordon authored
-
Leo Gordon authored
-
Leo Gordon authored
-
- Oct 02, 2012
-
-
Leo Gordon authored
-
Leo Gordon authored
moved failed_job_tolerance, max_retry_count, can_be_empty and priority columns from analysis_stats to analysis_base
-
Leo Gordon authored
-
Leo Gordon authored
bugfix: changed the order of the atomic SEMAPHORED->READY state&counter UPDATE so that it works as intended in SQLite as well
-
Leo Gordon authored
-
Leo Gordon authored
added specific defaults into analysis_stats and analysis_stats_monitor; re-ordered the fields for easier navigation
-
- Oct 01, 2012
-
-
Leo Gordon authored
-
Leo Gordon authored
-
- Sep 28, 2012
-
-
Leo Gordon authored
-
- Sep 27, 2012
-
-
Leo Gordon authored
make AnalysisStats a rearrangeable EnsEMBL-style constructor, a proper store method and other preparations
-
Leo Gordon authored
-
Leo Gordon authored
retired the cmd_hive.pl script; likely not working and duplicating functionality of more flexible PipeConfig
-
Leo Gordon authored
-
- Sep 26, 2012
-
-
Leo Gordon authored
switched Queen to become descendent of Hive::DBSQL::ObjectAdaptor and removed _generic_fetch from it
-
Leo Gordon authored
-
Leo Gordon authored
-
- Sep 25, 2012
-
-
Leo Gordon authored
-
Leo Gordon authored
Dropped 'BLOCKED' job status and introduced 'SEMAPHORED' status that is maintained in sync with semaphore_counts; less confusing and more efficient (with new 3-part index)
-