This project is mirrored from https://:*****@github.com/Ensembl/ensembl-hive.git.
Pull mirroring updated .
- 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.
-
- 06 Nov, 2013 1 commit
-
-
Leo Gordon authored
-
- 05 Nov, 2013 1 commit
-
-
Matthieu Muffato authored
-
- 01 Oct, 2013 1 commit
-
-
Leo Gordon authored
pipeline_name is now automatically computed from ClassName; simplified workshop's example files and slides
-
- 26 Sep, 2013 1 commit
-
-
Leo Gordon authored
-
- 07 Sep, 2013 1 commit
-
-
Leo Gordon authored
-
- 04 Sep, 2013 2 commits
-
-
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)
-
- 22 Aug, 2013 1 commit
-
-
Leo Gordon authored
Simplified interface: now db_cmd.pl understands 'CREATE DATABASE' and 'DROP DATABASE' without parameters, given a full URL.
-
- 21 Aug, 2013 2 commits
-
-
Leo Gordon authored
-
Leo Gordon authored
-
- 15 Aug, 2013 3 commits
-
-
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)
-
- 13 Aug, 2013 1 commit
-
-
Leo Gordon authored
Start using the new db_conn.pl script instead of building driver-specific commands and running them.
-
- 10 Jul, 2013 1 commit
-
-
Leo Gordon authored
-
- 02 Jul, 2013 1 commit
-
-
Leo Gordon authored
-
- 27 Jun, 2013 1 commit
-
-
Leo Gordon authored
-
- 26 Jun, 2013 5 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
-
Leo Gordon authored
new 'hive_meta' table to keep hive_sql_schema_version (=number of patches), hive_pipeline_name and hive_use_triggers
-
Leo Gordon authored
Changed an 'our' global variable to ENV{EHIVE_ROOT_DIR} to allow API-only users to set it and work as usual
-
- 14 Jun, 2013 1 commit
-
-
Leo Gordon authored
PostgreSQL: connection parameters are now supplied on the command line (no need to set PG variables by hand)
-
- 13 Jun, 2013 2 commits
-
-
Leo Gordon authored
Adding foreign keys to PostgreSQL schema by reusing the MySQL file (the syntax happens to be exactly the same!)
-
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.
-
- 06 Jun, 2013 1 commit
-
-
Leo Gordon authored
-
- 05 Jun, 2013 1 commit
-
-
Leo Gordon authored
setting "-hive_force_init 1" will cause init_pipeline.pl to drop the database prior to creation (use with care!)
-
- 23 May, 2013 1 commit
-
-
Leo Gordon authored
-
- 16 May, 2013 1 commit
-
-
Leo Gordon authored
All Hive scripts now detect $::hive_root_dir and use it for setting the @INC so manual setting of PERL5LIB is only needed if using API directly
-
- 14 May, 2013 1 commit
-
-
Leo Gordon authored
-
- 23 Apr, 2013 3 commits
-
-
Leo Gordon authored
-
Leo Gordon authored
bugfix: check before storing rc (may be necessary in -analysis_topup mode) and warn about consequences of redefining it.
-
Leo Gordon authored
API extension: store() now also returns how many actual store operations (as opposed to fetching of already stored ones) it has performed
-
- 26 Mar, 2013 1 commit
-
-
Leo Gordon authored
-
- 22 Mar, 2013 1 commit
-
-
Leo Gordon authored
-
- 12 Mar, 2013 1 commit
-
-
Leo Gordon authored
-
- 21 Feb, 2013 1 commit
-
-
emepyc authored
-
- 18 Feb, 2013 1 commit
-
-
Matthieu Muffato authored
-