Skip to content
Snippets Groups Projects
Select Git revision
  • Bugfix/NullHashKey
  • Bugfix/NullHashKey2
  • Bugfix/NullHashKey3
  • bau/copyright-2024-v2.6
  • bugfix/add_license_key_transform
  • bugfix/bacct_cmd_update
  • bugfix/cleanup_own_workers
  • bugfix/dot_pipeline_name_2.4
  • bugfix/dot_pipeline_name_2.5
  • bugfix/dummy_wait
  • bugfix/ensembl_root_missing
  • bugfix/gnuplot_subscript
  • bugfix/ignore_coverage_failures
  • bugfix/invalid_url
  • bugfix/java_shared_secrets
  • bugfix/lsf_detection
  • bugfix/lsf_test_dates
  • bugfix/misc_doc
  • bugfix/negative_in_progress
  • bugfix/nosy_standalone
  • attic/unique_job
  • attic/collections
  • attic/unique_attempt_2
  • attic/unique_attempt_1
  • attic/attempt
  • sql_schema_97_start
  • sql_schema_96_start
  • sql_schema_95_start
  • attic/smart_scheduler
  • base/version/2.5
  • sql_schema_94_start
  • sql_schema_93_start
  • attic/log_levels
  • sql_schema_92_start
  • sql_schema_91_start
  • attic/hive_script
  • sql_schema_90_start
  • sql_schema_89_start
  • sql_schema_85_start
  • sql_schema_86_start
40 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.031Jan30282724221714138719Dec16121194327Nov2521191812116525Oct241582127Sep262523222119161311109875430Aug2723222120151413928Jul1110982128Jun272625242118141312106543130May29282322161493130Apr29242312827Mar26252220141285128Feb2725232221201918151413127625Jan15141110417Dec1265130Nov2928272321201918161513129862131Oct24231917161513121110985432128Sep2726252120754329Aug282725242317161432131Jul25242316329Jun27262522191513111086131May30282322211817121110982123Apr1627Mar2620197124Feb23201615141031Jan208Dec29Nov2825242322211710415Oct23Sep2095125Aug181526Jul2015141312865Hive::DBSQL::DBConnection now supports new(-url => $url);Inherited more classes from Storable even though they may not have dbID()removed dependency on Core's DBSQL::BaseAdaptor and Storable by introducing own lightweight Hive::Storablecosmetic: added deprecated message to CreateNewJob() and some documentation to store_jobs_and_adjust_counters()base/version/2.0base/version/2.0store_jobs_and_adjust_counters() now also deals with semaphore_count corrections. It is now the preferred job-creation interface.a more straightforward storing method for an AnalysisJobbugfix: no hope for other DBD drivers to support detection of auto-incrementing fields => use our inernal fixed rulestore a Job using BaseAdaptor's store() methodObjectAdaptor is now overflow-aware and can store longer blobs transparentlylet Job.input_id stringify itselfbugfix: stop printing overflow-related debug output to STDOUT; interface with overflow adaptor simplifiedcosmetic: direct the debug output of BaseAdaptor to STDERR instead of STDOUTbugfix: added the missing prev_job_id accessor method; also added a call to if from new()docs: new way of checking out code from GitHubcosmetic: Contact section now contains the sign-up page for the mailing listUpdated copyright years to 1999-2014bugfix: substituting --password for --pass to pacify mysql 5.5.34+ that no longer recognizes options by their prefixbugfix: more careful rounding updrop fetch_all_by_from_analysis_id_and_branch_code() method and rely on AUTOLOADed BaseAdaptor's methods insteadmoved the call to branch_name_2_code() from HiveGeneric into the DataflowRule object's settercosmetic: changed the order of $runnalbe_object and $job initializationused input_column_mapping mechanism to inherit AnalysisStatsAdaptor from ObjectAdaptorimplemented input_column_mapping mechanismJobAdaptor now inherits from ObjectAdaptorBaseAdaptor supports transparent fetching from predeclared overflown columnsAnalysisDataAdaptor now inherits from NakedTableAdaptorIf greedy disoriented Workers overshoot analysis_capacity|hive_capacity, make sure they respecialize after the first batchWorkers detect the analysis_capacity overload and attempt to re-specialize if allowedIndividual Worker's specialization is now routed through Scheduler's main subroutine, to enforce more checksSimplify and capture the decision-making log from the schedulerlsf_report table schema: Added index on process_idallow the script to run even if the pipeline has not finished (thanks, Matthieu!)using autoloaded update_x method instead of a direct SQLcount_all_by... now also supports multicolumn filtering using _AND_ (with examples in t/ )moved stringification of analysis.parameters into Analysis objectFinal semicolons on test queries are now optional (they were forbidden before)The dump file can be compressedNew documentation about "output_db"Clearer documentation for DatabaseDumperfurther markdowning of unmarkdownable