This project is mirrored from https://:*****@github.com/Ensembl/ensembl-hive.git.
Pull mirroring updated .
- Sep 10, 2013
-
-
Leo Gordon authored
-
Leo Gordon authored
bugfix: reset the tried jobs to retry_count=1 and untried ones to retry_count=0 when doing a bulk reset
-
- Sep 09, 2013
-
-
Leo Gordon authored
-
- Sep 08, 2013
-
-
Leo Gordon authored
-
Leo Gordon authored
-
Leo Gordon authored
-
- Sep 07, 2013
-
-
Leo Gordon authored
-
Leo Gordon authored
-
Leo Gordon authored
-
- Sep 05, 2013
-
-
Leo Gordon authored
-
Leo Gordon authored
-
Leo Gordon authored
-
- Sep 04, 2013
-
-
Leo Gordon authored
-
Leo Gordon authored
methods dbconn_2_mysql(), dbconn_2_pgsql(), db_connect_command(), db_execute_command() are DEPRECATED - use db_cmd.pl instead
-
Leo Gordon authored
added support for -pipeline_url as an input parameter (no need to supply hive_driver or password in this case)
-
Leo Gordon authored
-
- Aug 30, 2013
-
-
Leo Gordon authored
-
- Aug 27, 2013
-
-
Leo Gordon authored
-
- Aug 23, 2013
-
-
Leo Gordon authored
now performing deep-stack substitution for whatever is dataflown into tables (rather than just dataflowing the output_id)
-
Leo Gordon authored
bugfix: substituting the accu signature on demand from the very depths of emitting job's param_stack
-
Leo Gordon authored
bugfix: make sure longer input_id hashes are correctly fetched from analysis_data table in "param stack" mode
-
- Aug 22, 2013
-
-
Leo Gordon authored
Simplified interface: now db_cmd.pl understands 'CREATE DATABASE' and 'DROP DATABASE' without parameters, given a full URL.
-
Leo Gordon authored
Can now do a mysqldump given a URL or Registry data, using a newly supported -to_params option. Note the necessity of 'eval' before 'mysqldump' (it removes quotes around the password).
-
Leo Gordon authored
-
- Aug 21, 2013
-
-
Leo Gordon authored
-
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.
-
Leo Gordon authored
-
Leo Gordon authored
-
Leo Gordon authored
Dataflowing minimal information out of Runnables, relying on templates in PipeConfig file to extend it if needed
-
- Aug 20, 2013
-
-
Leo Gordon authored
-
- Aug 15, 2013
-
-
Leo Gordon authored
-
Leo Gordon authored
Bugfixes to pacify pgsql: changed a non-functional "HAVING" into a nested SELECT, and changed unsupported SUM() into COUNT(CASE … )
-
Leo Gordon authored
An important comment about UNIX sockets (without a port number) vs TCPIP sockets (with a port number).
-
Leo Gordon authored
Expose parts of pipeline_db, make them less EnsEMBL-specific, allow multiple failover initializers and use self-reference if none of them worked. Phasing out $self->o('ENV', …) expressions
-
Leo Gordon authored
Allow skipping the port number; you no longer need to define your port if you are happy with driver's default (thanks to db_conn.pl and core's DBConnection)
-
- Aug 14, 2013
-
-
Leo Gordon authored
Registry support is now cenralised in DBAdaptor, so scripts just pass reg_* options into the constructor. Passing -reg_type allows to connect to originally non-Hive Registry entries.
-
Leo Gordon authored
-
Leo Gordon authored
-
- Aug 13, 2013
-
-
Leo Gordon authored
Start using the new db_conn.pl script instead of building driver-specific commands and running them.
-