This project is mirrored from https://:*****@github.com/Ensembl/ensembl-hive.git.
Pull mirroring updated .
- Oct 21, 2014
-
-
Leo Gordon authored
-
- Sep 29, 2014
-
-
Leo Gordon authored
API and command line option change: -reset_failed_jobs and -reset_all_jobs now work with -analyses_pattern
-
- Sep 23, 2014
-
-
Leo Gordon authored
-
- Sep 22, 2014
-
-
Leo Gordon authored
API change: Scheduler::schedule_workers_resync_if_necessary() and Scheduler::schedule_workers() now take an obligatory $list_of_analyses
-
- Sep 18, 2014
-
-
Leo Gordon authored
-
- Sep 04, 2014
-
-
Leo Gordon authored
-
- Jul 08, 2014
-
-
Leo Gordon authored
balance_semaphores() returns the number of unsemaphored jobs, and the second sync() is only done if a nonzero number of semaphored jobs were unsemaphored
-
- Jul 01, 2014
-
-
Leo Gordon authored
internal api cleanup: switched to more intuitive set_and_update_status/check_in_worker/check_in_job calls
-
- Jun 05, 2014
-
-
Leo Gordon authored
-
- May 23, 2014
-
-
Leo Gordon authored
-
- May 16, 2014
-
-
Leo Gordon authored
-
- May 13, 2014
-
-
Leo Gordon authored
-
- Apr 23, 2014
-
-
Leo Gordon authored
-
- Mar 13, 2014
-
-
Leo Gordon authored
-
- Mar 10, 2014
-
-
Leo Gordon authored
-
- Feb 06, 2014
-
-
Leo Gordon authored
removed rearrange() and throw() from AnalysisJobAdaptor by removing the unused CreateNewJob() method
-
- Jan 31, 2014
-
-
Leo Gordon authored
cosmetic: added deprecated message to CreateNewJob() and some documentation to store_jobs_and_adjust_counters()
-
- Jan 30, 2014
-
-
Leo Gordon authored
store_jobs_and_adjust_counters() now also deals with semaphore_count corrections. It is now the preferred job-creation interface.
-
Leo Gordon authored
-
- Jan 28, 2014
-
-
Leo Gordon authored
bugfix: no hope for other DBD drivers to support detection of auto-incrementing fields => use our inernal fixed rule
-
Leo Gordon authored
-
Leo Gordon authored
bugfix: stop printing overflow-related debug output to STDOUT; interface with overflow adaptor simplified
-
- Jan 24, 2014
-
-
Leo Gordon authored
-
Leo Gordon authored
-
- Jan 17, 2014
-
-
Leo Gordon authored
drop fetch_all_by_from_analysis_id_and_branch_code() method and rely on AUTOLOADed BaseAdaptor's methods instead
-
- Jan 14, 2014
-
-
Leo Gordon authored
-
- Jan 13, 2014
-
-
Leo Gordon authored
-
- Dec 09, 2013
-
-
Leo Gordon authored
-
- Nov 25, 2013
-
-
Leo Gordon authored
-
- Nov 21, 2013
-
-
Leo Gordon authored
-
- Nov 19, 2013
-
-
Leo Gordon authored
-
- Oct 25, 2013
-
-
Leo Gordon authored
(1) do not change SEMAPHORED jobs to READY and (2) support more flexibility in choosing which statuses to reset
-
- Sep 25, 2013
-
-
Leo Gordon authored
bugfix: ENSCOMPARASW-132. When all dependent jobs (>1) fail to be created due to unique constraint, they now correctly update status to READY
-
- 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
-
- Aug 23, 2013
-
-
Leo Gordon authored
bugfix: make sure longer input_id hashes are correctly fetched from analysis_data table in "param stack" mode
-
- Aug 21, 2013
-
-
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.
-
- Aug 15, 2013
-
-
Leo Gordon authored
Bugfixes to pacify pgsql: changed a non-functional "HAVING" into a nested SELECT, and changed unsupported SUM() into COUNT(CASE … )
-
- Jul 28, 2013
-
-
Leo Gordon authored
-
- Jul 09, 2013
-
-
Leo Gordon authored
-