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.06Nov2131Oct24231917161513121110985432128Sep2726252120754329Aug282725242317161432131Jul25242316329Jun27262522191513111086131May30282322211817121110982123Apr1627Mar2620197124Feb23201615141031Jan208Dec29Nov2825242322211710415Oct23Sep2095125Aug181526Jul201514131286542130Jun2916151473231May2827262524232120191612111095319Apr1814131130Mar292624231817161210921Feb27Jan2120191412111065431Dec282321141326Nov26Oct22191884130Sep2826232221201614131110987432131Aug242320131211109516Jul141312230Jun2928252318171615141310326May20181714131211107654330Apr28272630Mar2624232219108427Feb2625231918171615426Jan2522161111Dec843230Nov271918216Oct1329Sep24232111Aug320Jul1327May13827Apr3move job_count_breakout code into AnalysisStats to be called centrallyquote and env-substitute runWorker.pl's -url commandline parameterparametrically slow down the LongMult test pipeline using -take_time global parametercosmetic: removed CVS magic $_Revision and $_Author variables that cause CVS out of sync with Gitlg4_pre_rel70_2…lg4_pre_rel70_20121102cosmetic: added a short summary of Git commits to Changelog for CVS-only usersbugfix: query in Q::fetch_all_dead_workers_with_jobs() has to reference worker table by its full nameclearer display of job_counters in beekeeper's outputclearer display of job_counters on the graph; removed misleading and unused remaining_job_count() and cpu_minutes_remaining()Merge branch 'bugfix_greedy_grep'avoid grepping out lines by patterns potentially present in job_name_prefixbugfix: only limit buried-in-haste workers to really dead onesfixing permissions of all files in one goDo not expose the password in workers' url by storing it in an environment variableOne should be able to dump a whole databaselg4_post_rel69_…lg4_post_rel69_20121023bugfix: we are fixing an already existing columnadded ChangeLog for the changes done during rel.69better match heavy queries with indices on job tablemerge reset_and_grab into one subroutine; pre-increment dependent semaphore if re-running a DONE job; use -force flag for force-running an individual jobpropagation of -force flag through beekeeper.plmoved special-job-reset and special-job-reclaim into the same call, removed the unnecessary fetch in betweencosmetic changestry not to shock the Q::register_worker_death() code with inexistent W->analysis_idmoved specializaton call into W::run, so that death messages during specialization could be recorded in W->log_dirprint the resource_class_id of the workerpass either rc_name or logic_name or job_id from beekeeper.pl to runWorker.plbugfix: $analysis instead of $self->analysisset compile_module_once=1 as defaultallow database names to contain dashesif runWorker.pl is run manually, rc_name may stay NULL in the databaseupdated schema diagram with worker.resource_class_idseparating create_new_worker() from specialize_new_worker()proper counting of semaphored jobs by triggers and in constructorrefactoring of the Q::create_new_worker() and introduction of -force flagwe should not leave SYNCHING analysis out (especially if there are not too many READY analyses)slow things down a littleadded a DF-to-DF foreign key and refreshed the diagrambugfix: forgot to add semaphored_job_count to SQLite schema, now includedturned two unique keys into primary keys (needed by BaseAdaptor)allow the batch_size to be updated via $analysis_stats_adaptor->update($stats);removed the input_id functionality from runWorker as both redundant (standaloneJob) and probably not working