Skip to content
Snippets Groups Projects
  1. Sep 26, 2023
  2. Sep 22, 2023
  3. Sep 21, 2023
  4. Sep 20, 2023
  5. Sep 19, 2023
  6. Sep 14, 2023
    • Scott Snyder's avatar
      DataQualityUtils: Fix cppcheck warnings. · 90b71aae
      Scott Snyder authored and Edward Moyse's avatar Edward Moyse committed
      DataQualityUtils: Fix cppcheck warnings.
      
      Pass strings by const reference, not by value.
      Calling virtual functions from ctor.
      Delete copy/assignment for classes that manage memory.
      Redundant string conversions.
      90b71aae
  7. Sep 12, 2023
  8. Sep 07, 2023
  9. Sep 06, 2023
  10. Sep 05, 2023
  11. Sep 01, 2023
  12. Aug 31, 2023
  13. Aug 30, 2023
  14. Aug 29, 2023
  15. Aug 28, 2023
  16. Aug 25, 2023
  17. Aug 21, 2023
  18. Aug 19, 2023
    • Scott Snyder's avatar
      DQUtils: Don't load oracle if unneeded. · 039b8865
      Scott Snyder authored and Tadej Novak's avatar Tadej Novak committed
      DQUtils: Don't load oracle if unneeded.
      
      Avoid loading the oracle module if it's not actually going to be used.
      
      Fixes a test failure in DCSCalculator2 seen on el9.
      [The failure that was seen was due to an interface change in the sqlalchemy
      library used by the oracle module.  I first tried fixing that up.
      But apparently the old interface would open the database collection lazily
      while the new interface would open it immediately.  And opening the
      database connection to oracle didn't work.  But the oracle connection wasn't
      actually used in this test, so rather than try to figure out what's going
      wrong with the oracle connection (which may just not work anymore due
      to DB changes), i just changed things so as not to load the oracle
      module if it's not needed. If it ever is actually needed, the sqlalchemy
      changes will still need to be dealt with.]
      039b8865
  19. Aug 17, 2023
  20. Aug 09, 2023
  21. Aug 03, 2023
  22. Jul 31, 2023
    • Iurii Bordulev's avatar
      DataQualityInterfaces: ATLASDQ-1094 bugfix: Changed the structure of storing... · a16c8103
      Iurii Bordulev authored and Julien Maurer's avatar Julien Maurer committed
      DataQualityInterfaces: ATLASDQ-1094 bugfix: Changed the structure of storing TSeqCollection to the output file:
      
      Changed the structure of storing TSeqCollection to the output file:
      - flushing function works the same now for both versions of
        Han Output File
      - WriteListToDir now checks the Results and Config Collection
        on the presence of histograms inside.
      - If some exists, it treats them in a right way.
      a16c8103
  23. Jul 28, 2023
Loading