Skip to content
  - 1.9.19
  - Merge pull request #3992 from hufnagel/changes
  - update CHANGES file
  - Merge pull request #3991 from hufnagel/buildrelease
  - script to create new release
  - Merge pull request #3990 from hufnagel/pcl-final
  - more adjustments for the prompt calibration loop
  - Merge pull request #3988 from hufnagel/oracle-adg-bug
  - more workarounds for the Oracle ADG query bug
  - Merge pull request #3987 from hufnagel/insertlumi-bug
  - Merge pull request #3983 from hufnagel/condupload-logging
  - Merge pull request #3984 from hufnagel/dao-fixes
  - Merge pull request #3985 from hufnagel/templatefixes
  - Merge pull request #3986 from hufnagel/pcl-bugfix
  - fix bug in the prompt calibration loop
  - fix bug in lumi insertion
  - a few adjustements in the Tier0 config template, fixes #3982
  - a bunch of small fixes and changes to DAOs
  - fix a few ConditionsUpload logging issues
  - Merge pull request #3981 from hufnagel/getrunendtime
  - add missing GetRunEndTime DAO
  - Merge pull request #3980 from hufnagel/expresscleanup
  - add missing cleanup task for Express ALCARECO output
  - Merge pull request #3978 from dballesteros7/perflimits
  - Increase performance limits for T0 workflows
  - Merge pull request #3977 from hufnagel/oraclebug
  - workaround for oracle bug
  - Merge pull request #3975 from hufnagel/ignorestream
  - Merge pull request #3974 from hufnagel/sqliteupload
  - implement PCL condition upload functionality
  - support ignoreStream
  - Merge pull request #3973 from samircury/wmstats-add-promptreco
  - New DAO, Changes on Tier0Feeder for PromptReco monitoring
  - Merge pull request #3972 from samircury/wmstats-fixes
  - Workflowname as couchID for monitoring - fixes #3971
  - Merge pull request #3969 from hufnagel/schemachanges
  - some schema fixes
  - Merge pull request #3968 from hufnagel/lfnprefixperrun
  - make the LFN prefix a run config setting
  - Merge pull request #3967 from hufnagel/subtype-express
  - switch all express jobs to use subtype Express
  - Merge pull request #3966 from dballesteros7/fix-harvest-reference
  - Remove reference to Harvest as a subtype
  - Merge pull request #3965 from samircury/sls-backlog
  - adding backlog monitoring script
  - Merge pull request #3964 from hufnagel/promptreco-logcollect
  - Merge pull request #3962 from hufnagel/express-pcl
  - Tier0 PromptReco does not support LogCollect
  - add PCL support to Express, fixes #3567
  - Merge pull request #3959 from samircury/gmt0-small-corrections
  - unit test for T0Feeder injects a workflow to couch to make sure it works
  - Merge pull request #3961 from hufnagel/taskarchive-promptreco
  - fix repack/promptreco task archive problems
  - Merge pull request #3960 from hufnagel/taskarchiver-cascade
  - schema change to support task archiving
  - Merge pull request #3957 from hufnagel/mydev1
  - add dqm sequences to express and promptreco, fixes #3926
  - Merge pull request #3956 from hufnagel/mydev1
  - add error dataset support to repack, fixes #3579
  - Merge pull request #3955 from samircury/globalmonitor-tier0
  - removing useless notes, they were done
  - DAO would return single WF, not anymore, getting right configuration in T0FeederPoller couchURL
  - this should do for workflow name, missing test
  - now we're supposed to get all workflows, no workflow name yet
  - works for workflow injection, bug of single workflow still lives
  - adds MarkTrackedWorkflowMonitoring DAO, already works in unit test (which is not commited)
  - first functional upload code, not supposed to be used, but just to show people
  - supposed to work but doesn't, commiting so seangchan can see
  - hooking up getPendingWorkflowMonitoring into T0Feeder, needs extensive testing
  - changing the DAO as requested
  - adding GetPendingWorkflowMonitoring and some other changes to what we had
  - adding DAO, schema changes and RunConfigAPI changes
  - makes DQMUpload proxy optional - unit test remains the same
  - Revert "makes DQMUpload proxy optional"
  - Merge branch 'master' of https://github.com/samircury/T0
  - makes DQMUpload proxy optional
  - Somehow formatting got screwed, fixing in the github editor itself, so it should be fine.
  - modifies unit test to cope with proxy changes
  - Adds support for harvesting in promptreco
  - add DQM to Express Spec, fixes #3924
  - add DQM to Express Spec, fixes #3923
  - add DQM to Express Spec, fixes #3566