This project is mirrored from https://:*****@github.com/Ensembl/ensembl-hive.git.
Pull mirroring updated .
- 19 Mar, 2015 1 commit
-
-
Leo Gordon authored
schema_change: removed analysis_stats[_monitor].num_required_workers, substituted with AS::estimate_num_required_workers()
-
- 26 Feb, 2015 1 commit
-
-
Matthieu Muffato authored
-
- 27 Jan, 2015 1 commit
-
-
Leo Gordon authored
-
- 13 Jan, 2015 1 commit
-
-
Leo Gordon authored
Added 'meadow_user' to Worker object+schema which is now routinely recorded. Also renamed 'host' to 'meadow_host' for consistency
-
- 07 Jan, 2015 1 commit
-
-
Matthieu Muffato authored
-
- 15 Oct, 2014 1 commit
-
-
Leo Gordon authored
-
- 16 May, 2014 2 commits
-
-
Leo Gordon authored
-
Leo Gordon authored
-
- 15 May, 2014 1 commit
-
-
Leo Gordon authored
-
- 13 May, 2014 1 commit
-
-
Leo Gordon authored
-
- 08 May, 2014 1 commit
-
-
Leo Gordon authored
schema_patch_of_a_patch: no need to enforce certain seconds to be INT (a particular limitation of LSF)
-
- 16 Apr, 2014 1 commit
-
-
Leo Gordon authored
-
- 04 Apr, 2014 1 commit
-
-
Leo Gordon authored
-
- 27 Mar, 2014 1 commit
-
-
Leo Gordon authored
-
- 26 Mar, 2014 2 commits
-
-
Leo Gordon authored
-
Leo Gordon authored
-
- 24 Jan, 2014 2 commits
-
-
Leo Gordon authored
-
Leo Gordon authored
-
- 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
-
- 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
-