Skip to content
Snippets Groups Projects
  1. Mar 23, 2021
  2. Jan 20, 2021
  3. Jan 14, 2021
  4. Aug 21, 2020
  5. Jan 23, 2020
  6. Dec 24, 2019
  7. Dec 17, 2019
  8. Dec 05, 2019
  9. Nov 25, 2019
    • John Chapman's avatar
      Fix for python 3 syntax when writing out pkl files · bd7a6ec5
      John Chapman authored
      Updated ComponentAccumulator configuration tests which dump the configuration to a pickle file. In python3 the output file needs to be explicitly opened in binary mode.
      I.e.
      ```f = open('configdump.pkl','wb')```
      rather than
      ```f = open('configdump.pkl','w')```
      bd7a6ec5
  10. Sep 20, 2019
  11. Aug 16, 2019
  12. Aug 15, 2019
  13. Jul 18, 2019
  14. May 30, 2019
  15. May 04, 2019
  16. Apr 15, 2019
  17. Mar 23, 2019
  18. Mar 19, 2019
  19. Mar 11, 2019
  20. Feb 05, 2019
  21. Dec 05, 2018
  22. Nov 12, 2018
    • Scott Snyder's avatar
      IOVDbSvc: Implement extensible folders. · 485d96de
      Scott Snyder authored
      Allow a folder to be tagged as `extensible'.  In that case, if we read an open-ended
      range, then we set the end time to just past the current event.  The end time
      will be automatically updated on subsequent events as needed.  This allows
      the later addition of another IOV range using IOVSvc::setRange.
      This is needed by HLT; see ATEAM-477.
      
      
      Former-commit-id: f7b73216
      485d96de
  23. Nov 05, 2018
  24. Nov 03, 2018
  25. Oct 30, 2018
  26. Sep 27, 2018
  27. Sep 17, 2018
  28. Jul 16, 2018
  29. May 28, 2018
  30. Mar 27, 2018
  31. Feb 02, 2018
  32. Jan 25, 2018
  33. Jan 18, 2018
Loading