This project is mirrored from https://:*****@github.com/Ensembl/ensembl-hive.git.
Pull mirroring updated .
- 09 Dec, 2013 1 commit
-
-
Leo Gordon authored
-
- 25 Nov, 2013 1 commit
-
-
Leo Gordon authored
schema_change: detect and register RELOCATED events that used to mess up things on LSF 9.0 ("job rescheduled" in LSF parlance)
-
- 12 Nov, 2013 1 commit
-
-
Leo Gordon authored
ResourceDescription expanded to include both submission_cmd_args and worker_cmd_args. Both args can be specified in a PipeConfig file.
-
- 25 Oct, 2013 1 commit
-
-
Leo Gordon authored
schema change: turned all VARCHAR(<255) into VARCHAR(255) -- should improve experience with long host namest (thanks, MichaelP!)
-
- 21 Aug, 2013 2 commits
-
-
Leo Gordon authored
Updated schema diagram and description file that include param_id_stack and accu_id_stack in job table.
-
Leo Gordon authored
"parameter stack" implementation using two extra fields in job table. Accu content intended for any job_id has preference over Input_id content for the same job.
-
- 13 Aug, 2013 1 commit
-
-
Leo Gordon authored
Schema change: changed the data type of monitor.analysis to TEXT as per Michael Paulini's suggestion, to fit more and longer analysis names.
-
- 09 Jul, 2013 1 commit
-
-
Leo Gordon authored
-
- 26 Jun, 2013 3 commits
-
-
Leo Gordon authored
use SqlSchemaAdaptor to detect the current code's sql version and record it in 'hive_meta' (leave it out of tables.*sql* files)
-
Leo Gordon authored
move Core 'schema_version' out of tables.* files into HiveGeneric_conf (via ApiVersion), expose it for manipulation and make it available to PipeConfigs
-
Leo Gordon authored
new 'hive_meta' table to keep hive_sql_schema_version (=number of patches), hive_pipeline_name and hive_use_triggers
-
- 13 Jun, 2013 2 commits
-
-
Leo Gordon authored
-
Leo Gordon authored
-
- 12 Jun, 2013 1 commit
-
-
Leo Gordon authored
Has one known limitation (always INSERTs instead of INSERT_IGNORE and REPLACE) and may contain other bugs.
-
- 09 May, 2013 1 commit
-
-
Leo Gordon authored
Copied the @-tag annotation from tables.sql to tables.sqlite. Unlike the original mysql version, the SQLite version gives no warnings when processed by sql2html.pl
-
- 01 May, 2013 1 commit
-
-
Leo Gordon authored
-
- 29 Nov, 2012 1 commit
-
-
Leo Gordon authored
-
- 28 Nov, 2012 1 commit
-
-
Leo Gordon authored
change of default behaviour: hive_capacity is now off by default (=NULL); setting hive_capacity=0 or analysis_capacity=0 stops scheduling AND specialization to a particular analysis
-
- 23 Nov, 2012 2 commits
-
-
Leo Gordon authored
added a new per-analysis "analysis_capacity" limiter for cases where users want to limit analyses independently
-
Leo Gordon authored
Introduced a new 'NO_ROLE' cause_of_death for failures during specialization (not so much of an error, really!)
-
- 13 Nov, 2012 2 commits
-
-
Leo Gordon authored
capture Worker's death message during the new 'SPECIALIZATION' status in job_message/msg (thanks, Thomas!)
-
Leo Gordon authored
feature: jobless workers will now leave module compilation errors in the job_message table (thanks, Kathryn!)
-
- 13 Oct, 2012 1 commit
-
-
Leo Gordon authored
-
- 12 Oct, 2012 1 commit
-
-
Leo Gordon authored
-
- 09 Oct, 2012 2 commits
-
-
Leo Gordon authored
-
Leo Gordon authored
-
- 05 Oct, 2012 1 commit
-
-
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
-
- 04 Oct, 2012 2 commits
-
-
Leo Gordon authored
-
Leo Gordon authored
introduced semaphored_job_count, renamed unclaimed_job_count-->ready_job_count, changed reporting, fixed hive_capacity=0
-
- 02 Oct, 2012 2 commits
-
-
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
added specific defaults into analysis_stats and analysis_stats_monitor; re-ordered the fields for easier navigation
-
- 25 Sep, 2012 2 commits
-
-
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)
-
Leo Gordon authored
record each Workers log_dir in the database; simplified the log_dir code and renamed cmdline options accordingly
-
- 21 Sep, 2012 1 commit
-
-
Leo Gordon authored
-
- 04 Sep, 2012 1 commit
-
-
Leo Gordon authored
-
- 23 Jul, 2012 1 commit
-
-
Leo Gordon authored
At last rename GET_INPUT into FETCH_INPUT for consistency between the schema and the code (it seems to be harder to patch all the accumulated code)
-
- 29 Jun, 2012 1 commit
-
-
Leo Gordon authored
replaced rc_id by resource_class_id throughout the schema and added the foreign keys on resource_class_id
-
- 08 Jun, 2012 1 commit
-
-
Leo Gordon authored
-
- 18 May, 2012 1 commit
-
-
Leo Gordon authored
-
- 26 Mar, 2012 1 commit
-
-
Matthieu Muffato authored
-